]> BookStack Code Mirror - bookstack/blob - resources/lang/ja/common.php
Added more complexity in an attempt to make ldap host failover fit
[bookstack] / resources / lang / ja / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'キャンセル',
9     'confirm' => '確認',
10     'back' => '戻る',
11     'save' => '保存',
12     'continue' => '続ける',
13     'select' => '選択',
14     'toggle_all' => '一括切替',
15     'more' => 'その他',
16
17     // Form Labels
18     'name' => '名称',
19     'description' => '概要',
20     'role' => '権限',
21     'cover_image' => 'カバー画像',
22     'cover_image_description' => 'この画像はおよそ440x250pxの大きさが必要です。',
23
24     // Actions
25     'actions' => '実行',
26     'view' => '表示',
27     'view_all' => 'すべて表示',
28     'create' => '作成',
29     'update' => '更新',
30     'edit' => '編集',
31     'sort' => '並び順',
32     'move' => '移動',
33     'copy' => 'コピー',
34     'reply' => '返信',
35     'delete' => '削除',
36     'delete_confirm' => '確認して削除',
37     'search' => '検索',
38     'search_clear' => '検索をクリア',
39     'reset' => 'リセット',
40     'remove' => '削除',
41     'add' => '追加',
42     'configure' => 'Configure',
43     'fullscreen' => '全画面',
44     'favourite' => 'お気に入り',
45     'unfavourite' => 'お気に入りから削除',
46     'next' => '次へ',
47     'previous' => '前へ',
48     'filter_active' => '有効なフィルター:',
49     'filter_clear' => 'フィルターを解除',
50     'download' => 'ダウンロード',
51     'open_in_tab' => 'タブで開く',
52
53     // Sort Options
54     'sort_options' => '並べ替えオプション',
55     'sort_direction_toggle' => '並べ替え方向の切り替え',
56     'sort_ascending' => '昇順に並べ替え',
57     'sort_descending' => '降順に並べ替え',
58     'sort_name' => '名前',
59     'sort_default' => 'デフォルト',
60     'sort_created_at' => '作成日',
61     'sort_updated_at' => '更新日',
62
63     // Misc
64     'deleted_user' => '削除済みユーザ',
65     'no_activity' => '表示するアクティビティがありません',
66     'no_items' => 'アイテムはありません',
67     'back_to_top' => '上に戻る',
68     'skip_to_main_content' => 'メインコンテンツへスキップ',
69     'toggle_details' => '概要の表示切替',
70     'toggle_thumbnails' => 'Toggle Thumbnails',
71     'details' => '詳細',
72     'grid_view' => 'グリッド形式',
73     'list_view' => 'リスト形式',
74     'default' => 'デフォルト',
75     'breadcrumb' => 'パンくずリスト',
76     'status' => '状態',
77     'status_active' => '有効',
78     'status_inactive' => '無効',
79     'never' => '該当なし',
80     'none' => 'なし',
81
82     // Header
83     'header_menu_expand' => 'ヘッダーメニューを展開',
84     'profile_menu' => 'プロフィールメニュー',
85     'view_profile' => 'プロフィール表示',
86     'edit_profile' => 'プロフィール編集',
87     'dark_mode' => 'ダークモード',
88     'light_mode' => 'ライトモード',
89
90     // Layout tabs
91     'tab_info' => '情報',
92     'tab_info_label' => 'タブ: サブコンテンツを表示',
93     'tab_content' => '内容',
94     'tab_content_label' => 'タブ: メインコンテンツを表示',
95
96     // Email Content
97     'email_action_help' => '":actionText" をクリックできない場合、以下のURLをコピーしブラウザで開いてください:',
98     'email_rights' => 'All rights reserved',
99
100     // Footer Link Options
101     // Not directly used but available for convenience to users.
102     'privacy_policy' => 'プライバシーポリシー',
103     'terms_of_service' => '利用規約',
104 ];