diff --git a/web/public/static/langs/ja.json b/web/public/static/langs/ja.json index 3978478a..1e2ff375 100644 --- a/web/public/static/langs/ja.json +++ b/web/public/static/langs/ja.json @@ -187,5 +187,37 @@ "prefs_notifications_sound_play": "選択されたサウンドを再生", "prefs_users_table": "ユーザー一覧", "prefs_users_delete_button": "ユーザーを削除", - "error_boundary_unsupported_indexeddb_title": "プライベートブラウジングはサポートされていません" + "error_boundary_unsupported_indexeddb_title": "プライベートブラウジングはサポートされていません", + "signup_form_username": "ユーザー名", + "signup_form_password": "パスワード", + "signup_form_confirm_password": "パスワードを確認", + "signup_already_have_account": "アカウントをお持ちならサインイン", + "signup_disabled": "サインアップは無効化されています", + "signup_error_creation_limit_reached": "アカウント作成制限に達しました", + "login_title": "あなたのntfyアカウントにサインイン", + "login_link_signup": "サインアップ", + "login_disabled": "ログインは無効化されています", + "action_bar_account": "アカウント", + "action_bar_change_display_name": "表示名を変更する", + "action_bar_reservation_add": "トピックを予約する", + "action_bar_reservation_edit": "予約を編集する", + "action_bar_reservation_limit_reached": "制限に達しました", + "action_bar_profile_title": "プロファイル", + "action_bar_profile_settings": "設定", + "action_bar_profile_logout": "ログアウト", + "action_bar_sign_in": "サインイン", + "action_bar_sign_up": "サインアップ", + "nav_button_account": "アカウント", + "nav_upgrade_banner_label": "ntfy Proにアップグレード", + "display_name_dialog_title": "表示名を変更", + "display_name_dialog_placeholder": "表示名", + "signup_form_button_submit": "サインアップ", + "signup_form_toggle_password_visibility": "パスワードを表示/非表示", + "signup_title": "ntfyアカウントを作成する", + "login_form_button_submit": "サインイン", + "alert_not_supported_context_description": "通知はHTTPSのみサポートされています。これはNotifications APIの制限によるものです。", + "nav_upgrade_banner_description": "トピックを予約、より多くのメッセージとメール、より大きい添付ファイル", + "signup_error_username_taken": "ユーザー名 {{username}} は既に使用されています", + "action_bar_reservation_delete": "予約を削除する", + "display_name_dialog_description": "購読リストに表示されるトピックの別名を設定して、複雑な名前のトピックの識別を容易にします。" }