X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d3eaaf64576658fa342bd319a2233b215c8f2631..refs/pull/3555/head:/resources/lang/ja/common.php diff --git a/resources/lang/ja/common.php b/resources/lang/ja/common.php index bf605525b..82429bd76 100644 --- a/resources/lang/ja/common.php +++ b/resources/lang/ja/common.php @@ -47,6 +47,8 @@ return [ 'previous' => '前へ', 'filter_active' => '有効なフィルター:', 'filter_clear' => 'フィルターを解除', + 'download' => 'ダウンロード', + 'open_in_tab' => 'タブで開く', // Sort Options 'sort_options' => '並べ替えオプション', @@ -71,14 +73,15 @@ return [ 'list_view' => 'リスト形式', 'default' => 'デフォルト', 'breadcrumb' => 'パンくずリスト', - 'status' => 'Status', - 'status_active' => 'Active', - 'status_inactive' => 'Inactive', - 'never' => 'Never', + 'status' => '状態', + 'status_active' => '有効', + 'status_inactive' => '無効', + 'never' => '該当なし', + 'none' => 'なし', // Header - 'header_menu_expand' => 'Expand Header Menu', - 'profile_menu' => 'Profile Menu', + 'header_menu_expand' => 'ヘッダーメニューを展開', + 'profile_menu' => 'プロフィールメニュー', 'view_profile' => 'プロフィール表示', 'edit_profile' => 'プロフィール編集', 'dark_mode' => 'ダークモード',