home.json 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "home.examples.playingagame": {
  3. "description": "Discord Rich Presence -> Playing a game",
  4. "message": "Spela ett spel"
  5. },
  6. "home.examples.status.browsing": {
  7. "description": "Discord Rich Presence -> small image text;",
  8. "message": "Bläddrar..."
  9. },
  10. "home.examples.status.live": {
  11. "description": "Discord Rich Presence -> small image text;",
  12. "message": "Live"
  13. },
  14. "home.examples.status.playing": {
  15. "description": "Discord Rich Presence -> small image text;",
  16. "message": "Spelar upp"
  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} kvar"
  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} förflutit"
  25. },
  26. "home.features.heading": {
  27. "description": "Features section",
  28. "message": "Du kommer älska våra funktioner!"
  29. },
  30. "home.features.presencesystem.button": {
  31. "description": "Features section button",
  32. "message": "Besök butiken"
  33. },
  34. "home.features.presencesystem.description": {
  35. "description": "Features section description",
  36. "message": "Vi skapade vårat tillägg på ett sätt som låter dig lägga till och använda Presencer skapade av andra och hantera de i vårat tillägg!"
  37. },
  38. "home.features.presencesystem.heading": {
  39. "description": "Features section subheading",
  40. "message": "Hitta **din** presence"
  41. },
  42. "home.features.quickSupport.button": {
  43. "description": "Features section button",
  44. "message": "Gå med i vår Discord"
  45. },
  46. "home.features.quickSupport.description": {
  47. "description": "Features section description",
  48. "message": "Något är buggat, ger dig massor av fel eller helt enkelt fungerar inter? Vi hjälper dig att bli av med dessa problem i vår Discord-server, vi skapade också vårt eget supportsystem som ser till att ditt problem blir löst så snabbt som möjligt."
  49. },
  50. "home.features.quickSupport.heading": {
  51. "description": "Features section subheading",
  52. "message": "Support"
  53. },
  54. "home.features.simpleInterface.description": {
  55. "description": "Features section description",
  56. "message": "Trött på komplicerade användargränssnitt? Det är därför vi skapade och försöker hålla våran UI så enkel som möjlig med viktiga funktioner som:"
  57. },
  58. "home.features.simpleInterface.description.1": {
  59. "description": "Features section description point",
  60. "message": "Program och tilläggs inställningar"
  61. },
  62. "home.features.simpleInterface.description.2": {
  63. "description": "Features section description point",
  64. "message": "Presence hantering"
  65. },
  66. "home.features.simpleInterface.description.3": {
  67. "description": "Features section description point",
  68. "message": "Sortera efter kategori"
  69. },
  70. "home.features.simpleInterface.heading": {
  71. "description": "Features section subheading",
  72. "message": "Enkelt gränssnitt"
  73. },
  74. "home.introduction.button.downloads": {
  75. "description": "Downloads button -> redirects to /downloads page",
  76. "message": "Nedladdningar"
  77. },
  78. "home.introduction.button.features": {
  79. "description": "Introduction button",
  80. "message": "Funktioner"
  81. },
  82. "home.introduction.paragraph": {
  83. "description": "First phrase that users read on our website",
  84. "message": "**PreMiD** är ett enkelt, konfigurerbart verktyg som låter dig visa vad du gör på webben i din Discords spelstatus."
  85. },
  86. "home.languageSelector.tippy": {
  87. "description": "Tippy content of the language selector.",
  88. "message": "Webbplatsspråk"
  89. }
  90. }