id.js 1.2 KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Delete comment" : "Hapus komentar",
  5. "Post" : "Posting",
  6. "Cancel" : "Batal",
  7. "Edit comment" : "Sunting komentar",
  8. "[Deleted user]" : "[Hapus pengguna]",
  9. "Comments" : "Komentar",
  10. "Save" : "Simpan",
  11. "Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}",
  12. "Error occurred while retrieving comment with id {id}" : "Terjadi kesalahan saat mendapatkan komentar dengan id {id}",
  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. "You commented on %2$s" : "Anda berkomentar di %2$s",
  19. "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s",
  20. "Type in a new comment..." : "Ketik di komentar baru...",
  21. "No other comments available" : "Tidak ada komentar lainnya",
  22. "More comments..." : "Komentar lainya...",
  23. "{count} unread comments" : "{count} komentar belum dibaca"
  24. },
  25. "nplurals=1; plural=0;");