aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-02-03 00:19:33 +0000
committerNextcloud bot <bot@nextcloud.com>2024-02-03 00:19:33 +0000
commitba510eacbb8ef03afc3fbb09e979e72e3c18d67f (patch)
treef30031002f55f6903dc744c1ac5e5862050bbb80 /apps/provisioning_api/l10n
parent2072d73156ff7eda13a8ac6d2da483ae6fbd2a40 (diff)
downloadnextcloud-server-ba510eacbb8ef03afc3fbb09e979e72e3c18d67f.tar.gz
nextcloud-server-ba510eacbb8ef03afc3fbb09e979e72e3c18d67f.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/provisioning_api/l10n')
-rw-r--r--apps/provisioning_api/l10n/ar.js24
-rw-r--r--apps/provisioning_api/l10n/ar.json24
-rw-r--r--apps/provisioning_api/l10n/de_DE.js24
-rw-r--r--apps/provisioning_api/l10n/de_DE.json24
-rw-r--r--apps/provisioning_api/l10n/en_GB.js24
-rw-r--r--apps/provisioning_api/l10n/en_GB.json24
-rw-r--r--apps/provisioning_api/l10n/fr.js12
-rw-r--r--apps/provisioning_api/l10n/fr.json12
-rw-r--r--apps/provisioning_api/l10n/sr.js24
-rw-r--r--apps/provisioning_api/l10n/sr.json24
-rw-r--r--apps/provisioning_api/l10n/tr.js24
-rw-r--r--apps/provisioning_api/l10n/tr.json24
-rw-r--r--apps/provisioning_api/l10n/zh_HK.js24
-rw-r--r--apps/provisioning_api/l10n/zh_HK.json24
-rw-r--r--apps/provisioning_api/l10n/zh_TW.js24
-rw-r--r--apps/provisioning_api/l10n/zh_TW.json24
16 files changed, 360 insertions, 0 deletions
diff --git a/apps/provisioning_api/l10n/ar.js b/apps/provisioning_api/l10n/ar.js
index cad061884e7..d655ee1068a 100644
--- a/apps/provisioning_api/l10n/ar.js
+++ b/apps/provisioning_api/l10n/ar.js
@@ -2,7 +2,31 @@ OC.L10N.register(
"provisioning_api",
{
"Logged in user must be an administrator or have authorization to edit this setting." : "المستخدم الداخل يجب أن يكون مُشرفاً أو يملك صلاحية تعديل الإعدادات.",
+ "Could not create non-existing user id" : "تعذّر إنشاء مُعرِّف لمستخدِم غير موجود",
"User already exists" : "أنت موجودٌ مُسبقاً",
+ "Group %1$s does not exist" : "المجموعة %1$s غير موجودة",
+ "Insufficient privileges for group %1$s" : "أذونات غير كافية للمجموعة %1$s",
+ "No group specified (required for sub-admins)" : "لم يتم تحديد أي مجموعة (مطلوبة للمشرفين الفرعيين)",
+ "Sub-admin group does not exist" : "مجموعة المشرفين الفرعيين غير موجودة",
+ "Cannot create sub-admins for admin group" : "تعذّر إنشاء مشرفين فرعيين لمجموعة المشرفين",
+ "No permissions to promote sub-admins" : "أذونات غير كافية لترقية مشرفين فرعيين",
+ "Invalid password value" : "قيمة غير صحيحة لكلمة المرور",
+ "To send a password link to the user an email address is required." : "لإرسال رابط كلمة المرور للمستخدِم، يتوجب تعيين عنوان الإيميل.",
+ "Required email address was not provided" : "عنوان الإيميل المطلوب لم يتم توفيره",
+ "Invalid quota value: %1$s" : "قيمة غير صحيحة للحصة: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "قيمة غير صحيحة للحصة. %1$s تزيد عن الحد الأقصى للحصة",
+ "Unlimited quota is forbidden on this instance" : "الحصة غير المحدودة غير مسموح بها على هذا الخادوم",
+ "Setting the password is not supported by the users backend" : "تعيين كلمة المرور غير مدعوم من قِبَل الواجهة الخلفية للمستخدمين.",
+ "Invalid language" : "لغة غير صالحة",
+ "Invalid locale" : "الدولة غير صالحة",
+ "Cannot remove yourself from the admin group" : "لا يمكنك إزالة نفسك من قائمة المشرفين",
+ "Cannot remove yourself from this group as you are a sub-admin" : "لا يمكنك إزالة نفسك من هذه المجموعة باعتبارك مشرفاً فرعيّاً فيها",
+ "Not viable to remove user from the last group you are sub-admin of" : "لا يمكن إزالة المستخدم من آخر مجموعة أنت مشرف فرعي عنها",
+ "User does not exist" : "المستخدِم غير موجود",
+ "Group does not exist" : "المجموعة غير موجودة",
+ "User is not a sub-admin of this group" : "المستخدِم ليس مشرفاً فرعيّاً على هذه المجموعة",
+ "Email address not available" : "عنوان الإيميل غير متاح",
+ "Sending email failed" : "تعذّر إرسال الإيميل",
"Email confirmation" : "تأكيد الإيميل",
"To enable the email address %s please click the button below." : "لتمكين عنوان الإيميل %s، إضغط الزر أدناه رجاءً.",
"Confirm" : "تأكيد",
diff --git a/apps/provisioning_api/l10n/ar.json b/apps/provisioning_api/l10n/ar.json
index 67acf0ee06d..fbae18915d1 100644
--- a/apps/provisioning_api/l10n/ar.json
+++ b/apps/provisioning_api/l10n/ar.json
@@ -1,6 +1,30 @@
{ "translations": {
"Logged in user must be an administrator or have authorization to edit this setting." : "المستخدم الداخل يجب أن يكون مُشرفاً أو يملك صلاحية تعديل الإعدادات.",
+ "Could not create non-existing user id" : "تعذّر إنشاء مُعرِّف لمستخدِم غير موجود",
"User already exists" : "أنت موجودٌ مُسبقاً",
+ "Group %1$s does not exist" : "المجموعة %1$s غير موجودة",
+ "Insufficient privileges for group %1$s" : "أذونات غير كافية للمجموعة %1$s",
+ "No group specified (required for sub-admins)" : "لم يتم تحديد أي مجموعة (مطلوبة للمشرفين الفرعيين)",
+ "Sub-admin group does not exist" : "مجموعة المشرفين الفرعيين غير موجودة",
+ "Cannot create sub-admins for admin group" : "تعذّر إنشاء مشرفين فرعيين لمجموعة المشرفين",
+ "No permissions to promote sub-admins" : "أذونات غير كافية لترقية مشرفين فرعيين",
+ "Invalid password value" : "قيمة غير صحيحة لكلمة المرور",
+ "To send a password link to the user an email address is required." : "لإرسال رابط كلمة المرور للمستخدِم، يتوجب تعيين عنوان الإيميل.",
+ "Required email address was not provided" : "عنوان الإيميل المطلوب لم يتم توفيره",
+ "Invalid quota value: %1$s" : "قيمة غير صحيحة للحصة: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "قيمة غير صحيحة للحصة. %1$s تزيد عن الحد الأقصى للحصة",
+ "Unlimited quota is forbidden on this instance" : "الحصة غير المحدودة غير مسموح بها على هذا الخادوم",
+ "Setting the password is not supported by the users backend" : "تعيين كلمة المرور غير مدعوم من قِبَل الواجهة الخلفية للمستخدمين.",
+ "Invalid language" : "لغة غير صالحة",
+ "Invalid locale" : "الدولة غير صالحة",
+ "Cannot remove yourself from the admin group" : "لا يمكنك إزالة نفسك من قائمة المشرفين",
+ "Cannot remove yourself from this group as you are a sub-admin" : "لا يمكنك إزالة نفسك من هذه المجموعة باعتبارك مشرفاً فرعيّاً فيها",
+ "Not viable to remove user from the last group you are sub-admin of" : "لا يمكن إزالة المستخدم من آخر مجموعة أنت مشرف فرعي عنها",
+ "User does not exist" : "المستخدِم غير موجود",
+ "Group does not exist" : "المجموعة غير موجودة",
+ "User is not a sub-admin of this group" : "المستخدِم ليس مشرفاً فرعيّاً على هذه المجموعة",
+ "Email address not available" : "عنوان الإيميل غير متاح",
+ "Sending email failed" : "تعذّر إرسال الإيميل",
"Email confirmation" : "تأكيد الإيميل",
"To enable the email address %s please click the button below." : "لتمكين عنوان الإيميل %s، إضغط الزر أدناه رجاءً.",
"Confirm" : "تأكيد",
diff --git a/apps/provisioning_api/l10n/de_DE.js b/apps/provisioning_api/l10n/de_DE.js
index 2388ae65bf3..a2aa7f64d68 100644
--- a/apps/provisioning_api/l10n/de_DE.js
+++ b/apps/provisioning_api/l10n/de_DE.js
@@ -2,7 +2,31 @@ OC.L10N.register(
"provisioning_api",
{
"Logged in user must be an administrator or have authorization to edit this setting." : "Der angemeldete Benutzer muss ein Administrator sein oder die Berechtigung haben, diese Einstellung zu bearbeiten.",
+ "Could not create non-existing user id" : "Nicht vorhandene Benutzer-ID konnte nicht erstellen werden",
"User already exists" : "Benutzer existiert bereits",
+ "Group %1$s does not exist" : "Gruppe %1$s existiert nicht",
+ "Insufficient privileges for group %1$s" : "Unzureichende Berechtigungen für Gruppe %1$s",
+ "No group specified (required for sub-admins)" : "Keine Gruppe angegeben (erforderlich für Unter-Administratoren)",
+ "Sub-admin group does not exist" : "Die Unter-Administratoren-Gruppe existiert nicht",
+ "Cannot create sub-admins for admin group" : "Kann keine Unter-Administratoren für die Administrations-Gruppe erstellen",
+ "No permissions to promote sub-admins" : "Keine Berechtigungen, um Unter-Admins zu ernennen",
+ "Invalid password value" : "Ungültiger Passwort Wert",
+ "To send a password link to the user an email address is required." : "Um einen Passwort-Link an einen Benutzer zu versenden wird eine E-Mail-Adresse benötigt.",
+ "Required email address was not provided" : "Erforderliche E-Mail-Adresse wurde nicht angegeben",
+ "Invalid quota value: %1$s" : "Ungültiger Speicherkontigentwert: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Ungültiger Speicherkontigentwert. %1$s überschreitet das maximale Kontigent",
+ "Unlimited quota is forbidden on this instance" : "Unbegrenztes Speicherkontigent ist auf dieser Instanz unzulässig",
+ "Setting the password is not supported by the users backend" : "Das Passwort kann nicht über das Benutzerbackend festgelegt werden",
+ "Invalid language" : "Ungültige Sprache",
+ "Invalid locale" : "Ungültige Lokalisierung",
+ "Cannot remove yourself from the admin group" : "Sie können sich nicht selbst aus der Administrationsgruppe entfernen",
+ "Cannot remove yourself from this group as you are a sub-admin" : "Sie können sich nicht selbst aus dieser Gruppe entfernen, da Sie ein Unteradministrator sind",
+ "Not viable to remove user from the last group you are sub-admin of" : "Den Benutzer aus der letzten Gruppe zu entfernen, in der Sie Unteradministrator sind ist nicht möglich.",
+ "User does not exist" : "Benutzer existiert nicht",
+ "Group does not exist" : "Gruppe existiert nicht",
+ "User is not a sub-admin of this group" : "Benutzer ist kein Unter-Administrator dieser Gruppe",
+ "Email address not available" : "E-Mail-Adresse nicht verfügbar",
+ "Sending email failed" : "Senden der E-Mail ist fehlgeschlagen",
"Email confirmation" : "E-Mail-Bestätigung",
"To enable the email address %s please click the button below." : "Um die E-Mail-Adresse %s zu bestätigen, klicken Sie bitte auf die untenstehende Schaltfläche.",
"Confirm" : "Bestätigen",
diff --git a/apps/provisioning_api/l10n/de_DE.json b/apps/provisioning_api/l10n/de_DE.json
index 5414afbc85b..4d04285fc88 100644
--- a/apps/provisioning_api/l10n/de_DE.json
+++ b/apps/provisioning_api/l10n/de_DE.json
@@ -1,6 +1,30 @@
{ "translations": {
"Logged in user must be an administrator or have authorization to edit this setting." : "Der angemeldete Benutzer muss ein Administrator sein oder die Berechtigung haben, diese Einstellung zu bearbeiten.",
+ "Could not create non-existing user id" : "Nicht vorhandene Benutzer-ID konnte nicht erstellen werden",
"User already exists" : "Benutzer existiert bereits",
+ "Group %1$s does not exist" : "Gruppe %1$s existiert nicht",
+ "Insufficient privileges for group %1$s" : "Unzureichende Berechtigungen für Gruppe %1$s",
+ "No group specified (required for sub-admins)" : "Keine Gruppe angegeben (erforderlich für Unter-Administratoren)",
+ "Sub-admin group does not exist" : "Die Unter-Administratoren-Gruppe existiert nicht",
+ "Cannot create sub-admins for admin group" : "Kann keine Unter-Administratoren für die Administrations-Gruppe erstellen",
+ "No permissions to promote sub-admins" : "Keine Berechtigungen, um Unter-Admins zu ernennen",
+ "Invalid password value" : "Ungültiger Passwort Wert",
+ "To send a password link to the user an email address is required." : "Um einen Passwort-Link an einen Benutzer zu versenden wird eine E-Mail-Adresse benötigt.",
+ "Required email address was not provided" : "Erforderliche E-Mail-Adresse wurde nicht angegeben",
+ "Invalid quota value: %1$s" : "Ungültiger Speicherkontigentwert: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Ungültiger Speicherkontigentwert. %1$s überschreitet das maximale Kontigent",
+ "Unlimited quota is forbidden on this instance" : "Unbegrenztes Speicherkontigent ist auf dieser Instanz unzulässig",
+ "Setting the password is not supported by the users backend" : "Das Passwort kann nicht über das Benutzerbackend festgelegt werden",
+ "Invalid language" : "Ungültige Sprache",
+ "Invalid locale" : "Ungültige Lokalisierung",
+ "Cannot remove yourself from the admin group" : "Sie können sich nicht selbst aus der Administrationsgruppe entfernen",
+ "Cannot remove yourself from this group as you are a sub-admin" : "Sie können sich nicht selbst aus dieser Gruppe entfernen, da Sie ein Unteradministrator sind",
+ "Not viable to remove user from the last group you are sub-admin of" : "Den Benutzer aus der letzten Gruppe zu entfernen, in der Sie Unteradministrator sind ist nicht möglich.",
+ "User does not exist" : "Benutzer existiert nicht",
+ "Group does not exist" : "Gruppe existiert nicht",
+ "User is not a sub-admin of this group" : "Benutzer ist kein Unter-Administrator dieser Gruppe",
+ "Email address not available" : "E-Mail-Adresse nicht verfügbar",
+ "Sending email failed" : "Senden der E-Mail ist fehlgeschlagen",
"Email confirmation" : "E-Mail-Bestätigung",
"To enable the email address %s please click the button below." : "Um die E-Mail-Adresse %s zu bestätigen, klicken Sie bitte auf die untenstehende Schaltfläche.",
"Confirm" : "Bestätigen",
diff --git a/apps/provisioning_api/l10n/en_GB.js b/apps/provisioning_api/l10n/en_GB.js
index b4df5f8a743..38f5b81c44f 100644
--- a/apps/provisioning_api/l10n/en_GB.js
+++ b/apps/provisioning_api/l10n/en_GB.js
@@ -2,7 +2,31 @@ OC.L10N.register(
"provisioning_api",
{
"Logged in user must be an administrator or have authorization to edit this setting." : "Logged in user must be an administrator or have authorization to edit this setting.",
+ "Could not create non-existing user id" : "Could not create non-existing user id",
"User already exists" : "User already exists",
+ "Group %1$s does not exist" : "Group %1$s does not exist",
+ "Insufficient privileges for group %1$s" : "Insufficient privileges for group %1$s",
+ "No group specified (required for sub-admins)" : "No group specified (required for sub-admins)",
+ "Sub-admin group does not exist" : "Sub-admin group does not exist",
+ "Cannot create sub-admins for admin group" : "Cannot create sub-admins for admin group",
+ "No permissions to promote sub-admins" : "No permissions to promote sub-admins",
+ "Invalid password value" : "Invalid password value",
+ "To send a password link to the user an email address is required." : "To send a password link to the user an email address is required.",
+ "Required email address was not provided" : "Required email address was not provided",
+ "Invalid quota value: %1$s" : "Invalid quota value: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Invalid quota value. %1$s is exceeding the maximum quota",
+ "Unlimited quota is forbidden on this instance" : "Unlimited quota is forbidden on this instance",
+ "Setting the password is not supported by the users backend" : "Setting the password is not supported by the users backend",
+ "Invalid language" : "Invalid language",
+ "Invalid locale" : "Invalid locale",
+ "Cannot remove yourself from the admin group" : "Cannot remove yourself from the admin group",
+ "Cannot remove yourself from this group as you are a sub-admin" : "Cannot remove yourself from this group as you are a sub-admin",
+ "Not viable to remove user from the last group you are sub-admin of" : "Not viable to remove user from the last group you are sub-admin of",
+ "User does not exist" : "User does not exist",
+ "Group does not exist" : "Group does not exist",
+ "User is not a sub-admin of this group" : "User is not a sub-admin of this group",
+ "Email address not available" : "Email address not available",
+ "Sending email failed" : "Sending email failed",
"Email confirmation" : "Email confirmation",
"To enable the email address %s please click the button below." : "To enable the email address %s please click the button below.",
"Confirm" : "Confirm",
diff --git a/apps/provisioning_api/l10n/en_GB.json b/apps/provisioning_api/l10n/en_GB.json
index 1b7e7027ecb..2fc843f7c21 100644
--- a/apps/provisioning_api/l10n/en_GB.json
+++ b/apps/provisioning_api/l10n/en_GB.json
@@ -1,6 +1,30 @@
{ "translations": {
"Logged in user must be an administrator or have authorization to edit this setting." : "Logged in user must be an administrator or have authorization to edit this setting.",
+ "Could not create non-existing user id" : "Could not create non-existing user id",
"User already exists" : "User already exists",
+ "Group %1$s does not exist" : "Group %1$s does not exist",
+ "Insufficient privileges for group %1$s" : "Insufficient privileges for group %1$s",
+ "No group specified (required for sub-admins)" : "No group specified (required for sub-admins)",
+ "Sub-admin group does not exist" : "Sub-admin group does not exist",
+ "Cannot create sub-admins for admin group" : "Cannot create sub-admins for admin group",
+ "No permissions to promote sub-admins" : "No permissions to promote sub-admins",
+ "Invalid password value" : "Invalid password value",
+ "To send a password link to the user an email address is required." : "To send a password link to the user an email address is required.",
+ "Required email address was not provided" : "Required email address was not provided",
+ "Invalid quota value: %1$s" : "Invalid quota value: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Invalid quota value. %1$s is exceeding the maximum quota",
+ "Unlimited quota is forbidden on this instance" : "Unlimited quota is forbidden on this instance",
+ "Setting the password is not supported by the users backend" : "Setting the password is not supported by the users backend",
+ "Invalid language" : "Invalid language",
+ "Invalid locale" : "Invalid locale",
+ "Cannot remove yourself from the admin group" : "Cannot remove yourself from the admin group",
+ "Cannot remove yourself from this group as you are a sub-admin" : "Cannot remove yourself from this group as you are a sub-admin",
+ "Not viable to remove user from the last group you are sub-admin of" : "Not viable to remove user from the last group you are sub-admin of",
+ "User does not exist" : "User does not exist",
+ "Group does not exist" : "Group does not exist",
+ "User is not a sub-admin of this group" : "User is not a sub-admin of this group",
+ "Email address not available" : "Email address not available",
+ "Sending email failed" : "Sending email failed",
"Email confirmation" : "Email confirmation",
"To enable the email address %s please click the button below." : "To enable the email address %s please click the button below.",
"Confirm" : "Confirm",
diff --git a/apps/provisioning_api/l10n/fr.js b/apps/provisioning_api/l10n/fr.js
index ce96559be3a..d6023ead4f9 100644
--- a/apps/provisioning_api/l10n/fr.js
+++ b/apps/provisioning_api/l10n/fr.js
@@ -3,6 +3,18 @@ OC.L10N.register(
{
"Logged in user must be an administrator or have authorization to edit this setting." : "L'utilisateur connecté doit être un administrateur ou avoir l'autorisation de modifier ce paramètre.",
"User already exists" : "Cet utilisateur existe déjà",
+ "To send a password link to the user an email address is required." : "Pour envoyer un mot de passe par lien à l'utilisateur, une adresse électronique est requise.",
+ "Required email address was not provided" : "L'adresse e-mail exigée n'a pas été fournie",
+ "Invalid quota value: %1$s" : "Valeur de quota invalide : %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Valeur de quota invalide : %1$s dépasse le quota maximum",
+ "Unlimited quota is forbidden on this instance" : "Un quota illimité est interdit sur cette instance",
+ "Invalid language" : "Langue invalide",
+ "Invalid locale" : "Paramètres régionaux invalides",
+ "Cannot remove yourself from the admin group" : "Impossible de vous retirer vous-même du groupe des administrateurs",
+ "User does not exist" : "L'utilisateur n'existe pas",
+ "Group does not exist" : "Le groupe n'existe pas",
+ "Email address not available" : "Adresse électronique indisponible",
+ "Sending email failed" : "L'envoi du courriel a échoué",
"Email confirmation" : "Confirmation de l'adresse e-mail",
"To enable the email address %s please click the button below." : "Pour activer l'adresse e-mail %s, veuillez cliquer sur le bouton ci-dessous.",
"Confirm" : "Confirmer",
diff --git a/apps/provisioning_api/l10n/fr.json b/apps/provisioning_api/l10n/fr.json
index 2fd1daa3d32..311be42d102 100644
--- a/apps/provisioning_api/l10n/fr.json
+++ b/apps/provisioning_api/l10n/fr.json
@@ -1,6 +1,18 @@
{ "translations": {
"Logged in user must be an administrator or have authorization to edit this setting." : "L'utilisateur connecté doit être un administrateur ou avoir l'autorisation de modifier ce paramètre.",
"User already exists" : "Cet utilisateur existe déjà",
+ "To send a password link to the user an email address is required." : "Pour envoyer un mot de passe par lien à l'utilisateur, une adresse électronique est requise.",
+ "Required email address was not provided" : "L'adresse e-mail exigée n'a pas été fournie",
+ "Invalid quota value: %1$s" : "Valeur de quota invalide : %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Valeur de quota invalide : %1$s dépasse le quota maximum",
+ "Unlimited quota is forbidden on this instance" : "Un quota illimité est interdit sur cette instance",
+ "Invalid language" : "Langue invalide",
+ "Invalid locale" : "Paramètres régionaux invalides",
+ "Cannot remove yourself from the admin group" : "Impossible de vous retirer vous-même du groupe des administrateurs",
+ "User does not exist" : "L'utilisateur n'existe pas",
+ "Group does not exist" : "Le groupe n'existe pas",
+ "Email address not available" : "Adresse électronique indisponible",
+ "Sending email failed" : "L'envoi du courriel a échoué",
"Email confirmation" : "Confirmation de l'adresse e-mail",
"To enable the email address %s please click the button below." : "Pour activer l'adresse e-mail %s, veuillez cliquer sur le bouton ci-dessous.",
"Confirm" : "Confirmer",
diff --git a/apps/provisioning_api/l10n/sr.js b/apps/provisioning_api/l10n/sr.js
index 805c41c12a5..eb5d73e5282 100644
--- a/apps/provisioning_api/l10n/sr.js
+++ b/apps/provisioning_api/l10n/sr.js
@@ -2,7 +2,31 @@ OC.L10N.register(
"provisioning_api",
{
"Logged in user must be an administrator or have authorization to edit this setting." : "Пријављени корисник мора бити администратор или мора да има дозволу да измени ово подешавање.",
+ "Could not create non-existing user id" : "Не може да се креира ид за корисника који не постоји",
"User already exists" : "Корисник већ постоји",
+ "Group %1$s does not exist" : "Група %1$s не постоји",
+ "Insufficient privileges for group %1$s" : "Нема довољно привилегија за групу %1$s",
+ "No group specified (required for sub-admins)" : "Није наведена ниједна група (потребно је за под-админе)",
+ "Sub-admin group does not exist" : "Не постоји група под-админа",
+ "Cannot create sub-admins for admin group" : "Не може да се креира група под-админа",
+ "No permissions to promote sub-admins" : "Нема дозвола да се унапреде под-админи",
+ "Invalid password value" : "Неисправна вредност лозинке",
+ "To send a password link to the user an email address is required." : "Да бисте кориснику послали везу ка лозинци. потребна је адреса е-поште.",
+ "Required email address was not provided" : "Није наведена потребна и-мејл адреса",
+ "Invalid quota value: %1$s" : "Неисправна вредност квоте: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Неисправна вредност квоте. %1$s превазилази максималну квоту",
+ "Unlimited quota is forbidden on this instance" : "На овој инстанци је забрањена неограничена квота",
+ "Setting the password is not supported by the users backend" : "Позадински механизам за кориснике не подржава постављање лозинке",
+ "Invalid language" : "Неисправни језик",
+ "Invalid locale" : "Неисправни локалитет",
+ "Cannot remove yourself from the admin group" : "Не можете да уклоните себе из админ групе",
+ "Cannot remove yourself from this group as you are a sub-admin" : "Не можете да уклоните себе из ове групе јер сте под-админ",
+ "Not viable to remove user from the last group you are sub-admin of" : "Није одрживо да се уклони корисник иза последње групе којој сте под-админ",
+ "User does not exist" : "Корисник не постоји",
+ "Group does not exist" : "Група не постоји",
+ "User is not a sub-admin of this group" : "Корисник није под-админ ове групе",
+ "Email address not available" : "Није доступна и-мејл адреса",
+ "Sending email failed" : "Није успело слање и-мејла",
"Email confirmation" : "Потврда и-мејла",
"To enable the email address %s please click the button below." : "Ако желите да укључите и-мејл адресу %s молимо вас да кликнете на дугме испод.",
"Confirm" : "Потврди",
diff --git a/apps/provisioning_api/l10n/sr.json b/apps/provisioning_api/l10n/sr.json
index bbcdeab576d..d6f470ab1b3 100644
--- a/apps/provisioning_api/l10n/sr.json
+++ b/apps/provisioning_api/l10n/sr.json
@@ -1,6 +1,30 @@
{ "translations": {
"Logged in user must be an administrator or have authorization to edit this setting." : "Пријављени корисник мора бити администратор или мора да има дозволу да измени ово подешавање.",
+ "Could not create non-existing user id" : "Не може да се креира ид за корисника који не постоји",
"User already exists" : "Корисник већ постоји",
+ "Group %1$s does not exist" : "Група %1$s не постоји",
+ "Insufficient privileges for group %1$s" : "Нема довољно привилегија за групу %1$s",
+ "No group specified (required for sub-admins)" : "Није наведена ниједна група (потребно је за под-админе)",
+ "Sub-admin group does not exist" : "Не постоји група под-админа",
+ "Cannot create sub-admins for admin group" : "Не може да се креира група под-админа",
+ "No permissions to promote sub-admins" : "Нема дозвола да се унапреде под-админи",
+ "Invalid password value" : "Неисправна вредност лозинке",
+ "To send a password link to the user an email address is required." : "Да бисте кориснику послали везу ка лозинци. потребна је адреса е-поште.",
+ "Required email address was not provided" : "Није наведена потребна и-мејл адреса",
+ "Invalid quota value: %1$s" : "Неисправна вредност квоте: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Неисправна вредност квоте. %1$s превазилази максималну квоту",
+ "Unlimited quota is forbidden on this instance" : "На овој инстанци је забрањена неограничена квота",
+ "Setting the password is not supported by the users backend" : "Позадински механизам за кориснике не подржава постављање лозинке",
+ "Invalid language" : "Неисправни језик",
+ "Invalid locale" : "Неисправни локалитет",
+ "Cannot remove yourself from the admin group" : "Не можете да уклоните себе из админ групе",
+ "Cannot remove yourself from this group as you are a sub-admin" : "Не можете да уклоните себе из ове групе јер сте под-админ",
+ "Not viable to remove user from the last group you are sub-admin of" : "Није одрживо да се уклони корисник иза последње групе којој сте под-админ",
+ "User does not exist" : "Корисник не постоји",
+ "Group does not exist" : "Група не постоји",
+ "User is not a sub-admin of this group" : "Корисник није под-админ ове групе",
+ "Email address not available" : "Није доступна и-мејл адреса",
+ "Sending email failed" : "Није успело слање и-мејла",
"Email confirmation" : "Потврда и-мејла",
"To enable the email address %s please click the button below." : "Ако желите да укључите и-мејл адресу %s молимо вас да кликнете на дугме испод.",
"Confirm" : "Потврди",
diff --git a/apps/provisioning_api/l10n/tr.js b/apps/provisioning_api/l10n/tr.js
index 1dcef141d48..7f213fca805 100644
--- a/apps/provisioning_api/l10n/tr.js
+++ b/apps/provisioning_api/l10n/tr.js
@@ -2,7 +2,31 @@ OC.L10N.register(
"provisioning_api",
{
"Logged in user must be an administrator or have authorization to edit this setting." : "Oturum açmış kullanıcı bir yönetici olmalı ya da bu ayarı düzenleme izni olmalıdır.",
+ "Could not create non-existing user id" : "Var olmayan kullanıcı kimliği oluşturulamadı",
"User already exists" : "Kullanıcı zaten var",
+ "Group %1$s does not exist" : "%1$s grubu bulunamadı",
+ "Insufficient privileges for group %1$s" : "%1$s grubu için izinler yetersiz",
+ "No group specified (required for sub-admins)" : "Herhangi bir grup belirtilmemiş (alt yöneticiler için gereklidir)",
+ "Sub-admin group does not exist" : "Alt yönetici grubu bulunamadı",
+ "Cannot create sub-admins for admin group" : "Yönetici grubu için alt yöneticiler oluşturulamadı",
+ "No permissions to promote sub-admins" : "Alt yöneticileri yükseltme izni yok",
+ "Invalid password value" : "Parola değeri geçersiz",
+ "To send a password link to the user an email address is required." : "Kullanıcı e-posta adresi, parola bağlantısının gönderilebilmesi için gereklidir.",
+ "Required email address was not provided" : "Gerekli e-posta adresi belirtilmemiş",
+ "Invalid quota value: %1$s" : "Kota değeri geçersiz: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Kota değeri geçersiz. %1$s en fazla kota değerini aşıyor",
+ "Unlimited quota is forbidden on this instance" : "Bu kopyada sınırsız kota kullanılamaz",
+ "Setting the password is not supported by the users backend" : "Kullanıcı arka yüzünden parola ayarlanamaz",
+ "Invalid language" : "Dil geçersiz",
+ "Invalid locale" : "Yerel ayar geçersiz",
+ "Cannot remove yourself from the admin group" : "Kendinizi yönetici grubundan çıkaramazsınız",
+ "Cannot remove yourself from this group as you are a sub-admin" : "Bir alt yönetici olduğunuzdan kendinizi bu gruptan çıkaramazsınız",
+ "Not viable to remove user from the last group you are sub-admin of" : "Alt yöneticisi olduğunuz son gruptan kullanıcıyı kaldıramazsınız",
+ "User does not exist" : "Kullanıcı bulunamadı",
+ "Group does not exist" : "Grup bulunamadı",
+ "User is not a sub-admin of this group" : "Kullanıcı bu grubun bir alt yöneticisi değil",
+ "Email address not available" : "E-posta adresi kullanılamaz",
+ "Sending email failed" : "E-posta gönderilemedi",
"Email confirmation" : "E-posta doğrulaması",
"To enable the email address %s please click the button below." : "%s e-posta adresini doğrulamak için aşağıdaki düğmeye tıklayın.",
"Confirm" : "Onayla",
diff --git a/apps/provisioning_api/l10n/tr.json b/apps/provisioning_api/l10n/tr.json
index 94cec6af93e..3b7dcbc6365 100644
--- a/apps/provisioning_api/l10n/tr.json
+++ b/apps/provisioning_api/l10n/tr.json
@@ -1,6 +1,30 @@
{ "translations": {
"Logged in user must be an administrator or have authorization to edit this setting." : "Oturum açmış kullanıcı bir yönetici olmalı ya da bu ayarı düzenleme izni olmalıdır.",
+ "Could not create non-existing user id" : "Var olmayan kullanıcı kimliği oluşturulamadı",
"User already exists" : "Kullanıcı zaten var",
+ "Group %1$s does not exist" : "%1$s grubu bulunamadı",
+ "Insufficient privileges for group %1$s" : "%1$s grubu için izinler yetersiz",
+ "No group specified (required for sub-admins)" : "Herhangi bir grup belirtilmemiş (alt yöneticiler için gereklidir)",
+ "Sub-admin group does not exist" : "Alt yönetici grubu bulunamadı",
+ "Cannot create sub-admins for admin group" : "Yönetici grubu için alt yöneticiler oluşturulamadı",
+ "No permissions to promote sub-admins" : "Alt yöneticileri yükseltme izni yok",
+ "Invalid password value" : "Parola değeri geçersiz",
+ "To send a password link to the user an email address is required." : "Kullanıcı e-posta adresi, parola bağlantısının gönderilebilmesi için gereklidir.",
+ "Required email address was not provided" : "Gerekli e-posta adresi belirtilmemiş",
+ "Invalid quota value: %1$s" : "Kota değeri geçersiz: %1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "Kota değeri geçersiz. %1$s en fazla kota değerini aşıyor",
+ "Unlimited quota is forbidden on this instance" : "Bu kopyada sınırsız kota kullanılamaz",
+ "Setting the password is not supported by the users backend" : "Kullanıcı arka yüzünden parola ayarlanamaz",
+ "Invalid language" : "Dil geçersiz",
+ "Invalid locale" : "Yerel ayar geçersiz",
+ "Cannot remove yourself from the admin group" : "Kendinizi yönetici grubundan çıkaramazsınız",
+ "Cannot remove yourself from this group as you are a sub-admin" : "Bir alt yönetici olduğunuzdan kendinizi bu gruptan çıkaramazsınız",
+ "Not viable to remove user from the last group you are sub-admin of" : "Alt yöneticisi olduğunuz son gruptan kullanıcıyı kaldıramazsınız",
+ "User does not exist" : "Kullanıcı bulunamadı",
+ "Group does not exist" : "Grup bulunamadı",
+ "User is not a sub-admin of this group" : "Kullanıcı bu grubun bir alt yöneticisi değil",
+ "Email address not available" : "E-posta adresi kullanılamaz",
+ "Sending email failed" : "E-posta gönderilemedi",
"Email confirmation" : "E-posta doğrulaması",
"To enable the email address %s please click the button below." : "%s e-posta adresini doğrulamak için aşağıdaki düğmeye tıklayın.",
"Confirm" : "Onayla",
diff --git a/apps/provisioning_api/l10n/zh_HK.js b/apps/provisioning_api/l10n/zh_HK.js
index ca26d15a8e8..f03041f7172 100644
--- a/apps/provisioning_api/l10n/zh_HK.js
+++ b/apps/provisioning_api/l10n/zh_HK.js
@@ -2,7 +2,31 @@ OC.L10N.register(
"provisioning_api",
{
"Logged in user must be an administrator or have authorization to edit this setting." : "登錄用戶必須是管理員或有編輯此設置的授權。",
+ "Could not create non-existing user id" : "無法建立不存在的用戶 ID",
"User already exists" : "用戶已存在",
+ "Group %1$s does not exist" : "群組 %1$s 不存在",
+ "Insufficient privileges for group %1$s" : "群組 %1$s 權限不足",
+ "No group specified (required for sub-admins)" : "未指定群組(子管理員需要)",
+ "Sub-admin group does not exist" : "子管理員群組不存在",
+ "Cannot create sub-admins for admin group" : "無法為管理員群組建立子管理員",
+ "No permissions to promote sub-admins" : "沒有新增子管理員的權限",
+ "Invalid password value" : "無效的密碼值",
+ "To send a password link to the user an email address is required." : "要寄出密碼連結給用戶之前需要設定電郵地址",
+ "Required email address was not provided" : "未提供必要的電郵地址",
+ "Invalid quota value: %1$s" : "無效的空間限額值:%1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "無效的空間限額值。%1$s 超過了最大空間限額",
+ "Unlimited quota is forbidden on this instance" : "此實例禁止無限空間限額",
+ "Setting the password is not supported by the users backend" : "用戶後端系統不支援設定密碼",
+ "Invalid language" : "無效的語言",
+ "Invalid locale" : "無效的地區設定",
+ "Cannot remove yourself from the admin group" : "無法將您自己從管理員群組移除",
+ "Cannot remove yourself from this group as you are a sub-admin" : "因為您是子管理員,因此無法將自己從該群組中移除",
+ "Not viable to remove user from the last group you are sub-admin of" : "無法從您作為子管理員的最後一個群組中移除使用者",
+ "User does not exist" : "使用者不存在",
+ "Group does not exist" : "群組不存在",
+ "User is not a sub-admin of this group" : "用戶不是該群組的子管理員",
+ "Email address not available" : "電郵地址不可用",
+ "Sending email failed" : "傳送電子郵件失敗",
"Email confirmation" : "電郵地址確認",
"To enable the email address %s please click the button below." : "請單擊下面的按鈕以啟用電郵地址 %s。",
"Confirm" : "確認",
diff --git a/apps/provisioning_api/l10n/zh_HK.json b/apps/provisioning_api/l10n/zh_HK.json
index 94aaa0f81e4..1b7bc75a031 100644
--- a/apps/provisioning_api/l10n/zh_HK.json
+++ b/apps/provisioning_api/l10n/zh_HK.json
@@ -1,6 +1,30 @@
{ "translations": {
"Logged in user must be an administrator or have authorization to edit this setting." : "登錄用戶必須是管理員或有編輯此設置的授權。",
+ "Could not create non-existing user id" : "無法建立不存在的用戶 ID",
"User already exists" : "用戶已存在",
+ "Group %1$s does not exist" : "群組 %1$s 不存在",
+ "Insufficient privileges for group %1$s" : "群組 %1$s 權限不足",
+ "No group specified (required for sub-admins)" : "未指定群組(子管理員需要)",
+ "Sub-admin group does not exist" : "子管理員群組不存在",
+ "Cannot create sub-admins for admin group" : "無法為管理員群組建立子管理員",
+ "No permissions to promote sub-admins" : "沒有新增子管理員的權限",
+ "Invalid password value" : "無效的密碼值",
+ "To send a password link to the user an email address is required." : "要寄出密碼連結給用戶之前需要設定電郵地址",
+ "Required email address was not provided" : "未提供必要的電郵地址",
+ "Invalid quota value: %1$s" : "無效的空間限額值:%1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "無效的空間限額值。%1$s 超過了最大空間限額",
+ "Unlimited quota is forbidden on this instance" : "此實例禁止無限空間限額",
+ "Setting the password is not supported by the users backend" : "用戶後端系統不支援設定密碼",
+ "Invalid language" : "無效的語言",
+ "Invalid locale" : "無效的地區設定",
+ "Cannot remove yourself from the admin group" : "無法將您自己從管理員群組移除",
+ "Cannot remove yourself from this group as you are a sub-admin" : "因為您是子管理員,因此無法將自己從該群組中移除",
+ "Not viable to remove user from the last group you are sub-admin of" : "無法從您作為子管理員的最後一個群組中移除使用者",
+ "User does not exist" : "使用者不存在",
+ "Group does not exist" : "群組不存在",
+ "User is not a sub-admin of this group" : "用戶不是該群組的子管理員",
+ "Email address not available" : "電郵地址不可用",
+ "Sending email failed" : "傳送電子郵件失敗",
"Email confirmation" : "電郵地址確認",
"To enable the email address %s please click the button below." : "請單擊下面的按鈕以啟用電郵地址 %s。",
"Confirm" : "確認",
diff --git a/apps/provisioning_api/l10n/zh_TW.js b/apps/provisioning_api/l10n/zh_TW.js
index ff928772896..6085d68139f 100644
--- a/apps/provisioning_api/l10n/zh_TW.js
+++ b/apps/provisioning_api/l10n/zh_TW.js
@@ -2,7 +2,31 @@ OC.L10N.register(
"provisioning_api",
{
"Logged in user must be an administrator or have authorization to edit this setting." : "登入的使用者必須為管理員或是有權編輯此設定的使用者。",
+ "Could not create non-existing user id" : "無法建立不存在的使用者 ID",
"User already exists" : "使用者已存在",
+ "Group %1$s does not exist" : "群組 %1$s 不存在",
+ "Insufficient privileges for group %1$s" : "群組 %1$s 權限不足",
+ "No group specified (required for sub-admins)" : "未指定群組(子管理員需要)",
+ "Sub-admin group does not exist" : "子管理員群組不存在",
+ "Cannot create sub-admins for admin group" : "無法為管理員群組建立子管理員",
+ "No permissions to promote sub-admins" : "沒有新增子管理員的權限",
+ "Invalid password value" : "無效的密碼值",
+ "To send a password link to the user an email address is required." : "要寄出密碼連結給使用者之前需要設定一組 email 位址",
+ "Required email address was not provided" : "未提供必要的電子郵件地址",
+ "Invalid quota value: %1$s" : "無效的空間限額值:%1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "無效的空間限額值。%1$s 超過了最大空間限額",
+ "Unlimited quota is forbidden on this instance" : "此站台禁止無限空間限額",
+ "Setting the password is not supported by the users backend" : "使用者後端不支援設定密碼",
+ "Invalid language" : "無效的語言",
+ "Invalid locale" : "無效的地區設定",
+ "Cannot remove yourself from the admin group" : "無法將您自己從管理員群組移除",
+ "Cannot remove yourself from this group as you are a sub-admin" : "因為您是子管理員,因此無法將自己從該群組中移除",
+ "Not viable to remove user from the last group you are sub-admin of" : "無法從您作為子管理員的最後一個群組中移除使用者",
+ "User does not exist" : "使用者不存在",
+ "Group does not exist" : "群組不存在",
+ "User is not a sub-admin of this group" : "使用者不是該群組的子管理員",
+ "Email address not available" : "電子郵件地址不可用",
+ "Sending email failed" : "傳送電子郵件失敗",
"Email confirmation" : "電子郵件確認",
"To enable the email address %s please click the button below." : "要啟用電子郵件地址 %s,請點擊下方按鈕。",
"Confirm" : "確認",
diff --git a/apps/provisioning_api/l10n/zh_TW.json b/apps/provisioning_api/l10n/zh_TW.json
index dc78357cd61..1d50d639153 100644
--- a/apps/provisioning_api/l10n/zh_TW.json
+++ b/apps/provisioning_api/l10n/zh_TW.json
@@ -1,6 +1,30 @@
{ "translations": {
"Logged in user must be an administrator or have authorization to edit this setting." : "登入的使用者必須為管理員或是有權編輯此設定的使用者。",
+ "Could not create non-existing user id" : "無法建立不存在的使用者 ID",
"User already exists" : "使用者已存在",
+ "Group %1$s does not exist" : "群組 %1$s 不存在",
+ "Insufficient privileges for group %1$s" : "群組 %1$s 權限不足",
+ "No group specified (required for sub-admins)" : "未指定群組(子管理員需要)",
+ "Sub-admin group does not exist" : "子管理員群組不存在",
+ "Cannot create sub-admins for admin group" : "無法為管理員群組建立子管理員",
+ "No permissions to promote sub-admins" : "沒有新增子管理員的權限",
+ "Invalid password value" : "無效的密碼值",
+ "To send a password link to the user an email address is required." : "要寄出密碼連結給使用者之前需要設定一組 email 位址",
+ "Required email address was not provided" : "未提供必要的電子郵件地址",
+ "Invalid quota value: %1$s" : "無效的空間限額值:%1$s",
+ "Invalid quota value. %1$s is exceeding the maximum quota" : "無效的空間限額值。%1$s 超過了最大空間限額",
+ "Unlimited quota is forbidden on this instance" : "此站台禁止無限空間限額",
+ "Setting the password is not supported by the users backend" : "使用者後端不支援設定密碼",
+ "Invalid language" : "無效的語言",
+ "Invalid locale" : "無效的地區設定",
+ "Cannot remove yourself from the admin group" : "無法將您自己從管理員群組移除",
+ "Cannot remove yourself from this group as you are a sub-admin" : "因為您是子管理員,因此無法將自己從該群組中移除",
+ "Not viable to remove user from the last group you are sub-admin of" : "無法從您作為子管理員的最後一個群組中移除使用者",
+ "User does not exist" : "使用者不存在",
+ "Group does not exist" : "群組不存在",
+ "User is not a sub-admin of this group" : "使用者不是該群組的子管理員",
+ "Email address not available" : "電子郵件地址不可用",
+ "Sending email failed" : "傳送電子郵件失敗",
"Email confirmation" : "電子郵件確認",
"To enable the email address %s please click the button below." : "要啟用電子郵件地址 %s,請點擊下方按鈕。",
"Confirm" : "確認",