]> BookStack Code Mirror - bookstack/blob - resources/lang/ja/activities.php
Update all.blade.php
[bookstack] / resources / lang / ja / activities.php
1 <?php
2
3 return [
4
5     /**
6      * Activity text strings.
7      * Is used for all the text within activity logs & notifications.
8      */
9
10     // Pages
11     'page_create'                 => 'がページを作成:',
12     'page_create_notification'    => 'ページを作成しました',
13     'page_update'                 => 'がページを更新:',
14     'page_update_notification'    => 'ページを更新しました',
15     'page_delete'                 => 'がページを削除:',
16     'page_delete_notification'    => 'ページを削除しました',
17     'page_restore'                => 'がページを復元:',
18     'page_restore_notification'   => 'ページを復元しました',
19     'page_move'                   => 'がページを移動:',
20
21     // Chapters
22     'chapter_create'              => 'がチャプターを作成:',
23     'chapter_create_notification' => 'チャプターを作成しました',
24     'chapter_update'              => 'がチャプターを更新:',
25     'chapter_update_notification' => 'チャプターを更新しました',
26     'chapter_delete'              => 'がチャプターを削除:',
27     'chapter_delete_notification' => 'チャプターを削除しました',
28     'chapter_move'                => 'がチャプターを移動:',
29
30     // Books
31     'book_create'                 => 'がブックを作成:',
32     'book_create_notification'    => 'ブックを作成しました',
33     'book_update'                 => 'がブックを更新:',
34     'book_update_notification'    => 'ブックを更新しました',
35     'book_delete'                 => 'がブックを削除:',
36     'book_delete_notification'    => 'ブックを削除しました',
37     'book_sort'                   => 'がブックの並び順を変更:',
38     'book_sort_notification'      => '並び順を変更しました',
39
40 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.