diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-17 00:33:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-17 00:33:49 +0000 |
commit | daf3b29572921562abcb700052c1de19fdd2fe4e (patch) | |
tree | d7d1af56241f659a82d30436f53bc5a951d0bda0 /apps/files/l10n/lt_LT.json | |
parent | 2693bdf4c1e3f573c4ff1336c0d390e48f31e789 (diff) | |
download | nextcloud-server-daf3b29572921562abcb700052c1de19fdd2fe4e.tar.gz nextcloud-server-daf3b29572921562abcb700052c1de19fdd2fe4e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/lt_LT.json')
-rw-r--r-- | apps/files/l10n/lt_LT.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index c6b2070c133..06c5cbd23c5 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -75,6 +75,7 @@ "_including %n hidden_::_including %n hidden_" : ["įskaitant %n paslėptą","įskaitant %n paslėptus","įskaitant %n paslėptų","įskaitant %n paslėptą"], "You do not have permission to upload or create files here" : "Neturite teisės įkalti ar kurti failus šioje vietoje", "_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų","Įkeliamas %n failas"], + "New" : "Nauja", "Select file range" : "Žymėti failų rėžį", "{used}%" : "{used}%", "{used} of {quota} used" : "panaudota {used} iš {quota}", @@ -215,6 +216,7 @@ "Shared with you" : "Bendrinama su jumis", "Shared by link" : "Bendrinama pagal nuorodą", "Deleted shares" : "Ištrinti viešiniai", - "Pending shares" : "Laukiantys viešiniai" + "Pending shares" : "Laukiantys viešiniai", + "Choose" : "Pasirinkite" },"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);" }
\ No newline at end of file |