]> BookStack Code Mirror - bookstack/blob - resources/lang/ja/activities.php
Actually fixed the BaseURL this time ๐Ÿคฆ
[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 ];