nextcloud/apps/comments/l10n/lv.js

31 lines
1.5 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2019-02-27 04:12:05 +03:00
"Comments" : "Komentāri",
"You commented" : "Tu komentēji",
"%1$s commented" : "%1$s komentēja",
"{author} commented" : "{author} komentēja",
"You commented on %1$s" : "Tu komentēji %1$s",
"You commented on {file}" : "Tu komentēji {file}",
"%1$s commented on %2$s" : "%1$s komentēja %2$s",
"{author} commented on {file}" : "{author} komentārs {file}",
"<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
"{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Rediģēt komentāru",
2016-09-01 03:09:24 +03:00
"Delete comment" : "Dzēst komentāru",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Vēl nav komentāru, uzsāciet sarunu!",
"Retry" : "Mēģināt vēlreiz",
"_%n unread comment_::_%n unread comments_" : ["%n nelasīti komentāri","%n nelasīti komentāri","%n nelasīti komentāri"],
"Comment" : "Komentārs",
2018-04-12 03:19:20 +03:00
"New comment …" : "Jauns komentārs...",
2016-09-01 03:09:24 +03:00
"Post" : "Pievienot",
2016-02-17 09:56:11 +03:00
"Cancel" : "Atcelt",
2016-09-01 03:09:24 +03:00
"[Deleted user]" : "[Dzēsts lietotājs]",
2017-02-01 04:06:57 +03:00
"More comments …" : "Vairāk komentāri...",
2016-02-17 09:56:11 +03:00
"Save" : "Saglabāt",
2016-09-01 03:09:24 +03:00
"Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}",
"Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Notika kļūda pievienojot komentāru"
2016-02-17 09:56:11 +03:00
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");