X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/642210ab4c2e719e4db35b7d4e6ecab7dd1405bc..refs/pull/5721/head:/lang/ja/preferences.php diff --git a/lang/ja/preferences.php b/lang/ja/preferences.php index 313efef28..0207596a9 100644 --- a/lang/ja/preferences.php +++ b/lang/ja/preferences.php @@ -5,10 +5,10 @@ */ return [ - 'preferences' => 'Preferences', + 'my_account' => 'マイアカウント', 'shortcuts' => 'ショートカット', - 'shortcuts_interface' => 'インターフェイスのキーボードショートカット', + 'shortcuts_interface' => 'UIショートカット設定', 'shortcuts_toggle_desc' => 'ここでは、ナビゲーションやアクションに使用されるキーボードシステムインターフェイスのショートカットを有効または無効にすることができます。', 'shortcuts_customize_desc' => '以下の各ショートカットをカスタマイズできます。ショートカットの入力を選択した後、希望のキーの組み合わせを押してください。', 'shortcuts_toggle_label' => 'キーボードショートカットを有効にする', @@ -16,18 +16,36 @@ return [ 'shortcuts_section_actions' => '共通のアクション', 'shortcuts_save' => 'ショートカットを保存', 'shortcuts_overlay_desc' => '注:ショートカットが有効な場合はヘルパーオーバーレイが利用できます。「?」を押すと現在画面に表示されているアクションで利用可能なショートカットをハイライト表示します。', - 'shortcuts_update_success' => 'ショートカットの設定が更新されました!', - 'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.', + 'shortcuts_update_success' => 'ショートカットの設定を更新しました。', + 'shortcuts_overview_desc' => 'システムのユーザーインターフェイスを操作するためのキーボードショートカットを管理します。', - 'notifications' => 'Notification Preferences', - 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', - 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', - 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', - 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', - 'notifications_save' => 'Save Preferences', - 'notifications_update_success' => 'Notification preferences have been updated!', - 'notifications_watched' => 'Watched & Ignored Items', - 'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.', + 'notifications' => '通知設定', + 'notifications_desc' => 'システム内で特定のアクティビティが実行されたときに受信する電子メール通知を制御します。', + 'notifications_opt_own_page_changes' => '自分が所有するページの変更を通知する', + 'notifications_opt_own_page_comments' => '自分が所有するページへのコメントを通知する', + 'notifications_opt_comment_replies' => '自分のコメントへの返信を通知する', + 'notifications_save' => '設定を保存', + 'notifications_update_success' => '通知設定を更新しました。', + 'notifications_watched' => 'ウォッチ/通知無効 項目', + 'notifications_watched_desc' => '以下はカスタムウォッチの設定が適用されている項目です。 これらの設定を更新するには、項目を表示してサイドバーのウォッチオプションを参照してください。', - 'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.', + 'auth' => 'アクセス & セキュリティ', + 'auth_change_password' => 'パスワードの変更', + 'auth_change_password_desc' => 'アプリケーションにログインするために使用するパスワードを変更します。これは少なくとも8文字以上でなければなりません。', + 'auth_change_password_success' => 'パスワードが更新されました!', + + 'profile' => 'プロフィール詳細', + 'profile_desc' => 'コミュニケーションやシステムのパーソナライズでの使用および、他のユーザーに表示されるアカウントの詳細を管理します。', + 'profile_view_public' => '公開プロフィールを表示', + 'profile_name_desc' => '実行したアクティビティや所有しているコンテンツを通じて、システム内で他のユーザーに表示される表示名を設定します。', + 'profile_email_desc' => 'このメールアドレスは通知、アクティブなシステム認証、システムアクセスに使用されます。', + 'profile_email_no_permission' => '残念ながらメールアドレスを変更する権限がありません。 これを変更したい場合は管理者に変更を依頼する必要があります。', + 'profile_avatar_desc' => 'システム内で他のユーザーに自分を表現するために使用される画像を選択します。 この画像は幅と高さが256pxの正方形が最適です。', + 'profile_admin_options' => '管理者オプション', + 'profile_admin_options_desc' => '役割の割り当て管理など、管理者レベルの追加オプションはアプリケーションの「設定 > ユーザー」エリアにあります。', + + 'delete_account' => 'アカウントを削除', + 'delete_my_account' => '自身のアカウント削除', + 'delete_my_account_desc' => 'システムからユーザーアカウントを完全に削除します。このアカウントを復元したり、この操作を元に戻したりすることはできません。 作成されたページやアップロードされた画像などのコンテンツは残ります。', + 'delete_my_account_warning' => '本当にアカウントを削除しますか?', ];