diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-20 02:29:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-20 02:29:40 +0000 |
commit | 5e3a3c0c8faa45489aa6ac610728b4177501c198 (patch) | |
tree | c9c18dd3811f891c00ef1152485c2a22b7df13d2 /core | |
parent | d42d8b79e0c83f57336b9c135711e33d9c9afa5f (diff) | |
download | nextcloud-server-5e3a3c0c8faa45489aa6ac610728b4177501c198.tar.gz nextcloud-server-5e3a3c0c8faa45489aa6ac610728b4177501c198.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/cs.js | 1 | ||||
-rw-r--r-- | core/l10n/cs.json | 1 | ||||
-rw-r--r-- | core/l10n/de.js | 3 | ||||
-rw-r--r-- | core/l10n/de.json | 3 | ||||
-rw-r--r-- | core/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | core/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | core/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | core/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | core/l10n/es.js | 1 | ||||
-rw-r--r-- | core/l10n/es.json | 1 | ||||
-rw-r--r-- | core/l10n/fr.js | 1 | ||||
-rw-r--r-- | core/l10n/fr.json | 1 | ||||
-rw-r--r-- | core/l10n/tr.js | 2 | ||||
-rw-r--r-- | core/l10n/tr.json | 2 | ||||
-rw-r--r-- | core/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | core/l10n/zh_HK.json | 1 |
16 files changed, 22 insertions, 0 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js index fa2de7fa1a1..9e70da8eaf6 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -28,6 +28,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Váš přihlašovací token není platný nebo jeho platnost skončila", "This community release of Nextcloud is unsupported and push notifications are limited." : "Toto komunitní vydání Nextcloud není podporováno a push oznámení jsou proto omezená.", "Login" : "Přihlásit", + "Please try again" : "Zkuste to znovu", "Password reset is disabled" : "Resetování hesla je vypnuté", "Could not reset password because the token is expired" : "Heslo není možné resetovat, protože platnost tokenu skončila", "Could not reset password because the token is invalid" : "Heslo není možné resetovat, protože token není platný", diff --git a/core/l10n/cs.json b/core/l10n/cs.json index c510b8d9ed1..7c05b9a790e 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -26,6 +26,7 @@ "Your login token is invalid or has expired" : "Váš přihlašovací token není platný nebo jeho platnost skončila", "This community release of Nextcloud is unsupported and push notifications are limited." : "Toto komunitní vydání Nextcloud není podporováno a push oznámení jsou proto omezená.", "Login" : "Přihlásit", + "Please try again" : "Zkuste to znovu", "Password reset is disabled" : "Resetování hesla je vypnuté", "Could not reset password because the token is expired" : "Heslo není možné resetovat, protože platnost tokenu skončila", "Could not reset password because the token is invalid" : "Heslo není možné resetovat, protože token není platný", diff --git a/core/l10n/de.js b/core/l10n/de.js index 12961c258b8..4ab99762448 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -28,9 +28,11 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Dein Anmelde-Token ist ungültig oder abgelaufen", "This community release of Nextcloud is unsupported and push notifications are limited." : "Diese Community-Version von Nextcloud wird nicht unterstützt und (Push-)Benachrichtigungen sind nur begrenzt verfügbar.", "Login" : "Anmelden", + "Please try again" : "Bitte erneut versuchen.", "Password reset is disabled" : "Passwort-Reset ist deaktiviert", "Could not reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da das Token abgelaufen ist", "Could not reset password because the token is invalid" : "Das Passwort konnte nicht zurückgesetzt werden, da das Token ungültig ist", + "Password is too long. Maximum allowed length is 469 characters." : "Passwort ist zu lang. Die maximal zulässige Länge beträgt 469 Zeichen.", "%s password reset" : "%s-Passwort zurücksetzen", "Password reset" : "Passwort zurücksetzen", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klicke zum Zurücksetzen des Passworts auf die folgende Schaltfläche. Wenn du das Zurücksetzen des Passworts nicht angefordert hast, ignoriere diese E-Mail.", @@ -179,6 +181,7 @@ OC.L10N.register( "Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfache E-Mail App mit super integrierter Dateiverwaltung, Adressen und Kalender.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, Videoanrufe, Bildschirmfreigaben, Online-Besprechungen und Webkonferenzen - in deinem Browser sowie mit mobilen Apps.", "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Gemeinsame Dokumente, Tabellenkalkulationen und Präsentationen, die auf Collabora Online basieren.", + "Search contacts" : "Kontakte suchen", "Forgot password?" : "Passwort vergessen?", "Log in with a device" : "Mit einem Gerät anmelden", "Back" : "Zurück", diff --git a/core/l10n/de.json b/core/l10n/de.json index c47b1464b9b..a0dbc72e98f 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -26,9 +26,11 @@ "Your login token is invalid or has expired" : "Dein Anmelde-Token ist ungültig oder abgelaufen", "This community release of Nextcloud is unsupported and push notifications are limited." : "Diese Community-Version von Nextcloud wird nicht unterstützt und (Push-)Benachrichtigungen sind nur begrenzt verfügbar.", "Login" : "Anmelden", + "Please try again" : "Bitte erneut versuchen.", "Password reset is disabled" : "Passwort-Reset ist deaktiviert", "Could not reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da das Token abgelaufen ist", "Could not reset password because the token is invalid" : "Das Passwort konnte nicht zurückgesetzt werden, da das Token ungültig ist", + "Password is too long. Maximum allowed length is 469 characters." : "Passwort ist zu lang. Die maximal zulässige Länge beträgt 469 Zeichen.", "%s password reset" : "%s-Passwort zurücksetzen", "Password reset" : "Passwort zurücksetzen", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klicke zum Zurücksetzen des Passworts auf die folgende Schaltfläche. Wenn du das Zurücksetzen des Passworts nicht angefordert hast, ignoriere diese E-Mail.", @@ -177,6 +179,7 @@ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Einfache E-Mail App mit super integrierter Dateiverwaltung, Adressen und Kalender.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Chatten, Videoanrufe, Bildschirmfreigaben, Online-Besprechungen und Webkonferenzen - in deinem Browser sowie mit mobilen Apps.", "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Gemeinsame Dokumente, Tabellenkalkulationen und Präsentationen, die auf Collabora Online basieren.", + "Search contacts" : "Kontakte suchen", "Forgot password?" : "Passwort vergessen?", "Log in with a device" : "Mit einem Gerät anmelden", "Back" : "Zurück", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index efce853e4e2..11c2050679a 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -28,6 +28,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Ihr Anmelde-Token ist ungültig oder abgelaufen", "This community release of Nextcloud is unsupported and push notifications are limited." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nur begrenzt verfügbar.", "Login" : "Anmelden", + "Please try again" : "Bitte erneut versuchen.", "Password reset is disabled" : "Passwort-Reset ist deaktiviert", "Could not reset password because the token is expired" : "Das Passwort konnte aufgrund eines abgelaufenen Tokens nicht zurückgesetzt werden", "Could not reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 43f371c6c59..83a3f15a92c 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -26,6 +26,7 @@ "Your login token is invalid or has expired" : "Ihr Anmelde-Token ist ungültig oder abgelaufen", "This community release of Nextcloud is unsupported and push notifications are limited." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nur begrenzt verfügbar.", "Login" : "Anmelden", + "Please try again" : "Bitte erneut versuchen.", "Password reset is disabled" : "Passwort-Reset ist deaktiviert", "Could not reset password because the token is expired" : "Das Passwort konnte aufgrund eines abgelaufenen Tokens nicht zurückgesetzt werden", "Could not reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index f149225b199..6e852991422 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -28,6 +28,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Your login token is invalid or has expired", "This community release of Nextcloud is unsupported and push notifications are limited." : "This community release of Nextcloud is unsupported and push notifications are limited.", "Login" : "Login", + "Please try again" : "Please try again", "Password reset is disabled" : "Password reset is disabled", "Could not reset password because the token is expired" : "Could not reset password because the token is expired", "Could not reset password because the token is invalid" : "Could not reset password because the token is invalid", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 2106624b0fb..b34b209c73f 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -26,6 +26,7 @@ "Your login token is invalid or has expired" : "Your login token is invalid or has expired", "This community release of Nextcloud is unsupported and push notifications are limited." : "This community release of Nextcloud is unsupported and push notifications are limited.", "Login" : "Login", + "Please try again" : "Please try again", "Password reset is disabled" : "Password reset is disabled", "Could not reset password because the token is expired" : "Could not reset password because the token is expired", "Could not reset password because the token is invalid" : "Could not reset password because the token is invalid", diff --git a/core/l10n/es.js b/core/l10n/es.js index 582b57ff5d1..abfcae3902e 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -28,6 +28,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Tu token de login no es válido o ha caducado", "This community release of Nextcloud is unsupported and push notifications are limited." : "Esta versión comunitaria de Nextcloud ya no está soportada y las notificaciones push son limitadas.", "Login" : "Iniciar sesión", + "Please try again" : "Por favor intente de nuevo", "Password reset is disabled" : "El restablecimiento de la contraseña está deshabilitado", "Could not reset password because the token is expired" : "No se puede restablecer la contraseña porque el token de autenticación ha caducado.", "Could not reset password because the token is invalid" : "No se puede restablecer la contraseña porque el token de autenticación no es válido.", diff --git a/core/l10n/es.json b/core/l10n/es.json index e5c87d30dd6..2e44acb3a04 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -26,6 +26,7 @@ "Your login token is invalid or has expired" : "Tu token de login no es válido o ha caducado", "This community release of Nextcloud is unsupported and push notifications are limited." : "Esta versión comunitaria de Nextcloud ya no está soportada y las notificaciones push son limitadas.", "Login" : "Iniciar sesión", + "Please try again" : "Por favor intente de nuevo", "Password reset is disabled" : "El restablecimiento de la contraseña está deshabilitado", "Could not reset password because the token is expired" : "No se puede restablecer la contraseña porque el token de autenticación ha caducado.", "Could not reset password because the token is invalid" : "No se puede restablecer la contraseña porque el token de autenticación no es válido.", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 0764739f942..77c6b06ec8c 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -28,6 +28,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Votre jeton de connexion est invalide ou a expiré", "This community release of Nextcloud is unsupported and push notifications are limited." : "Cette version communautaire de Nextcloud n'est pas prise en charge et les notifications push sont limitées.", "Login" : "S'identifier", + "Please try again" : "Veuillez réessayer", "Password reset is disabled" : "La réinitialisation du mot de passe est désactivée", "Could not reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton d'authentification est expiré.", "Could not reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton d'authentification n'est pas valide.", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index bbe74eff067..8174e450c76 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -26,6 +26,7 @@ "Your login token is invalid or has expired" : "Votre jeton de connexion est invalide ou a expiré", "This community release of Nextcloud is unsupported and push notifications are limited." : "Cette version communautaire de Nextcloud n'est pas prise en charge et les notifications push sont limitées.", "Login" : "S'identifier", + "Please try again" : "Veuillez réessayer", "Password reset is disabled" : "La réinitialisation du mot de passe est désactivée", "Could not reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton d'authentification est expiré.", "Could not reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton d'authentification n'est pas valide.", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 34f18639d30..f5c6680d180 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -28,6 +28,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Oturum açma kodunuz geçersiz ya da geçerlilik süresi dolmuş", "This community release of Nextcloud is unsupported and push notifications are limited." : "Bu Nextcloud topluluk sürümü desteklenmiyor ve anlık bildirimler sınırlı şekilde kullanılabiliyor.", "Login" : "Oturum aç", + "Please try again" : "Lütfen yeniden deneyin", "Password reset is disabled" : "Parola sıfırlama devre dışı bırakılmış", "Could not reset password because the token is expired" : "Kodun geçerlilik süresi dolmuş olduğundan parola sıfırlanamadı", "Could not reset password because the token is invalid" : "Kod geçersiz olduğundan parola sıfırlanamadı", @@ -182,6 +183,7 @@ OC.L10N.register( "Simple email app nicely integrated with Files, Contacts and Calendar." : "Dosyalar, Kişiler ve Takvim uygulamaları ile bir arada çalışan basit bir e-posta uygulaması.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Sohbet, görüntülü çağrı, ekran paylaşımı, çevrimiçi toplantılar ve web görüşmeleri - masaüstü ve mobil için uygulamalar.", "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Collabora Online üzerinde hazırlanmış işbirlikli çalışma belgeleri, hesap tabloları ve sunumlar.", + "Search contacts" : "Kişi arama", "Forgot password?" : "Parolamı unuttum", "Log in with a device" : "Bir aygıt ile oturum açın", "Back" : "Geri", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 1dcfb9e88d9..9bfc8b968d2 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -26,6 +26,7 @@ "Your login token is invalid or has expired" : "Oturum açma kodunuz geçersiz ya da geçerlilik süresi dolmuş", "This community release of Nextcloud is unsupported and push notifications are limited." : "Bu Nextcloud topluluk sürümü desteklenmiyor ve anlık bildirimler sınırlı şekilde kullanılabiliyor.", "Login" : "Oturum aç", + "Please try again" : "Lütfen yeniden deneyin", "Password reset is disabled" : "Parola sıfırlama devre dışı bırakılmış", "Could not reset password because the token is expired" : "Kodun geçerlilik süresi dolmuş olduğundan parola sıfırlanamadı", "Could not reset password because the token is invalid" : "Kod geçersiz olduğundan parola sıfırlanamadı", @@ -180,6 +181,7 @@ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Dosyalar, Kişiler ve Takvim uygulamaları ile bir arada çalışan basit bir e-posta uygulaması.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Sohbet, görüntülü çağrı, ekran paylaşımı, çevrimiçi toplantılar ve web görüşmeleri - masaüstü ve mobil için uygulamalar.", "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Collabora Online üzerinde hazırlanmış işbirlikli çalışma belgeleri, hesap tabloları ve sunumlar.", + "Search contacts" : "Kişi arama", "Forgot password?" : "Parolamı unuttum", "Log in with a device" : "Bir aygıt ile oturum açın", "Back" : "Geri", diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index a0872bbeb60..6b47bc2a39e 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -28,6 +28,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "您的登入權杖無效或已過期", "This community release of Nextcloud is unsupported and push notifications are limited." : "不支援 Nextcloud 的這個社群版本,且推播通知有所限制。", "Login" : "登入", + "Please try again" : "請再試一次", "Password reset is disabled" : "密碼重設已停用", "Could not reset password because the token is expired" : "權杖已過期,無法重設密碼", "Could not reset password because the token is invalid" : "重設密碼權杖無效,重設失敗", diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 81467c21202..18fa363ecae 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -26,6 +26,7 @@ "Your login token is invalid or has expired" : "您的登入權杖無效或已過期", "This community release of Nextcloud is unsupported and push notifications are limited." : "不支援 Nextcloud 的這個社群版本,且推播通知有所限制。", "Login" : "登入", + "Please try again" : "請再試一次", "Password reset is disabled" : "密碼重設已停用", "Could not reset password because the token is expired" : "權杖已過期,無法重設密碼", "Could not reset password because the token is invalid" : "重設密碼權杖無效,重設失敗", |