messages.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "appliesToEverything": {
  3. "message": "అన్నిటికీ",
  4. "description": "Text displayed for styles that apply to all sites"
  5. },
  6. "enableStyleLabel": {
  7. "message": "చేతనించు",
  8. "description": "Label for the button to enable a style"
  9. },
  10. "helpAlt": {
  11. "message": "సహాయం",
  12. "description": "Alternate text for help buttons"
  13. },
  14. "manageHeading": {
  15. "message": "స్థాపిత శైలులు",
  16. "description": "Heading for the manage page"
  17. },
  18. "styleSaveLabel": {
  19. "message": "భద్రపరచు",
  20. "description": "Label for save button for style editing"
  21. },
  22. "appliesAdd": {
  23. "message": "చేర్చు",
  24. "description": "Label for the button to add an 'applies' entry"
  25. },
  26. "disableStyleLabel": {
  27. "message": "అచేతనించు",
  28. "description": "Label for the button to disable a style"
  29. },
  30. "deleteStyleConfirm": {
  31. "message": "మీరు నజంగానే ఈ శైలిని తొలగించాలనుకుంటున్నారా?",
  32. "description": "Confirmation before deleting a style"
  33. },
  34. "appliesDisplay": {
  35. "message": "వేటికి వర్తిస్తుంది; $applies$",
  36. "description": "Text on the manage screen to describe what the style applies to",
  37. "placeholders": {
  38. "applies": {
  39. "content": "$1"
  40. }
  41. }
  42. },
  43. "styleSectionsTitle": {
  44. "message": "విభాగాలు",
  45. "description": "Title for the style sections section"
  46. },
  47. "appliesDisplayTruncatedSuffix": {
  48. "message": "ఇంకా మరిన్ని",
  49. "description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
  50. },
  51. "appliesRemove": {
  52. "message": "తొలగించు",
  53. "description": "Label for the button to remove an 'applies' entry"
  54. },
  55. "manageTitle": {
  56. "message": "స్టైలిష్",
  57. "description": "Title for the manage page"
  58. },
  59. "deleteStyleLabel": {
  60. "message": "తొలగించు",
  61. "description": "Label for the button to delete a style"
  62. },
  63. "addStyleLabel": {
  64. "message": "క్రొత్త స్టైల్ వ్రాయండి",
  65. "description": "Label for the button to go to the add style page"
  66. },
  67. "editStyleLabel": {
  68. "message": "మార్చు",
  69. "description": "Label for the button to go to the edit style page"
  70. }
  71. }