aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/id.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-02-27 01:12:05 +0000
committerNextcloud bot <bot@nextcloud.com>2019-02-27 01:12:05 +0000
commit36b01e3c2d4033f690b30b4fcf92711da28cb2ed (patch)
tree1821b439cb9ee787894fef8fb69a9949938d6157 /apps/comments/l10n/id.js
parentc2da3bf1d9820f4031d63daa9bb9e055a3723528 (diff)
downloadnextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.tar.gz
nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/id.js')
-rw-r--r--apps/comments/l10n/id.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/id.js b/apps/comments/l10n/id.js
index 66ffebc6f8f..33d10d93ea3 100644
--- a/apps/comments/l10n/id.js
+++ b/apps/comments/l10n/id.js
@@ -1,21 +1,21 @@
OC.L10N.register(
"comments",
{
+ "Comments" : "Komentar",
+ "You commented" : "Anda berkomentar",
+ "%1$s commented" : "%1$s dikomentari",
+ "{author} commented" : "{Pengarang} berkomentar",
+ "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s",
"Edit comment" : "Sunting komentar",
"Delete comment" : "Hapus komentar",
"Post" : "Posting",
"Cancel" : "Batal",
"[Deleted user]" : "[Hapus pengguna]",
- "Comments" : "Komentar",
"No comments yet, start the conversation!" : "Belum ada yang berkomentar, mulailah perbincangan!",
"Save" : "Simpan",
"Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}",
"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",
- "Comment" : "Komentar",
- "You commented" : "Anda berkomentar",
- "%1$s commented" : "%1$s dikomentari",
- "{author} commented" : "{Pengarang} berkomentar",
- "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s"
+ "Comment" : "Komentar"
},
"nplurals=1; plural=0;");