[tx-robot] updated from transifex
This commit is contained in:
parent
d769e718a5
commit
38718bf89e
|
@ -12,6 +12,9 @@ OC.L10N.register(
|
|||
"More comments..." : "Más comentarios...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se produjo un error al obtener el comentario con el id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se produjo un error al actualizar el comentario con el id {id}",
|
||||
"Error occurred while posting comment" : "Se produjo un error al intentar incluir un comentario",
|
||||
"{count} unread comments" : "{count} comentarios no leídos",
|
||||
"Comment" : "Comentario",
|
||||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>",
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
"More comments..." : "Más comentarios...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se produjo un error al obtener el comentario con el id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se produjo un error al actualizar el comentario con el id {id}",
|
||||
"Error occurred while posting comment" : "Se produjo un error al intentar incluir un comentario",
|
||||
"{count} unread comments" : "{count} comentarios no leídos",
|
||||
"Comment" : "Comentario",
|
||||
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>",
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"comments",
|
||||
{
|
||||
"Type in a new comment..." : "Įrašykite naują komentarą...",
|
||||
"Delete comment" : "Ištrinti komentarą",
|
||||
"Post" : "Paskelbti",
|
||||
"Cancel" : "Atšaukti",
|
||||
"Edit comment" : "Redaguoti komentarą",
|
||||
"[Deleted user]" : "[Ištrinti naudotojai]",
|
||||
"Comments" : "Komentarai",
|
||||
"Save" : "Išsaugoti",
|
||||
"Comment" : "Komentaras"
|
||||
"Comment" : "Komentaras",
|
||||
"You commented" : "Jūs pakomentavote",
|
||||
"%1$s commented" : "%1$s pakomentavo"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
{ "translations": {
|
||||
"Type in a new comment..." : "Įrašykite naują komentarą...",
|
||||
"Delete comment" : "Ištrinti komentarą",
|
||||
"Post" : "Paskelbti",
|
||||
"Cancel" : "Atšaukti",
|
||||
"Edit comment" : "Redaguoti komentarą",
|
||||
"[Deleted user]" : "[Ištrinti naudotojai]",
|
||||
"Comments" : "Komentarai",
|
||||
"Save" : "Išsaugoti",
|
||||
"Comment" : "Komentaras"
|
||||
"Comment" : "Komentaras",
|
||||
"You commented" : "Jūs pakomentavote",
|
||||
"%1$s commented" : "%1$s pakomentavo"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"federation",
|
||||
{
|
||||
"Server added to the list of trusted ownClouds" : "Serveris pridėtas prie ownCloud patikimų serverių sąrašo.",
|
||||
"Trusted ownCloud Servers" : "Patikimi ownCloud serveriai",
|
||||
"+ Add ownCloud server" : "+ Pridėti ownCloud serverį",
|
||||
"ownCloud Server" : "ownCloud serveris"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
|
@ -0,0 +1,7 @@
|
|||
{ "translations": {
|
||||
"Server added to the list of trusted ownClouds" : "Serveris pridėtas prie ownCloud patikimų serverių sąrašo.",
|
||||
"Trusted ownCloud Servers" : "Patikimi ownCloud serveriai",
|
||||
"+ Add ownCloud server" : "+ Pridėti ownCloud serverį",
|
||||
"ownCloud Server" : "ownCloud serveris"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -17,6 +17,7 @@ OC.L10N.register(
|
|||
"Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.",
|
||||
"Invalid directory." : "Directorio inválido.",
|
||||
"Files" : "Archivos",
|
||||
"All files" : "Todos los archivos",
|
||||
"Home" : "Particular",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.",
|
||||
"Invalid directory." : "Directorio inválido.",
|
||||
"Files" : "Archivos",
|
||||
"All files" : "Todos los archivos",
|
||||
"Home" : "Particular",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
|
|
|
@ -30,6 +30,8 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Keliate {size1}, bet tik {size2} yra likę",
|
||||
"Could not get result from server." : "Nepavyko gauti rezultato iš serverio.",
|
||||
"Uploading..." : "Įkeliama...",
|
||||
"..." : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.",
|
||||
"Actions" : "Veiksmai",
|
||||
"Download" : "Atsisiųsti",
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Keliate {size1}, bet tik {size2} yra likę",
|
||||
"Could not get result from server." : "Nepavyko gauti rezultato iš serverio.",
|
||||
"Uploading..." : "Įkeliama...",
|
||||
"..." : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Failo įkėlimas pradėtas. Jei paliksite šį puslapį, įkėlimas nutrūks.",
|
||||
"Actions" : "Veiksmai",
|
||||
"Download" : "Atsisiųsti",
|
||||
|
|
|
@ -21,6 +21,7 @@ OC.L10N.register(
|
|||
"Invalid directory." : "Diretoria inválida.",
|
||||
"Files" : "Ficheiros",
|
||||
"All files" : "Todos os ficheiros",
|
||||
"File could not be found" : "Não foi possível encontrar o ficheiro",
|
||||
"Home" : "Início",
|
||||
"Close" : "Fechar",
|
||||
"Favorites" : "Favoritos",
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
"Invalid directory." : "Diretoria inválida.",
|
||||
"Files" : "Ficheiros",
|
||||
"All files" : "Todos os ficheiros",
|
||||
"File could not be found" : "Não foi possível encontrar o ficheiro",
|
||||
"Home" : "Início",
|
||||
"Close" : "Fechar",
|
||||
"Favorites" : "Favoritos",
|
||||
|
|
|
@ -7,21 +7,40 @@ OC.L10N.register(
|
|||
"External storage" : "Išorinė saugykla",
|
||||
"Personal" : "Asmeniniai",
|
||||
"Grant access" : "Suteikti priėjimą",
|
||||
"(group)" : "(grupė)",
|
||||
"Saved" : "Išsaugoti",
|
||||
"Username" : "Prisijungimo vardas",
|
||||
"Password" : "Slaptažodis",
|
||||
"Save" : "Išsaugoti",
|
||||
"%s" : "%s",
|
||||
"None" : "Nieko",
|
||||
"OpenStack" : "OpenStack",
|
||||
"API key" : "API raktas",
|
||||
"Public key" : "Viešasis raktas",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Hostname" : "Hostname",
|
||||
"Port" : "Prievadas",
|
||||
"Region" : "Regionas",
|
||||
"Enable SSL" : "Įjungti SSL",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Ištrinti katalogą",
|
||||
"Secure https://" : "Saugus https://",
|
||||
"Dropbox" : "Dropbox",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Mazgas",
|
||||
"Secure ftps://" : "Saugus ftps://",
|
||||
"Google Drive" : "Google Drive",
|
||||
"Location" : "Vieta",
|
||||
"ownCloud" : "ownCloud",
|
||||
"SFTP" : "SFTP",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Dalintis",
|
||||
"Domain" : "Domenas",
|
||||
"<b>Note:</b> " : "<b>Užrašai:</b> ",
|
||||
"Name" : "Pavadinimas",
|
||||
"Enable encryption" : "Įjungti šifravimą",
|
||||
"Never" : "Niekada",
|
||||
"External Storage" : "Išorinės saugyklos",
|
||||
"Folder name" : "Katalogo pavadinimas",
|
||||
"Configuration" : "Konfigūracija",
|
||||
|
|
|
@ -5,21 +5,40 @@
|
|||
"External storage" : "Išorinė saugykla",
|
||||
"Personal" : "Asmeniniai",
|
||||
"Grant access" : "Suteikti priėjimą",
|
||||
"(group)" : "(grupė)",
|
||||
"Saved" : "Išsaugoti",
|
||||
"Username" : "Prisijungimo vardas",
|
||||
"Password" : "Slaptažodis",
|
||||
"Save" : "Išsaugoti",
|
||||
"%s" : "%s",
|
||||
"None" : "Nieko",
|
||||
"OpenStack" : "OpenStack",
|
||||
"API key" : "API raktas",
|
||||
"Public key" : "Viešasis raktas",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Hostname" : "Hostname",
|
||||
"Port" : "Prievadas",
|
||||
"Region" : "Regionas",
|
||||
"Enable SSL" : "Įjungti SSL",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Ištrinti katalogą",
|
||||
"Secure https://" : "Saugus https://",
|
||||
"Dropbox" : "Dropbox",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Mazgas",
|
||||
"Secure ftps://" : "Saugus ftps://",
|
||||
"Google Drive" : "Google Drive",
|
||||
"Location" : "Vieta",
|
||||
"ownCloud" : "ownCloud",
|
||||
"SFTP" : "SFTP",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Dalintis",
|
||||
"Domain" : "Domenas",
|
||||
"<b>Note:</b> " : "<b>Užrašai:</b> ",
|
||||
"Name" : "Pavadinimas",
|
||||
"Enable encryption" : "Įjungti šifravimą",
|
||||
"Never" : "Niekada",
|
||||
"External Storage" : "Išorinės saugyklos",
|
||||
"Folder name" : "Katalogo pavadinimas",
|
||||
"Configuration" : "Konfigūracija",
|
||||
|
|
|
@ -3,7 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Não foi possível obter as senhas solicitadas. Verifique se o código e o segredo da sua app estão corretos.",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Não foi possível obter as senhas de acesso. Verifique se o código e o segredo da sua app estão corretos.",
|
||||
"Please provide a valid app key and secret." : "Por favor, indique um código e segredo de app válidos.",
|
||||
"Please provide a valid app key and secret." : "Por favor indique um segredo e chave de app válida.",
|
||||
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
|
||||
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
|
||||
"External storage" : "Armazenamento Externo",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ "translations": {
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Não foi possível obter as senhas solicitadas. Verifique se o código e o segredo da sua app estão corretos.",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Não foi possível obter as senhas de acesso. Verifique se o código e o segredo da sua app estão corretos.",
|
||||
"Please provide a valid app key and secret." : "Por favor, indique um código e segredo de app válidos.",
|
||||
"Please provide a valid app key and secret." : "Por favor indique um segredo e chave de app válida.",
|
||||
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
|
||||
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
|
||||
"External storage" : "Armazenamento Externo",
|
||||
|
|
|
@ -101,7 +101,7 @@ OC.L10N.register(
|
|||
"the link expired" : "el enlace expiró",
|
||||
"sharing is disabled" : "compartir está desactivado",
|
||||
"For more info, please ask the person who sent this link." : "Para mayor información, contacte a la persona que le envió el enlace.",
|
||||
"Add to your ownCloud" : "Agregue su propio ownCloud",
|
||||
"Add to your ownCloud" : "Agregue a su ownCloud",
|
||||
"Download" : "Descargar",
|
||||
"Download %s" : "Descargar %s",
|
||||
"Direct link" : "Enlace directo"
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
"the link expired" : "el enlace expiró",
|
||||
"sharing is disabled" : "compartir está desactivado",
|
||||
"For more info, please ask the person who sent this link." : "Para mayor información, contacte a la persona que le envió el enlace.",
|
||||
"Add to your ownCloud" : "Agregue su propio ownCloud",
|
||||
"Add to your ownCloud" : "Agregue a su ownCloud",
|
||||
"Download" : "Descargar",
|
||||
"Download %s" : "Descargar %s",
|
||||
"Direct link" : "Enlace directo"
|
||||
|
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"systemtags",
|
||||
{
|
||||
"Tags" : "Žymės",
|
||||
"Tagged files" : "Pažymėti failai",
|
||||
"No files in here" : "Čia nėra failų",
|
||||
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
|
||||
"Name" : "Pavadinimas",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Tags" : "Žymės",
|
||||
"Tagged files" : "Pažymėti failai",
|
||||
"No files in here" : "Čia nėra failų",
|
||||
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
|
||||
"Name" : "Pavadinimas",
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
OC.L10N.register(
|
||||
"updatenotification",
|
||||
{
|
||||
"Update notifications" : "Atnaujinti pranešimus",
|
||||
"ownCloud core" : "ownCloud branduolys",
|
||||
"Updater" : "Atnaujinimo programa",
|
||||
"Your version is up to date." : "Jūsų versija atnaujinta.",
|
||||
"Update channel:" : "Atnaujinimo kanalas:",
|
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Visada galite atnaujinti į naujesnę versiją / bandomąjį kanalą. Bet niekada žeminti versijos ar pakeisti į stabilų kanalą."
|
||||
},
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{ "translations": {
|
||||
"Update notifications" : "Atnaujinti pranešimus",
|
||||
"ownCloud core" : "ownCloud branduolys",
|
||||
"Updater" : "Atnaujinimo programa",
|
||||
"Your version is up to date." : "Jūsų versija atnaujinta.",
|
||||
"Update channel:" : "Atnaujinimo kanalas:",
|
||||
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Visada galite atnaujinti į naujesnę versiją / bandomąjį kanalą. Bet niekada žeminti versijos ar pakeisti į stabilų kanalą."
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
|
|
|
@ -18,14 +18,21 @@ OC.L10N.register(
|
|||
"Groups" : "Grupės",
|
||||
"Test Configuration" : "Bandyti konfigūraciją",
|
||||
"Help" : "Pagalba",
|
||||
"LDAP / AD Username:" : "LDAP / AD naudotojo vardas:",
|
||||
"LDAP / AD Email Address:" : "LDAP / AD el. pašto adresas:",
|
||||
"Verify settings" : "Patvirtinti nustatymus",
|
||||
"1. Server" : "1. Serveris",
|
||||
"%s. Server:" : "%s. Serveris:",
|
||||
"Host" : "Mazgas",
|
||||
"Port" : "Prievadas",
|
||||
"User DN" : "Naudotojas DN",
|
||||
"Password" : "Slaptažodis",
|
||||
"For anonymous access, leave DN and Password empty." : "Anoniminiam prisijungimui, palikite DN ir Slaptažodis laukus tuščius.",
|
||||
"One Base DN per line" : "Vienas bazinis DN eilutėje",
|
||||
"Saving" : "Saugoma...",
|
||||
"Back" : "Atgal",
|
||||
"Continue" : "Tęsti",
|
||||
"LDAP" : "LDAP",
|
||||
"Advanced" : "Išplėstiniai",
|
||||
"Connection Settings" : "Ryšio nustatymai",
|
||||
"Configuration Active" : "Konfigūracija aktyvi",
|
||||
|
|
|
@ -16,14 +16,21 @@
|
|||
"Groups" : "Grupės",
|
||||
"Test Configuration" : "Bandyti konfigūraciją",
|
||||
"Help" : "Pagalba",
|
||||
"LDAP / AD Username:" : "LDAP / AD naudotojo vardas:",
|
||||
"LDAP / AD Email Address:" : "LDAP / AD el. pašto adresas:",
|
||||
"Verify settings" : "Patvirtinti nustatymus",
|
||||
"1. Server" : "1. Serveris",
|
||||
"%s. Server:" : "%s. Serveris:",
|
||||
"Host" : "Mazgas",
|
||||
"Port" : "Prievadas",
|
||||
"User DN" : "Naudotojas DN",
|
||||
"Password" : "Slaptažodis",
|
||||
"For anonymous access, leave DN and Password empty." : "Anoniminiam prisijungimui, palikite DN ir Slaptažodis laukus tuščius.",
|
||||
"One Base DN per line" : "Vienas bazinis DN eilutėje",
|
||||
"Saving" : "Saugoma...",
|
||||
"Back" : "Atgal",
|
||||
"Continue" : "Tęsti",
|
||||
"LDAP" : "LDAP",
|
||||
"Advanced" : "Išplėstiniai",
|
||||
"Connection Settings" : "Ryšio nustatymai",
|
||||
"Configuration Active" : "Konfigūracija aktyvi",
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"user_ldap",
|
||||
{
|
||||
"Failed to clear the mappings." : "Falhou ao limpar os mapas.",
|
||||
"Failed to clear the mappings." : "Falhou ao limpar os mapeamentos.",
|
||||
"Failed to delete the server configuration" : "Erro ao eliminar a configuração do servidor",
|
||||
"The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: ligação anónima não é permitida.",
|
||||
"The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: não é permitida ligação anónima.",
|
||||
"The configuration is valid and the connection could be established!" : "A configuração está correcta e foi possível estabelecer a ligação!",
|
||||
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração está correcta, mas não foi possível estabelecer a conexão. Por favor, verifique as configurações do servidor e as credenciais.",
|
||||
"The configuration is invalid. Please have a look at the logs for further details." : "A configuração é inválida. Por favor, veja o registo (log) do ownCloud para mais detalhes.",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ "translations": {
|
||||
"Failed to clear the mappings." : "Falhou ao limpar os mapas.",
|
||||
"Failed to clear the mappings." : "Falhou ao limpar os mapeamentos.",
|
||||
"Failed to delete the server configuration" : "Erro ao eliminar a configuração do servidor",
|
||||
"The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: ligação anónima não é permitida.",
|
||||
"The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: não é permitida ligação anónima.",
|
||||
"The configuration is valid and the connection could be established!" : "A configuração está correcta e foi possível estabelecer a ligação!",
|
||||
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração está correcta, mas não foi possível estabelecer a conexão. Por favor, verifique as configurações do servidor e as credenciais.",
|
||||
"The configuration is invalid. Please have a look at the logs for further details." : "A configuração é inválida. Por favor, veja o registo (log) do ownCloud para mais detalhes.",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"core",
|
||||
{
|
||||
"Please select a file." : "Por favor, seleccione un archivo",
|
||||
"Please select a file." : "Seleccione un archivo, por favor.",
|
||||
"File is too big" : "El archivo es demasiado grande",
|
||||
"Invalid file provided" : "Archivo no válido",
|
||||
"No image or file provided" : "No se especificó ningún archivo o imagen",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ "translations": {
|
||||
"Please select a file." : "Por favor, seleccione un archivo",
|
||||
"Please select a file." : "Seleccione un archivo, por favor.",
|
||||
"File is too big" : "El archivo es demasiado grande",
|
||||
"Invalid file provided" : "Archivo no válido",
|
||||
"No image or file provided" : "No se especificó ningún archivo o imagen",
|
||||
|
|
|
@ -86,6 +86,7 @@ OC.L10N.register(
|
|||
"Share link" : "Enlace compartido",
|
||||
"Password protect" : "Protección con contraseña",
|
||||
"Password" : "Contraseña",
|
||||
"Allow editing" : "Permitir edición",
|
||||
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
|
||||
"Send" : "Enviar",
|
||||
"Sending ..." : "Enviando...",
|
||||
|
@ -98,6 +99,7 @@ OC.L10N.register(
|
|||
"can share" : "puede compartir",
|
||||
"can edit" : "puede editar",
|
||||
"create" : "crear",
|
||||
"change" : "cambio",
|
||||
"delete" : "eliminar",
|
||||
"access control" : "control de acceso",
|
||||
"Share" : "Compartir",
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
"Share link" : "Enlace compartido",
|
||||
"Password protect" : "Protección con contraseña",
|
||||
"Password" : "Contraseña",
|
||||
"Allow editing" : "Permitir edición",
|
||||
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
|
||||
"Send" : "Enviar",
|
||||
"Sending ..." : "Enviando...",
|
||||
|
@ -96,6 +97,7 @@
|
|||
"can share" : "puede compartir",
|
||||
"can edit" : "puede editar",
|
||||
"create" : "crear",
|
||||
"change" : "cambio",
|
||||
"delete" : "eliminar",
|
||||
"access control" : "control de acceso",
|
||||
"Share" : "Compartir",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"core",
|
||||
{
|
||||
"Please select a file." : "Pasirinkite failą.",
|
||||
"File is too big" : "Per didelis failas",
|
||||
"Invalid file provided" : "Netinkamas failas",
|
||||
"No image or file provided" : "Nenurodytas paveikslėlis ar failas",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Please select a file." : "Pasirinkite failą.",
|
||||
"File is too big" : "Per didelis failas",
|
||||
"Invalid file provided" : "Netinkamas failas",
|
||||
"No image or file provided" : "Nenurodytas paveikslėlis ar failas",
|
||||
|
|
|
@ -298,6 +298,7 @@ OC.L10N.register(
|
|||
"Thank you for your patience." : "Obrigado pela sua paciência.",
|
||||
"Two-step verification" : "Verificação de dois passos:",
|
||||
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "A segurança reforçada foi ativada para a sua conta. Por favor, autentique utilizando um segundo fator.",
|
||||
"Cancel login" : "Cancelar entrada",
|
||||
"Please authenticate using the selected factor." : "Por favor, autentique utilizando um segundo fator.",
|
||||
"An error occured while verifying the token" : "Ocorreu um erro durante a verificação da senha",
|
||||
"You are accessing the server from an untrusted domain." : "Está a aceder ao servidor a partir de um domínio que não é de confiança.",
|
||||
|
|
|
@ -296,6 +296,7 @@
|
|||
"Thank you for your patience." : "Obrigado pela sua paciência.",
|
||||
"Two-step verification" : "Verificação de dois passos:",
|
||||
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "A segurança reforçada foi ativada para a sua conta. Por favor, autentique utilizando um segundo fator.",
|
||||
"Cancel login" : "Cancelar entrada",
|
||||
"Please authenticate using the selected factor." : "Por favor, autentique utilizando um segundo fator.",
|
||||
"An error occured while verifying the token" : "Ocorreu um erro durante a verificação da senha",
|
||||
"You are accessing the server from an untrusted domain." : "Está a aceder ao servidor a partir de um domínio que não é de confiança.",
|
||||
|
|
|
@ -17,6 +17,7 @@ OC.L10N.register(
|
|||
"_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"],
|
||||
"_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"],
|
||||
"seconds ago" : "hace segundos",
|
||||
"File name contains at least one invalid character" : "Nombre de archivo contiene al menos un caracter no válido",
|
||||
"App directory already exists" : "El directorio de la aplicación ya existe",
|
||||
"Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
|
||||
"No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"_%n hour ago_::_%n hours ago_" : ["Hace %n hora","Hace %n horas"],
|
||||
"_%n minute ago_::_%n minutes ago_" : ["Hace %n minuto","Hace %n minutos"],
|
||||
"seconds ago" : "hace segundos",
|
||||
"File name contains at least one invalid character" : "Nombre de archivo contiene al menos un caracter no válido",
|
||||
"App directory already exists" : "El directorio de la aplicación ya existe",
|
||||
"Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
|
||||
"No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación",
|
||||
|
|
|
@ -44,6 +44,7 @@ OC.L10N.register(
|
|||
"Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.",
|
||||
"Set an admin password." : "Nustatyti administratoriaus slaptažodį.",
|
||||
"%s shared »%s« with you" : "%s pasidalino »%s« su tavimi",
|
||||
"%s via %s" : "%s per %s",
|
||||
"Could not find category \"%s\"" : "Nepavyko rasti kategorijos „%s“",
|
||||
"Apps" : "Programos",
|
||||
"A valid username must be provided" : "Vartotojo vardas turi būti tinkamas",
|
||||
|
@ -57,6 +58,7 @@ OC.L10N.register(
|
|||
"Application is not enabled" : "Programa neįjungta",
|
||||
"Authentication error" : "Autentikacijos klaida",
|
||||
"Token expired. Please reload page." : "Sesija baigėsi. Prašome perkrauti puslapį.",
|
||||
"PostgreSQL >= 9 required" : "Reikalinga PostgreSQL >= 9 versija",
|
||||
"Storage not available" : "Saugykla nepasiekiama"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
"Set an admin username." : "Nustatyti administratoriaus naudotojo vardą.",
|
||||
"Set an admin password." : "Nustatyti administratoriaus slaptažodį.",
|
||||
"%s shared »%s« with you" : "%s pasidalino »%s« su tavimi",
|
||||
"%s via %s" : "%s per %s",
|
||||
"Could not find category \"%s\"" : "Nepavyko rasti kategorijos „%s“",
|
||||
"Apps" : "Programos",
|
||||
"A valid username must be provided" : "Vartotojo vardas turi būti tinkamas",
|
||||
|
@ -55,6 +56,7 @@
|
|||
"Application is not enabled" : "Programa neįjungta",
|
||||
"Authentication error" : "Autentikacijos klaida",
|
||||
"Token expired. Please reload page." : "Sesija baigėsi. Prašome perkrauti puslapį.",
|
||||
"PostgreSQL >= 9 required" : "Reikalinga PostgreSQL >= 9 versija",
|
||||
"Storage not available" : "Saugykla nepasiekiama"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -59,6 +59,7 @@ OC.L10N.register(
|
|||
"Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada",
|
||||
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.",
|
||||
"Encryption" : "Cifrado",
|
||||
"Authentication required" : "Se necesita autenticación",
|
||||
"Server address" : "Dirección del servidor",
|
||||
"Port" : "Puerto",
|
||||
"More" : "Más",
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
"Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada",
|
||||
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.",
|
||||
"Encryption" : "Cifrado",
|
||||
"Authentication required" : "Se necesita autenticación",
|
||||
"Server address" : "Dirección del servidor",
|
||||
"Port" : "Puerto",
|
||||
"More" : "Más",
|
||||
|
|
|
@ -110,6 +110,7 @@ OC.L10N.register(
|
|||
"never" : "なし",
|
||||
"deleted {userName}" : "{userName} を削除しました",
|
||||
"add group" : "グループを追加",
|
||||
"Invalid quota value \"{val}\"" : "クオータ \"{val}\" は不正な値です。",
|
||||
"Changing the password will result in data loss, because data recovery is not available for this user" : "このユーザーのデータ復旧が無効になっていますので、パスワードを変更するとユーザーはデータに二度とアクセスできません。",
|
||||
"A valid username must be provided" : "有効なユーザー名を指定する必要があります",
|
||||
"Error creating user: {message}" : "ユーザ作成エラー {message}",
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"never" : "なし",
|
||||
"deleted {userName}" : "{userName} を削除しました",
|
||||
"add group" : "グループを追加",
|
||||
"Invalid quota value \"{val}\"" : "クオータ \"{val}\" は不正な値です。",
|
||||
"Changing the password will result in data loss, because data recovery is not available for this user" : "このユーザーのデータ復旧が無効になっていますので、パスワードを変更するとユーザーはデータに二度とアクセスできません。",
|
||||
"A valid username must be provided" : "有効なユーザー名を指定する必要があります",
|
||||
"Error creating user: {message}" : "ユーザ作成エラー {message}",
|
||||
|
|
|
@ -10,12 +10,27 @@ OC.L10N.register(
|
|||
"Unable to change password" : "Nepavyksta pakeisti slaptažodžio",
|
||||
"Enabled" : "Įjungta",
|
||||
"Not enabled" : "Neįjungta",
|
||||
"Federated Cloud Sharing" : "Viešas dalijimasis padebesiu",
|
||||
"installing and updating apps via the app store or Federated Cloud Sharing" : "programų įrašymas ir atnaujinimas naudojantis programų parduotuve arba viešuoju debesiu",
|
||||
"Federated Cloud Sharing" : "Viešas dalijimasis debesiu",
|
||||
"cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL naudoja pasenusią %s versiją (%s). Pašome atnaujinti serverio operacinę sistemą arba serverio tarnybas, nes %s gali veikti netinkamai",
|
||||
"A problem occurred, please check your log files (Error: %s)" : "Iškilo problema, prašome peržiūrėti klaidų išrašus (Klaida: %s)",
|
||||
"Migration Completed" : "Migravimas baigtas",
|
||||
"Group already exists." : "Grupė jau egzistuoja.",
|
||||
"Unable to add group." : "Nepavyko pridėti grupės.",
|
||||
"Unable to delete group." : "Nepavyko ištrinti grupės.",
|
||||
"Saved" : "Išsaugoti",
|
||||
"test email settings" : "bandomojo laiško nustatymai",
|
||||
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Iškilo problema siunčiant bandomąjį laišką. Prašome peržiūrėti nustatymus. (Klaida: %s)",
|
||||
"Email sent" : "Laiškas išsiųstas",
|
||||
"You need to set your user email before being able to send test emails." : "Jūs privalote įvesti savo elektroniniu pašto adresą prieš siunčiant bandomąjį laišką.",
|
||||
"Invalid mail address" : "Neteisingas pašto adresas",
|
||||
"A user with that name already exists." : "Naudotojas tokiu vardu jau egzistuoja.",
|
||||
"Unable to create user." : "Nepavyko sukurti naudotojo.",
|
||||
"Your %s account was created" : "Tavo paskyra %s sukurta",
|
||||
"Unable to delete user." : "Nepavyko ištrinti vartotojo.",
|
||||
"Unable to delete user." : "Nepavyko ištrinti naudotojo.",
|
||||
"Forbidden" : "Draudžiama",
|
||||
"Invalid user" : "Neteisingas naudotojas",
|
||||
"Unable to change mail address" : "Nepavyko pakeisti el. pašto adreso",
|
||||
"Email saved" : "El. paštas išsaugotas",
|
||||
"Your full name has been changed." : "Pilnas vardas pakeistas.",
|
||||
"Unable to change full name" : "Nepavyko pakeisti pilno vardo",
|
||||
|
@ -37,7 +52,18 @@ OC.L10N.register(
|
|||
"Unable to add user to group %s" : "Nepavyko pridėti vartotojo prie grupės %s",
|
||||
"Unable to remove user from group %s" : "Nepavyko ištrinti vartotojo iš grupės %s",
|
||||
"Couldn't update app." : "Nepavyko atnaujinti programos.",
|
||||
"Are you really sure you want add \"{domain}\" as trusted domain?" : "Ar Jūs tikrai norite pridėti domeną \"{domain}\" į patikimų domenų sąrašą?",
|
||||
"Add trusted domain" : "Pridėti patikimą domeną",
|
||||
"Migration in progress. Please wait until the migration is finished" : "Vyksta migracija. Prašome palaukti, kol migracija bus pabaigta.",
|
||||
"Migration started …" : "Migravimas prasidėjo...",
|
||||
"Sending..." : "Siunčiama...",
|
||||
"Official" : "Oficiali",
|
||||
"Approved" : "Patvirtinta",
|
||||
"Experimental" : "Eksperimentinė",
|
||||
"All" : "Viskas",
|
||||
"No apps found for your version" : "Jūsų versijai programų nėra",
|
||||
"Update to %s" : "Atnaujinti į %s",
|
||||
"_You have %n app update pending_::_You have %n app updates pending_" : ["Jūs turite atnaujinti %n programą","Jūs turite atnaujinti %n programų","Jūs turite atnaujinti %n programų"],
|
||||
"Please wait...." : "Prašome palaukti...",
|
||||
"Error while disabling app" : "Klaida išjungiant programą",
|
||||
"Disable" : "Išjungti",
|
||||
|
@ -46,7 +72,13 @@ OC.L10N.register(
|
|||
"Updating...." : "Atnaujinama...",
|
||||
"Error while updating app" : "Įvyko klaida atnaujinant programą",
|
||||
"Updated" : "Atnaujinta",
|
||||
"Uninstalling ...." : "Ištinama...",
|
||||
"Error while uninstalling app" : "Klaida ištrinant programą",
|
||||
"Uninstall" : "Ištrinti",
|
||||
"Disconnect" : "Atsijungti",
|
||||
"Valid until {date}" : "Galioja iki {date}",
|
||||
"Delete" : "Ištrinti",
|
||||
"An error occurred: {message}" : "Įvyko klaida: {message}",
|
||||
"Select a profile picture" : "Pažymėkite profilio paveikslėlį",
|
||||
"Very weak password" : "Labai silpnas slaptažodis",
|
||||
"Weak password" : "Silpnas slaptažodis",
|
||||
|
@ -54,39 +86,76 @@ OC.L10N.register(
|
|||
"Good password" : "Geras slaptažodis",
|
||||
"Strong password" : "Stiprus slaptažodis",
|
||||
"Groups" : "Grupės",
|
||||
"Unable to delete {objName}" : "Nepavyko ištrinti {objName}",
|
||||
"Error creating group: {message}" : "Klaida kuriant grupę: {message}",
|
||||
"A valid group name must be provided" : "Grupės pavadinimas turi būti tinkamas",
|
||||
"deleted {groupName}" : "{groupName} ištrinta",
|
||||
"undo" : "anuliuoti",
|
||||
"no group" : "grupės nėra",
|
||||
"never" : "niekada",
|
||||
"deleted {userName}" : "{userName} ištrintas",
|
||||
"add group" : "pridėti grupę",
|
||||
"A valid username must be provided" : "Vartotojo vardas turi būti tinkamas",
|
||||
"Error creating user: {message}" : "Klaida kuriant naudotoją: {message}",
|
||||
"A valid password must be provided" : "Slaptažodis turi būti tinkamas",
|
||||
"A valid email must be provided" : "El. pašto adresas turi būti tinkamas",
|
||||
"__language_name__" : "Lietuvių",
|
||||
"Unlimited" : "Neribota",
|
||||
"Personal info" : "Asmeninė informacija",
|
||||
"Errors and fatal issues" : "Klaidos ir kritinės problemos",
|
||||
"Fatal issues only" : "Tik kritinės problemos",
|
||||
"None" : "Nieko",
|
||||
"Login" : "Prisijungti",
|
||||
"SSL" : "SSL",
|
||||
"TLS" : "TLS",
|
||||
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Trūksta PHP modulio „fileinfo“. Labai rekomenduojame įjungti šį modulį, kad gauti geriausius rezultatus nustatant mime-tipą.",
|
||||
"Open documentation" : "Atidaryti dokumentą",
|
||||
"Allow apps to use the Share API" : "Leidžia programoms naudoti Share API",
|
||||
"Allow users to share via link" : "Leisti naudotojams dalintis nuoroda",
|
||||
"Allow public uploads" : "Leisti viešus įkėlimus",
|
||||
"Enforce password protection" : "Apsaugoti slaptažodžiu",
|
||||
"days" : "dienos",
|
||||
"Allow resharing" : "Leisti dalintis",
|
||||
"Execute one task with each page loaded" : "Įvykdyti vieną užduotį su kiekvieno puslapio įkėlimu",
|
||||
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php yra registruotas tinklapio suplanuotų užduočių paslaugose, kad iškviesti cron.php kas 15 minučių per http.",
|
||||
"Enable encryption" : "Įjungti šifravimą",
|
||||
"Start migration" : "Pradėti migravimą",
|
||||
"Encryption" : "Šifravimas",
|
||||
"From address" : "Nuo (el. paštas)",
|
||||
"Authentication method" : "Autentifikacijos metodas",
|
||||
"Authentication required" : "Reikalinga autentikacija",
|
||||
"Server address" : "Serverio adresas",
|
||||
"Port" : "Prievadas",
|
||||
"SMTP Username" : "SMTP naudotojo vardas",
|
||||
"SMTP Password" : "SMTP slaptažodis",
|
||||
"Store credentials" : "Išsaugoti prisijungimus",
|
||||
"Test email settings" : "Išbandyti el. pašto nustatymus",
|
||||
"Send email" : "Siųsti laišką",
|
||||
"Download logfile" : "Atsisiųsti išrašą",
|
||||
"More" : "Daugiau",
|
||||
"Less" : "Mažiau",
|
||||
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Išrašas didesnis nei 100 MB, todėl atsisiuntimas gali užtrukti.",
|
||||
"What to log" : "Ką įtraukti į išrašą",
|
||||
"Version" : "Versija",
|
||||
"by %s" : "%s",
|
||||
"Visit website" : "Aplankyti svetainę",
|
||||
"Report a bug" : "Pranešti apie klaidą",
|
||||
"Show description …" : "Rodyti aprašymą...",
|
||||
"Hide description …" : "Paslėpti aprašymą...",
|
||||
"Uninstall App" : "Ištinti programą",
|
||||
"Valid until %s" : "Galioja iki %s",
|
||||
"Cheers!" : "Sveikinimai!",
|
||||
"Forum" : "Forumas",
|
||||
"Profile picture" : "Profilio paveikslėlis",
|
||||
"Upload new" : "Įkelti naują",
|
||||
"Remove image" : "Pašalinti paveikslėlį",
|
||||
"png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
|
||||
"Cancel" : "Atšaukti",
|
||||
"Full name" : "Pilnas vardas",
|
||||
"Email" : "El. Paštas",
|
||||
"Your email address" : "Jūsų el. pašto adresas",
|
||||
"No email address set" : "Nenurodytas el. paštas",
|
||||
"You are member of the following groups:" : "Jūs priklausote šioms grupėms:",
|
||||
"Password" : "Slaptažodis",
|
||||
"Unable to change your password" : "Neįmanoma pakeisti slaptažodžio",
|
||||
"Current password" : "Dabartinis slaptažodis",
|
||||
|
@ -94,23 +163,37 @@ OC.L10N.register(
|
|||
"Change password" : "Pakeisti slaptažodį",
|
||||
"Language" : "Kalba",
|
||||
"Help translate" : "Padėkite išversti",
|
||||
"Most recent activity" : "Vėliausia veikla",
|
||||
"Name" : "Pavadinimas",
|
||||
"App name" : "Programos pavadinimas",
|
||||
"Username" : "Prisijungimo vardas",
|
||||
"Done" : "Atlikta",
|
||||
"Get the apps to sync your files" : "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus",
|
||||
"Desktop client" : "Darbastalio klientas",
|
||||
"Android app" : "Android programa",
|
||||
"iOS app" : "iOS programa",
|
||||
"Show First Run Wizard again" : "Rodyti pirmo karto vedlį dar kartą",
|
||||
"Send email to new user" : "Siųsti el. laišką naujiems naudotojams",
|
||||
"Show email address" : "Rodyti el. pašto adresą",
|
||||
"E-Mail" : "El. paštas",
|
||||
"Create" : "Sukurti",
|
||||
"Admin Recovery Password" : "Administracinis atkūrimo slaptažodis",
|
||||
"Enter the recovery password in order to recover the users files during password change" : "Įveskite atkūrimo slaptažodį, kad atkurti naudotojo failus keičiant slaptažodį",
|
||||
"Add Group" : "Pridėti grupę",
|
||||
"Group" : "Grupė",
|
||||
"Everyone" : "Visi",
|
||||
"Admins" : "Administratoriai",
|
||||
"Default Quota" : "Numatytoji kvota",
|
||||
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Įveskite vietos limitą (pvz.: \"512 MB\" arba \"12 GB\")",
|
||||
"Other" : "Kita",
|
||||
"Full Name" : "Pilnas vardas",
|
||||
"Group Admin for" : "Grupės administratorius",
|
||||
"Quota" : "Limitas",
|
||||
"Storage Location" : "Saugyklos vieta",
|
||||
"Last Login" : "Paskutinis prisijungimas",
|
||||
"change full name" : "keisti pilną vardą",
|
||||
"set new password" : "nustatyti naują slaptažodį",
|
||||
"change email address" : "pakeisti el. pašto adresą",
|
||||
"Default" : "Numatytasis"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -8,12 +8,27 @@
|
|||
"Unable to change password" : "Nepavyksta pakeisti slaptažodžio",
|
||||
"Enabled" : "Įjungta",
|
||||
"Not enabled" : "Neįjungta",
|
||||
"Federated Cloud Sharing" : "Viešas dalijimasis padebesiu",
|
||||
"installing and updating apps via the app store or Federated Cloud Sharing" : "programų įrašymas ir atnaujinimas naudojantis programų parduotuve arba viešuoju debesiu",
|
||||
"Federated Cloud Sharing" : "Viešas dalijimasis debesiu",
|
||||
"cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL naudoja pasenusią %s versiją (%s). Pašome atnaujinti serverio operacinę sistemą arba serverio tarnybas, nes %s gali veikti netinkamai",
|
||||
"A problem occurred, please check your log files (Error: %s)" : "Iškilo problema, prašome peržiūrėti klaidų išrašus (Klaida: %s)",
|
||||
"Migration Completed" : "Migravimas baigtas",
|
||||
"Group already exists." : "Grupė jau egzistuoja.",
|
||||
"Unable to add group." : "Nepavyko pridėti grupės.",
|
||||
"Unable to delete group." : "Nepavyko ištrinti grupės.",
|
||||
"Saved" : "Išsaugoti",
|
||||
"test email settings" : "bandomojo laiško nustatymai",
|
||||
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Iškilo problema siunčiant bandomąjį laišką. Prašome peržiūrėti nustatymus. (Klaida: %s)",
|
||||
"Email sent" : "Laiškas išsiųstas",
|
||||
"You need to set your user email before being able to send test emails." : "Jūs privalote įvesti savo elektroniniu pašto adresą prieš siunčiant bandomąjį laišką.",
|
||||
"Invalid mail address" : "Neteisingas pašto adresas",
|
||||
"A user with that name already exists." : "Naudotojas tokiu vardu jau egzistuoja.",
|
||||
"Unable to create user." : "Nepavyko sukurti naudotojo.",
|
||||
"Your %s account was created" : "Tavo paskyra %s sukurta",
|
||||
"Unable to delete user." : "Nepavyko ištrinti vartotojo.",
|
||||
"Unable to delete user." : "Nepavyko ištrinti naudotojo.",
|
||||
"Forbidden" : "Draudžiama",
|
||||
"Invalid user" : "Neteisingas naudotojas",
|
||||
"Unable to change mail address" : "Nepavyko pakeisti el. pašto adreso",
|
||||
"Email saved" : "El. paštas išsaugotas",
|
||||
"Your full name has been changed." : "Pilnas vardas pakeistas.",
|
||||
"Unable to change full name" : "Nepavyko pakeisti pilno vardo",
|
||||
|
@ -35,7 +50,18 @@
|
|||
"Unable to add user to group %s" : "Nepavyko pridėti vartotojo prie grupės %s",
|
||||
"Unable to remove user from group %s" : "Nepavyko ištrinti vartotojo iš grupės %s",
|
||||
"Couldn't update app." : "Nepavyko atnaujinti programos.",
|
||||
"Are you really sure you want add \"{domain}\" as trusted domain?" : "Ar Jūs tikrai norite pridėti domeną \"{domain}\" į patikimų domenų sąrašą?",
|
||||
"Add trusted domain" : "Pridėti patikimą domeną",
|
||||
"Migration in progress. Please wait until the migration is finished" : "Vyksta migracija. Prašome palaukti, kol migracija bus pabaigta.",
|
||||
"Migration started …" : "Migravimas prasidėjo...",
|
||||
"Sending..." : "Siunčiama...",
|
||||
"Official" : "Oficiali",
|
||||
"Approved" : "Patvirtinta",
|
||||
"Experimental" : "Eksperimentinė",
|
||||
"All" : "Viskas",
|
||||
"No apps found for your version" : "Jūsų versijai programų nėra",
|
||||
"Update to %s" : "Atnaujinti į %s",
|
||||
"_You have %n app update pending_::_You have %n app updates pending_" : ["Jūs turite atnaujinti %n programą","Jūs turite atnaujinti %n programų","Jūs turite atnaujinti %n programų"],
|
||||
"Please wait...." : "Prašome palaukti...",
|
||||
"Error while disabling app" : "Klaida išjungiant programą",
|
||||
"Disable" : "Išjungti",
|
||||
|
@ -44,7 +70,13 @@
|
|||
"Updating...." : "Atnaujinama...",
|
||||
"Error while updating app" : "Įvyko klaida atnaujinant programą",
|
||||
"Updated" : "Atnaujinta",
|
||||
"Uninstalling ...." : "Ištinama...",
|
||||
"Error while uninstalling app" : "Klaida ištrinant programą",
|
||||
"Uninstall" : "Ištrinti",
|
||||
"Disconnect" : "Atsijungti",
|
||||
"Valid until {date}" : "Galioja iki {date}",
|
||||
"Delete" : "Ištrinti",
|
||||
"An error occurred: {message}" : "Įvyko klaida: {message}",
|
||||
"Select a profile picture" : "Pažymėkite profilio paveikslėlį",
|
||||
"Very weak password" : "Labai silpnas slaptažodis",
|
||||
"Weak password" : "Silpnas slaptažodis",
|
||||
|
@ -52,39 +84,76 @@
|
|||
"Good password" : "Geras slaptažodis",
|
||||
"Strong password" : "Stiprus slaptažodis",
|
||||
"Groups" : "Grupės",
|
||||
"Unable to delete {objName}" : "Nepavyko ištrinti {objName}",
|
||||
"Error creating group: {message}" : "Klaida kuriant grupę: {message}",
|
||||
"A valid group name must be provided" : "Grupės pavadinimas turi būti tinkamas",
|
||||
"deleted {groupName}" : "{groupName} ištrinta",
|
||||
"undo" : "anuliuoti",
|
||||
"no group" : "grupės nėra",
|
||||
"never" : "niekada",
|
||||
"deleted {userName}" : "{userName} ištrintas",
|
||||
"add group" : "pridėti grupę",
|
||||
"A valid username must be provided" : "Vartotojo vardas turi būti tinkamas",
|
||||
"Error creating user: {message}" : "Klaida kuriant naudotoją: {message}",
|
||||
"A valid password must be provided" : "Slaptažodis turi būti tinkamas",
|
||||
"A valid email must be provided" : "El. pašto adresas turi būti tinkamas",
|
||||
"__language_name__" : "Lietuvių",
|
||||
"Unlimited" : "Neribota",
|
||||
"Personal info" : "Asmeninė informacija",
|
||||
"Errors and fatal issues" : "Klaidos ir kritinės problemos",
|
||||
"Fatal issues only" : "Tik kritinės problemos",
|
||||
"None" : "Nieko",
|
||||
"Login" : "Prisijungti",
|
||||
"SSL" : "SSL",
|
||||
"TLS" : "TLS",
|
||||
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Trūksta PHP modulio „fileinfo“. Labai rekomenduojame įjungti šį modulį, kad gauti geriausius rezultatus nustatant mime-tipą.",
|
||||
"Open documentation" : "Atidaryti dokumentą",
|
||||
"Allow apps to use the Share API" : "Leidžia programoms naudoti Share API",
|
||||
"Allow users to share via link" : "Leisti naudotojams dalintis nuoroda",
|
||||
"Allow public uploads" : "Leisti viešus įkėlimus",
|
||||
"Enforce password protection" : "Apsaugoti slaptažodžiu",
|
||||
"days" : "dienos",
|
||||
"Allow resharing" : "Leisti dalintis",
|
||||
"Execute one task with each page loaded" : "Įvykdyti vieną užduotį su kiekvieno puslapio įkėlimu",
|
||||
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php yra registruotas tinklapio suplanuotų užduočių paslaugose, kad iškviesti cron.php kas 15 minučių per http.",
|
||||
"Enable encryption" : "Įjungti šifravimą",
|
||||
"Start migration" : "Pradėti migravimą",
|
||||
"Encryption" : "Šifravimas",
|
||||
"From address" : "Nuo (el. paštas)",
|
||||
"Authentication method" : "Autentifikacijos metodas",
|
||||
"Authentication required" : "Reikalinga autentikacija",
|
||||
"Server address" : "Serverio adresas",
|
||||
"Port" : "Prievadas",
|
||||
"SMTP Username" : "SMTP naudotojo vardas",
|
||||
"SMTP Password" : "SMTP slaptažodis",
|
||||
"Store credentials" : "Išsaugoti prisijungimus",
|
||||
"Test email settings" : "Išbandyti el. pašto nustatymus",
|
||||
"Send email" : "Siųsti laišką",
|
||||
"Download logfile" : "Atsisiųsti išrašą",
|
||||
"More" : "Daugiau",
|
||||
"Less" : "Mažiau",
|
||||
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Išrašas didesnis nei 100 MB, todėl atsisiuntimas gali užtrukti.",
|
||||
"What to log" : "Ką įtraukti į išrašą",
|
||||
"Version" : "Versija",
|
||||
"by %s" : "%s",
|
||||
"Visit website" : "Aplankyti svetainę",
|
||||
"Report a bug" : "Pranešti apie klaidą",
|
||||
"Show description …" : "Rodyti aprašymą...",
|
||||
"Hide description …" : "Paslėpti aprašymą...",
|
||||
"Uninstall App" : "Ištinti programą",
|
||||
"Valid until %s" : "Galioja iki %s",
|
||||
"Cheers!" : "Sveikinimai!",
|
||||
"Forum" : "Forumas",
|
||||
"Profile picture" : "Profilio paveikslėlis",
|
||||
"Upload new" : "Įkelti naują",
|
||||
"Remove image" : "Pašalinti paveikslėlį",
|
||||
"png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
|
||||
"Cancel" : "Atšaukti",
|
||||
"Full name" : "Pilnas vardas",
|
||||
"Email" : "El. Paštas",
|
||||
"Your email address" : "Jūsų el. pašto adresas",
|
||||
"No email address set" : "Nenurodytas el. paštas",
|
||||
"You are member of the following groups:" : "Jūs priklausote šioms grupėms:",
|
||||
"Password" : "Slaptažodis",
|
||||
"Unable to change your password" : "Neįmanoma pakeisti slaptažodžio",
|
||||
"Current password" : "Dabartinis slaptažodis",
|
||||
|
@ -92,23 +161,37 @@
|
|||
"Change password" : "Pakeisti slaptažodį",
|
||||
"Language" : "Kalba",
|
||||
"Help translate" : "Padėkite išversti",
|
||||
"Most recent activity" : "Vėliausia veikla",
|
||||
"Name" : "Pavadinimas",
|
||||
"App name" : "Programos pavadinimas",
|
||||
"Username" : "Prisijungimo vardas",
|
||||
"Done" : "Atlikta",
|
||||
"Get the apps to sync your files" : "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus",
|
||||
"Desktop client" : "Darbastalio klientas",
|
||||
"Android app" : "Android programa",
|
||||
"iOS app" : "iOS programa",
|
||||
"Show First Run Wizard again" : "Rodyti pirmo karto vedlį dar kartą",
|
||||
"Send email to new user" : "Siųsti el. laišką naujiems naudotojams",
|
||||
"Show email address" : "Rodyti el. pašto adresą",
|
||||
"E-Mail" : "El. paštas",
|
||||
"Create" : "Sukurti",
|
||||
"Admin Recovery Password" : "Administracinis atkūrimo slaptažodis",
|
||||
"Enter the recovery password in order to recover the users files during password change" : "Įveskite atkūrimo slaptažodį, kad atkurti naudotojo failus keičiant slaptažodį",
|
||||
"Add Group" : "Pridėti grupę",
|
||||
"Group" : "Grupė",
|
||||
"Everyone" : "Visi",
|
||||
"Admins" : "Administratoriai",
|
||||
"Default Quota" : "Numatytoji kvota",
|
||||
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Įveskite vietos limitą (pvz.: \"512 MB\" arba \"12 GB\")",
|
||||
"Other" : "Kita",
|
||||
"Full Name" : "Pilnas vardas",
|
||||
"Group Admin for" : "Grupės administratorius",
|
||||
"Quota" : "Limitas",
|
||||
"Storage Location" : "Saugyklos vieta",
|
||||
"Last Login" : "Paskutinis prisijungimas",
|
||||
"change full name" : "keisti pilną vardą",
|
||||
"set new password" : "nustatyti naują slaptažodį",
|
||||
"change email address" : "pakeisti el. pašto adresą",
|
||||
"Default" : "Numatytasis"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -110,6 +110,7 @@ OC.L10N.register(
|
|||
"never" : "nunca",
|
||||
"deleted {userName}" : "{userName} apagado",
|
||||
"add group" : "Adicionar grupo",
|
||||
"Invalid quota value \"{val}\"" : "Valor de quota inválido \"{val}\"",
|
||||
"Changing the password will result in data loss, because data recovery is not available for this user" : "A alteração da palavra-passe resultará na perda de dados, porque a recuperação de dados não está disponível para este utilizador",
|
||||
"A valid username must be provided" : "Deve ser indicado um nome de utilizador válido",
|
||||
"Error creating user: {message}" : "Erro ao criar utilizador: {message}",
|
||||
|
@ -119,6 +120,7 @@ OC.L10N.register(
|
|||
"Unlimited" : "Ilimitado",
|
||||
"Personal info" : "Informação pessoal",
|
||||
"Sessions" : "Sessões",
|
||||
"App passwords" : "Palavras-passe da App",
|
||||
"Sync clients" : "Clientes de sync",
|
||||
"Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (problemas fatais, erros, avisos, informação, depuração)",
|
||||
"Info, warnings, errors and fatal issues" : "Informação, avisos, erros e problemas fatais",
|
||||
|
@ -222,6 +224,7 @@ OC.L10N.register(
|
|||
"Documentation:" : "Documentação:",
|
||||
"User documentation" : "Documentação de Utilizador",
|
||||
"Admin documentation" : "Documentação do Administrador",
|
||||
"Visit website" : "Visitar sítio da internet",
|
||||
"Report a bug" : "Reportar um erro",
|
||||
"Show description …" : "Mostrar descrição ...",
|
||||
"Hide description …" : "Esconder descrição ...",
|
||||
|
@ -272,7 +275,12 @@ OC.L10N.register(
|
|||
"These are the web, desktop and mobile clients currently logged in to your ownCloud." : "Estes são os clientes web, desktop e móveis actualmente ligados à sua ownCloud.",
|
||||
"Browser" : "Navegador",
|
||||
"Most recent activity" : "Atividade mais recente",
|
||||
"You've linked these apps." : "Ligou estas apps.",
|
||||
"Name" : "Nome",
|
||||
"An app password is a passcode that gives an app or device permissions to access your %s account." : "Uma palavra-passe de app é um código de acesso que dá à app ou ao dispositivo permissão para aceder à sua conta %s.",
|
||||
"App name" : "Nome da app",
|
||||
"Create new app password" : "Criar nova palavra-passe de app",
|
||||
"Use the credentials below to configure your app or device." : "Use as credenciais abaixo para configurar a sua app ou dispositivo",
|
||||
"Username" : "Nome de utilizador",
|
||||
"Done" : "Concluído",
|
||||
"Get the apps to sync your files" : "Obtenha as aplicações para sincronizar os seus ficheiros",
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"never" : "nunca",
|
||||
"deleted {userName}" : "{userName} apagado",
|
||||
"add group" : "Adicionar grupo",
|
||||
"Invalid quota value \"{val}\"" : "Valor de quota inválido \"{val}\"",
|
||||
"Changing the password will result in data loss, because data recovery is not available for this user" : "A alteração da palavra-passe resultará na perda de dados, porque a recuperação de dados não está disponível para este utilizador",
|
||||
"A valid username must be provided" : "Deve ser indicado um nome de utilizador válido",
|
||||
"Error creating user: {message}" : "Erro ao criar utilizador: {message}",
|
||||
|
@ -117,6 +118,7 @@
|
|||
"Unlimited" : "Ilimitado",
|
||||
"Personal info" : "Informação pessoal",
|
||||
"Sessions" : "Sessões",
|
||||
"App passwords" : "Palavras-passe da App",
|
||||
"Sync clients" : "Clientes de sync",
|
||||
"Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (problemas fatais, erros, avisos, informação, depuração)",
|
||||
"Info, warnings, errors and fatal issues" : "Informação, avisos, erros e problemas fatais",
|
||||
|
@ -220,6 +222,7 @@
|
|||
"Documentation:" : "Documentação:",
|
||||
"User documentation" : "Documentação de Utilizador",
|
||||
"Admin documentation" : "Documentação do Administrador",
|
||||
"Visit website" : "Visitar sítio da internet",
|
||||
"Report a bug" : "Reportar um erro",
|
||||
"Show description …" : "Mostrar descrição ...",
|
||||
"Hide description …" : "Esconder descrição ...",
|
||||
|
@ -270,7 +273,12 @@
|
|||
"These are the web, desktop and mobile clients currently logged in to your ownCloud." : "Estes são os clientes web, desktop e móveis actualmente ligados à sua ownCloud.",
|
||||
"Browser" : "Navegador",
|
||||
"Most recent activity" : "Atividade mais recente",
|
||||
"You've linked these apps." : "Ligou estas apps.",
|
||||
"Name" : "Nome",
|
||||
"An app password is a passcode that gives an app or device permissions to access your %s account." : "Uma palavra-passe de app é um código de acesso que dá à app ou ao dispositivo permissão para aceder à sua conta %s.",
|
||||
"App name" : "Nome da app",
|
||||
"Create new app password" : "Criar nova palavra-passe de app",
|
||||
"Use the credentials below to configure your app or device." : "Use as credenciais abaixo para configurar a sua app ou dispositivo",
|
||||
"Username" : "Nome de utilizador",
|
||||
"Done" : "Concluído",
|
||||
"Get the apps to sync your files" : "Obtenha as aplicações para sincronizar os seus ficheiros",
|
||||
|
|
|
@ -110,6 +110,7 @@ OC.L10N.register(
|
|||
"never" : "никогда",
|
||||
"deleted {userName}" : "удалён {userName}",
|
||||
"add group" : "добавить группу",
|
||||
"Invalid quota value \"{val}\"" : "Неверное значение квоты \"{val}\"",
|
||||
"Changing the password will result in data loss, because data recovery is not available for this user" : "Изменение пароля приведёт к потере данных, так как восстановление данных не доступно для этого пользователя",
|
||||
"A valid username must be provided" : "Укажите правильное имя пользователя",
|
||||
"Error creating user: {message}" : "Ошибка создания пользователя: {message}",
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"never" : "никогда",
|
||||
"deleted {userName}" : "удалён {userName}",
|
||||
"add group" : "добавить группу",
|
||||
"Invalid quota value \"{val}\"" : "Неверное значение квоты \"{val}\"",
|
||||
"Changing the password will result in data loss, because data recovery is not available for this user" : "Изменение пароля приведёт к потере данных, так как восстановление данных не доступно для этого пользователя",
|
||||
"A valid username must be provided" : "Укажите правильное имя пользователя",
|
||||
"Error creating user: {message}" : "Ошибка создания пользователя: {message}",
|
||||
|
|
Loading…
Reference in New Issue