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

id.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66ffebc6f8f00dc2def23f5f64857d0612ac9556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "comments",
    {
    "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"
},
"nplurals=1; plural=0;");