home.json 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "home.examples.playingagame": {
  3. "description": "Discord Rich Presence -> Playing a game",
  4. "message": "正在玩遊戲"
  5. },
  6. "home.examples.status.browsing": {
  7. "description": "Discord Rich Presence -> small image text;",
  8. "message": "瀏覽中..."
  9. },
  10. "home.examples.status.live": {
  11. "description": "Discord Rich Presence -> small image text;",
  12. "message": "直播"
  13. },
  14. "home.examples.status.playing": {
  15. "description": "Discord Rich Presence -> small image text;",
  16. "message": "播放中"
  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}"
  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}"
  25. },
  26. "home.features.heading": {
  27. "description": "Features section",
  28. "message": "你會愛上這些功能的!"
  29. },
  30. "home.features.presencesystem.button": {
  31. "description": "Features section button",
  32. "message": "前往店鋪"
  33. },
  34. "home.features.presencesystem.description": {
  35. "description": "Features section description",
  36. "message": "我們開發的擴展程序有方式允許您添加和使用其他用戶創建的狀態, 並可在擴展程序中對其進行管理"
  37. },
  38. "home.features.presencesystem.heading": {
  39. "description": "Features section subheading",
  40. "message": "尋找 **您的** 狀態"
  41. },
  42. "home.features.quickSupport.button": {
  43. "description": "Features section button",
  44. "message": "加入我們的 Discord 服務器"
  45. },
  46. "home.features.quickSupport.description": {
  47. "description": "Features section description",
  48. "message": "一些奇怪的事情發生了,給你一堆錯誤信息或單純只是無法運作? 我們在Discord伺服器將給予你協助,我們同時還創立了獨特的協助系統,它將保證你的問題能盡快解決。"
  49. },
  50. "home.features.quickSupport.heading": {
  51. "description": "Features section subheading",
  52. "message": "快速的客服"
  53. },
  54. "home.features.simpleInterface.description": {
  55. "description": "Features section description",
  56. "message": "對複雜的使用者介面感到厭倦? 這就是為甚麼我們嘗試讓介面能夠簡潔卻保留以下的重要功能:"
  57. },
  58. "home.features.simpleInterface.description.1": {
  59. "description": "Features section description point",
  60. "message": "應用程序和擴展程序設置"
  61. },
  62. "home.features.simpleInterface.description.2": {
  63. "description": "Features section description point",
  64. "message": "狀態管理"
  65. },
  66. "home.features.simpleInterface.description.3": {
  67. "description": "Features section description point",
  68. "message": "按類別排序"
  69. },
  70. "home.features.simpleInterface.heading": {
  71. "description": "Features section subheading",
  72. "message": "簡單的用戶界面"
  73. },
  74. "home.introduction.button.getPremid": {
  75. "description": "Downloads button -> redirects to /downloads page",
  76. "message": "取得PreMiD"
  77. },
  78. "home.introduction.button.downloads": {
  79. "description": "Downloads button -> redirects to /downloads page",
  80. "message": "下載"
  81. },
  82. "home.introduction.button.features": {
  83. "description": "Introduction button",
  84. "message": "功能"
  85. },
  86. "home.introduction.paragraph": {
  87. "description": "First phrase that users read on our website",
  88. "message": "**PreMiD** 是一個簡單的可配置實用程序,可讓您以Discord遊戲動態中顯示您在瀏覽器上正在做什麼。"
  89. },
  90. "home.languageSelector.tippy": {
  91. "description": "Tippy content of the language selector.",
  92. "message": "網頁語言"
  93. }
  94. }