diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-24 22:28:26 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-24 22:28:26 -0400 |
commit | fc93203e4db044d37c1686fef0efb1ac1d6ac4b8 (patch) | |
tree | 1cc9b998851e8e0f56242b14b5f59263dde56acd /app/Locale/my_MY/translations.php | |
parent | ce367a24fca09bb1fa05da167f36db54712c8fa1 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/my_MY/translations.php')
-rw-r--r-- | app/Locale/my_MY/translations.php | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 913b690a..02fa16f8 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -154,8 +154,6 @@ return array( '%d closed tasks' => '%d tugas yang ditutup', 'No task for this project' => 'Tidak ada tugas dalam projek ini', 'Public link' => 'Pautan publik', - 'Change assignee' => 'Mengubah orang yand ditugaskan', - 'Change assignee for the task "%s"' => 'Mengubah orang yang ditugaskan untuk tugas « %s »', 'Timezone' => 'Zona waktu', 'Sorry, I didn\'t find this information in my database!' => 'Maaf, saya tidak menemukan informasi ini dalam basis data saya !', 'Page not found' => 'Halaman tidak ditemukan', @@ -248,7 +246,6 @@ return array( 'Category' => 'Kategori', 'Category:' => 'Kategori :', 'Categories' => 'Kategori', - 'Category not found.' => 'Kategori tidak ditemukan', 'Your category have been created successfully.' => 'Kategori anda berhasil dibuat.', 'Unable to create your category.' => 'Tidak dapat membuat kategori anda.', 'Your category have been updated successfully.' => 'Kategori anda berhasil diperbaharui.', @@ -270,7 +267,6 @@ return array( 'Do you really want to remove this file: "%s"?' => 'Apakah anda yakin akan menghapus berkas ini « %s » ?', 'Attachments' => 'Lampiran', 'Edit the task' => 'Modifikasi tugas', - 'Edit the description' => 'Modifikasi deskripsi', 'Add a comment' => 'Tambahkan komentar', 'Edit a comment' => 'Modifikasi komentar', 'Summary' => 'Ringkasan', @@ -368,7 +364,6 @@ return array( 'No external authentication enabled.' => 'Tidak ada otentifikasi eksternal yang aktif.', 'Password modified successfully.' => 'Kata laluan telah berjaya ditukar.', 'Unable to change the password.' => 'Tidak dapat merubah kata laluanr.', - 'Change category for the task "%s"' => 'Rubah kategori untuk tugas « %s »', 'Change category' => 'Tukar kategori', '%s updated the task %s' => '%s memperbaharui tugas %s', '%s opened the task %s' => '%s membuka tugas %s', @@ -485,7 +480,6 @@ return array( 'Remove a swimlane' => 'Padam swimlane', 'Show default swimlane' => 'Tampilkan piawai swimlane', 'Swimlane modification for the project "%s"' => 'Modifikasi swimlane untuk projek « %s »', - 'Swimlane not found.' => 'Swimlane tidak ditemui.', 'Swimlane removed successfully.' => 'Swimlane telah dipadamkan.', 'Swimlanes' => 'Swimlanes', 'Swimlane updated successfully.' => 'Swimlane telah dikemaskini.', @@ -1202,4 +1196,23 @@ return array( // 'Email transport' => '', // 'Webhook token' => '', // 'Imports' => '', + // 'Project tags management' => '', + // 'Tag created successfully.' => '', + // 'Unable to create this tag.' => '', + // 'Tag updated successfully.' => '', + // 'Unable to update this tag.' => '', + // 'Tag removed successfully.' => '', + // 'Unable to remove this tag.' => '', + // 'Global tags management' => '', + // 'Tags' => '', + // 'Tags management' => '', + // 'Add new tag' => '', + // 'Edit a tag' => '', + // 'Project tags' => '', + // 'There is no specific tag for this project at the moment.' => '', + // 'Tag' => '', + // 'Remove a tag' => '', + // 'Do you really want to remove this tag: "%s"?' => '', + // 'Global tags' => '', + // 'There is no global tag at the moment.' => '', ); |