home.json 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "home.examples.playingagame": {
  3. "description": "Discord Rich Presence -> Playing a game",
  4. "message": "Jogando"
  5. },
  6. "home.examples.status.browsing": {
  7. "description": "Discord Rich Presence -> small image text;",
  8. "message": "A navegar..."
  9. },
  10. "home.examples.status.live": {
  11. "description": "Discord Rich Presence -> small image text;",
  12. "message": "Ao vivo"
  13. },
  14. "home.examples.status.playing": {
  15. "description": "Discord Rich Presence -> small image text;",
  16. "message": "A ver"
  17. },
  18. "home.examples.timestamp": {
  19. "description": "Discord Rich Presence -> time left; {0} will be replaced with the current timestamp -> is a variable",
  20. "message": "faltam {0}"
  21. },
  22. "home.examples.timestamp2": {
  23. "description": "Discord Rich Presence -> time elapsed; {0} will be replaced with the current timestamp -> is a variable",
  24. "message": "faltam {0}"
  25. },
  26. "home.features.heading": {
  27. "description": "Features section",
  28. "message": "Vais adorar estas funcionalidades!"
  29. },
  30. "home.features.presencesystem.button": {
  31. "description": "Features section button",
  32. "message": "Visita a loja"
  33. },
  34. "home.features.presencesystem.description": {
  35. "description": "Features section description",
  36. "message": "Criamos a nossa extensão de uma maneira que te permite adicionar e usar presences criadas por outros e geri-las na nossa extensão!"
  37. },
  38. "home.features.presencesystem.heading": {
  39. "description": "Features section subheading",
  40. "message": "Encontra **a tua** presence"
  41. },
  42. "home.features.quickSupport.button": {
  43. "description": "Features section button",
  44. "message": "Entra no nosso discord"
  45. },
  46. "home.features.quickSupport.description": {
  47. "description": "Features section description",
  48. "message": "Algo não está a funcionar, a mandar-te imensos erros ou simplesmente não funciona? Podemos ajudar-te a livrares-te desses problemas no nosso servidor de Discord. Também criamos o nosso próprio sistema de suporte que irá garantir que o teu problema fica resolvido o mais rápido possível."
  49. },
  50. "home.features.quickSupport.heading": {
  51. "description": "Features section subheading",
  52. "message": "Suporte rápido"
  53. },
  54. "home.features.simpleInterface.description": {
  55. "description": "Features section description",
  56. "message": "Cansado de interfaces complicadas? É por isso é que criamos e tentamos manter a nossa extensão o mais simples e útil possível com funcionalidades importantes como:"
  57. },
  58. "home.features.simpleInterface.description.1": {
  59. "description": "Features section description point",
  60. "message": "Definições para a aplicação e a extensão"
  61. },
  62. "home.features.simpleInterface.description.2": {
  63. "description": "Features section description point",
  64. "message": "Gerenciamento de presence"
  65. },
  66. "home.features.simpleInterface.description.3": {
  67. "description": "Features section description point",
  68. "message": "Ordenar por categoria"
  69. },
  70. "home.features.simpleInterface.heading": {
  71. "description": "Features section subheading",
  72. "message": "Interface de utilizador simples"
  73. },
  74. "home.introduction.button.getPremid": {
  75. "description": "Downloads button -> redirects to /downloads page",
  76. "message": "Obter PreMiD"
  77. },
  78. "home.introduction.button.downloads": {
  79. "description": "Downloads button -> redirects to /downloads page",
  80. "message": "Downloads"
  81. },
  82. "home.introduction.button.features": {
  83. "description": "Introduction button",
  84. "message": "Funcionalidades"
  85. },
  86. "home.introduction.paragraph": {
  87. "description": "First phrase that users read on our website",
  88. "message": "O **PreMiD** é uma ferramenta simples e configurável que te permite mostrar o que estás a fazer na internet no teu estado do Discord."
  89. },
  90. "home.languageSelector.tippy": {
  91. "description": "Tippy content of the language selector.",
  92. "message": "Idioma do site"
  93. }
  94. }