id.js 1020 B

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