]> BookStack Code Mirror - bookstack/blob - lang/id/activities.php
CSS: Updated status colors to be CSS variables, Added dark variants
[bookstack] / 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'    => 'Jenis Halaman berhasil dibuat',
11     'page_update'                 => 'halaman telah diperbaharui',
12     'page_update_notification'    => 'Halaman berhasil diperbarui',
13     'page_delete'                 => 'halaman dihapus',
14     'page_delete_notification'    => 'Halaman berhasil dihapus',
15     'page_restore'                => 'halaman telah dipulihkan',
16     'page_restore_notification'   => 'Halaman berhasil dipulihkan',
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 diperbarui',
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_create_from_chapter'              => 'mengkonversi bab ke buku',
32     'book_create_from_chapter_notification' => 'Bab berhasil dikonversi menjadi buku',
33     'book_update'                 => 'update buku',
34     'book_update_notification'    => 'Buku berhasil diperbarui',
35     'book_delete'                 => 'hapus buku',
36     'book_delete_notification'    => 'Buku berhasil dihapus',
37     'book_sort'                   => 'buku yang diurutkan',
38     'book_sort_notification'      => 'Buku berhasil diurutkan',
39
40     // Bookshelves
41     'bookshelf_create'            => 'membuat rak',
42     'bookshelf_create_notification'    => 'Rak berhasil dibuat',
43     'bookshelf_create_from_book'    => 'mengkonversi buku ke rak',
44     'bookshelf_create_from_book_notification'    => 'Buku berhasil dikonversi menjadi rak',
45     'bookshelf_update'                 => 'memperbarui rak',
46     'bookshelf_update_notification'    => 'Rak berhasil diperbarui',
47     'bookshelf_delete'                 => 'menghapus rak',
48     'bookshelf_delete_notification'    => 'Rak berhasil dihapus',
49
50     // Favourites
51     'favourite_add_notification' => '":name" telah ditambahkan ke favorit Anda',
52     'favourite_remove_notification' => '":name" telah dihapus dari favorit Anda',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Metode multi-faktor sukses dikonfigurasi',
56     'mfa_remove_method_notification' => 'Metode multi-faktor sukses dihapus',
57
58     // Webhooks
59     'webhook_create' => 'membuat webhook',
60     'webhook_create_notification' => 'Webhook berhasil dibuat',
61     'webhook_update' => 'memperbarui webhook',
62     'webhook_update_notification' => 'Webhook berhasil diperbarui',
63     'webhook_delete' => 'menghapus webhook',
64     'webhook_delete_notification' => 'Webhook berhasil dihapus',
65
66     // Users
67     'user_update_notification' => 'Pengguna berhasil diperbarui',
68     'user_delete_notification' => 'Pengguna berhasil dihapus',
69
70     // Roles
71     'role_create_notification' => 'Peran berhasil dibuat',
72     'role_update_notification' => 'Peran berhasil diperbarui',
73     'role_delete_notification' => 'Peran berhasil dihapus',
74
75     // Other
76     'commented_on'                => 'berkomentar pada',
77     'permissions_update'          => 'izin diperbarui',
78 ];