diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:26:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:26:59 +0000 |
commit | 16e584ce6cac844d15adcf75692a6f5ab3fbd698 (patch) | |
tree | a620660f111f69620b08b16839ff9ea31d142778 /apps/comments/l10n/lt_LT.js | |
parent | 7bba5ec71ef00b68a27a861b0d7a0f4ce83bcc2e (diff) | |
download | nextcloud-server-16e584ce6cac844d15adcf75692a6f5ab3fbd698.tar.gz nextcloud-server-16e584ce6cac844d15adcf75692a6f5ab3fbd698.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/lt_LT.js')
-rw-r--r-- | apps/comments/l10n/lt_LT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js index c3476bdb40a..93f1a1c933a 100644 --- a/apps/comments/l10n/lt_LT.js +++ b/apps/comments/l10n/lt_LT.js @@ -17,13 +17,13 @@ OC.L10N.register( "No comments yet, start the conversation!" : "Komentarų kol kas nėra, pradėkite pokalbį!", "Retry" : "Bandyti dar kartą", "Unable to load the comments list" : "Nepavyko įkelti komentarų sąrašo", - "_%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", "An error occurred while trying to edit the comment" : "Bandant taisyti komentarą, įvyko klaida", "Comment deleted" : "Komentaras ištrintas", "An error occurred while trying to delete the comment" : "Bandant ištrinti komentarą, įvyko klaida", "An error occurred while trying to create the comment" : "Bandant sukurti komentarą, įvyko klaida", - "%1$s commented" : "%1$s pakomentavo" + "%1$s commented" : "%1$s pakomentavo", + "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"] }, "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);"); |