]> BookStack Code Mirror - bookstack/blob - resources/lang/ja/common.php
Skip intermediate login page with single provider
[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
51     // Sort Options
52     'sort_options' => '並べ替えオプション',
53     'sort_direction_toggle' => '並べ替え方向の切り替え',
54     'sort_ascending' => '昇順に並べ替え',
55     'sort_descending' => '降順に並べ替え',
56     'sort_name' => '名前',
57     'sort_default' => 'デフォルト',
58     'sort_created_at' => '作成日',
59     'sort_updated_at' => '更新日',
60
61     // Misc
62     'deleted_user' => '削除済みユーザ',
63     'no_activity' => '表示するアクティビティがありません',
64     'no_items' => 'アイテムはありません',
65     'back_to_top' => '上に戻る',
66     'skip_to_main_content' => 'メインコンテンツへスキップ',
67     'toggle_details' => '概要の表示切替',
68     'toggle_thumbnails' => 'Toggle Thumbnails',
69     'details' => '詳細',
70     'grid_view' => 'グリッド形式',
71     'list_view' => 'リスト形式',
72     'default' => 'デフォルト',
73     'breadcrumb' => 'パンくずリスト',
74     'status' => '状態',
75     'status_active' => '有効',
76     'status_inactive' => '無効',
77     'never' => '該当なし',
78     'none' => 'なし',
79
80     // Header
81     'header_menu_expand' => 'ヘッダーメニューを展開',
82     'profile_menu' => 'プロフィールメニュー',
83     'view_profile' => 'プロフィール表示',
84     'edit_profile' => 'プロフィール編集',
85     'dark_mode' => 'ダークモード',
86     'light_mode' => 'ライトモード',
87
88     // Layout tabs
89     'tab_info' => '情報',
90     'tab_info_label' => 'タブ: サブコンテンツを表示',
91     'tab_content' => '内容',
92     'tab_content_label' => 'タブ: メインコンテンツを表示',
93
94     // Email Content
95     'email_action_help' => '":actionText" をクリックできない場合、以下のURLをコピーしブラウザで開いてください:',
96     'email_rights' => 'All rights reserved',
97
98     // Footer Link Options
99     // Not directly used but available for convenience to users.
100     'privacy_policy' => 'プライバシーポリシー',
101     'terms_of_service' => '利用規約',
102 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.