tabs.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "donate": {
  3. "description": "Donate button of the tab which opens when you install PreMiD for the first time",
  4. "message": "Дарете"
  5. },
  6. "version": {
  7. "description": "{0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Version text of the extension/app",
  8. "message": "v{0}"
  9. },
  10. "tab.button.changelog": {
  11. "description": "Changelog button (opens changelog) of the tab which opens when you install PreMiD for the first time",
  12. "message": "Промени"
  13. },
  14. "tab.button.wiki": {
  15. "description": "Wiki button (opens wiki) of the tab which opens when you install PreMiD for the first time",
  16. "message": "Wiki"
  17. },
  18. "tab.installed.error": {
  19. "description": "Error message of the tab which opens when you install PreMiD for the first time",
  20. "message": "**О, не!** Не можахме да се свържем с приложението... Инсталирано ли е вече?"
  21. },
  22. "tab.installed.heading": {
  23. "description": "Title of the tab which opens when you install PreMiD for the first time",
  24. "message": "Благодарим Ви"
  25. },
  26. "tab.installed.link.installApplication": {
  27. "description": "Download button (redirects to premid.app) of the tab which opens when you install PreMiD for the first time",
  28. "message": "Инсталиране на приложение"
  29. },
  30. "tab.installed.link.troubleshooting": {
  31. "description": "Troubleshooting button (redirects to wiki) of the tab which opens when you install PreMiD for the first time",
  32. "message": "Отстраняване на неизправности"
  33. },
  34. "tab.installed.start": {
  35. "description": "{0} will be replaced with 'PreMiD' -> {0} is a variable and should not be translated; Button (redirects you to a promotional video) of the tab which opens when you install PreMiD for the first time",
  36. "message": "Започнете да използвате {0}"
  37. },
  38. "tab.installed.subHeading": {
  39. "description": "{0} will be replaced with 'PreMiD' -> {0} is a variable and should not be translated; Subtitle of the tab which opens when you install PreMiD for the first time",
  40. "message": "за инсталиране на {0}"
  41. },
  42. "tab.updated.changed": {
  43. "description": "Title of the 'changes' section of the tab which opens when PreMiD was updated",
  44. "message": "Променен"
  45. },
  46. "tab.updated.fixed": {
  47. "description": "Title of the 'fixed' section of the tab which opens when PreMiD was updated",
  48. "message": "Фиксиран"
  49. },
  50. "tab.updated.heading": {
  51. "description": "Title of the tab which opens when PreMiD was updated",
  52. "message": "Качване на ниво!"
  53. },
  54. "tab.updated.new": {
  55. "description": "Title of the 'new features' section of the tab which opens when PreMiD was updated",
  56. "message": "нов"
  57. },
  58. "tab.updated.subHeading": {
  59. "description": "{0} will be replaced with 'PreMiD' -> {0} is a variable and should not be translated; Subtitle of the tab which opens when PreMiD was updated",
  60. "message": "{0} е актуализиран!"
  61. },
  62. "tab.troubleshooting.heading": {
  63. "description": "Title of the tab which opens when you click on the troubleshooting button",
  64. "message": "Отстраняване на неизправности"
  65. },
  66. "tab.troubleshooting.subHeading": {
  67. "description": "Subtitle of the tab which opens when you click on the troubleshooting button, {0} will be replaced with 'PreMiD' -> {0} is a variable and should not be translated",
  68. "message": "Имате проблеми с {0}?"
  69. },
  70. "tab.troubleshooting.checks.appConnection": {
  71. "description": "Check 3 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result",
  72. "message": "Свързано с PreMiD приложението"
  73. },
  74. "tab.troubleshooting.checks.discordConnection": {
  75. "description": "Check 4 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result",
  76. "message": "Свързано с Discord приложението"
  77. },
  78. "tab.troubleshooting.checks.discordStatus": {
  79. "description": "Check 5 of the tab which opens when you click on the troubleshooting button, in front of the text will be a question mark (?) since we can't check this",
  80. "message": "Discord съобщението за статус е активирано"
  81. },
  82. "tab.installed.connectToDiscord": {
  83. "description": "Information text to tell users to connect to Discord",
  84. "message": "За да използвате PreMiD, трябва да го свържете с Вашия Discord акаунт. Просто натиснете бутона отдолу."
  85. },
  86. "tab.updated.header": {
  87. "description": "Header of the tab which opens when PreMiD was updated",
  88. "message": "PreMiD е актуализиран!"
  89. },
  90. "tab.updated.whatsNew": {
  91. "description": "Subtitle of the tab which opens when PreMiD was updated",
  92. "message": "Какво Ново 🎉"
  93. },
  94. "tab.updated.changeTypes.features": {
  95. "description": "Title of the 'features' section of the tab which opens when PreMiD was updated",
  96. "message": "Функции"
  97. },
  98. "tab.updated.changeTypes.fixes": {
  99. "description": "Title of the 'fixes' section of the tab which opens when PreMiD was updated",
  100. "message": "Подобрения"
  101. },
  102. "tab.updated.changeTypes.performance": {
  103. "description": "Title of the 'performance' section of the tab which opens when PreMiD was updated",
  104. "message": "Производителност"
  105. },
  106. "tab.updated.changeTypes.chores": {
  107. "description": "Title of the 'changes' section of the tab which opens when PreMiD was updated",
  108. "message": "Общи Промени"
  109. },
  110. "tab.updated.linkYourDiscordAccount": {
  111. "description": "Button to link your Discord account",
  112. "message": "Свържете своя Discord акаунт"
  113. },
  114. "tab.updated.linkYourDiscordAccountButton": {
  115. "description": "Button to link your Discord account",
  116. "message": "Свържете своя Discord акаунт"
  117. },
  118. "tab.updated.whatsNext": {
  119. "description": "Subtitle of the tab which opens when PreMiD was updated",
  120. "message": "Какво Следва?"
  121. },
  122. "tab.updated.whatsNextDescription": {
  123. "description": "Description of the subtitle of the tab which opens when PreMiD was updated",
  124. "message": "Надяваме се, че новата актуализация Ви допада! Ако имате някакви отзиви или предложения, чувствайте се свободни да се присъедините към нашия Discord сървър и да ни информирате."
  125. },
  126. "tab.updated.whatsNextJoinDiscordButton": {
  127. "description": "Button to join the Discord server",
  128. "message": "Присъединете се към нашия Discord сървър"
  129. },
  130. "tab.installed.welcome": {
  131. "description": "Welcome message",
  132. "message": "Добре дошли в PreMiD!"
  133. },
  134. "tab.installed.getStarted": {
  135. "description": "Get started message",
  136. "message": "Нека да започваме!"
  137. },
  138. "tab.installed.installExtension": {
  139. "description": "Instruction to install extension",
  140. "message": "Инсталирайте добавката на PreMiD"
  141. },
  142. "tab.installed.linkDiscord": {
  143. "description": "Instruction to link Discord account",
  144. "message": "Свържете Discord акаунт"
  145. },
  146. "tab.installed.enableActivityStatus": {
  147. "description": "Instruction to enable activity status",
  148. "message": "Уверете се, че \"Display current activity as a status message.\" е активирано"
  149. },
  150. "tab.installed.next": {
  151. "description": "Next button text",
  152. "message": "Напред"
  153. },
  154. "tab.installed.allDone": {
  155. "description": "Confirmation of completion",
  156. "message": "Всичко е готово!"
  157. },
  158. "tab.installed.close": {
  159. "description": "Close button text",
  160. "message": "Затвори"
  161. },
  162. "tab.installed.donate": {
  163. "description": "Donate button text",
  164. "message": "Дарете"
  165. }
  166. }