tabs.json 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "donate": {
  3. "description": "Donate button of the tab which opens when you install PreMiD for the first time",
  4. "message": "Doar"
  5. },
  6. "tab.button.changelog": {
  7. "description": "Changelog button (opens changelog) of the tab which opens when you install PreMiD for the first time",
  8. "message": "Registo de alterações"
  9. },
  10. "tab.button.wiki": {
  11. "description": "Wiki button (opens wiki) of the tab which opens when you install PreMiD for the first time",
  12. "message": "Wiki"
  13. },
  14. "tab.installed.error": {
  15. "description": "Error message of the tab which opens when you install PreMiD for the first time",
  16. "message": "**Oh não!** Nós não conseguimos conectar à aplicação... Já a instalaste?"
  17. },
  18. "tab.installed.heading": {
  19. "description": "Title of the tab which opens when you install PreMiD for the first time",
  20. "message": "Obrigado"
  21. },
  22. "tab.installed.link.installApplication": {
  23. "description": "Download button (redirects to premid.app) of the tab which opens when you install PreMiD for the first time",
  24. "message": "Instalar aplicação"
  25. },
  26. "tab.installed.link.troubleshooting": {
  27. "description": "Troubleshooting button (redirects to wiki) of the tab which opens when you install PreMiD for the first time",
  28. "message": "Solução de Problemas"
  29. },
  30. "tab.installed.start": {
  31. "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",
  32. "message": "Começa a usar o {0}"
  33. },
  34. "tab.installed.subHeading": {
  35. "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",
  36. "message": "por instalares o {0}"
  37. },
  38. "tab.updated.changed": {
  39. "description": "Title of the 'changes' section of the tab which opens when PreMiD was updated",
  40. "message": "Alterações"
  41. },
  42. "tab.updated.fixed": {
  43. "description": "Title of the 'fixed' section of the tab which opens when PreMiD was updated",
  44. "message": "Reparado"
  45. },
  46. "tab.updated.heading": {
  47. "description": "Title of the tab which opens when PreMiD was updated",
  48. "message": "+1 nível!"
  49. },
  50. "tab.updated.new": {
  51. "description": "Title of the 'new features' section of the tab which opens when PreMiD was updated",
  52. "message": "Novidades"
  53. },
  54. "tab.updated.subHeading": {
  55. "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",
  56. "message": "O {0} foi atualizado!"
  57. },
  58. "tab.troubleshooting.heading": {
  59. "description": "Title of the tab which opens when you click on the troubleshooting button",
  60. "message": "Solução de Problemas"
  61. },
  62. "tab.troubleshooting.subHeading": {
  63. "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",
  64. "message": "A ter problemas com {0}?"
  65. },
  66. "tab.troubleshooting.checks.appConnection": {
  67. "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",
  68. "message": "Conectado a aplicação do PreMiD"
  69. },
  70. "tab.troubleshooting.checks.discordConnection": {
  71. "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",
  72. "message": "Conectado a aplicação do Discord"
  73. },
  74. "tab.troubleshooting.checks.discordStatus": {
  75. "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",
  76. "message": "Mensagem de status do Discord ativada"
  77. },
  78. "tab.updated.changeTypes.features": {
  79. "description": "Title of the 'features' section of the tab which opens when PreMiD was updated",
  80. "message": "Funcionalidades"
  81. },
  82. "tab.installed.next": {
  83. "description": "Next button text",
  84. "message": "Próximo"
  85. },
  86. "tab.installed.close": {
  87. "description": "Close button text",
  88. "message": "Fechar"
  89. },
  90. "tab.installed.donate": {
  91. "description": "Donate button text",
  92. "message": "Doar"
  93. }
  94. }