summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-09-28 00:08:36 +0000
committerNextcloud bot <bot@nextcloud.com>2017-09-28 00:08:36 +0000
commite5d39e63d15069d10fa723c34472be4b0b95d1ad (patch)
tree0650a62a0ad7d672fea3e3aab7133572a13cf70e /core/l10n
parent5f25dd7095fadccb7458dbe09c048fbf6645552d (diff)
downloadnextcloud-server-e5d39e63d15069d10fa723c34472be4b0b95d1ad.tar.gz
nextcloud-server-e5d39e63d15069d10fa723c34472be4b0b95d1ad.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/cs.js5
-rw-r--r--core/l10n/cs.json5
-rw-r--r--core/l10n/es_MX.js2
-rw-r--r--core/l10n/es_MX.json2
-rw-r--r--core/l10n/tr.js2
-rw-r--r--core/l10n/tr.json2
6 files changed, 14 insertions, 4 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js
index 5f5a29b358b..85b99acb950 100644
--- a/core/l10n/cs.js
+++ b/core/l10n/cs.js
@@ -222,6 +222,8 @@ OC.L10N.register(
"The specified document has not been found on the server." : "Požadovaný dokument nebyl na serveru nalezen.",
"You can click here to return to %s." : "Klikněte zde pro návrat na %s.",
"Internal Server Error" : "Vnitřní chyba serveru",
+ "The server was unable to complete your request." : "Server nemohl dokončit váš požadavek.",
+ "If this happens again, please send the technical details below to the server administrator." : "Pokud se to stane znovu, pošlete níže uvedené technické detaily administrátorovi serveru.",
"More details can be found in the server log." : "Více podrobností k nalezení v serverovém logu.",
"Technical details" : "Technické detaily",
"Remote Address: %s" : "Vzdálená adresa: %s",
@@ -285,6 +287,9 @@ OC.L10N.register(
"Cancel log in" : "Zrušit přihlášení",
"Use backup code" : "Použít záložní kód",
"Error while validating your second factor" : "Chyba při ověřování druhého faktoru",
+ "Access through untrusted domain" : "Přístup skrz nedůvěryhodnou doménu",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Prosím kontaktujte vašeho administrátora. Pokud jste administrátor, upravte konfigurační hodnotu \"trusted_domains\" v config/config.php podle příkladu v config.sample.php.",
+ "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti na vaší konfiguraci by pro označení domény za důvěryhodnou mohlo fungovat i toto tlačítko:",
"Add \"%s\" as trusted domain" : "Přidat \"%s\" jako důvěryhodnou doménu",
"App update required" : "Vyžadována aktualizace aplikace",
"%s will be updated to version %s" : "%s bude aktualizován na verzi %s",
diff --git a/core/l10n/cs.json b/core/l10n/cs.json
index 5869e144a60..1dcd08504a2 100644
--- a/core/l10n/cs.json
+++ b/core/l10n/cs.json
@@ -220,6 +220,8 @@
"The specified document has not been found on the server." : "Požadovaný dokument nebyl na serveru nalezen.",
"You can click here to return to %s." : "Klikněte zde pro návrat na %s.",
"Internal Server Error" : "Vnitřní chyba serveru",
+ "The server was unable to complete your request." : "Server nemohl dokončit váš požadavek.",
+ "If this happens again, please send the technical details below to the server administrator." : "Pokud se to stane znovu, pošlete níže uvedené technické detaily administrátorovi serveru.",
"More details can be found in the server log." : "Více podrobností k nalezení v serverovém logu.",
"Technical details" : "Technické detaily",
"Remote Address: %s" : "Vzdálená adresa: %s",
@@ -283,6 +285,9 @@
"Cancel log in" : "Zrušit přihlášení",
"Use backup code" : "Použít záložní kód",
"Error while validating your second factor" : "Chyba při ověřování druhého faktoru",
+ "Access through untrusted domain" : "Přístup skrz nedůvěryhodnou doménu",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Prosím kontaktujte vašeho administrátora. Pokud jste administrátor, upravte konfigurační hodnotu \"trusted_domains\" v config/config.php podle příkladu v config.sample.php.",
+ "Depending on your configuration, this button could also work to trust the domain:" : "V závislosti na vaší konfiguraci by pro označení domény za důvěryhodnou mohlo fungovat i toto tlačítko:",
"Add \"%s\" as trusted domain" : "Přidat \"%s\" jako důvěryhodnou doménu",
"App update required" : "Vyžadována aktualizace aplikace",
"%s will be updated to version %s" : "%s bude aktualizován na verzi %s",
diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js
index e934d028a61..44b13742e6f 100644
--- a/core/l10n/es_MX.js
+++ b/core/l10n/es_MX.js
@@ -269,7 +269,7 @@ OC.L10N.register(
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
- "Wrong password. Reset it?" : "Contraseña equivocada. ¿Deseas reestablecerla?",
+ "Wrong password. Reset it?" : "Contraseña equivocada. ¿Deseas restablecerla?",
"Wrong password." : "Contraseña inválida. ",
"Log in" : "Ingresar",
"Stay logged in" : "Mantener la sesión abierta",
diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json
index c50d58f7885..383c1709442 100644
--- a/core/l10n/es_MX.json
+++ b/core/l10n/es_MX.json
@@ -267,7 +267,7 @@
"An internal error occurred." : "Se presentó un error interno.",
"Please try again or contact your administrator." : "Por favor vuelve a intentarlo o contacta a tu adminsitrador. ",
"Username or email" : "Usuario o correo electrónico",
- "Wrong password. Reset it?" : "Contraseña equivocada. ¿Deseas reestablecerla?",
+ "Wrong password. Reset it?" : "Contraseña equivocada. ¿Deseas restablecerla?",
"Wrong password." : "Contraseña inválida. ",
"Log in" : "Ingresar",
"Stay logged in" : "Mantener la sesión abierta",
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index 0110c672d24..72cb823e8ce 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -74,7 +74,7 @@ OC.L10N.register(
"Cancel" : "İptal",
"Confirm" : "Onayla",
"Failed to authenticate, try again" : "Kimlik doğrulanamadı, yeniden deneyin",
- "seconds ago" : "saniye önce",
+ "seconds ago" : "saniyeler önce",
"Logging in …" : "Oturum açılıyor ...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Parola sıfırlama bağlantısı e-posta adresinize gönderildi. Bir kaç dakika içinde e-postayı almazsanız spam/gereksiz klasörlerinize bakın.<br>E-postayı göremiyorsanız yerel sistem yöneticinizle görüşün.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Parola sıfırlama işleminden sonra verilerinize erişemeyeceksiniz.<br />Ne yapacağınızdan emin değilseniz, ilerlemeden önce sistem yöneticiniz ile görüşün.<br />Gerçekten devam etmek istiyor musunuz?",
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index ac23e2eb1e9..0ff04b772f2 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -72,7 +72,7 @@
"Cancel" : "İptal",
"Confirm" : "Onayla",
"Failed to authenticate, try again" : "Kimlik doğrulanamadı, yeniden deneyin",
- "seconds ago" : "saniye önce",
+ "seconds ago" : "saniyeler önce",
"Logging in …" : "Oturum açılıyor ...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Parola sıfırlama bağlantısı e-posta adresinize gönderildi. Bir kaç dakika içinde e-postayı almazsanız spam/gereksiz klasörlerinize bakın.<br>E-postayı göremiyorsanız yerel sistem yöneticinizle görüşün.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Parola sıfırlama işleminden sonra verilerinize erişemeyeceksiniz.<br />Ne yapacağınızdan emin değilseniz, ilerlemeden önce sistem yöneticiniz ile görüşün.<br />Gerçekten devam etmek istiyor musunuz?",