]> BookStack Code Mirror - bookstack/blob - resources/lang/ja/common.php
[Fix] app_footer_links_desc
[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' => 'Toggle All',
15     'more' => 'その他',
16
17     // Form Labels
18     'name' => '名称',
19     'description' => '概要',
20     'role' => '権限',
21     'cover_image' => 'Cover image',
22     'cover_image_description' => 'この画像は約 300x170px をする必要があります。',
23     
24     // Actions
25     'actions' => '実行',
26     'view' => '表示',
27     'view_all' => 'View All',
28     'create' => '作成',
29     'update' => '更新',
30     'edit' => '編集',
31     'sort' => '並び順',
32     'move' => '移動',
33     'copy' => 'Copy',
34     'reply' => '返信',
35     'delete' => '削除',
36     'delete_confirm' => 'Confirm Deletion',
37     'search' => '検索',
38     'search_clear' => '検索をクリア',
39     'reset' => 'リセット',
40     'remove' => '削除',
41     'add' => '追加',
42     'fullscreen' => 'Fullscreen',
43
44     // Sort Options
45     'sort_options' => 'Sort Options',
46     'sort_direction_toggle' => 'Sort Direction Toggle',
47     'sort_ascending' => 'Sort Ascending',
48     'sort_descending' => 'Sort Descending',
49     'sort_name' => 'Name',
50     'sort_default' => 'Default',
51     'sort_created_at' => 'Created Date',
52     'sort_updated_at' => 'Updated Date',
53
54     // Misc
55     'deleted_user' => '削除済みユーザ',
56     'no_activity' => '表示するアクティビティがありません',
57     'no_items' => 'アイテムはありません',
58     'back_to_top' => '上に戻る',
59     'toggle_details' => '概要の表示切替',
60     'toggle_thumbnails' => 'Toggle Thumbnails',
61     'details' => '詳細',
62     'grid_view' => 'グリッド形式',
63     'list_view' => 'リスト形式',
64     'default' => 'Default',
65     'breadcrumb' => 'Breadcrumb',
66
67     // Header
68     'header_menu_expand' => 'Expand Header Menu',
69     'profile_menu' => 'Profile Menu',
70     'view_profile' => 'プロフィール表示',
71     'edit_profile' => 'プロフィール編集',
72     'dark_mode' => 'Dark Mode',
73     'light_mode' => 'Light Mode',
74
75     // Layout tabs
76     'tab_info' => 'Info',
77     'tab_info_label' => 'Tab: Show Secondary Information',
78     'tab_content' => 'Content',
79     'tab_content_label' => 'Tab: Show Primary Content',
80
81     // Email Content
82     'email_action_help' => '":actionText" をクリックできない場合、以下のURLをコピーしブラウザで開いてください:',
83     'email_rights' => 'All rights reserved',
84
85     // Footer Link Options
86     // Not directly used but available for convenience to users.
87     'privacy_policy' => 'Privacy Policy',
88     'terms_of_service' => 'Terms of Service',
89 ];