id.js 925 B

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Sunting komentar",
  5. "Delete comment" : "Hapus komentar",
  6. "Post" : "Posting",
  7. "Cancel" : "Batal",
  8. "[Deleted user]" : "[Hapus pengguna]",
  9. "Comments" : "Komentar",
  10. "No comments yet, start the conversation!" : "Belum ada yang berkomentar, mulailah perbincangan!",
  11. "Save" : "Simpan",
  12. "Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}",
  13. "Error occurred while updating comment with id {id}" : "Terjadi kesalahan saat memperbarui komentar dengan id {id}",
  14. "Error occurred while posting comment" : "Terjadi kesalahan saat memosting komentar",
  15. "Comment" : "Komentar",
  16. "You commented" : "Anda berkomentar",
  17. "%1$s commented" : "%1$s dikomentari",
  18. "{author} commented" : "{Pengarang} berkomentar",
  19. "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s"
  20. },
  21. "nplurals=1; plural=0;");