BookStack/resources/lang/ja/common.php
Dan Brown 57fc1ba38f
New Crowdin updates (#3093)
* New translations auth.php (Vietnamese)

* New translations entities.php (Norwegian Bokmal)

* New translations common.php (Norwegian Bokmal)

* New translations entities.php (Norwegian Bokmal)

* New translations auth.php (Spanish, Argentina)

* New translations entities.php (Spanish, Argentina)

* New translations errors.php (Spanish, Argentina)

* New translations auth.php (Ukrainian)

* New translations auth.php (Ukrainian)

* New translations common.php (Ukrainian)

* New translations entities.php (Ukrainian)

* New translations errors.php (Ukrainian)

* New translations settings.php (Ukrainian)

* New translations validation.php (Ukrainian)

* New translations entities.php (Japanese)

* New translations common.php (Japanese)

* New translations entities.php (Japanese)

* New translations auth.php (Portuguese)

* New translations auth.php (Portuguese)

* New translations common.php (Portuguese)

* New translations entities.php (Portuguese)
2021-12-15 13:46:49 +00:00

98 lines
3.2 KiB
PHP

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'キャンセル',
'confirm' => '確認',
'back' => '戻る',
'save' => '保存',
'continue' => '続ける',
'select' => '選択',
'toggle_all' => '一括切替',
'more' => 'その他',
// Form Labels
'name' => '名称',
'description' => '概要',
'role' => '権限',
'cover_image' => 'カバー画像',
'cover_image_description' => 'この画像はおよそ440x250pxの大きさが必要です。',
// Actions
'actions' => '実行',
'view' => '表示',
'view_all' => 'すべて表示',
'create' => '作成',
'update' => '更新',
'edit' => '編集',
'sort' => '並び順',
'move' => '移動',
'copy' => 'コピー',
'reply' => '返信',
'delete' => '削除',
'delete_confirm' => '確認して削除',
'search' => '検索',
'search_clear' => '検索をクリア',
'reset' => 'リセット',
'remove' => '削除',
'add' => '追加',
'configure' => 'Configure',
'fullscreen' => '全画面',
'favourite' => 'お気に入り',
'unfavourite' => 'お気に入りから削除',
'next' => '次へ',
'previous' => '前へ',
'filter_active' => '有効なフィルター:',
'filter_clear' => 'フィルターを解除',
// Sort Options
'sort_options' => '並べ替えオプション',
'sort_direction_toggle' => '並べ替え方向の切り替え',
'sort_ascending' => '昇順に並べ替え',
'sort_descending' => '降順に並べ替え',
'sort_name' => '名前',
'sort_default' => 'デフォルト',
'sort_created_at' => '作成日',
'sort_updated_at' => '更新日',
// Misc
'deleted_user' => '削除済みユーザ',
'no_activity' => '表示するアクティビティがありません',
'no_items' => 'アイテムはありません',
'back_to_top' => '上に戻る',
'skip_to_main_content' => 'メインコンテンツへスキップ',
'toggle_details' => '概要の表示切替',
'toggle_thumbnails' => 'Toggle Thumbnails',
'details' => '詳細',
'grid_view' => 'グリッド形式',
'list_view' => 'リスト形式',
'default' => 'デフォルト',
'breadcrumb' => 'パンくずリスト',
// Header
'header_menu_expand' => 'Expand Header Menu',
'profile_menu' => 'Profile Menu',
'view_profile' => 'プロフィール表示',
'edit_profile' => 'プロフィール編集',
'dark_mode' => 'ダークモード',
'light_mode' => 'ライトモード',
// 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' => 'プライバシーポリシー',
'terms_of_service' => '利用規約',
];