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