diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-04-13 00:15:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-04-13 00:15:32 +0000 |
commit | b58438b39d70d7373500bf7ce2583a125cdeb573 (patch) | |
tree | c7bfa1f8fa93969376dede6f67a4ff6aea3f7dfa /apps/comments/l10n | |
parent | 090aa512341d0b86bf4d90474f3ec9064e5a0717 (diff) | |
download | nextcloud-server-b58438b39d70d7373500bf7ce2583a125cdeb573.tar.gz nextcloud-server-b58438b39d70d7373500bf7ce2583a125cdeb573.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/lt_LT.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/lt_LT.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js index 58f0a11ff7f..bbf743ba058 100644 --- a/apps/comments/l10n/lt_LT.js +++ b/apps/comments/l10n/lt_LT.js @@ -23,7 +23,8 @@ OC.L10N.register( "Allowed characters {count} of {max}" : "Leidžiama simbolių {count} iš {max}", "Error occurred while updating comment with id {id}" : "Klaida bandant pataisyti komentarą pagal identifikavimo numerį {id}", "Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida", - "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytų komentarų"], + "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"], + "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"], "Comment" : "Komentaras", "%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\"" }, diff --git a/apps/comments/l10n/lt_LT.json b/apps/comments/l10n/lt_LT.json index bb39b07862f..0b28433546b 100644 --- a/apps/comments/l10n/lt_LT.json +++ b/apps/comments/l10n/lt_LT.json @@ -21,7 +21,8 @@ "Allowed characters {count} of {max}" : "Leidžiama simbolių {count} iš {max}", "Error occurred while updating comment with id {id}" : "Klaida bandant pataisyti komentarą pagal identifikavimo numerį {id}", "Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida", - "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytų komentarų"], + "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"], + "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"], "Comment" : "Komentaras", "%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\"" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" |