]> BookStack Code Mirror - bookstack/blob - resources/lang/id/activities.php
Add unit test for ip addess searching
[bookstack] / resources / lang / id / 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'                 => 'telah membuat halaman',
10     'page_create_notification'    => 'Halaman Berhasil dibuat',
11     'page_update'                 => 'halaman telah diperbaharui',
12     'page_update_notification'    => 'Berhasil mengupdate halaman',
13     'page_delete'                 => 'halaman dihapus',
14     'page_delete_notification'    => 'Berhasil menghapus halaman',
15     'page_restore'                => 'halaman telah dipulihkan',
16     'page_restore_notification'   => 'Berhasil memulihkan halaman',
17     'page_move'                   => 'halaman dipindahkan',
18
19     // Chapters
20     'chapter_create'              => 'membuat bab',
21     'chapter_create_notification' => 'Bab berhasil dibuat',
22     'chapter_update'              => 'bab diperbaharui',
23     'chapter_update_notification' => 'Bab Berhasil Dipebarui',
24     'chapter_delete'              => 'hapus bab',
25     'chapter_delete_notification' => 'Bab berhasil dihapus',
26     'chapter_move'                => 'bab dipindahkan',
27
28     // Books
29     'book_create'                 => 'membuat buku',
30     'book_create_notification'    => 'Buku berhasil dibuat',
31     'book_update'                 => 'update buku',
32     'book_update_notification'    => 'Buku Berhasil Diperbarui',
33     'book_delete'                 => 'hapus buku',
34     'book_delete_notification'    => 'Buku berhasil dihapus',
35     'book_sort'                   => 'buku yang diurutkan',
36     'book_sort_notification'      => 'Buku berhasil diurutkan',
37
38     // Bookshelves
39     'bookshelf_create'            => 'membuat rak',
40     'bookshelf_create_notification'    => 'Rak berhasil dibuat',
41     'bookshelf_update'                 => 'update rak',
42     'bookshelf_update_notification'    => 'Rak Berhasil Diperbarui',
43     'bookshelf_delete'                 => 'hapus rak buku',
44     'bookshelf_delete_notification'    => 'Rak berhasil dihapus',
45
46     // Favourites
47     'favourite_add_notification' => '":name" telah ditambahkan ke favorit Anda',
48     'favourite_remove_notification' => '":name" telah dihapus dari favorit Anda',
49
50     // MFA
51     'mfa_setup_method_notification' => 'Metode multi-faktor sukses dikonfigurasi',
52     'mfa_remove_method_notification' => 'Metode multi-faktor sukses dihapus',
53
54     // Other
55     'commented_on'                => 'berkomentar pada',
56     'permissions_update'          => 'izin diperbarui',
57 ];