]> BookStack Code Mirror - bookstack/blob - resources/lang/ja/activities.php
New Crowdin updates (#3643)
[bookstack] / resources / 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
19     // Chapters
20     'chapter_create'              => 'がチャプターを作成:',
21     'chapter_create_notification' => 'チャプターを作成しました',
22     'chapter_update'              => 'がチャプターを更新:',
23     'chapter_update_notification' => 'チャプターを更新しました',
24     'chapter_delete'              => 'がチャプターを削除:',
25     'chapter_delete_notification' => 'チャプターを削除しました',
26     'chapter_move'                => 'がチャプターを移動:',
27
28     // Books
29     'book_create'                 => 'がブックを作成:',
30     'book_create_notification'    => 'ブックを作成しました',
31     'book_create_from_chapter'              => 'がチャプターをブックに変換:',
32     'book_create_from_chapter_notification' => 'チャプターがブックへ正常に変換されました',
33     'book_update'                 => 'がブックを更新:',
34     'book_update_notification'    => 'ブックを更新しました',
35     'book_delete'                 => 'がブックを削除:',
36     'book_delete_notification'    => 'ブックを削除しました',
37     'book_sort'                   => 'がブックの並び順を変更:',
38     'book_sort_notification'      => 'ブックが再度並び変えられました',
39
40     // Bookshelves
41     'bookshelf_create'            => 'created shelf',
42     'bookshelf_create_notification'    => 'Shelf successfully created',
43     'bookshelf_create_from_book'    => 'converted book to shelf',
44     'bookshelf_create_from_book_notification'    => 'ブックが本棚へ正常に変換されました',
45     'bookshelf_update'                 => 'updated shelf',
46     'bookshelf_update_notification'    => 'Shelf successfully updated',
47     'bookshelf_delete'                 => 'deleted shelf',
48     'bookshelf_delete_notification'    => 'Shelf successfully deleted',
49
50     // Favourites
51     'favourite_add_notification' => '":name"がお気に入りに追加されました',
52     'favourite_remove_notification' => '":name"がお気に入りから削除されました',
53
54     // MFA
55     'mfa_setup_method_notification' => '多要素認証が正常に設定されました',
56     'mfa_remove_method_notification' => '多要素認証が正常に解除されました',
57
58     // Webhooks
59     'webhook_create' => 'created webhook',
60     'webhook_create_notification' => 'Webhookが正常に作成されました',
61     'webhook_update' => 'updated webhook',
62     'webhook_update_notification' => 'Webhookが正常に更新されました',
63     'webhook_delete' => 'deleted webhook',
64     'webhook_delete_notification' => 'Webhookが正常に削除されました',
65
66     // Users
67     'user_update_notification' => 'ユーザーが正常に更新されました',
68     'user_delete_notification' => 'ユーザーが正常に削除されました',
69
70     // Other
71     'commented_on'                => 'がコメント:',
72     'permissions_update'          => 'が権限を更新:',
73 ];