From 3731b2a006eca1e96d4087212a5e779c85a002e4 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 7 Jul 2016 01:56:27 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- apps/comments/l10n/es.js | 3 + apps/comments/l10n/es.json | 3 + apps/comments/l10n/lt_LT.js | 10 ++- apps/comments/l10n/lt_LT.json | 10 ++- apps/federation/l10n/lt_LT.js | 9 +++ apps/federation/l10n/lt_LT.json | 7 ++ apps/files/l10n/es_MX.js | 1 + apps/files/l10n/es_MX.json | 1 + apps/files/l10n/lt_LT.js | 2 + apps/files/l10n/lt_LT.json | 2 + apps/files/l10n/pt_PT.js | 1 + apps/files/l10n/pt_PT.json | 1 + apps/files_external/l10n/lt_LT.js | 19 ++++++ apps/files_external/l10n/lt_LT.json | 19 ++++++ apps/files_external/l10n/pt_PT.js | 2 +- apps/files_external/l10n/pt_PT.json | 2 +- apps/files_sharing/l10n/es.js | 2 +- apps/files_sharing/l10n/es.json | 2 +- apps/systemtags/l10n/lt_LT.js | 1 + apps/systemtags/l10n/lt_LT.json | 1 + apps/updatenotification/l10n/lt_LT.js | 3 + apps/updatenotification/l10n/lt_LT.json | 3 + apps/user_ldap/l10n/lt_LT.js | 7 ++ apps/user_ldap/l10n/lt_LT.json | 7 ++ apps/user_ldap/l10n/pt_PT.js | 4 +- apps/user_ldap/l10n/pt_PT.json | 4 +- core/l10n/es.js | 2 +- core/l10n/es.json | 2 +- core/l10n/es_MX.js | 2 + core/l10n/es_MX.json | 2 + core/l10n/lt_LT.js | 1 + core/l10n/lt_LT.json | 1 + core/l10n/pt_PT.js | 1 + core/l10n/pt_PT.json | 1 + lib/l10n/es_MX.js | 1 + lib/l10n/es_MX.json | 1 + lib/l10n/lt_LT.js | 2 + lib/l10n/lt_LT.json | 2 + settings/l10n/es_MX.js | 1 + settings/l10n/es_MX.json | 1 + settings/l10n/ja.js | 1 + settings/l10n/ja.json | 1 + settings/l10n/lt_LT.js | 87 ++++++++++++++++++++++++- settings/l10n/lt_LT.json | 87 ++++++++++++++++++++++++- settings/l10n/pt_PT.js | 8 +++ settings/l10n/pt_PT.json | 8 +++ settings/l10n/ru.js | 1 + settings/l10n/ru.json | 1 + 48 files changed, 324 insertions(+), 16 deletions(-) create mode 100644 apps/federation/l10n/lt_LT.js create mode 100644 apps/federation/l10n/lt_LT.json diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index 98d9d42236..a8bc6e78fb 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -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", "Comments for files (always listed in stream)" : "Comentarios de archivos (siempre se listarán en stream)", diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index 636342911c..4615fe584e 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -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", "Comments for files (always listed in stream)" : "Comentarios de archivos (siempre se listarán en stream)", diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js index ef4967e9fc..af11d0c723 100644 --- a/apps/comments/l10n/lt_LT.js +++ b/apps/comments/l10n/lt_LT.js @@ -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);"); diff --git a/apps/comments/l10n/lt_LT.json b/apps/comments/l10n/lt_LT.json index 59432d7b6b..8708c127fa 100644 --- a/apps/comments/l10n/lt_LT.json +++ b/apps/comments/l10n/lt_LT.json @@ -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);" } \ No newline at end of file diff --git a/apps/federation/l10n/lt_LT.js b/apps/federation/l10n/lt_LT.js new file mode 100644 index 0000000000..1e3337f579 --- /dev/null +++ b/apps/federation/l10n/lt_LT.js @@ -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);"); diff --git a/apps/federation/l10n/lt_LT.json b/apps/federation/l10n/lt_LT.json new file mode 100644 index 0000000000..46e3b233cc --- /dev/null +++ b/apps/federation/l10n/lt_LT.json @@ -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);" +} \ No newline at end of file diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 45db24098e..3d0fd96207 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -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", diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 76e66f1d61..a30f17f99d 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -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", diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 524877d613..4853cdfd0f 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -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", diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index a75798167a..6a79bba82f 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -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", diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index ee1e363606..b91507b224 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -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", diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json index e08a384147..aca5b45fa9 100644 --- a/apps/files/l10n/pt_PT.json +++ b/apps/files/l10n/pt_PT.json @@ -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", diff --git a/apps/files_external/l10n/lt_LT.js b/apps/files_external/l10n/lt_LT.js index 8039902279..f01c739b71 100644 --- a/apps/files_external/l10n/lt_LT.js +++ b/apps/files_external/l10n/lt_LT.js @@ -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", + "Note: " : "Užrašai: ", "Name" : "Pavadinimas", + "Enable encryption" : "Įjungti šifravimą", + "Never" : "Niekada", "External Storage" : "Išorinės saugyklos", "Folder name" : "Katalogo pavadinimas", "Configuration" : "Konfigūracija", diff --git a/apps/files_external/l10n/lt_LT.json b/apps/files_external/l10n/lt_LT.json index d7c4d7966a..6c12e02aa8 100644 --- a/apps/files_external/l10n/lt_LT.json +++ b/apps/files_external/l10n/lt_LT.json @@ -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", + "Note: " : "Užrašai: ", "Name" : "Pavadinimas", + "Enable encryption" : "Įjungti šifravimą", + "Never" : "Niekada", "External Storage" : "Išorinės saugyklos", "Folder name" : "Katalogo pavadinimas", "Configuration" : "Konfigūracija", diff --git a/apps/files_external/l10n/pt_PT.js b/apps/files_external/l10n/pt_PT.js index 68f183a36b..24d54bb4c8 100644 --- a/apps/files_external/l10n/pt_PT.js +++ b/apps/files_external/l10n/pt_PT.js @@ -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", diff --git a/apps/files_external/l10n/pt_PT.json b/apps/files_external/l10n/pt_PT.json index 93922c6776..87abd2ada3 100644 --- a/apps/files_external/l10n/pt_PT.json +++ b/apps/files_external/l10n/pt_PT.json @@ -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", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 4ae7c4e177..073a33dfa0 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -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" diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 026d7f72e9..2a7f821246 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -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" diff --git a/apps/systemtags/l10n/lt_LT.js b/apps/systemtags/l10n/lt_LT.js index 754ff7017e..7b15e49666 100644 --- a/apps/systemtags/l10n/lt_LT.js +++ b/apps/systemtags/l10n/lt_LT.js @@ -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", diff --git a/apps/systemtags/l10n/lt_LT.json b/apps/systemtags/l10n/lt_LT.json index 6140989fe0..14aaea1338 100644 --- a/apps/systemtags/l10n/lt_LT.json +++ b/apps/systemtags/l10n/lt_LT.json @@ -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", diff --git a/apps/updatenotification/l10n/lt_LT.js b/apps/updatenotification/l10n/lt_LT.js index 6c22873bf1..b91a9c48b4 100644 --- a/apps/updatenotification/l10n/lt_LT.js +++ b/apps/updatenotification/l10n/lt_LT.js @@ -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ą." }, diff --git a/apps/updatenotification/l10n/lt_LT.json b/apps/updatenotification/l10n/lt_LT.json index db24c0be43..733abc7ffe 100644 --- a/apps/updatenotification/l10n/lt_LT.json +++ b/apps/updatenotification/l10n/lt_LT.json @@ -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);" diff --git a/apps/user_ldap/l10n/lt_LT.js b/apps/user_ldap/l10n/lt_LT.js index c263e95220..b3018c726f 100644 --- a/apps/user_ldap/l10n/lt_LT.js +++ b/apps/user_ldap/l10n/lt_LT.js @@ -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", diff --git a/apps/user_ldap/l10n/lt_LT.json b/apps/user_ldap/l10n/lt_LT.json index 64e2bae467..91dd891166 100644 --- a/apps/user_ldap/l10n/lt_LT.json +++ b/apps/user_ldap/l10n/lt_LT.json @@ -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", diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js index 0999767ac5..2292ed29df 100644 --- a/apps/user_ldap/l10n/pt_PT.js +++ b/apps/user_ldap/l10n/pt_PT.js @@ -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.", diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json index 59cedd2617..814345b22f 100644 --- a/apps/user_ldap/l10n/pt_PT.json +++ b/apps/user_ldap/l10n/pt_PT.json @@ -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.", diff --git a/core/l10n/es.js b/core/l10n/es.js index 3469d18201..3b2ef40374 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -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", diff --git a/core/l10n/es.json b/core/l10n/es.json index 8070e3f40f..967d51da7f 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -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", diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 91229d3bb0..8df5217c4e 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -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", diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index 916cc8a8dd..4878e85114 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -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", diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index d8b9522ebf..44d06fc0d7 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -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", diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index 337a6ef227..3b0a96a7fd 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -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", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 4b7d47d4b7..72b26b19fa 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -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.", diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index c392bd51ed..ca08f7473f 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -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.", diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index b1c2f6446f..628133986f 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -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", diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index 09f94592a9..53ca5bb08b 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -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", diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index fb25e9c050..69734b45d3 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -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);"); diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index 4b05e3cc95..0a50f0ffb6 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -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);" } \ No newline at end of file diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js index eaf58bd038..17ffa966ff 100644 --- a/settings/l10n/es_MX.js +++ b/settings/l10n/es_MX.js @@ -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", diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json index daba89fa28..8720002f16 100644 --- a/settings/l10n/es_MX.json +++ b/settings/l10n/es_MX.json @@ -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", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index f2b492bed4..b4d6b0df68 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -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}", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 613512c14b..e7bb75286a 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -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}", diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js index 139a6f29ef..4e29c1939e 100644 --- a/settings/l10n/lt_LT.js +++ b/settings/l10n/lt_LT.js @@ -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);"); diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json index fb94e1f187..d0c329b029 100644 --- a/settings/l10n/lt_LT.json +++ b/settings/l10n/lt_LT.json @@ -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);" } \ No newline at end of file diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index f0c707c132..e61edeacc9 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -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", diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index 6d0344bdbb..1ad8e20072 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -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", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index 9c666219e9..0e7aed5895 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -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}", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index bb9debee62..01d3b05247 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -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}",