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:
Diffstat (limited to 'apps/comments/l10n/id.js')
-rw-r--r--apps/comments/l10n/id.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/comments/l10n/id.js b/apps/comments/l10n/id.js
index 58f7aa372dc..28965c9e91e 100644
--- a/apps/comments/l10n/id.js
+++ b/apps/comments/l10n/id.js
@@ -1,8 +1,21 @@
OC.L10N.register(
"comments",
{
+ "<strong>Comments</strong> for files" : "<strong>Komentar</strong> untuk berkas",
+ "%1$s commented" : "%1$s dikomentari",
+ "%1$s commented on %2$s" : "%1$s dikomentari pada %2$s",
+ "Comments" : "Komentar",
+ "Type in a new comment..." : "Ketik di komentar baru...",
+ "Delete comment" : "Hapus komentar",
+ "Post" : "Posting",
"Cancel" : "Batal",
+ "Edit comment" : "Sunting komentar",
+ "[Deleted user]" : "[Hapus pengguna]",
+ "No other comments available" : "Tidak ada komentar lainnya",
+ "More comments..." : "Komentar lainya...",
"Save" : "Simpan",
+ "Allowed characters {count} of {max}" : "Karakter yang diizinkan {count} dari {max}",
+ "{count} unread comments" : "{count} komentar belum dibaca",
"Comment" : "Komentar"
},
"nplurals=1; plural=0;");