feat(locales): update Japanese translations for search results and two-factor authentication (#2628)
Co-authored-by: dai <dai@users.noreply.github.com> Co-authored-by: Innei <i@innei.in> Co-authored-by: Innei <Innei@users.noreply.github.com>
This commit is contained in:
parent
8bf7b1f277
commit
6fae0189f2
|
|
@ -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": "検索対象",
|
||||
|
|
@ -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": "フォロワー",
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
"4004": "対象ユーザーのウォレットエラー",
|
||||
"4005": "デイリー Power を計算中です",
|
||||
"4006": "ブースト手数料の単位が正しくありません",
|
||||
"4007": "2要素コードが正しくありません",
|
||||
"4008": "2要素コードが必要です",
|
||||
"4010": "エアドロップは対象外です",
|
||||
"4011": "エアドロップは送信中です",
|
||||
"4012": "エアドロップは送信済みです",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"login.signOut": "サインアウト",
|
||||
"login.signUp": "メールでサインアップ",
|
||||
"login.submit": "送信",
|
||||
"login.two_factor.code": "2要素コード",
|
||||
"login.welcomeTo": "ようこそ ",
|
||||
"redirect.continueInBrowser": "ブラウザーで続行",
|
||||
"redirect.instruction": "今が{{app_name}}を開き、このページを安全に閉じる時です。",
|
||||
|
|
|
|||
|
|
@ -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": "認証されたフィードはありません",
|
||||
|
|
@ -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": "アクセスキー (オプション)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue