1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 04:05:14 +00:00

chore(translations): update translations via Crowdin (#1134)

This commit is contained in:
Elias Schneider
2025-12-24 11:42:35 +01:00
committed by GitHub
parent f75cef83d5
commit 7c5ffbf9a5
19 changed files with 308 additions and 99 deletions

View File

@@ -95,7 +95,7 @@
"settings": "設定",
"update_pocket_id": "Pocket ID を更新",
"powered_by": "Powered by",
"see_your_account_activities_from_the_last_3_months": "過去3ヶ月間のアカウントアクティビティを確認する。",
"see_your_recent_account_activities": "設定された保持期間内のアカウント活動を確認できます。",
"time": "時間",
"event": "イベント",
"approximate_location": "おおよその場所",
@@ -301,16 +301,21 @@
"are_you_sure_you_want_to_create_a_new_client_secret": "新しいクライアントシークレットを作成してもよろしいですか?古いシークレットは無効化されます。",
"generate": "Generate",
"new_client_secret_created_successfully": "新しいクライアントシークレットが正常に作成されました",
"allowed_user_groups_updated_successfully": "許可されたユーザーグループが正常に更新されました",
"oidc_client_name": "OIDC クライアント {name}",
"client_id": "Client ID",
"client_secret": "クライアントシークレット",
"show_more_details": "詳細を表示",
"allowed_user_groups": "許可されたユーザーグループ",
"add_user_groups_to_this_client_to_restrict_access_to_users_in_these_groups": "Add user groups to this client to restrict access to users in these groups. If no user groups are selected, all users will have access to this client.",
"allowed_user_groups_description": "このクライアントにサインインを許可するユーザーグループを選択してください。",
"allowed_user_groups_status_unrestricted_description": "ユーザーグループの制限は適用されません。すべてのユーザーがこのクライアントにサインインできます。",
"unrestrict": "制限なし",
"restrict": "制限する",
"user_groups_restriction_updated_successfully": "ユーザーグループの制限が正常に更新されました",
"allowed_user_groups_updated_successfully": "許可されたユーザーグループが正常に更新されました",
"favicon": "Favicon",
"light_mode_logo": "ライトモードのロゴ",
"dark_mode_logo": "ダークモードのロゴ",
"email_logo": "メール ロゴ",
"background_image": "背景画像",
"language": "言語",
"reset_profile_picture_question": "プロフィール画像をリセットしますか?",
@@ -327,7 +332,7 @@
"all_clients": "すべてのクライアント",
"all_locations": "すべての場所",
"global_audit_log": "グローバル監査ログ",
"see_all_account_activities_from_the_last_3_months": "過去3ヶ月間のすべてのユーザーアクティビティを表示します。",
"see_all_recent_account_activities": "設定された保持期間中の全ユーザーのアカウント活動を閲覧する。",
"token_sign_in": "トークンサインイン",
"client_authorization": "Client Authorization",
"new_client_authorization": "New Client Authorization",
@@ -469,5 +474,11 @@
"default_profile_picture": "デフォルトのプロフィール画像",
"light": "光",
"dark": "闇",
"system": "システム"
"system": "システム",
"signup_token_user_groups_description": "このトークンを使用して登録するユーザーに、これらのグループを自動的に割り当てます。",
"allowed_oidc_clients": "許可されたOIDCクライアント",
"allowed_oidc_clients_description": "このユーザーグループのメンバーがサインインを許可されているOIDCクライアントを選択してください。",
"unrestrict_oidc_client": "制限なし {clientName}",
"confirm_unrestrict_oidc_client_description": "OIDCクライアントの制限を解除してもよろしいですか <b>{clientName}</b>?これにより、このクライアントに対するすべてのグループ割り当てが解除され、どのユーザーでもサインインできるようになります。",
"allowed_oidc_clients_updated_successfully": "許可されたOIDCクライアントの更新が正常に完了しました"
}