X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2d1567ea300f67c84e1b57afcb9712d98ff345a1..refs/pull/2166/head:/resources/lang/ja/common.php diff --git a/resources/lang/ja/common.php b/resources/lang/ja/common.php index 8b6ffb777..9611e232b 100644 --- a/resources/lang/ja/common.php +++ b/resources/lang/ja/common.php @@ -1,60 +1,79 @@ 'キャンセル', 'confirm' => '確認', 'back' => '戻る', 'save' => '保存', 'continue' => '続ける', 'select' => '選択', + 'toggle_all' => 'Toggle All', + 'more' => 'その他', - /** - * Form Labels - */ + // Form Labels 'name' => '名称', 'description' => '概要', 'role' => '権限', + 'cover_image' => 'Cover image', 'cover_image_description' => 'この画像は約 300x170px をする必要があります。', - /** - * Actions - */ + + // Actions 'actions' => '実行', 'view' => '表示', - 'reply' => '返信', + 'view_all' => 'View All', 'create' => '作成', 'update' => '更新', 'edit' => '編集', 'sort' => '並び順', 'move' => '移動', + 'copy' => 'Copy', + 'reply' => '返信', 'delete' => '削除', 'search' => '検索', 'search_clear' => '検索をクリア', 'reset' => 'リセット', 'remove' => '削除', 'add' => '追加', + 'fullscreen' => 'Fullscreen', + // Sort Options + 'sort_options' => 'Sort Options', + 'sort_direction_toggle' => 'Sort Direction Toggle', + 'sort_ascending' => 'Sort Ascending', + 'sort_descending' => 'Sort Descending', + 'sort_name' => 'Name', + 'sort_created_at' => 'Created Date', + 'sort_updated_at' => 'Updated Date', - /** - * Misc - */ + // Misc 'deleted_user' => '削除済みユーザ', 'no_activity' => '表示するアクティビティがありません', 'no_items' => 'アイテムはありません', 'back_to_top' => '上に戻る', 'toggle_details' => '概要の表示切替', + 'toggle_thumbnails' => 'Toggle Thumbnails', + 'details' => '詳細', + 'grid_view' => 'グリッド形式', + 'list_view' => 'リスト形式', + 'default' => 'Default', + 'breadcrumb' => 'Breadcrumb', - /** - * Header - */ + // Header + 'profile_menu' => 'Profile Menu', 'view_profile' => 'プロフィール表示', 'edit_profile' => 'プロフィール編集', + 'dark_mode' => 'Dark Mode', + 'light_mode' => 'Light Mode', + + // Layout tabs + 'tab_info' => 'Info', + 'tab_content' => 'Content', - /** - * Email Content - */ + // Email Content 'email_action_help' => '":actionText" をクリックできない場合、以下のURLをコピーしブラウザで開いてください:', 'email_rights' => 'All rights reserved', ];