summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-03-23 00:19:28 +0000
committerNextcloud bot <bot@nextcloud.com>2024-03-23 00:19:28 +0000
commitd4f71ef1ecdc7852fb1ce06acffe2d81aa0adfcb (patch)
treecf39d824f72d7c983bbee90ad0afb1e6c5dfcc8a /core/l10n
parent32ea6058bad9445dd28556dd527d6315b194f895 (diff)
downloadnextcloud-server-d4f71ef1ecdc7852fb1ce06acffe2d81aa0adfcb.tar.gz
nextcloud-server-d4f71ef1ecdc7852fb1ce06acffe2d81aa0adfcb.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/de_DE.js2
-rw-r--r--core/l10n/de_DE.json2
-rw-r--r--core/l10n/pt_BR.js2
-rw-r--r--core/l10n/pt_BR.json2
-rw-r--r--core/l10n/sr.js2
-rw-r--r--core/l10n/sr.json2
-rw-r--r--core/l10n/uk.js3
-rw-r--r--core/l10n/uk.json3
-rw-r--r--core/l10n/zh_CN.js3
-rw-r--r--core/l10n/zh_CN.json3
-rw-r--r--core/l10n/zh_TW.js2
-rw-r--r--core/l10n/zh_TW.json2
12 files changed, 28 insertions, 0 deletions
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index 59276eea897..8c9d7d2cf21 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -29,6 +29,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",
+ "Unsupported email length (>255)" : "Nicht unterstützte E-Mailadress-Länge (>255)",
"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",
@@ -246,6 +247,7 @@ OC.L10N.register(
"No action available" : "Keine Aktion verfügbar",
"Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen",
"Close \"{dialogTitle}\" dialog" : "Dialog \"{dialogTitle}\" schließen",
+ "Email length is at max (255)" : "Maximlae Länge der E-Mailadresse erreicht (255)",
"Non-existing tag #{tag}" : "Nicht existierendes Schlagwort #{tag}",
"Restricted" : "Eingeschränkt",
"Invisible" : "Unsichtbar",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index 6d9f5016dd7..69e7c293942 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -27,6 +27,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",
+ "Unsupported email length (>255)" : "Nicht unterstützte E-Mailadress-Länge (>255)",
"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",
@@ -244,6 +245,7 @@
"No action available" : "Keine Aktion verfügbar",
"Error fetching contact actions" : "Fehler beim Einlesen der Kontakt-Aktionen",
"Close \"{dialogTitle}\" dialog" : "Dialog \"{dialogTitle}\" schließen",
+ "Email length is at max (255)" : "Maximlae Länge der E-Mailadresse erreicht (255)",
"Non-existing tag #{tag}" : "Nicht existierendes Schlagwort #{tag}",
"Restricted" : "Eingeschränkt",
"Invisible" : "Unsichtbar",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 5f803e609ce..93cee34e5de 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -29,6 +29,7 @@ OC.L10N.register(
"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",
+ "Unsupported email length (>255)" : "Comprimento de e-mail não suportado (>255)",
"Password reset is disabled" : "A redefinição de senha está desabilitada",
"Could not reset password because the token is expired" : "Não foi possível redefinir a senha porque o token expirou",
"Could not reset password because the token is invalid" : "Não foi possível redefinir a senha porque o token é inválido",
@@ -246,6 +247,7 @@ OC.L10N.register(
"No action available" : "Nenhuma ação disponível",
"Error fetching contact actions" : "Erro ao obter as ações de contato",
"Close \"{dialogTitle}\" dialog" : "Close \"{dialogTitle}\" dialog",
+ "Email length is at max (255)" : "O comprimento do e-mail é no máximo (255)",
"Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}",
"Restricted" : "Restrita",
"Invisible" : "Invisível",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 4d023c3b9e1..933bfbdc04c 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -27,6 +27,7 @@
"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",
+ "Unsupported email length (>255)" : "Comprimento de e-mail não suportado (>255)",
"Password reset is disabled" : "A redefinição de senha está desabilitada",
"Could not reset password because the token is expired" : "Não foi possível redefinir a senha porque o token expirou",
"Could not reset password because the token is invalid" : "Não foi possível redefinir a senha porque o token é inválido",
@@ -244,6 +245,7 @@
"No action available" : "Nenhuma ação disponível",
"Error fetching contact actions" : "Erro ao obter as ações de contato",
"Close \"{dialogTitle}\" dialog" : "Close \"{dialogTitle}\" dialog",
+ "Email length is at max (255)" : "O comprimento do e-mail é no máximo (255)",
"Non-existing tag #{tag}" : "Etiqueta inexistente #{tag}",
"Restricted" : "Restrita",
"Invisible" : "Invisível",
diff --git a/core/l10n/sr.js b/core/l10n/sr.js
index 5db07042ff2..328324e6e80 100644
--- a/core/l10n/sr.js
+++ b/core/l10n/sr.js
@@ -29,6 +29,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" : "Пријава",
+ "Unsupported email length (>255)" : "Није подржана дужина и-мејла (>255)",
"Password reset is disabled" : "Ресетовање лозинке није омогућено",
"Could not reset password because the token is expired" : "Лозинка није могла да се ресетује јер је истекао жетон",
"Could not reset password because the token is invalid" : "Лозинка није могла да се ресетује јер жетон не важи",
@@ -246,6 +247,7 @@ OC.L10N.register(
"No action available" : "Нема доступне радње",
"Error fetching contact actions" : "Грешка приликом дохватања акција над контактима",
"Close \"{dialogTitle}\" dialog" : "Затвори дијалог „{dialogTitle}”",
+ "Email length is at max (255)" : "Дужина и-мејла је максимална (255)",
"Non-existing tag #{tag}" : "Непостојећа ознака #{tag}",
"Restricted" : "Ограничена",
"Invisible" : "Невидљива",
diff --git a/core/l10n/sr.json b/core/l10n/sr.json
index 6528ca50553..a0fb2fd2b24 100644
--- a/core/l10n/sr.json
+++ b/core/l10n/sr.json
@@ -27,6 +27,7 @@
"Your login token is invalid or has expired" : "Ваш жетон за пријављивање је неисправан или је истекао",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Ово Nextcloud издање заједнице није подржано и брза обавештења су ограничена.",
"Login" : "Пријава",
+ "Unsupported email length (>255)" : "Није подржана дужина и-мејла (>255)",
"Password reset is disabled" : "Ресетовање лозинке није омогућено",
"Could not reset password because the token is expired" : "Лозинка није могла да се ресетује јер је истекао жетон",
"Could not reset password because the token is invalid" : "Лозинка није могла да се ресетује јер жетон не важи",
@@ -244,6 +245,7 @@
"No action available" : "Нема доступне радње",
"Error fetching contact actions" : "Грешка приликом дохватања акција над контактима",
"Close \"{dialogTitle}\" dialog" : "Затвори дијалог „{dialogTitle}”",
+ "Email length is at max (255)" : "Дужина и-мејла је максимална (255)",
"Non-existing tag #{tag}" : "Непостојећа ознака #{tag}",
"Restricted" : "Ограничена",
"Invisible" : "Невидљива",
diff --git a/core/l10n/uk.js b/core/l10n/uk.js
index 63d4dcce773..cd11aac1ed4 100644
--- a/core/l10n/uk.js
+++ b/core/l10n/uk.js
@@ -29,6 +29,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 не підтримується, а push-сповіщення обмежені.",
"Login" : "Вхід",
+ "Unsupported email length (>255)" : "Довжина адреси ел.пошти не підтримується (більше 255 символів)",
"Password reset is disabled" : "Заборонено перевстановлення пароля",
"Could not reset password because the token is expired" : "Не вдалося скинути пароль, оскільки термін дії маркера минув",
"Could not reset password because the token is invalid" : "Не вдалося скинути пароль, оскільки маркер недійсний",
@@ -170,6 +171,7 @@ OC.L10N.register(
"Back to login form" : "Повернутися на сторінку входу",
"Back" : "Назад",
"Login form is disabled." : "Форма входу вимкнена.",
+ "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Форму авторизації у хмарі Nextcloud вимкнено. Скористайтеся іншим способом входу, якщо є така можливість, або сконтактуйте з адміністратором.",
"Edit Profile" : "Редагувати профіль",
"The headline and about sections will show up here" : "Тут відображатимуться заголовок і розділи про",
"You have not added any info yet" : "Ви ще не додали жодної інформації",
@@ -245,6 +247,7 @@ OC.L10N.register(
"No action available" : "Немає доступних дій",
"Error fetching contact actions" : "Неможливо отримати дії з контактами",
"Close \"{dialogTitle}\" dialog" : "Закрити меню \"{dialogTitle}\"",
+ "Email length is at max (255)" : "Досягнуто максимальну довжина адреси ел.пошти (255 символів)",
"Non-existing tag #{tag}" : "Ця мітка не існує #{tag}",
"Restricted" : "Обмежена",
"Invisible" : "Невидимка",
diff --git a/core/l10n/uk.json b/core/l10n/uk.json
index 02da231068e..cd3b799e35e 100644
--- a/core/l10n/uk.json
+++ b/core/l10n/uk.json
@@ -27,6 +27,7 @@
"Your login token is invalid or has expired" : "Ваш токен для входу неправильний або термін його дії вичерпано",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Цей випуск спільноти Nextcloud не підтримується, а push-сповіщення обмежені.",
"Login" : "Вхід",
+ "Unsupported email length (>255)" : "Довжина адреси ел.пошти не підтримується (більше 255 символів)",
"Password reset is disabled" : "Заборонено перевстановлення пароля",
"Could not reset password because the token is expired" : "Не вдалося скинути пароль, оскільки термін дії маркера минув",
"Could not reset password because the token is invalid" : "Не вдалося скинути пароль, оскільки маркер недійсний",
@@ -168,6 +169,7 @@
"Back to login form" : "Повернутися на сторінку входу",
"Back" : "Назад",
"Login form is disabled." : "Форма входу вимкнена.",
+ "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Форму авторизації у хмарі Nextcloud вимкнено. Скористайтеся іншим способом входу, якщо є така можливість, або сконтактуйте з адміністратором.",
"Edit Profile" : "Редагувати профіль",
"The headline and about sections will show up here" : "Тут відображатимуться заголовок і розділи про",
"You have not added any info yet" : "Ви ще не додали жодної інформації",
@@ -243,6 +245,7 @@
"No action available" : "Немає доступних дій",
"Error fetching contact actions" : "Неможливо отримати дії з контактами",
"Close \"{dialogTitle}\" dialog" : "Закрити меню \"{dialogTitle}\"",
+ "Email length is at max (255)" : "Досягнуто максимальну довжина адреси ел.пошти (255 символів)",
"Non-existing tag #{tag}" : "Ця мітка не існує #{tag}",
"Restricted" : "Обмежена",
"Invisible" : "Невидимка",
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js
index 230aea84e9d..f4c648218d2 100644
--- a/core/l10n/zh_CN.js
+++ b/core/l10n/zh_CN.js
@@ -29,6 +29,7 @@ OC.L10N.register(
"Your login token is invalid or has expired" : "您的登录 token 无效或已过期",
"This community release of Nextcloud is unsupported and push notifications are limited." : "这个 Nextcloud 的社区版本不受支持,推送通知功能受限。",
"Login" : "登录",
+ "Unsupported email length (>255)" : "不支持的邮箱长度(>255)",
"Password reset is disabled" : "重置密码已禁用",
"Could not reset password because the token is expired" : "无法重设密码,因为令牌已过期",
"Could not reset password because the token is invalid" : "无法重设密码,因为令牌无效",
@@ -170,6 +171,7 @@ OC.L10N.register(
"Back to login form" : "回到登录表格",
"Back" : "返回",
"Login form is disabled." : "登录表单被禁用",
+ "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Nextcloud 登录表单已禁用。如果可以,请使用其他登录选项或联系你的管理人员。",
"Edit Profile" : "编辑个人资料",
"The headline and about sections will show up here" : "标题和关于部分将显示在此处",
"You have not added any info yet" : "您尚未添加任何信息",
@@ -245,6 +247,7 @@ OC.L10N.register(
"No action available" : "无可用操作",
"Error fetching contact actions" : "查找联系人时出错",
"Close \"{dialogTitle}\" dialog" : "关闭“{dialogTitle}”对话",
+ "Email length is at max (255)" : "邮箱长度达到最大(255)",
"Non-existing tag #{tag}" : "标签 #{tag} 不存在",
"Restricted" : "受限",
"Invisible" : "不可见",
diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json
index 6028145922f..5998430c599 100644
--- a/core/l10n/zh_CN.json
+++ b/core/l10n/zh_CN.json
@@ -27,6 +27,7 @@
"Your login token is invalid or has expired" : "您的登录 token 无效或已过期",
"This community release of Nextcloud is unsupported and push notifications are limited." : "这个 Nextcloud 的社区版本不受支持,推送通知功能受限。",
"Login" : "登录",
+ "Unsupported email length (>255)" : "不支持的邮箱长度(>255)",
"Password reset is disabled" : "重置密码已禁用",
"Could not reset password because the token is expired" : "无法重设密码,因为令牌已过期",
"Could not reset password because the token is invalid" : "无法重设密码,因为令牌无效",
@@ -168,6 +169,7 @@
"Back to login form" : "回到登录表格",
"Back" : "返回",
"Login form is disabled." : "登录表单被禁用",
+ "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Nextcloud 登录表单已禁用。如果可以,请使用其他登录选项或联系你的管理人员。",
"Edit Profile" : "编辑个人资料",
"The headline and about sections will show up here" : "标题和关于部分将显示在此处",
"You have not added any info yet" : "您尚未添加任何信息",
@@ -243,6 +245,7 @@
"No action available" : "无可用操作",
"Error fetching contact actions" : "查找联系人时出错",
"Close \"{dialogTitle}\" dialog" : "关闭“{dialogTitle}”对话",
+ "Email length is at max (255)" : "邮箱长度达到最大(255)",
"Non-existing tag #{tag}" : "标签 #{tag} 不存在",
"Restricted" : "受限",
"Invisible" : "不可见",
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js
index 426b913b783..e458db88a3c 100644
--- a/core/l10n/zh_TW.js
+++ b/core/l10n/zh_TW.js
@@ -29,6 +29,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" : "登入",
+ "Unsupported email length (>255)" : "不支援的電子郵件長度 (>255)",
"Password reset is disabled" : "密碼重設已停用",
"Could not reset password because the token is expired" : "無法重設密碼,因為權杖已過期",
"Could not reset password because the token is invalid" : "無法重設密碼,因為權杖無效",
@@ -246,6 +247,7 @@ OC.L10N.register(
"No action available" : "沒有可用的動作",
"Error fetching contact actions" : "擷取聯絡人時發生錯誤",
"Close \"{dialogTitle}\" dialog" : "關閉「{dialogTitle}」對話方塊",
+ "Email length is at max (255)" : "電子郵件長度最長 (255)",
"Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
"Restricted" : "受限",
"Invisible" : "隱藏",
diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json
index 17cf10066e6..6eb4a010fd0 100644
--- a/core/l10n/zh_TW.json
+++ b/core/l10n/zh_TW.json
@@ -27,6 +27,7 @@
"Your login token is invalid or has expired" : "您的登入權杖無效或已過期",
"This community release of Nextcloud is unsupported and push notifications are limited." : "不支援 Nextcloud 的這個社群版本,且推播通知有所限制。",
"Login" : "登入",
+ "Unsupported email length (>255)" : "不支援的電子郵件長度 (>255)",
"Password reset is disabled" : "密碼重設已停用",
"Could not reset password because the token is expired" : "無法重設密碼,因為權杖已過期",
"Could not reset password because the token is invalid" : "無法重設密碼,因為權杖無效",
@@ -244,6 +245,7 @@
"No action available" : "沒有可用的動作",
"Error fetching contact actions" : "擷取聯絡人時發生錯誤",
"Close \"{dialogTitle}\" dialog" : "關閉「{dialogTitle}」對話方塊",
+ "Email length is at max (255)" : "電子郵件長度最長 (255)",
"Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
"Restricted" : "受限",
"Invisible" : "隱藏",