diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-01-06 02:27:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-01-06 02:27:21 +0000 |
commit | 32f79c9f0c3b9ca30b31577971b1dfd7c190a3fc (patch) | |
tree | 7d449f0dbb58a17a2efec980c8f07719714685bf /apps/files_versions | |
parent | e170fa7478c0bdcbb5c011f5300a9b6015bed558 (diff) | |
download | nextcloud-server-32f79c9f0c3b9ca30b31577971b1dfd7c190a3fc.tar.gz nextcloud-server-32f79c9f0c3b9ca30b31577971b1dfd7c190a3fc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/lt_LT.js | 2 | ||||
-rw-r--r-- | apps/files_versions/l10n/lt_LT.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/lt_LT.js b/apps/files_versions/l10n/lt_LT.js index 7448453d58a..8457410c050 100644 --- a/apps/files_versions/l10n/lt_LT.js +++ b/apps/files_versions/l10n/lt_LT.js @@ -2,7 +2,7 @@ OC.L10N.register( "files_versions", { "Versions" : "Versijos", - "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitų"], + "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitas"], "Restore" : "Atkurti", "No other versions available" : "Nėra kitų prieinamų versijų" }, diff --git a/apps/files_versions/l10n/lt_LT.json b/apps/files_versions/l10n/lt_LT.json index f953b617153..4e7b2e21bc4 100644 --- a/apps/files_versions/l10n/lt_LT.json +++ b/apps/files_versions/l10n/lt_LT.json @@ -1,6 +1,6 @@ { "translations": { "Versions" : "Versijos", - "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitų"], + "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitas"], "Restore" : "Atkurti", "No other versions available" : "Nėra kitų prieinamų versijų" },"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);" |