Skip to content

Commit

Permalink
feat(locales): update Japanese translations for search results and tw…
Browse files Browse the repository at this point in the history
…o-factor authentication
  • Loading branch information
dai committed Jan 21, 2025
1 parent acf4c80 commit 8f4489e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
5 changes: 4 additions & 1 deletion locales/app/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"discover.preview": "プレビュー",
"discover.rss_hub_route": "RSSHub ルート",
"discover.rss_url": "RSS URL",
"discover.search.results_one": "フィードが {{count}} 件みつかりました",
"discover.search.results_other": "フィードが {{count}} 件みつかりました",
"discover.search.results_zero": "フィードが見つかりませんでした",
"discover.select_placeholder": "選択",
"discover.target.feeds": "フィード",
"discover.target.label": "検索対象",
Expand Down Expand Up @@ -167,7 +170,7 @@
"entry_list_header.show_all": "すべて表示",
"entry_list_header.show_all_items": "すべてのエントリーを表示",
"entry_list_header.show_unread_only": "未読のみ表示",
"entry_list_header.switch_to_normalmode": "2列モードに切り替え",
"entry_list_header.switch_to_normalmode": "2 列モードに切り替え",
"entry_list_header.switch_to_widemode": "ワイドモードに切り替え",
"entry_list_header.unread": "未読",
"feed.follower_one": "フォロワー",
Expand Down
2 changes: 2 additions & 0 deletions locales/errors/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"4004": "対象ユーザーのウォレットエラー",
"4005": "デイリー Power を計算中です",
"4006": "ブースト手数料の単位が正しくありません",
"4007": "2要素コードが正しくありません",
"4008": "2要素コードが必要です",
"4010": "エアドロップは対象外です",
"4011": "エアドロップは送信中です",
"4012": "エアドロップは送信済みです",
Expand Down
1 change: 1 addition & 0 deletions locales/external/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"login.signOut": "サインアウト",
"login.signUp": "メールでサインアップ",
"login.submit": "送信",
"login.two_factor.code": "2要素コード",
"login.welcomeTo": "ようこそ ",
"redirect.continueInBrowser": "ブラウザーで続行",
"redirect.instruction": "今が{{app_name}}を開き、このページを安全に閉じる時です。",
Expand Down
16 changes: 14 additions & 2 deletions locales/settings/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"customizeToolbar.title": "ツールバーをカスタマイズ",
"data_control.app_cache_limit.description": "アプリの最大キャッシュを設定します。 このサイズに達すると空き容量を確保するために古いアイテムから削除されます。",
"data_control.app_cache_limit.label": "キャッシュリミット",
"data_control.clean_cache.button": "キャッシュをクリアー",
"data_control.clean_cache.description": "空き容量を確保するためにキャッシュをクリアーします",
"data_control.clean_cache.button": "キャッシュをクリア",
"data_control.clean_cache.description": "空き容量を確保するためにキャッシュをクリアします",
"data_control.clean_cache.description_web": "サービスワーカーのキャッシュを削除して空き容量を確保します。",
"feeds.claimTips": "フィードを認証してチップを受け取るには、購読リストのフィードを右クリックして「フィードをクレーム」を選択してください。",
"feeds.noFeeds": "認証されたフィードはありません",
Expand Down Expand Up @@ -284,11 +284,23 @@
"profile.name.description": "公開表示名",
"profile.name.label": "表示名",
"profile.new_password.label": "新しいパスワード",
"profile.no_password": "パスワードを <Link>リセット</Link> します。",
"profile.password.label": "パスワード",
"profile.reset_password_mail_sent": "パスワードリセットメールを送信しました",
"profile.sidebar_title": "プロフィール",
"profile.submit": "送信",
"profile.title": "プロフィール設定",
"profile.totp_code.init": "TOTP アプリで QR コードをスキャンしてください",
"profile.totp_code.invalid": "TOTP コードが正しくありません。",
"profile.totp_code.label": "TOTP コード",
"profile.totp_code.title": "TOTP コードを入力",
"profile.two_factor.disable": "2FA を無効にする",
"profile.two_factor.disabled": "2FA を無効化しました",
"profile.two_factor.enable": "2FA を有効にする ",
"profile.two_factor.enable_notice": "このアクションを実行するには 2FA の有効化が必要です。",
"profile.two_factor.enabled": "2FA が有効になりました",
"profile.two_factor.label": "2FA",
"profile.two_factor.no_password": "2FA を有効化する前にパスワードの <Link>設定</Link> が必要です。",
"profile.updateSuccess": "プロフィールが更新されました。",
"profile.update_password_success": "パスワードが更新されました。",
"rsshub.addModal.access_key_label": "アクセスキー (オプション)",
Expand Down

0 comments on commit 8f4489e

Please sign in to comment.