diff options
Diffstat (limited to 'apps/comments/l10n/id.js')
-rw-r--r-- | apps/comments/l10n/id.js | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/apps/comments/l10n/id.js b/apps/comments/l10n/id.js index eb0a2e63599..6a214769867 100644 --- a/apps/comments/l10n/id.js +++ b/apps/comments/l10n/id.js @@ -5,12 +5,31 @@ OC.L10N.register( "You commented" : "Anda berkomentar", "%1$s commented" : "%1$s dikomentari", "{author} commented" : "{Pengarang} berkomentar", + "You commented on %1$s" : "Anda berkomentar pada %1$s", + "You commented on {file}" : "Anda berkomentar pada {file} ", "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s", + "{author} commented on {file}" : "{pengarang} berkomentar pada {file}", + "<strong>Comments</strong> for files" : "<strong>komentar</strong>pada file", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Anda disebut pada \"{file}\", dalam sebuah komentar oleh pengguna yang sejak itu telah dihapus", + "{user} mentioned you in a comment on \"{file}\"" : "{pengguna} menyebut Anda dalam sebuah komentar pada \"{file}\" ", + "Files app plugin to add comments to files" : "Plugin aplikasi file untuk menambah komentar pada file", "Edit comment" : "Sunting komentar", "Delete comment" : "Hapus komentar", + "Cancel edit" : "Batal sunting", + "Post comment" : "Posting komentar", "No comments yet, start the conversation!" : "Belum ada yang berkomentar, mulailah perbincangan!", + "No more messages" : "Tidak ada pesan lagi", "Retry" : "Ulangi", + "Unable to load the comments list" : "Tidak dapat memuat daftar komentar", + "_%n unread comment_::_%n unread comments_" : ["%nkomentar belum dibaca"], + "_1 new comment_::_{unread} new comments_" : ["komentar baru {belum terbaca}"], "Comment" : "Komentar", + "An error occurred while trying to edit the comment" : "Terjadi kesalahan ketika mencoba menyunting komentar", + "Comment deleted" : "Komentar dihapus", + "An error occurred while trying to delete the comment" : "Terjadi kesalahan ketika mencoba untuk menghapus komentar", + "An error occurred while trying to create the comment" : "Terjadi kesalahan ketika mencoba untuk membuat komentar", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Anda disebut pada \"{file}\", dalam sebuah komentar oleh pengguna yang sejak itu telah dihapus", + "{user} mentioned you in a comment on “{file}”" : "{pengguna} menyebut Anda dalam sebuah komentar pada \"{file}\" ", "New comment …" : "Komentar baru ...", "Post" : "Posting", "Cancel" : "Batal", @@ -18,7 +37,7 @@ OC.L10N.register( "More comments …" : "Komentar lainnya ...", "Save" : "Simpan", "Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}", - "Error occurred while retrieving comment with ID {id}" : "Terjadi galat saat mendapatkan komentar dengan ID {id}", + "Error occurred while retrieving comment with ID {id}" : "Terjadi kesalahan saat mendapatkan komentar dengan ID {id}", "Error occurred while updating comment with id {id}" : "Terjadi kesalahan saat memperbarui komentar dengan id {id}", "Error occurred while posting comment" : "Terjadi kesalahan saat memosting komentar" }, |