X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/2734/head:/resources/lang/ja/common.php diff --git a/resources/lang/ja/common.php b/resources/lang/ja/common.php index 7932dc713..836b96301 100644 --- a/resources/lang/ja/common.php +++ b/resources/lang/ja/common.php @@ -47,6 +47,7 @@ return [ 'sort_ascending' => 'Sort Ascending', 'sort_descending' => 'Sort Descending', 'sort_name' => 'Name', + 'sort_default' => 'Default', 'sort_created_at' => 'Created Date', 'sort_updated_at' => 'Updated Date', @@ -64,6 +65,7 @@ return [ 'breadcrumb' => 'Breadcrumb', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profile Menu', 'view_profile' => 'プロフィール表示', 'edit_profile' => 'プロフィール編集', @@ -72,9 +74,16 @@ return [ // Layout tabs 'tab_info' => 'Info', + 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'Content', + 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => '":actionText" をクリックできない場合、以下のURLをコピーしブラウザで開いてください:', 'email_rights' => 'All rights reserved', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', ];