home.json 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "home.examples.playingagame": {
  3. "description": "Discord Rich Presence -> Playing a game",
  4. "message": "Giocando ad un gioco"
  5. },
  6. "home.examples.status.browsing": {
  7. "description": "Discord Rich Presence -> small image text;",
  8. "message": "Navigando..."
  9. },
  10. "home.examples.status.live": {
  11. "description": "Discord Rich Presence -> small image text;",
  12. "message": "In diretta"
  13. },
  14. "home.examples.status.playing": {
  15. "description": "Discord Rich Presence -> small image text;",
  16. "message": "In riproduzione"
  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": "{0} rimasti"
  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": "{0} trascorsi"
  25. },
  26. "home.features.heading": {
  27. "description": "Features section",
  28. "message": "Amerai queste funzioni!"
  29. },
  30. "home.features.presencesystem.button": {
  31. "description": "Features section button",
  32. "message": "Visita lo store"
  33. },
  34. "home.features.presencesystem.description": {
  35. "description": "Features section description",
  36. "message": "Abbiamo sviluppato la nostra estensione in modo che ti permetta di aggiungere, utilizzare e gestire le Presence create da altri utenti direttamente in PreMiD!"
  37. },
  38. "home.features.presencesystem.heading": {
  39. "description": "Features section subheading",
  40. "message": "Cerca la **tua** presence"
  41. },
  42. "home.features.quickSupport.button": {
  43. "description": "Features section button",
  44. "message": "Unisciti al nostro Discord"
  45. },
  46. "home.features.quickSupport.description": {
  47. "description": "Features section description",
  48. "message": "C'è qualcosa che è glitchato, ti manda tanti errori o semplicemente non funziona? Ti aiuteremo a risolvere questi problemi sul nostro server Discord, abbiamo anche creato il nostro sistema di supporto personale che assicurerà che il problema venga risolto il più presto possibile."
  49. },
  50. "home.features.quickSupport.heading": {
  51. "description": "Features section subheading",
  52. "message": "Supporto veloce"
  53. },
  54. "home.features.simpleInterface.description": {
  55. "description": "Features section description",
  56. "message": "Stanco di complesse interfacce utenti? Per questo motivo abbiamo creato e cerchiamo di mantenere la nostra interfaccia utente il più semplice e utile possibile con caratteristiche importanti come:"
  57. },
  58. "home.features.simpleInterface.description.1": {
  59. "description": "Features section description point",
  60. "message": "Impostazioni dell'Applicazione e dell'Estensione"
  61. },
  62. "home.features.simpleInterface.description.2": {
  63. "description": "Features section description point",
  64. "message": "Gestione presence"
  65. },
  66. "home.features.simpleInterface.description.3": {
  67. "description": "Features section description point",
  68. "message": "Ordina per categoria"
  69. },
  70. "home.features.simpleInterface.heading": {
  71. "description": "Features section subheading",
  72. "message": "Semplice interfaccia utente"
  73. },
  74. "home.introduction.button.getPremid": {
  75. "description": "Downloads button -> redirects to /downloads page",
  76. "message": "Ottieni PreMiD"
  77. },
  78. "home.introduction.button.downloads": {
  79. "description": "Downloads button -> redirects to /downloads page",
  80. "message": "Download"
  81. },
  82. "home.introduction.button.features": {
  83. "description": "Introduction button",
  84. "message": "Caratteristiche"
  85. },
  86. "home.introduction.paragraph": {
  87. "description": "First phrase that users read on our website",
  88. "message": "**PreMiD** è un'utility semplice e configurabile che ti permette di mostrare la tua attività web direttamente nel tuo stato di Discord."
  89. },
  90. "home.languageSelector.tippy": {
  91. "description": "Tippy content of the language selector.",
  92. "message": "Lingua del sito"
  93. }
  94. }