]> BookStack Code Mirror - bookstack/blob - lang/ja/activities.php
Merge pull request #5625 from BookStackApp/avif_images
[bookstack] / lang / ja / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'がページを作成:',
10     'page_create_notification'    => 'ページを作成しました',
11     'page_update'                 => 'がページを更新:',
12     'page_update_notification'    => 'ページを更新しました',
13     'page_delete'                 => 'がページを削除:',
14     'page_delete_notification'    => 'ページを削除しました',
15     'page_restore'                => 'がページを復元:',
16     'page_restore_notification'   => 'ページを復元しました',
17     'page_move'                   => 'がページを移動:',
18     'page_move_notification'      => 'ページを移動しました',
19
20     // Chapters
21     'chapter_create'              => 'がチャプターを作成:',
22     'chapter_create_notification' => 'チャプターを作成しました',
23     'chapter_update'              => 'がチャプターを更新:',
24     'chapter_update_notification' => 'チャプターを更新しました',
25     'chapter_delete'              => 'がチャプターを削除:',
26     'chapter_delete_notification' => 'チャプターを削除しました',
27     'chapter_move'                => 'がチャプターを移動:',
28     'chapter_move_notification' => 'チャプタを移動しました',
29
30     // Books
31     'book_create'                 => 'がブックを作成:',
32     'book_create_notification'    => 'ブックを作成しました',
33     'book_create_from_chapter'              => 'がチャプターをブックに変換:',
34     'book_create_from_chapter_notification' => 'チャプターをブックに変換しました',
35     'book_update'                 => 'がブックを更新:',
36     'book_update_notification'    => 'ブックを更新しました',
37     'book_delete'                 => 'がブックを削除:',
38     'book_delete_notification'    => 'ブックを削除しました',
39     'book_sort'                   => 'がブック内の並び順を変更:',
40     'book_sort_notification'      => 'ブック内の並び順を変更しました',
41
42     // Bookshelves
43     'bookshelf_create'            => 'が本棚を作成:',
44     'bookshelf_create_notification'    => '本棚を作成しました',
45     'bookshelf_create_from_book'    => 'がブックを本棚に変換:',
46     'bookshelf_create_from_book_notification'    => 'ブックを本棚に変換しました',
47     'bookshelf_update'                 => 'が本棚を更新:',
48     'bookshelf_update_notification'    => '本棚を更新しました',
49     'bookshelf_delete'                 => 'が本棚を削除:',
50     'bookshelf_delete_notification'    => '本棚を削除しました',
51
52     // Revisions
53     'revision_restore' => 'がリビジョンを復元',
54     'revision_delete' => 'がリビジョンを削除',
55     'revision_delete_notification' => 'リビジョンを削除しました',
56
57     // Favourites
58     'favourite_add_notification' => '":name"がお気に入りに追加されました',
59     'favourite_remove_notification' => '":name"がお気に入りから削除されました',
60
61     // Watching
62     'watch_update_level_notification' => 'ウォッチ設定を更新しました',
63
64     // Auth
65     'auth_login' => 'がログイン',
66     'auth_register' => 'が新規ユーザ登録',
67     'auth_password_reset_request' => 'がパスワードリセットを要求',
68     'auth_password_reset_update' => 'がパスワードをリセット',
69     'mfa_setup_method' => 'が多要素認証を設定',
70     'mfa_setup_method_notification' => '多要素認証を設定しました',
71     'mfa_remove_method' => 'が多要素認証を削除',
72     'mfa_remove_method_notification' => '多要素認証を解除しました',
73
74     // Settings
75     'settings_update' => 'が設定を更新',
76     'settings_update_notification' => '設定を更新しました',
77     'maintenance_action_run' => 'がメンテナンス作業を実施',
78
79     // Webhooks
80     'webhook_create' => 'がWebhookを作成',
81     'webhook_create_notification' => 'Webhookを作成しました',
82     'webhook_update' => 'がWebhookを更新',
83     'webhook_update_notification' => 'Webhookを更新しました',
84     'webhook_delete' => 'がWebhookを削除',
85     'webhook_delete_notification' => 'Webhookを削除しました',
86
87     // Imports
88     'import_create' => 'がインポートを作成',
89     'import_create_notification' => 'インポートファイルが正常にアップロードされました',
90     'import_run' => 'がインポートを更新',
91     'import_run_notification' => 'コンテンツが正常にインポートされました',
92     'import_delete' => 'がインポートを削除',
93     'import_delete_notification' => 'インポートファイルが正常に削除されました',
94
95     // Users
96     'user_create' => 'がユーザを作成',
97     'user_create_notification' => 'ユーザーを作成しました',
98     'user_update' => 'がユーザを更新',
99     'user_update_notification' => 'ユーザーを更新しました',
100     'user_delete' => 'がユーザを削除',
101     'user_delete_notification' => 'ユーザーを削除しました',
102
103     // API Tokens
104     'api_token_create' => 'がAPIトークンを作成',
105     'api_token_create_notification' => 'APIトークンを作成しました',
106     'api_token_update' => 'がAPIトークンを更新',
107     'api_token_update_notification' => 'APIトークンを更新しました',
108     'api_token_delete' => 'がAPIトークンを削除',
109     'api_token_delete_notification' => 'APIトークンを削除しました',
110
111     // Roles
112     'role_create' => 'が役割を作成',
113     'role_create_notification' => '役割を作成しました',
114     'role_update' => 'が役割を更新',
115     'role_update_notification' => '役割を更新しました',
116     'role_delete' => 'が役割を削除',
117     'role_delete_notification' => '役割を削除しました',
118
119     // Recycle Bin
120     'recycle_bin_empty' => 'がゴミ箱を空にしました',
121     'recycle_bin_restore' => 'がゴミ箱から復元',
122     'recycle_bin_destroy' => 'がゴミ箱から完全に削除',
123
124     // Comments
125     'commented_on'                => 'がコメント:',
126     'comment_create'              => 'がコメントを追加',
127     'comment_update'              => 'がコメントを更新',
128     'comment_delete'              => 'がコメントを削除',
129
130     // Sort Rules
131     'sort_rule_create' => 'がソートルールを作成',
132     'sort_rule_create_notification' => 'ソートルールを作成しました',
133     'sort_rule_update' => 'がソートルールを更新',
134     'sort_rule_update_notification' => 'ソートルールを更新しました',
135     'sort_rule_delete' => 'がソートルールを削除',
136     'sort_rule_delete_notification' => 'ソートルールを削除しました',
137
138     // Other
139     'permissions_update'          => 'が権限を更新:',
140 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.