Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-12-13 04:12:16 +0300
committerNextcloud bot <bot@nextcloud.com>2018-12-13 04:12:16 +0300
commit9a8c2a94de4f56a279d68a5799a0fddb65ec42ad (patch)
tree846f341ca025b9818c9becc13b43d16619a70ddb /apps/comments
parentf73de0a70783ffb12903447c7a29877286b5fa52 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/l10n/id.js12
-rw-r--r--apps/comments/l10n/id.json12
2 files changed, 8 insertions, 16 deletions
diff --git a/apps/comments/l10n/id.js b/apps/comments/l10n/id.js
index 62de36ea934..66ffebc6f8f 100644
--- a/apps/comments/l10n/id.js
+++ b/apps/comments/l10n/id.js
@@ -1,25 +1,21 @@
OC.L10N.register(
"comments",
{
+ "Edit comment" : "Sunting komentar",
"Delete comment" : "Hapus komentar",
"Post" : "Posting",
"Cancel" : "Batal",
- "Edit comment" : "Sunting komentar",
"[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 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",
"Comment" : "Komentar",
"You commented" : "Anda berkomentar",
"%1$s commented" : "%1$s dikomentari",
- "You commented on %2$s" : "Anda berkomentar di %2$s",
- "%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",
- "More comments..." : "Komentar lainya...",
- "{count} unread comments" : "{count} komentar belum dibaca"
+ "{author} commented" : "{Pengarang} berkomentar",
+ "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s"
},
"nplurals=1; plural=0;");
diff --git a/apps/comments/l10n/id.json b/apps/comments/l10n/id.json
index 7850564c77d..213464f0320 100644
--- a/apps/comments/l10n/id.json
+++ b/apps/comments/l10n/id.json
@@ -1,23 +1,19 @@
{ "translations": {
+ "Edit comment" : "Sunting komentar",
"Delete comment" : "Hapus komentar",
"Post" : "Posting",
"Cancel" : "Batal",
- "Edit comment" : "Sunting komentar",
"[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 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",
"Comment" : "Komentar",
"You commented" : "Anda berkomentar",
"%1$s commented" : "%1$s dikomentari",
- "You commented on %2$s" : "Anda berkomentar di %2$s",
- "%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",
- "More comments..." : "Komentar lainya...",
- "{count} unread comments" : "{count} komentar belum dibaca"
+ "{author} commented" : "{Pengarang} berkomentar",
+ "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file