diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 17585e33f..0238208ea 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -1,10 +1,11 @@ { "pages.admin": "管理", + "pages.articles": "記事一覧", "pages.badges": "バッジ", "pages.plus": "Plus Server", "pages.contributors": "コントリビューター", "pages.s2": "Splatoon 2", - "pages.calendar": "カレンダー", + "pages.calendar": "イベント予定表", "pages.faq": "FAQ", "pages.builds": "セットアップ", "pages.analyzer": "セットアップ・アナライザー", @@ -14,10 +15,13 @@ "header.profile": "プロファイル", "header.logout": "ログアウト", "header.login": "ログイン", + "header.language": "言語", + "header.loggedInAs": "{{userName}} でログインしています", + "header.theme": "テーマ", "auth.errors.aborted": "ログインを中断しました", "auth.errors.failed": "ログインに失敗しました", - "auth.errors.discordPermissions": "sendou.ink は、Discord のプロファイル名、アバター、フレンドリストをサイトのプロファイルに使用します。", + "auth.errors.discordPermissions": "sendou.ink は、Discord のプロファイル名、アバター、SNS連携をサイトのプロファイルに使用します。", "auth.errors.unknown": "Discord 経由でのログインに失敗しました。この減少が続くようであれば、サポートに連絡してください。", "footer.github.subtitle": "ソースコード", @@ -56,6 +60,11 @@ "results": "結果", + "results.placeSuffix_one": "位", + "results.placeSuffix_two": "位", + "results.placeSuffix_few": "位", + "results.placeSuffix_other": "位", + "forms.name": "名前", "forms.description": "説明", "forms.errors.title": "以下のエラーの修正が必要です", @@ -83,5 +92,9 @@ "weapon.category.DUALIES": "マニューバー", "weapon.category.BRELLAS": "シェルター", "weapon.category.STRINGERS": "ストリンガー", - "weapon.category.SPLATANAS": "ワイパー" + "weapon.category.SPLATANAS": "ワイパー", + + "theme.light": "Light", + "theme.dark": "Dark", + "theme.auto": "自動" } diff --git a/public/locales/ja/front.json b/public/locales/ja/front.json index 7862dfda8..fba5feebd 100644 --- a/public/locales/ja/front.json +++ b/public/locales/ja/front.json @@ -1,7 +1,7 @@ { "websiteSubtitle": "Competitive Splatoon Hub", "buildsGoTo": "トッププレイヤーや他のプレイヤーが使っている Splatoon 3 のブキのセットアップを見る", - "calendarGoTo": "過去・開催予定イベントをカレンダーで見る", + "calendarGoTo": "過去・開催予定イベントを見る", "moreFeatures": "その他の機能", "plus.description": "Plus Server 投票の履歴を見る、その他", "badges.description": "プロファイルに表示できるバッジのリスト", @@ -10,5 +10,6 @@ "object-damage-calculator.description": "オブジェクトに対するダメージを計算する", "recentWinners": "直近の優勝者", "upcomingEvents": "開催予定のイベント", - "articleBy": "by {{author}}" + "articleBy": "by {{author}}", + "articlesGoTo": "過去の記事を見る" }