summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-02-08 02:25:16 +0000
committerNextcloud bot <bot@nextcloud.com>2023-02-08 02:25:16 +0000
commit1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced (patch)
tree789840854c0787bebb789fa1d8b764ed2e4c0684 /core
parentb765a227052300ac76daaecaf37f8e48e77dedec (diff)
downloadnextcloud-server-1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced.tar.gz
nextcloud-server-1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced.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.js1
-rw-r--r--core/l10n/cs.json1
-rw-r--r--core/l10n/de_DE.js1
-rw-r--r--core/l10n/de_DE.json1
-rw-r--r--core/l10n/en_GB.js1
-rw-r--r--core/l10n/en_GB.json1
-rw-r--r--core/l10n/es.js1
-rw-r--r--core/l10n/es.json1
-rw-r--r--core/l10n/fr.js1
-rw-r--r--core/l10n/fr.json1
-rw-r--r--core/l10n/pt_BR.js1
-rw-r--r--core/l10n/pt_BR.json1
-rw-r--r--core/l10n/tr.js1
-rw-r--r--core/l10n/tr.json1
-rw-r--r--core/l10n/zh_HK.js1
-rw-r--r--core/l10n/zh_HK.json1
-rw-r--r--core/l10n/zh_TW.js1
-rw-r--r--core/l10n/zh_TW.json1
18 files changed, 18 insertions, 0 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js
index 9e70da8eaf6..666f6d7d384 100644
--- a/core/l10n/cs.js
+++ b/core/l10n/cs.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "Stavový token se neshoduje",
"Invalid app password" : "Neplatné heslo pro aplikaci",
"Could not complete login" : "Přihlášení se nedaří dokončit",
+ "State token missing" : "Chybí stavový token",
"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",
diff --git a/core/l10n/cs.json b/core/l10n/cs.json
index 7c05b9a790e..4461f2582d5 100644
--- a/core/l10n/cs.json
+++ b/core/l10n/cs.json
@@ -23,6 +23,7 @@
"State token does not match" : "Stavový token se neshoduje",
"Invalid app password" : "Neplatné heslo pro aplikaci",
"Could not complete login" : "Přihlášení se nedaří dokončit",
+ "State token missing" : "Chybí stavový token",
"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",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index 11c2050679a..3446ccdf662 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "Status-Token stimmen nicht überein",
"Invalid app password" : "Ungültiges App-Passwort",
"Could not complete login" : "Anmeldung konnte nicht abgeschlossen werden",
+ "State token missing" : "Zustandstoken fehlt",
"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",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index 83a3f15a92c..c0f6e6874ca 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -23,6 +23,7 @@
"State token does not match" : "Status-Token stimmen nicht überein",
"Invalid app password" : "Ungültiges App-Passwort",
"Could not complete login" : "Anmeldung konnte nicht abgeschlossen werden",
+ "State token missing" : "Zustandstoken fehlt",
"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",
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js
index 6e852991422..209b82238e6 100644
--- a/core/l10n/en_GB.js
+++ b/core/l10n/en_GB.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "State token does not match",
"Invalid app password" : "Invalid app password",
"Could not complete login" : "Could not complete login",
+ "State token missing" : "State token missing",
"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",
diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json
index b34b209c73f..ae229225a42 100644
--- a/core/l10n/en_GB.json
+++ b/core/l10n/en_GB.json
@@ -23,6 +23,7 @@
"State token does not match" : "State token does not match",
"Invalid app password" : "Invalid app password",
"Could not complete login" : "Could not complete login",
+ "State token missing" : "State token missing",
"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",
diff --git a/core/l10n/es.js b/core/l10n/es.js
index abfcae3902e..41560bc0b6f 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "El token dado no coincide",
"Invalid app password" : "Contraseña de la app no válida",
"Could not complete login" : "No se ha podido completar el inicio de sesión",
+ "State token missing" : "No se encontró token de estado",
"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",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 2e44acb3a04..40dfad4ecdf 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -23,6 +23,7 @@
"State token does not match" : "El token dado no coincide",
"Invalid app password" : "Contraseña de la app no válida",
"Could not complete login" : "No se ha podido completar el inicio de sesión",
+ "State token missing" : "No se encontró token de estado",
"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",
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index 77c6b06ec8c..e13a6c79852 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "Les jetons de statut ne correspondent pas",
"Invalid app password" : "Mot de passe d'application non valide",
"Could not complete login" : "Impossible de terminer la connexion",
+ "State token missing" : "Jeton d'état manquant",
"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",
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 8174e450c76..4ff9cdf1ddd 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -23,6 +23,7 @@
"State token does not match" : "Les jetons de statut ne correspondent pas",
"Invalid app password" : "Mot de passe d'application non valide",
"Could not complete login" : "Impossible de terminer la connexion",
+ "State token missing" : "Jeton d'état manquant",
"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",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index e1621f75a93..c21a01c2369 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "O estado do token não coincide",
"Invalid app password" : "Senha do aplicativo inválida",
"Could not complete login" : "Não foi possível concluir o login",
+ "State token missing" : "State token missing",
"Your login token is invalid or has expired" : "Seu token de login é inválido ou expirou",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Esta versão da comunidade do Nextcloud não é compatível e as notificações por push são limitadas.",
"Login" : "Entrar",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 837a19f9858..4fb62d1b1b2 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -23,6 +23,7 @@
"State token does not match" : "O estado do token não coincide",
"Invalid app password" : "Senha do aplicativo inválida",
"Could not complete login" : "Não foi possível concluir o login",
+ "State token missing" : "State token missing",
"Your login token is invalid or has expired" : "Seu token de login é inválido ou expirou",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Esta versão da comunidade do Nextcloud não é compatível e as notificações por push são limitadas.",
"Login" : "Entrar",
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index bc7d4bd3962..7e37270156a 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "Durum kodu eşleşmiyor",
"Invalid app password" : "Uygulama parolası geçersiz",
"Could not complete login" : "Oturum açılamadı",
+ "State token missing" : "Durum kodu eksik",
"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ç",
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index 40e131f91cf..a5501e7709c 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -23,6 +23,7 @@
"State token does not match" : "Durum kodu eşleşmiyor",
"Invalid app password" : "Uygulama parolası geçersiz",
"Could not complete login" : "Oturum açılamadı",
+ "State token missing" : "Durum kodu eksik",
"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ç",
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js
index eec32480195..e12a25f8bad 100644
--- a/core/l10n/zh_HK.js
+++ b/core/l10n/zh_HK.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "狀態權杖不相符",
"Invalid app password" : "無效的應用程式密碼",
"Could not complete login" : "無法完成登錄",
+ "State token missing" : "找不到狀態權杖",
"Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
"This community release of Nextcloud is unsupported and push notifications are limited." : "不支援 Nextcloud 的這個社群版本,且推播通知有所限制。",
"Login" : "登入",
diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json
index d619a2d13c4..5c1a3cbc092 100644
--- a/core/l10n/zh_HK.json
+++ b/core/l10n/zh_HK.json
@@ -23,6 +23,7 @@
"State token does not match" : "狀態權杖不相符",
"Invalid app password" : "無效的應用程式密碼",
"Could not complete login" : "無法完成登錄",
+ "State token missing" : "找不到狀態權杖",
"Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
"This community release of Nextcloud is unsupported and push notifications are limited." : "不支援 Nextcloud 的這個社群版本,且推播通知有所限制。",
"Login" : "登入",
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js
index 6f5a76d85c6..06af77863ea 100644
--- a/core/l10n/zh_TW.js
+++ b/core/l10n/zh_TW.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "狀態權杖不相符",
"Invalid app password" : "無效的應用程式密碼",
"Could not complete login" : "嘗試登入時發生錯誤",
+ "State token missing" : "狀態權杖遺失",
"Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
"This community release of Nextcloud is unsupported and push notifications are limited." : "不支援 Nextcloud 的這個社群版本,且推播通知有所限制。",
"Login" : "登入",
diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json
index 7a29343ec67..9ac3c2688ef 100644
--- a/core/l10n/zh_TW.json
+++ b/core/l10n/zh_TW.json
@@ -23,6 +23,7 @@
"State token does not match" : "狀態權杖不相符",
"Invalid app password" : "無效的應用程式密碼",
"Could not complete login" : "嘗試登入時發生錯誤",
+ "State token missing" : "狀態權杖遺失",
"Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
"This community release of Nextcloud is unsupported and push notifications are limited." : "不支援 Nextcloud 的這個社群版本,且推播通知有所限制。",
"Login" : "登入",