From e5d39e63d15069d10fa723c34472be4b0b95d1ad Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 28 Sep 2017 00:08:36 +0000 Subject: [tx-robot] updated from transifex --- core/l10n/cs.js | 5 +++++ core/l10n/cs.json | 5 +++++ core/l10n/es_MX.js | 2 +- core/l10n/es_MX.json | 2 +- core/l10n/tr.js | 2 +- core/l10n/tr.json | 2 +- 6 files changed, 14 insertions(+), 4 deletions(-) (limited to 'core/l10n') 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.
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.
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.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Parola sıfırlama işleminden sonra verilerinize erişemeyeceksiniz.
Ne yapacağınızdan emin değilseniz, ilerlemeden önce sistem yöneticiniz ile görüşün.
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.
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.
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.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" : "Dosyalarınız şifrelenmiş. Parola sıfırlama işleminden sonra verilerinize erişemeyeceksiniz.
Ne yapacağınızdan emin değilseniz, ilerlemeden önce sistem yöneticiniz ile görüşün.
Gerçekten devam etmek istiyor musunuz?", -- cgit v1.2.3