You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

id.js 1.9KB

12345678910111213141516171819202122232425262728293031
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentar",
  5. "You commented" : "Anda berkomentar",
  6. "{author} commented" : "{Pengarang} berkomentar",
  7. "You commented on %1$s" : "Anda berkomentar pada %1$s",
  8. "You commented on {file}" : "Anda berkomentar pada {file} ",
  9. "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s",
  10. "{author} commented on {file}" : "{pengarang} berkomentar pada {file}",
  11. "<strong>Comments</strong> for files" : "<strong>komentar</strong> pada file",
  12. "{user} mentioned you in a comment on \"{file}\"" : "{pengguna} menyebut Anda dalam sebuah komentar pada \"{file}\" ",
  13. "Files app plugin to add comments to files" : "Plugin aplikasi file untuk menambah komentar pada file",
  14. "Edit comment" : "Sunting komentar",
  15. "Delete comment" : "Hapus komentar",
  16. "Cancel edit" : "Batal sunting",
  17. "Post comment" : "Posting komentar",
  18. "No comments yet, start the conversation!" : "Belum ada yang berkomentar, mulailah perbincangan!",
  19. "No more messages" : "Tidak ada pesan lagi",
  20. "Retry" : "Ulangi",
  21. "Unable to load the comments list" : "Tidak dapat memuat daftar komentar",
  22. "_1 new comment_::_{unread} new comments_" : ["komentar baru {belum terbaca}"],
  23. "Comment" : "Komentar",
  24. "An error occurred while trying to edit the comment" : "Terjadi kesalahan ketika mencoba menyunting komentar",
  25. "Comment deleted" : "Komentar dihapus",
  26. "An error occurred while trying to delete the comment" : "Terjadi kesalahan ketika mencoba untuk menghapus komentar",
  27. "An error occurred while trying to create the comment" : "Terjadi kesalahan ketika mencoba untuk membuat komentar",
  28. "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",
  29. "_%n unread comment_::_%n unread comments_" : ["%nkomentar belum dibaca"]
  30. },
  31. "nplurals=1; plural=0;");