123456789101112131415161718192021 |
- OC.L10N.register(
- "comments",
- {
- "Comments" : "Komentar",
- "You commented" : "Anda berkomentar",
- "%1$s commented" : "%1$s dikomentari",
- "{author} commented" : "{Pengarang} berkomentar",
- "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s",
- "Edit comment" : "Sunting komentar",
- "Delete comment" : "Hapus komentar",
- "Post" : "Posting",
- "Cancel" : "Batal",
- "[Deleted user]" : "[Hapus pengguna]",
- "No comments yet, start the conversation!" : "Belum ada yang berkomentar, mulailah perbincangan!",
- "Save" : "Simpan",
- "Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}",
- "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",
- "Comment" : "Komentar"
- },
- "nplurals=1; plural=0;");
|