store.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "store.card.presence.add": {
  3. "description": "Button that will appear on hover after extension is installed.",
  4. "message": "プレゼンスを追加する"
  5. },
  6. "store.card.presence.included": {
  7. "description": "The message that appears instead of the buttons.",
  8. "message": "このプレゼンスはサイトにアクセスした際、自動的に有効になります。"
  9. },
  10. "store.card.presence.remove": {
  11. "description": "Button that will appear on hover after extension and presence is installed.",
  12. "message": "プレゼンスを削除"
  13. },
  14. "store.cards.creator": {
  15. "description": "Creator of a presence",
  16. "message": "作者"
  17. },
  18. "store.cards.extraStepsRequired": {
  19. "description": "Information flame when presence requires extra steps, like Custom Status and VLC presences.",
  20. "message": "このプレゼンスは追加の手順が必要です。詳細についてはページを確認してください。"
  21. },
  22. "store.cards.partner": {
  23. "description": "Presence card partner flame",
  24. "message": "パートナーのプレゼンス"
  25. },
  26. "store.cards.popular": {
  27. "description": "Presence card popular flame",
  28. "message": "大人気のプレゼンス"
  29. },
  30. "store.category.all": {
  31. "description": "Category at the top",
  32. "message": "すべて"
  33. },
  34. "store.category.filters.allowAdult": {
  35. "description": "Adult content checkbox",
  36. "message": "アダルトコンテンツを表示"
  37. },
  38. "store.category.filters.heading": {
  39. "description": "Searh filters option at the store page",
  40. "message": "フィルター"
  41. },
  42. "store.category.filters.likedOnly": {
  43. "description": "Liked presences only checkbox",
  44. "message": "いいねしたプレゼンス"
  45. },
  46. "store.category.filters.mostUsed": {
  47. "description": "Most used first checkbox",
  48. "message": "最も使用されているもの順"
  49. },
  50. "store.category.games": {
  51. "description": "Category at the top",
  52. "message": "ゲーム"
  53. },
  54. "store.category.heading": {
  55. "description": "Category heading",
  56. "message": "カテゴリー"
  57. },
  58. "store.category.music": {
  59. "description": "Category at the top",
  60. "message": "音楽"
  61. },
  62. "store.category.other": {
  63. "description": "Category at the top",
  64. "message": "その他"
  65. },
  66. "store.category.socials": {
  67. "description": "Category at the top",
  68. "message": "SNS"
  69. },
  70. "store.category.videos": {
  71. "description": "Category at the top",
  72. "message": "動画と配信"
  73. },
  74. "store.filters.added": {
  75. "description": "Store filter to display/not display already installed presences.",
  76. "message": "追加済のプレゼンスを表示"
  77. },
  78. "store.header.search": {
  79. "description": "Search bar text when nothing is stated",
  80. "message": "プレゼンスを探す"
  81. },
  82. "store.message.error": {
  83. "description": "Error message (of the tippy next to the logo) when the extension wasn't detected",
  84. "message": "拡張機能が接続されていません。"
  85. },
  86. "store.search": {
  87. "description": "Placeholder for presence search",
  88. "message": "検索"
  89. },
  90. "store.search.removeFilter": {
  91. "description": "Remove message for active search filters.",
  92. "message": "クリックして絞り込みを外す。"
  93. }
  94. }