2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-02-25 09:58:06 +03:00
|
|
|
"Delete comment" : "Hapus komentar",
|
|
|
|
"Post" : "Posting",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "Batal",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Edit comment" : "Sunting komentar",
|
|
|
|
"[Deleted user]" : "[Hapus pengguna]",
|
2016-05-10 10:30:51 +03:00
|
|
|
"Comments" : "Komentar",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Save" : "Simpan",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}",
|
2016-07-30 03:11:16 +03:00
|
|
|
"Error occurred while retrieving comment with id {id}" : "Terjadi kesalahan saat mendapatkan komentar dengan id {id}",
|
|
|
|
"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",
|
2016-05-10 10:30:51 +03:00
|
|
|
"Comment" : "Komentar",
|
2016-07-30 03:11:16 +03:00
|
|
|
"You commented" : "Anda berkomentar",
|
2016-05-10 10:30:51 +03:00
|
|
|
"%1$s commented" : "%1$s dikomentari",
|
2016-07-30 03:11:16 +03:00
|
|
|
"You commented on %2$s" : "Anda berkomentar di %2$s",
|
2016-09-01 03:09:24 +03:00
|
|
|
"%1$s commented on %2$s" : "%1$s dikomentari pada %2$s",
|
|
|
|
"Type in a new comment..." : "Ketik di komentar baru...",
|
|
|
|
"No other comments available" : "Tidak ada komentar lainnya",
|
2016-09-29 03:07:08 +03:00
|
|
|
"More comments..." : "Komentar lainya...",
|
|
|
|
"{count} unread comments" : "{count} komentar belum dibaca"
|
2016-02-17 09:56:11 +03:00
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|