nextcloud/apps/comments/l10n/af.js

34 lines
2.2 KiB
JavaScript
Raw Normal View History

2017-06-17 03:08:26 +03:00
OC.L10N.register(
"comments",
{
2018-04-12 03:19:20 +03:00
"Edit comment" : "Wysig kommentaar",
2017-06-17 03:08:26 +03:00
"Delete comment" : "Skrap kommentaar",
2018-04-12 03:19:20 +03:00
"New comment …" : "Nuwe kommentaar…",
2017-06-17 03:08:26 +03:00
"Post" : "Plaas",
"Cancel" : "Kanselleer",
"[Deleted user]" : "[Geskrapte gebruiker]",
2018-07-26 03:12:01 +03:00
"Comments" : "Kommentare",
2017-06-17 03:08:26 +03:00
"No comments yet, start the conversation!" : "Nog geen kommentaar, begin die gesprek!",
"More comments …" : "Nog kommentare …",
"Save" : "Bewaar",
"Allowed characters {count} of {max}" : "Toegelate karakters {telling} van {maks}",
2018-03-28 03:21:16 +03:00
"Error occurred while retrieving comment with ID {id}" : "n Fout het voorgekom toe kommentaar met id {id} opgehaal is",
2017-06-21 03:08:15 +03:00
"Error occurred while updating comment with id {id}" : "n Fout het voorgekom toe kommentaar met id {id} bygewerk is",
"Error occurred while posting comment" : "n Fout het voorgekom toe kommentaar geplaas is",
"_%n unread comment_::_%n unread comments_" : ["%n ongeleesde kommentaar","%n ongeleeste kommentare"],
2017-06-17 03:08:26 +03:00
"Comment" : "Kommentaar",
"You commented" : "U het kommentaar gelewer",
"%1$s commented" : "%1$s het kommentaar gelewer",
"{author} commented" : "{outeur} het kommentaar gelewer",
"You commented on %1$s" : "U het op %1$s kommentaar gelewer",
"You commented on {file}" : "U het op {lêer} kommentaar gelewer",
"%1$s commented on %2$s" : "%1$s het op %2$s kommentaar gelewer",
"{author} commented on {file}" : "{outeur} het op {lêer} kommentaar gelewer",
"<strong>Comments</strong> for files" : "<strong>Kommentare</strong> vir lêers",
2018-03-28 03:21:16 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Jy was genoem op “{lêer}”, in die kommentaar van 'n gebruiker wat intussen geskrap is.",
2017-11-28 04:09:52 +03:00
"{user} mentioned you in a comment on “{file}”" : "{gebruiker} het u in n kommentaar oor “{lêer}” genoem",
2018-11-23 04:12:51 +03:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Jy was genoem op \"%s\", in die kommentaar van 'n gebruiker wat intussen geskrap is.",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s het u in n kommentaar op “%2$s” genoem"
2017-06-17 03:08:26 +03:00
},
"nplurals=2; plural=(n != 1);");