summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-10-07 00:12:21 +0000
committerNextcloud bot <bot@nextcloud.com>2018-10-07 00:12:21 +0000
commit4c47ec005f31e10b55af1bec277c6c0d011e4c28 (patch)
tree707cc2b16717731f6bd85beed2ada1a5293ea3c4 /core/l10n
parent7dd2212b2cdca3abf0b50e5940e8ff2a91d73f5d (diff)
downloadnextcloud-server-4c47ec005f31e10b55af1bec277c6c0d011e4c28.tar.gz
nextcloud-server-4c47ec005f31e10b55af1bec277c6c0d011e4c28.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/es.js6
-rw-r--r--core/l10n/es.json6
-rw-r--r--core/l10n/pl.js9
-rw-r--r--core/l10n/pl.json9
4 files changed, 28 insertions, 2 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 18ac616a6e1..e25b2f1b6ec 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -164,6 +164,7 @@ OC.L10N.register(
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
"Resharing is not allowed" : "No se permite compartir de nuevo",
"Share to {name}" : "Compartir a {name}",
+ "Copy link" : "Copiar enlace",
"Link" : "Enlace",
"Password protect" : "Protección con contraseña",
"Allow editing" : "Permitir edición",
@@ -254,6 +255,8 @@ OC.L10N.register(
"Help" : "Ayuda",
"Access forbidden" : "Acceso denegado",
"File not found" : "Archivo no encontrado",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "El documento no se pudo encontrar en el servidor. Es posible que el enlace fuera eliminado o haya caducado.",
+ "Back to %s" : "Volver a %s",
"Internal Server Error" : "Error interno del servidor",
"The server was unable to complete your request." : "El servidor no ha podido completar tu petición.",
"If this happens again, please send the technical details below to the server administrator." : "Si sucede de nuevo, por favor, envía los detalles técnicos a continuación al administrador del servidor.",
@@ -327,7 +330,10 @@ OC.L10N.register(
"This share is password-protected" : "Este elemento compartido está protegido por contraseña",
"The password is wrong. Try again." : "La contraseña es incorrecta. Vuelve a intentarlo.",
"Two-factor authentication" : "Autenticación de dos factores",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "La seguridad mejorada está habilitada para su cuenta. Elija una segunda forma de autenticación:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "No se pudo cargar al menos uno de sus métodos de autenticación de segundo factor. Por favor, póngase en contacto con un administrador.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "La autenticación en dos pasos se aplica pero no se ha configurado en su cuenta. Póngase en contacto con su administrador para obtener ayuda.",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "La autenticación en dos pasos se aplica pero no se ha configurado en su cuenta. Use uno de sus códigos de respaldo para iniciar sesión o comuníquese con su administrador para obtener ayuda.",
"Use backup code" : "Usar código de respaldo",
"Cancel log in" : "Cancelar inicio de sesión",
"Error while validating your second factor" : "Error al validar su segundo factor",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 08cd972514e..c50eb97da2e 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -162,6 +162,7 @@
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
"Resharing is not allowed" : "No se permite compartir de nuevo",
"Share to {name}" : "Compartir a {name}",
+ "Copy link" : "Copiar enlace",
"Link" : "Enlace",
"Password protect" : "Protección con contraseña",
"Allow editing" : "Permitir edición",
@@ -252,6 +253,8 @@
"Help" : "Ayuda",
"Access forbidden" : "Acceso denegado",
"File not found" : "Archivo no encontrado",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "El documento no se pudo encontrar en el servidor. Es posible que el enlace fuera eliminado o haya caducado.",
+ "Back to %s" : "Volver a %s",
"Internal Server Error" : "Error interno del servidor",
"The server was unable to complete your request." : "El servidor no ha podido completar tu petición.",
"If this happens again, please send the technical details below to the server administrator." : "Si sucede de nuevo, por favor, envía los detalles técnicos a continuación al administrador del servidor.",
@@ -325,7 +328,10 @@
"This share is password-protected" : "Este elemento compartido está protegido por contraseña",
"The password is wrong. Try again." : "La contraseña es incorrecta. Vuelve a intentarlo.",
"Two-factor authentication" : "Autenticación de dos factores",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "La seguridad mejorada está habilitada para su cuenta. Elija una segunda forma de autenticación:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "No se pudo cargar al menos uno de sus métodos de autenticación de segundo factor. Por favor, póngase en contacto con un administrador.",
+ "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "La autenticación en dos pasos se aplica pero no se ha configurado en su cuenta. Póngase en contacto con su administrador para obtener ayuda.",
+ "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "La autenticación en dos pasos se aplica pero no se ha configurado en su cuenta. Use uno de sus códigos de respaldo para iniciar sesión o comuníquese con su administrador para obtener ayuda.",
"Use backup code" : "Usar código de respaldo",
"Cancel log in" : "Cancelar inicio de sesión",
"Error while validating your second factor" : "Error al validar su segundo factor",
diff --git a/core/l10n/pl.js b/core/l10n/pl.js
index 59ca260f966..987879ee925 100644
--- a/core/l10n/pl.js
+++ b/core/l10n/pl.js
@@ -164,6 +164,7 @@ OC.L10N.register(
"Press Ctrl-C to copy." : "Wciśnij Ctrl-C by skopiować,",
"Resharing is not allowed" : "Współdzielenie nie jest możliwe",
"Share to {name}" : "Wspóldziel z {name}",
+ "Copy link" : "Skopiuj link",
"Link" : "Odnośnik",
"Password protect" : "Zabezpiecz hasłem",
"Allow editing" : "Pozwól na edycję",
@@ -196,6 +197,7 @@ OC.L10N.register(
"Can create" : "Może tworzyć",
"Can change" : "Może zmieniać",
"Can delete" : "Może usuwać",
+ "Password protect by Talk" : "Ochronę hasłem zapewnia Talk",
"Access control" : "Kontrola dostępu",
"Could not unshare" : "Nie udało się usunąć udostępnienia",
"Error while sharing" : "Błąd podczas udostępniania",
@@ -253,6 +255,8 @@ OC.L10N.register(
"Help" : "Pomoc",
"Access forbidden" : "Dostęp zabroniony",
"File not found" : "Nie odnaleziono pliku",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nie został odnaleziony na serwerze. Udział mógł wygasnąć lub został usunięty.",
+ "Back to %s" : "Powrót do %s",
"Internal Server Error" : "Błąd wewnętrzny serwera",
"The server was unable to complete your request." : "Serwer nie był w stanie dokończyć Twojego żądania.",
"If this happens again, please send the technical details below to the server administrator." : "Jeśli to się powtórzy, wyślij proszę szczegóły techniczne administratorowi serwera.",
@@ -310,6 +314,7 @@ OC.L10N.register(
"Log in" : "Zaloguj",
"Wrong password." : "Złe hasło",
"User disabled" : "Użytkownik zablokowany",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Wykryliśmy wiele nieudanych prób logowania z Twojego adresu IP. W związku z tym kolejne logowanie będzie możliwe za 30 sekund.",
"Forgot password?" : "Zapomniano hasła?",
"Back to login" : "Powrót do logowania",
"Connect to your account" : "Połącz się z kontem",
@@ -325,6 +330,7 @@ OC.L10N.register(
"This share is password-protected" : "Ten udział jest zabezpieczony hasłem",
"The password is wrong. Try again." : "Podane hasło jest błędne. Spróbuj ponownie.",
"Two-factor authentication" : "Uwierzytelnianie dwuskładnikowe",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Dodatkowe zabezpieczenia są włączone dla twojego konta. Wybierz drugą metodę uwierzytelniania:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Nie udało się załadować przynajmniej jednej z Twoich metod uwierzytelnienia dwuskładnikowego. Proszę skontaktować się z administratorem.",
"Use backup code" : "Użyj kodu zapasowego",
"Cancel log in" : "Anuluj logowanie",
@@ -396,6 +402,7 @@ OC.L10N.register(
"The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips</a>." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych <a href=\"{docUrl}\" rel=\"noreferrer noopener\">wskazówkach dotyczących bezpieczeństwa</a>.",
"Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych <a href=\"{docUrl}\">wskazówkach bezpieczeństwa</a>.",
"Back to log in" : "Powrót do logowania",
- "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: "
+ "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: ",
+ "Copy URL" : "Skopiuj URL"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/core/l10n/pl.json b/core/l10n/pl.json
index 74ab11588c6..6ab1eba7ee6 100644
--- a/core/l10n/pl.json
+++ b/core/l10n/pl.json
@@ -162,6 +162,7 @@
"Press Ctrl-C to copy." : "Wciśnij Ctrl-C by skopiować,",
"Resharing is not allowed" : "Współdzielenie nie jest możliwe",
"Share to {name}" : "Wspóldziel z {name}",
+ "Copy link" : "Skopiuj link",
"Link" : "Odnośnik",
"Password protect" : "Zabezpiecz hasłem",
"Allow editing" : "Pozwól na edycję",
@@ -194,6 +195,7 @@
"Can create" : "Może tworzyć",
"Can change" : "Może zmieniać",
"Can delete" : "Może usuwać",
+ "Password protect by Talk" : "Ochronę hasłem zapewnia Talk",
"Access control" : "Kontrola dostępu",
"Could not unshare" : "Nie udało się usunąć udostępnienia",
"Error while sharing" : "Błąd podczas udostępniania",
@@ -251,6 +253,8 @@
"Help" : "Pomoc",
"Access forbidden" : "Dostęp zabroniony",
"File not found" : "Nie odnaleziono pliku",
+ "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nie został odnaleziony na serwerze. Udział mógł wygasnąć lub został usunięty.",
+ "Back to %s" : "Powrót do %s",
"Internal Server Error" : "Błąd wewnętrzny serwera",
"The server was unable to complete your request." : "Serwer nie był w stanie dokończyć Twojego żądania.",
"If this happens again, please send the technical details below to the server administrator." : "Jeśli to się powtórzy, wyślij proszę szczegóły techniczne administratorowi serwera.",
@@ -308,6 +312,7 @@
"Log in" : "Zaloguj",
"Wrong password." : "Złe hasło",
"User disabled" : "Użytkownik zablokowany",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Wykryliśmy wiele nieudanych prób logowania z Twojego adresu IP. W związku z tym kolejne logowanie będzie możliwe za 30 sekund.",
"Forgot password?" : "Zapomniano hasła?",
"Back to login" : "Powrót do logowania",
"Connect to your account" : "Połącz się z kontem",
@@ -323,6 +328,7 @@
"This share is password-protected" : "Ten udział jest zabezpieczony hasłem",
"The password is wrong. Try again." : "Podane hasło jest błędne. Spróbuj ponownie.",
"Two-factor authentication" : "Uwierzytelnianie dwuskładnikowe",
+ "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Dodatkowe zabezpieczenia są włączone dla twojego konta. Wybierz drugą metodę uwierzytelniania:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Nie udało się załadować przynajmniej jednej z Twoich metod uwierzytelnienia dwuskładnikowego. Proszę skontaktować się z administratorem.",
"Use backup code" : "Użyj kodu zapasowego",
"Cancel log in" : "Anuluj logowanie",
@@ -394,6 +400,7 @@
"The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips</a>." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na przynajmniej \"{seconds}\" sekund. Dla zwiększenia bezpieczeństwa zalecamy ustawienie HSTS tak jak opisaliśmy to w naszych <a href=\"{docUrl}\" rel=\"noreferrer noopener\">wskazówkach dotyczących bezpieczeństwa</a>.",
"Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips</a>." : "Dostęp do tej strony jest za pośrednictwem protokołu HTTP. Zalecamy skonfigurowanie dostępu do serwera za pomocą protokołu HTTPS zamiast HTTP, jak to opisano w naszych <a href=\"{docUrl}\">wskazówkach bezpieczeństwa</a>.",
"Back to log in" : "Powrót do logowania",
- "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: "
+ "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: ",
+ "Copy URL" : "Skopiuj URL"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file