[tx-robot] updated from transifex
This commit is contained in:
parent
e55862f2c8
commit
207b7d54fb
|
@ -162,11 +162,18 @@ OC.L10N.register(
|
|||
"Tags" : "Žymės",
|
||||
"Unable to change the favourite state of the file" : "Nepavyksta pakeisti failo Lankomiausiųjų būsenos",
|
||||
"Error while loading the file data" : "Klaida įkeliant failo duomenis",
|
||||
"Cancel" : "Atsisakyti",
|
||||
"Create" : "Sukurti",
|
||||
"Create a new file with the selected template" : "Sukurti naują failą naudojant pasirinktą šabloną",
|
||||
"Creating file" : "Sukuriamas failas",
|
||||
"Templates" : "Šablonai",
|
||||
"Unable to initialize the templates directory" : "Nepavyko inicijuoti šablonų katalogo",
|
||||
"%s used" : "%s panaudota",
|
||||
"%s%% of %s used" : "naudojama %s%% iš %s",
|
||||
"%1$s of %2$s used" : "naudojama %1$s iš %2$s",
|
||||
"Settings" : "Nustatymai",
|
||||
"Show hidden files" : "Rodyti paslėptus failus",
|
||||
"Crop image previews" : "Apkirpti paveikslų peržiūras",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to access your Files via WebDAV" : "Naudokite šį adresą norėdami pasiekti failus per WebDAV",
|
||||
"Toggle grid view" : "Rodyti tinkleliu",
|
||||
|
|
|
@ -160,11 +160,18 @@
|
|||
"Tags" : "Žymės",
|
||||
"Unable to change the favourite state of the file" : "Nepavyksta pakeisti failo Lankomiausiųjų būsenos",
|
||||
"Error while loading the file data" : "Klaida įkeliant failo duomenis",
|
||||
"Cancel" : "Atsisakyti",
|
||||
"Create" : "Sukurti",
|
||||
"Create a new file with the selected template" : "Sukurti naują failą naudojant pasirinktą šabloną",
|
||||
"Creating file" : "Sukuriamas failas",
|
||||
"Templates" : "Šablonai",
|
||||
"Unable to initialize the templates directory" : "Nepavyko inicijuoti šablonų katalogo",
|
||||
"%s used" : "%s panaudota",
|
||||
"%s%% of %s used" : "naudojama %s%% iš %s",
|
||||
"%1$s of %2$s used" : "naudojama %1$s iš %2$s",
|
||||
"Settings" : "Nustatymai",
|
||||
"Show hidden files" : "Rodyti paslėptus failus",
|
||||
"Crop image previews" : "Apkirpti paveikslų peržiūras",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to access your Files via WebDAV" : "Naudokite šį adresą norėdami pasiekti failus per WebDAV",
|
||||
"Toggle grid view" : "Rodyti tinkleliu",
|
||||
|
|
|
@ -45,6 +45,7 @@ OC.L10N.register(
|
|||
"Invalid backend or authentication mechanism class" : "Netinkama programinio kodo klasė realizuoja prisijungimo mechanizmą",
|
||||
"Invalid mount point" : "Neteisingas prijungimo taškas",
|
||||
"Objectstore forbidden" : "Objektų saugykla yra neprieinama",
|
||||
"Not permitted to use backend \"%s\"" : "Neleidžiama naudoti vidinės pusės „%s“",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "Neleidžiama naudoti tapatybės nustatymo mechanizmo „%s“",
|
||||
"Unsatisfied backend parameters" : " Netinkami posistemės parametrai",
|
||||
"Unsatisfied authentication mechanism parameters" : "Netinkami parametrai perduoti į prisijungimo mechanizmą",
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
"Invalid backend or authentication mechanism class" : "Netinkama programinio kodo klasė realizuoja prisijungimo mechanizmą",
|
||||
"Invalid mount point" : "Neteisingas prijungimo taškas",
|
||||
"Objectstore forbidden" : "Objektų saugykla yra neprieinama",
|
||||
"Not permitted to use backend \"%s\"" : "Neleidžiama naudoti vidinės pusės „%s“",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "Neleidžiama naudoti tapatybės nustatymo mechanizmo „%s“",
|
||||
"Unsatisfied backend parameters" : " Netinkami posistemės parametrai",
|
||||
"Unsatisfied authentication mechanism parameters" : "Netinkami parametrai perduoti į prisijungimo mechanizmą",
|
||||
|
|
|
@ -202,7 +202,9 @@ OC.L10N.register(
|
|||
"Expires {relativetime}" : "Galioja iki {relativetime}",
|
||||
"this share just expired." : "šis viešinys ką tik nustojo galioti.",
|
||||
"Link to a file" : "Nuoroda į failą",
|
||||
"Error creating the share: {errorMessage}" : "Klaida kuriant viešinį: {errorMessage}",
|
||||
"Error creating the share" : "Klaida kuriant viešinį",
|
||||
"Error updating the share: {errorMessage}" : "Klaida atnaujinant viešinį: {errorMessage}",
|
||||
"Error updating the share" : "Klaida atnaujinant viešinį",
|
||||
"Shared" : "Bendrinama",
|
||||
"Share" : "Dalintis",
|
||||
|
|
|
@ -200,7 +200,9 @@
|
|||
"Expires {relativetime}" : "Galioja iki {relativetime}",
|
||||
"this share just expired." : "šis viešinys ką tik nustojo galioti.",
|
||||
"Link to a file" : "Nuoroda į failą",
|
||||
"Error creating the share: {errorMessage}" : "Klaida kuriant viešinį: {errorMessage}",
|
||||
"Error creating the share" : "Klaida kuriant viešinį",
|
||||
"Error updating the share: {errorMessage}" : "Klaida atnaujinant viešinį: {errorMessage}",
|
||||
"Error updating the share" : "Klaida atnaujinant viešinį",
|
||||
"Shared" : "Bendrinama",
|
||||
"Share" : "Dalintis",
|
||||
|
|
|
@ -9,6 +9,7 @@ OC.L10N.register(
|
|||
"Email sent" : "El. paštas išsiųstas",
|
||||
"Private" : "Privatu",
|
||||
"Don't synchronize to servers" : "Nesinchronizuoti į serverius",
|
||||
"Trusted" : "Patikimas",
|
||||
"Only synchronize to trusted servers" : "Sinchronizuoti tik į patikimus serverius",
|
||||
"Public" : "Vieša",
|
||||
"Synchronize to trusted servers and the global and public address book" : "Sinchronizuoti į patikimus serverius ir į visuotinę bei viešą adresų knygą",
|
||||
|
@ -259,6 +260,7 @@ OC.L10N.register(
|
|||
"{license}-licensed" : "Licencijuota pagal {license}",
|
||||
"Details" : "Išsamiau",
|
||||
"Changelog" : "Keitinių žurnalas",
|
||||
"by {author}\n{license}" : "pagal {author}\n{license}",
|
||||
"New user" : "Naujas naudotojas",
|
||||
"Enter group name" : "Įveskite grupės pavadinimą",
|
||||
"Add group" : "Pridėti grupę",
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"Email sent" : "El. paštas išsiųstas",
|
||||
"Private" : "Privatu",
|
||||
"Don't synchronize to servers" : "Nesinchronizuoti į serverius",
|
||||
"Trusted" : "Patikimas",
|
||||
"Only synchronize to trusted servers" : "Sinchronizuoti tik į patikimus serverius",
|
||||
"Public" : "Vieša",
|
||||
"Synchronize to trusted servers and the global and public address book" : "Sinchronizuoti į patikimus serverius ir į visuotinę bei viešą adresų knygą",
|
||||
|
@ -257,6 +258,7 @@
|
|||
"{license}-licensed" : "Licencijuota pagal {license}",
|
||||
"Details" : "Išsamiau",
|
||||
"Changelog" : "Keitinių žurnalas",
|
||||
"by {author}\n{license}" : "pagal {author}\n{license}",
|
||||
"New user" : "Naujas naudotojas",
|
||||
"Enter group name" : "Įveskite grupės pavadinimą",
|
||||
"Add group" : "Pridėti grupę",
|
||||
|
|
|
@ -2,7 +2,7 @@ OC.L10N.register(
|
|||
"settings",
|
||||
{
|
||||
"Migration in progress. Please wait until the migration is finished" : "Migracion en cors. Mercés d’esperar fins que la migracion aja acabat",
|
||||
"Migration started …" : "Migracion començaca…",
|
||||
"Migration started …" : "Migracion començada…",
|
||||
"Saved" : "Enregistrat",
|
||||
"Not saved" : "Pas enregistrat",
|
||||
"Sending…" : "Mandadís…",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ "translations": {
|
||||
"Migration in progress. Please wait until the migration is finished" : "Migracion en cors. Mercés d’esperar fins que la migracion aja acabat",
|
||||
"Migration started …" : "Migracion començaca…",
|
||||
"Migration started …" : "Migracion començada…",
|
||||
"Saved" : "Enregistrat",
|
||||
"Not saved" : "Pas enregistrat",
|
||||
"Sending…" : "Mandadís…",
|
||||
|
|
|
@ -8,8 +8,11 @@ OC.L10N.register(
|
|||
"Name cannot be empty" : "Pavadinimas negali būti tuščias",
|
||||
"The given name is too long" : "Nurodytas pavadinimas yra per ilgas",
|
||||
"The given web address is too long" : "Nurodytas adresas yra per ilgas",
|
||||
"The given web address is not a valid URL" : "Nurodytas saityno adresas nėra teisingas URL",
|
||||
"The given legal notice address is too long" : "Nurodytas teisinio pranešimo adresas yra per ilgas",
|
||||
"The given legal notice address is not a valid URL" : "Nurodytas teisinio pranešimo adresas nėra teisingas URL",
|
||||
"The given privacy policy address is too long" : "Nurodytas privatumo politikos adresas yra per ilgas",
|
||||
"The given privacy policy address is not a valid URL" : "Nurodytas privatumo politikos adresas nėra teisingas URL",
|
||||
"The given slogan is too long" : "Nurodytas šūkis yra per ilgas",
|
||||
"The given color is invalid" : "Nurodyta spalva yra neteisinga",
|
||||
"The file was uploaded" : "Failas buvo įkeltas",
|
||||
|
|
|
@ -6,8 +6,11 @@
|
|||
"Name cannot be empty" : "Pavadinimas negali būti tuščias",
|
||||
"The given name is too long" : "Nurodytas pavadinimas yra per ilgas",
|
||||
"The given web address is too long" : "Nurodytas adresas yra per ilgas",
|
||||
"The given web address is not a valid URL" : "Nurodytas saityno adresas nėra teisingas URL",
|
||||
"The given legal notice address is too long" : "Nurodytas teisinio pranešimo adresas yra per ilgas",
|
||||
"The given legal notice address is not a valid URL" : "Nurodytas teisinio pranešimo adresas nėra teisingas URL",
|
||||
"The given privacy policy address is too long" : "Nurodytas privatumo politikos adresas yra per ilgas",
|
||||
"The given privacy policy address is not a valid URL" : "Nurodytas privatumo politikos adresas nėra teisingas URL",
|
||||
"The given slogan is too long" : "Nurodytas šūkis yra per ilgas",
|
||||
"The given color is invalid" : "Nurodyta spalva yra neteisinga",
|
||||
"The file was uploaded" : "Failas buvo įkeltas",
|
||||
|
|
Loading…
Reference in New Issue