Skip to content

Commit f56ec92

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 87441cd commit f56ec92

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

l10n/lt_LT.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ OC.L10N.register(
1313
"Cannot decode userlist" : "Nepavyksta dekoduoti naudotojų sąrašo",
1414
"You are not allowed to create the lock" : "Jums nėra leidžiama sukurti užraktą",
1515
"File already locked" : "Failas jau užrakintas",
16+
"e2e-token is empty" : "e2e-token yra tuščias",
1617
"You are not allowed to remove the lock" : "Jums nėra leidžiama pašalinti užraktą",
1718
"File not locked" : "Failas nėra užrakintas",
1819
"Could not find metadata for \"%s\"" : "Nepavyko rasti metaduomenų, skirtų \"%s\"",
1920
"Cannot read metadata" : "Nepavyksta perskaityti metaduomenų",
21+
"X-NC-E2EE-SIGNATURE is empty" : "X-NC-E2EE-SIGNATURE yra tuščias",
2022
"You are not allowed to edit the file, make sure to first lock it, and then send the right token" : "Jums nėra leidžiama taisyti šį failą, nepamirškite, iš pradžių, jį užrakinti, o tuomet išsiųsti tinkamą prieigos raktą",
2123
"Cannot store metadata" : "Nepavyksta saugoti metaduomenų",
24+
"Metadata-file does not exist" : "Nėra metaduomenų failo",
2225
"Only the owner can delete the metadata-file" : "Metaduomenų failą gali ištrinti tik savininkas",
2326
"Cannot delete metadata" : "Nepavyksta ištrinti metaduomenų",
2427
"End-to-End Encryption" : "Ištisinis šifravimas",
@@ -29,7 +32,11 @@ OC.L10N.register(
2932
"Submit" : "Pateikti",
3033
"End-to-end encryption" : "Ištisinis šifravimas",
3134
"Close" : "Užverti",
35+
"Delete existing encrypted files" : "Ištrinti esamus šifruotus failus",
36+
"This is the final warning: Do you really want to reset your keys?" : "Tai yra paskutinis įspėjimas: Ar tikrai norite atstatyti raktus?",
3237
"Cancel" : "Atsisakyti",
33-
"Select or drop files" : "Pasirinkite arba vilkite failus"
38+
"Reset keys" : "Atstatyti raktus",
39+
"Select or drop files" : "Pasirinkite arba vilkite failus",
40+
"X-NC-E2EE-COUNTER" : "X-NC-E2EE-COUNTER"
3441
},
3542
"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);");

l10n/lt_LT.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"Cannot decode userlist" : "Nepavyksta dekoduoti naudotojų sąrašo",
1212
"You are not allowed to create the lock" : "Jums nėra leidžiama sukurti užraktą",
1313
"File already locked" : "Failas jau užrakintas",
14+
"e2e-token is empty" : "e2e-token yra tuščias",
1415
"You are not allowed to remove the lock" : "Jums nėra leidžiama pašalinti užraktą",
1516
"File not locked" : "Failas nėra užrakintas",
1617
"Could not find metadata for \"%s\"" : "Nepavyko rasti metaduomenų, skirtų \"%s\"",
1718
"Cannot read metadata" : "Nepavyksta perskaityti metaduomenų",
19+
"X-NC-E2EE-SIGNATURE is empty" : "X-NC-E2EE-SIGNATURE yra tuščias",
1820
"You are not allowed to edit the file, make sure to first lock it, and then send the right token" : "Jums nėra leidžiama taisyti šį failą, nepamirškite, iš pradžių, jį užrakinti, o tuomet išsiųsti tinkamą prieigos raktą",
1921
"Cannot store metadata" : "Nepavyksta saugoti metaduomenų",
22+
"Metadata-file does not exist" : "Nėra metaduomenų failo",
2023
"Only the owner can delete the metadata-file" : "Metaduomenų failą gali ištrinti tik savininkas",
2124
"Cannot delete metadata" : "Nepavyksta ištrinti metaduomenų",
2225
"End-to-End Encryption" : "Ištisinis šifravimas",
@@ -27,7 +30,11 @@
2730
"Submit" : "Pateikti",
2831
"End-to-end encryption" : "Ištisinis šifravimas",
2932
"Close" : "Užverti",
33+
"Delete existing encrypted files" : "Ištrinti esamus šifruotus failus",
34+
"This is the final warning: Do you really want to reset your keys?" : "Tai yra paskutinis įspėjimas: Ar tikrai norite atstatyti raktus?",
3035
"Cancel" : "Atsisakyti",
31-
"Select or drop files" : "Pasirinkite arba vilkite failus"
36+
"Reset keys" : "Atstatyti raktus",
37+
"Select or drop files" : "Pasirinkite arba vilkite failus",
38+
"X-NC-E2EE-COUNTER" : "X-NC-E2EE-COUNTER"
3239
},"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);"
3340
}

0 commit comments

Comments
 (0)