]> BookStack Code Mirror - bookstack/blob - lang/id/activities.php
Fix issue BookStackApp#5542 Sorting by name
[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     'page_move_notification'      => 'Halaman berhasil dipindahkan',
19
20     // Chapters
21     'chapter_create'              => 'membuat bab',
22     'chapter_create_notification' => 'Bab berhasil dibuat',
23     'chapter_update'              => 'bab diperbaharui',
24     'chapter_update_notification' => 'Bab berhasil diperbarui',
25     'chapter_delete'              => 'hapus bab',
26     'chapter_delete_notification' => 'Bab berhasil dihapus',
27     'chapter_move'                => 'bab dipindahkan',
28     'chapter_move_notification' => 'Bab berhasil dipindahkan',
29
30     // Books
31     'book_create'                 => 'membuat buku',
32     'book_create_notification'    => 'Buku berhasil dibuat',
33     'book_create_from_chapter'              => 'mengkonversi bab ke buku',
34     'book_create_from_chapter_notification' => 'Bab berhasil dikonversi menjadi buku',
35     'book_update'                 => 'update buku',
36     'book_update_notification'    => 'Buku berhasil diperbarui',
37     'book_delete'                 => 'hapus buku',
38     'book_delete_notification'    => 'Buku berhasil dihapus',
39     'book_sort'                   => 'buku yang diurutkan',
40     'book_sort_notification'      => 'Buku berhasil diurutkan',
41
42     // Bookshelves
43     'bookshelf_create'            => 'membuat rak',
44     'bookshelf_create_notification'    => 'Rak berhasil dibuat',
45     'bookshelf_create_from_book'    => 'mengkonversi buku ke rak',
46     'bookshelf_create_from_book_notification'    => 'Buku berhasil dikonversi menjadi rak',
47     'bookshelf_update'                 => 'memperbarui rak',
48     'bookshelf_update_notification'    => 'Rak berhasil diperbarui',
49     'bookshelf_delete'                 => 'menghapus rak',
50     'bookshelf_delete_notification'    => 'Rak berhasil dihapus',
51
52     // Revisions
53     'revision_restore' => 'revisi yang dipulihkan',
54     'revision_delete' => 'revisi yang dihapus',
55     'revision_delete_notification' => 'Revisi berhasil dihapus',
56
57     // Favourites
58     'favourite_add_notification' => '":name" telah ditambahkan ke favorit Anda',
59     'favourite_remove_notification' => '":name" telah dihapus dari favorit Anda',
60
61     // Watching
62     'watch_update_level_notification' => 'Preferensi pantauan berhasil diperbarui',
63
64     // Auth
65     'auth_login' => 'telah masuk',
66     'auth_register' => 'daftar sebagai user baru',
67     'auth_password_reset_request' => 'permintaan pengguna mengatur ulang kata sandi',
68     'auth_password_reset_update' => 'atur ulang kata sandi pengguna',
69     'mfa_setup_method' => 'metode MFA yang dikonfigurasi',
70     'mfa_setup_method_notification' => 'Metode multi-faktor sukses dikonfigurasi',
71     'mfa_remove_method' => 'menghapus metode MFA',
72     'mfa_remove_method_notification' => 'Metode multi-faktor sukses dihapus',
73
74     // Settings
75     'settings_update' => 'updated settings',
76     'settings_update_notification' => 'Pengaturan berhasil diperbarui',
77     'maintenance_action_run' => 'menjalankan tindakan pemeliharaan',
78
79     // Webhooks
80     'webhook_create' => 'membuat webhook',
81     'webhook_create_notification' => 'Webhook berhasil dibuat',
82     'webhook_update' => 'memperbarui webhook',
83     'webhook_update_notification' => 'Webhook berhasil diperbarui',
84     'webhook_delete' => 'menghapus webhook',
85     'webhook_delete_notification' => 'Webhook berhasil dihapus',
86
87     // Imports
88     'import_create' => 'created import',
89     'import_create_notification' => 'Import successfully uploaded',
90     'import_run' => 'updated import',
91     'import_run_notification' => 'Content successfully imported',
92     'import_delete' => 'deleted import',
93     'import_delete_notification' => 'Import successfully deleted',
94
95     // Users
96     'user_create' => 'pengguna yang dibuat',
97     'user_create_notification' => 'Pengguna berhasil dibuat',
98     'user_update' => 'perbarui Pengguna',
99     'user_update_notification' => 'Pengguna berhasil diperbarui',
100     'user_delete' => 'pengguna yang dihapus',
101     'user_delete_notification' => 'Pengguna berhasil dihapus',
102
103     // API Tokens
104     'api_token_create' => 'API token yang dibuat',
105     'api_token_create_notification' => 'Token API berhasil dibuat',
106     'api_token_update' => 'token API yang diperbarui',
107     'api_token_update_notification' => 'token API berhasil dirubah',
108     'api_token_delete' => 'token API yang dihapus',
109     'api_token_delete_notification' => 'token API berhasil dihapus ',
110
111     // Roles
112     'role_create' => 'created role',
113     'role_create_notification' => 'Peran berhasil dibuat',
114     'role_update' => 'updated role',
115     'role_update_notification' => 'Peran berhasil diperbarui',
116     'role_delete' => 'deleted role',
117     'role_delete_notification' => 'Peran berhasil dihapus',
118
119     // Recycle Bin
120     'recycle_bin_empty' => 'emptied recycle bin',
121     'recycle_bin_restore' => 'restored from recycle bin',
122     'recycle_bin_destroy' => 'removed from recycle bin',
123
124     // Comments
125     'commented_on'                => 'berkomentar pada',
126     'comment_create'              => 'added comment',
127     'comment_update'              => 'updated comment',
128     'comment_delete'              => 'deleted comment',
129
130     // Sort Rules
131     'sort_rule_create' => 'created sort rule',
132     'sort_rule_create_notification' => 'Sort rule successfully created',
133     'sort_rule_update' => 'updated sort rule',
134     'sort_rule_update_notification' => 'Sort rule successfully updated',
135     'sort_rule_delete' => 'deleted sort rule',
136     'sort_rule_delete_notification' => 'Sort rule successfully deleted',
137
138     // Other
139     'permissions_update'          => 'izin diperbarui',
140 ];