From a7902b0806aabd2ed193425c20bb708efa69f7cc Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 3 Apr 2025 00:23:39 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/admin_audit/l10n/pt_BR.js | 2 +- apps/admin_audit/l10n/pt_BR.json | 2 +- apps/comments/l10n/fr.js | 2 +- apps/comments/l10n/fr.json | 2 +- apps/files_reminders/l10n/ar.js | 3 +++ apps/files_reminders/l10n/ar.json | 3 +++ apps/files_reminders/l10n/de.js | 3 +++ apps/files_reminders/l10n/de.json | 3 +++ apps/files_reminders/l10n/de_DE.js | 7 ++++-- apps/files_reminders/l10n/de_DE.json | 7 ++++-- apps/files_reminders/l10n/et_EE.js | 35 ++++++++++++++++++++++++++++ apps/files_reminders/l10n/et_EE.json | 33 ++++++++++++++++++++++++++ apps/files_reminders/l10n/pt_BR.js | 3 +++ apps/files_reminders/l10n/pt_BR.json | 3 +++ apps/files_reminders/l10n/sr.js | 3 +++ apps/files_reminders/l10n/sr.json | 3 +++ apps/files_reminders/l10n/zh_HK.js | 1 + apps/files_reminders/l10n/zh_HK.json | 1 + apps/files_reminders/l10n/zh_TW.js | 3 +++ apps/files_reminders/l10n/zh_TW.json | 3 +++ apps/files_sharing/l10n/sr.js | 2 ++ apps/files_sharing/l10n/sr.json | 2 ++ apps/settings/l10n/sr.js | 11 ++++++++- apps/settings/l10n/sr.json | 11 ++++++++- apps/settings/l10n/zh_CN.js | 2 ++ apps/settings/l10n/zh_CN.json | 2 ++ 26 files changed, 142 insertions(+), 10 deletions(-) create mode 100644 apps/files_reminders/l10n/et_EE.js create mode 100644 apps/files_reminders/l10n/et_EE.json diff --git a/apps/admin_audit/l10n/pt_BR.js b/apps/admin_audit/l10n/pt_BR.js index a706afdc942..67b7e27fad8 100644 --- a/apps/admin_audit/l10n/pt_BR.js +++ b/apps/admin_audit/l10n/pt_BR.js @@ -2,6 +2,6 @@ OC.L10N.register( "admin_audit", { "Auditing / Logging" : "Auditoria / Registro", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece habilidades de registro para o NextCloud, como acessos de arquivo de log ou ações sensíveis." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece recursos de registro para o Nextcloud, como acessos a arquivos de registro ou outras ações sensíveis." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/admin_audit/l10n/pt_BR.json b/apps/admin_audit/l10n/pt_BR.json index befc0c2c900..2d745b9c979 100644 --- a/apps/admin_audit/l10n/pt_BR.json +++ b/apps/admin_audit/l10n/pt_BR.json @@ -1,5 +1,5 @@ { "translations": { "Auditing / Logging" : "Auditoria / Registro", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece habilidades de registro para o NextCloud, como acessos de arquivo de log ou ações sensíveis." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece recursos de registro para o Nextcloud, como acessos a arquivos de registro ou outras ações sensíveis." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index b33cc83b941..a1f24df6b80 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -10,7 +10,7 @@ OC.L10N.register( "{author} commented on {file}" : "{author} a commenté sur {file}", "Comments for files" : "Commentaires sur les fichiers", "Files" : "Fichiers", - "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Vous avez été mentionné sur « {file} », dans un commentaire par un compte qui depuis a été supprimé", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Vous avez été mentionné dans « {file} », dans un commentaire d'un compte qui a été supprimé depuis", "{user} mentioned you in a comment on \"{file}\"" : "{user} vous a mentionné dans un commentaire sur « {file} »", "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers", "Edit comment" : "Modifier le commentaire", diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index e30cdce22f3..861754c9719 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -8,7 +8,7 @@ "{author} commented on {file}" : "{author} a commenté sur {file}", "Comments for files" : "Commentaires sur les fichiers", "Files" : "Fichiers", - "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Vous avez été mentionné sur « {file} », dans un commentaire par un compte qui depuis a été supprimé", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Vous avez été mentionné dans « {file} », dans un commentaire d'un compte qui a été supprimé depuis", "{user} mentioned you in a comment on \"{file}\"" : "{user} vous a mentionné dans un commentaire sur « {file} »", "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers", "Edit comment" : "Modifier le commentaire", diff --git a/apps/files_reminders/l10n/ar.js b/apps/files_reminders/l10n/ar.js index 651b4602615..aac3646091a 100644 --- a/apps/files_reminders/l10n/ar.js +++ b/apps/files_reminders/l10n/ar.js @@ -5,6 +5,9 @@ OC.L10N.register( "Reminder for {name}" : "تذكير لـ {name}", "View file" : "أعرُض الملف", "View folder" : "أعرُض المجلد", + "Files reminder" : "التذكير بالملفات", + "This files_reminder can work properly." : "وظيفة التذكير بالملفات هذه تعمل بالشكل الصحيح.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "تطبيق التذكير بالملفات يحتاج إلى تطبيق الإشعارات ليعمل بالشكل الصحيح. عليك إمّا أن تقوم بتمكين الإشعارات او تعطيل التذكير بالملفات.", "Set file reminders" : "ضبط تذكير بالملفات", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 التذكير بالملفات** \n\nضبط التذكير بالملفات. \n\nملاحظة: لاستخدام تطبيق \"التذكير بالملفات\"، تأكد من تثبيت تطبيق الإشعارات وتمكينه. يوفر تطبيق الإشعارات واجهة برمجة التطبيقات API اللازمة لتطبيق \"التذكير بالملفات\" ليعمل بالشكل الصحيح.", "Set reminder for \"{fileName}\"" : "ضبط تذكير بالملف \"{fileName}\"", diff --git a/apps/files_reminders/l10n/ar.json b/apps/files_reminders/l10n/ar.json index 43e160be1e0..fbe9b2118ac 100644 --- a/apps/files_reminders/l10n/ar.json +++ b/apps/files_reminders/l10n/ar.json @@ -3,6 +3,9 @@ "Reminder for {name}" : "تذكير لـ {name}", "View file" : "أعرُض الملف", "View folder" : "أعرُض المجلد", + "Files reminder" : "التذكير بالملفات", + "This files_reminder can work properly." : "وظيفة التذكير بالملفات هذه تعمل بالشكل الصحيح.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "تطبيق التذكير بالملفات يحتاج إلى تطبيق الإشعارات ليعمل بالشكل الصحيح. عليك إمّا أن تقوم بتمكين الإشعارات او تعطيل التذكير بالملفات.", "Set file reminders" : "ضبط تذكير بالملفات", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 التذكير بالملفات** \n\nضبط التذكير بالملفات. \n\nملاحظة: لاستخدام تطبيق \"التذكير بالملفات\"، تأكد من تثبيت تطبيق الإشعارات وتمكينه. يوفر تطبيق الإشعارات واجهة برمجة التطبيقات API اللازمة لتطبيق \"التذكير بالملفات\" ليعمل بالشكل الصحيح.", "Set reminder for \"{fileName}\"" : "ضبط تذكير بالملف \"{fileName}\"", diff --git a/apps/files_reminders/l10n/de.js b/apps/files_reminders/l10n/de.js index 9ff9d224e69..8738e21983d 100644 --- a/apps/files_reminders/l10n/de.js +++ b/apps/files_reminders/l10n/de.js @@ -5,6 +5,9 @@ OC.L10N.register( "Reminder for {name}" : "Erinnerung für {name}", "View file" : "Datei anzeigen", "View folder" : "Ordner anzeigen", + "Files reminder" : "Dateierinnerung", + "This files_reminder can work properly." : "Dieser „files_reminder“ funktioniert ordnungsgemäß.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Die App „files_reminder“ benötigt die Benachrichtigungs-App, um ordnungsgemäß zu funktionieren. Sie sollten entweder Benachrichtigungen aktivieren oder „files_reminder“ deaktivieren.", "Set file reminders" : "Dateierinnerungen setzen", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Dateierinnerungen**\n\nDateierinnerungen festlegen.\n\nHinweis: Um die App ``Dateierinnerungen` zu verwenden, stelle sicher, dass die App `Benachrichtigungen` installiert und aktiviert ist. Die App `Benachrichtigungen` bietet die erforderlichen APIs, damit die App `Dateierinnerungen`ordnungsgemäß funktioniert.", "Set reminder for \"{fileName}\"" : "Erinnerung für \"{fileName}\" setzen", diff --git a/apps/files_reminders/l10n/de.json b/apps/files_reminders/l10n/de.json index 3f10bc17dd2..8cb0a5fe2b0 100644 --- a/apps/files_reminders/l10n/de.json +++ b/apps/files_reminders/l10n/de.json @@ -3,6 +3,9 @@ "Reminder for {name}" : "Erinnerung für {name}", "View file" : "Datei anzeigen", "View folder" : "Ordner anzeigen", + "Files reminder" : "Dateierinnerung", + "This files_reminder can work properly." : "Dieser „files_reminder“ funktioniert ordnungsgemäß.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Die App „files_reminder“ benötigt die Benachrichtigungs-App, um ordnungsgemäß zu funktionieren. Sie sollten entweder Benachrichtigungen aktivieren oder „files_reminder“ deaktivieren.", "Set file reminders" : "Dateierinnerungen setzen", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Dateierinnerungen**\n\nDateierinnerungen festlegen.\n\nHinweis: Um die App ``Dateierinnerungen` zu verwenden, stelle sicher, dass die App `Benachrichtigungen` installiert und aktiviert ist. Die App `Benachrichtigungen` bietet die erforderlichen APIs, damit die App `Dateierinnerungen`ordnungsgemäß funktioniert.", "Set reminder for \"{fileName}\"" : "Erinnerung für \"{fileName}\" setzen", diff --git a/apps/files_reminders/l10n/de_DE.js b/apps/files_reminders/l10n/de_DE.js index 72c6721f5a8..38b525cbb7c 100644 --- a/apps/files_reminders/l10n/de_DE.js +++ b/apps/files_reminders/l10n/de_DE.js @@ -5,8 +5,11 @@ OC.L10N.register( "Reminder for {name}" : "Erinnerung für {name}", "View file" : "Datei anzeigen", "View folder" : "Ordner anzeigen", + "Files reminder" : "Dateierinnerung", + "This files_reminder can work properly." : "Die App \"files_reminders\" kann ordnungsgemäß funktionieren.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Die App \"files_reminders“ benötigt die Benachrichtigungs-App, um ordnungsgemäß zu funktionieren. Sie sollten entweder Benachrichtigungen aktivieren oder „files_reminders“ deaktivieren.", "Set file reminders" : "Dateierinnerungen setzen", - "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Dateierinnerungen**\n\nDateierinnerungen festlegen.\n\nHinweis: Um die App ``Dateierinnerungen` zu verwenden, stellen Sie sicher, dass die App `Benachrichtigungen`installiert und aktiviert ist. Die App `Benachrichtigungen`bietet die erforderlichen APIs, damit die App `Dateierinnerungen`ordnungsgemäß funktioniert.", + "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Dateierinnerungen**\n\nDateierinnerungen festlegen.\n\nHinweis: Um die App ``Dateierinnerungen` zu verwenden, stellen Sie sicher, dass die App `Benachrichtigungen` installiert und aktiviert ist. Die App `Benachrichtigungen` bietet die erforderlichen APIs, damit die App `Dateierinnerungen` ordnungsgemäß funktioniert.", "Set reminder for \"{fileName}\"" : "Erinnerung für \"{fileName}\" setzen", "Set reminder at custom date & time" : "Erinnerung für benutzerdefinierten Zeitpunkt und Tag erstellen", "Clear reminder" : "Erinnerung löschen", @@ -25,7 +28,7 @@ OC.L10N.register( "Tomorrow" : "Morgen", "Set reminder for tomorrow" : "Erinnerung für morgen erstellen", "This weekend" : "Dieses Wochenende", - "Set reminder for this weekend" : "Erinnerung für kommendes Wochenende erstellen", + "Set reminder for this weekend" : "Erinnerung für diese Wochenende erstellen", "Next week" : "Nächste Woche", "Set reminder for next week" : "Erinnerung für nächste Woche erstellen" }, diff --git a/apps/files_reminders/l10n/de_DE.json b/apps/files_reminders/l10n/de_DE.json index 0dcf2a2f464..79aef2bc4a0 100644 --- a/apps/files_reminders/l10n/de_DE.json +++ b/apps/files_reminders/l10n/de_DE.json @@ -3,8 +3,11 @@ "Reminder for {name}" : "Erinnerung für {name}", "View file" : "Datei anzeigen", "View folder" : "Ordner anzeigen", + "Files reminder" : "Dateierinnerung", + "This files_reminder can work properly." : "Die App \"files_reminders\" kann ordnungsgemäß funktionieren.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Die App \"files_reminders“ benötigt die Benachrichtigungs-App, um ordnungsgemäß zu funktionieren. Sie sollten entweder Benachrichtigungen aktivieren oder „files_reminders“ deaktivieren.", "Set file reminders" : "Dateierinnerungen setzen", - "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Dateierinnerungen**\n\nDateierinnerungen festlegen.\n\nHinweis: Um die App ``Dateierinnerungen` zu verwenden, stellen Sie sicher, dass die App `Benachrichtigungen`installiert und aktiviert ist. Die App `Benachrichtigungen`bietet die erforderlichen APIs, damit die App `Dateierinnerungen`ordnungsgemäß funktioniert.", + "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Dateierinnerungen**\n\nDateierinnerungen festlegen.\n\nHinweis: Um die App ``Dateierinnerungen` zu verwenden, stellen Sie sicher, dass die App `Benachrichtigungen` installiert und aktiviert ist. Die App `Benachrichtigungen` bietet die erforderlichen APIs, damit die App `Dateierinnerungen` ordnungsgemäß funktioniert.", "Set reminder for \"{fileName}\"" : "Erinnerung für \"{fileName}\" setzen", "Set reminder at custom date & time" : "Erinnerung für benutzerdefinierten Zeitpunkt und Tag erstellen", "Clear reminder" : "Erinnerung löschen", @@ -23,7 +26,7 @@ "Tomorrow" : "Morgen", "Set reminder for tomorrow" : "Erinnerung für morgen erstellen", "This weekend" : "Dieses Wochenende", - "Set reminder for this weekend" : "Erinnerung für kommendes Wochenende erstellen", + "Set reminder for this weekend" : "Erinnerung für diese Wochenende erstellen", "Next week" : "Nächste Woche", "Set reminder for next week" : "Erinnerung für nächste Woche erstellen" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_reminders/l10n/et_EE.js b/apps/files_reminders/l10n/et_EE.js new file mode 100644 index 00000000000..9f0d266d09e --- /dev/null +++ b/apps/files_reminders/l10n/et_EE.js @@ -0,0 +1,35 @@ +OC.L10N.register( + "files_reminders", + { + "File reminders" : "Failide ja kaustade meeldetuletused", + "Reminder for {name}" : "Meeldetuletus: „{name}“", + "View file" : "Vaata faili", + "View folder" : "Vaata kausta", + "Files reminder" : "Failide ja kaustade meeldetuletused", + "This files_reminder can work properly." : "See Failide meeldetuletaja võib toimida korrektselt.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Failide meeldetuletusrakendus vajab korrektseks toimimiseks teavituste rakenduse olemasolu. Palun lisa vajalik abirakendus või eemalda see rakendus kasutuselt.", + "Set file reminders" : "Meeldetuletuste lisamine failidele ja kaustadele", + "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Failide meeldetuletused**\n\nLisa failidele ja kaustadele meeldetuletusi.\n\nMärkus: Teavituste rakendus peab olema paigaldatud ja kasutusel, et see Failide meeldetuletuste rakendus saaks korrektselt toimida. Teavituste rakendus tagab selle rakenduse toimimiseks vajalik liideste olemasolu.", + "Set reminder for \"{fileName}\"" : "Lisa meeldetuletus: „{fileName}“", + "Set reminder at custom date & time" : "Säti meeldetuletus valitud kuupäevaks ja ajaks", + "Clear reminder" : "Eemalda meeldetuletus", + "Please choose a valid date & time" : "Palun vali korrektne kuupäev ja kellaaeg", + "Reminder set for \"{fileName}\"" : "Meeldetuletus on lisatud: „{fileName}“", + "Failed to set reminder" : "Meeldetuletuse lisamine ei õnnestunud", + "Reminder cleared for \"{fileName}\"" : "Meeldetuletus on eemaldatud: „{fileName}“", + "Failed to clear reminder" : "Meeldetuletuse eemaldamine ei õnnestunud", + "We will remind you of this file" : "Me anname sulle selle faili või kausta osas märku", + "Cancel" : "Tühista", + "Set reminder" : "Lisa meeldetuletus", + "Reminder set" : "Meeldetuletus on lisatud", + "Set custom reminder" : "Lisa enda valitud meeldetuletus", + "Later today" : "Täna hiljem", + "Set reminder for later today" : "Lisa meeldetuletus tänaseks hilisemaks ajaks", + "Tomorrow" : "Homme", + "Set reminder for tomorrow" : "Lisa meeldetuletus homseks", + "This weekend" : "See nädalavahetus", + "Set reminder for this weekend" : "Lisa meeldetuletus selleks nädalavahetuseks", + "Next week" : "Järgmine nädal", + "Set reminder for next week" : "Lisa meeldetuletus järgmiseks nädalaks" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_reminders/l10n/et_EE.json b/apps/files_reminders/l10n/et_EE.json new file mode 100644 index 00000000000..e29e85bef5b --- /dev/null +++ b/apps/files_reminders/l10n/et_EE.json @@ -0,0 +1,33 @@ +{ "translations": { + "File reminders" : "Failide ja kaustade meeldetuletused", + "Reminder for {name}" : "Meeldetuletus: „{name}“", + "View file" : "Vaata faili", + "View folder" : "Vaata kausta", + "Files reminder" : "Failide ja kaustade meeldetuletused", + "This files_reminder can work properly." : "See Failide meeldetuletaja võib toimida korrektselt.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Failide meeldetuletusrakendus vajab korrektseks toimimiseks teavituste rakenduse olemasolu. Palun lisa vajalik abirakendus või eemalda see rakendus kasutuselt.", + "Set file reminders" : "Meeldetuletuste lisamine failidele ja kaustadele", + "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Failide meeldetuletused**\n\nLisa failidele ja kaustadele meeldetuletusi.\n\nMärkus: Teavituste rakendus peab olema paigaldatud ja kasutusel, et see Failide meeldetuletuste rakendus saaks korrektselt toimida. Teavituste rakendus tagab selle rakenduse toimimiseks vajalik liideste olemasolu.", + "Set reminder for \"{fileName}\"" : "Lisa meeldetuletus: „{fileName}“", + "Set reminder at custom date & time" : "Säti meeldetuletus valitud kuupäevaks ja ajaks", + "Clear reminder" : "Eemalda meeldetuletus", + "Please choose a valid date & time" : "Palun vali korrektne kuupäev ja kellaaeg", + "Reminder set for \"{fileName}\"" : "Meeldetuletus on lisatud: „{fileName}“", + "Failed to set reminder" : "Meeldetuletuse lisamine ei õnnestunud", + "Reminder cleared for \"{fileName}\"" : "Meeldetuletus on eemaldatud: „{fileName}“", + "Failed to clear reminder" : "Meeldetuletuse eemaldamine ei õnnestunud", + "We will remind you of this file" : "Me anname sulle selle faili või kausta osas märku", + "Cancel" : "Tühista", + "Set reminder" : "Lisa meeldetuletus", + "Reminder set" : "Meeldetuletus on lisatud", + "Set custom reminder" : "Lisa enda valitud meeldetuletus", + "Later today" : "Täna hiljem", + "Set reminder for later today" : "Lisa meeldetuletus tänaseks hilisemaks ajaks", + "Tomorrow" : "Homme", + "Set reminder for tomorrow" : "Lisa meeldetuletus homseks", + "This weekend" : "See nädalavahetus", + "Set reminder for this weekend" : "Lisa meeldetuletus selleks nädalavahetuseks", + "Next week" : "Järgmine nädal", + "Set reminder for next week" : "Lisa meeldetuletus järgmiseks nädalaks" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_reminders/l10n/pt_BR.js b/apps/files_reminders/l10n/pt_BR.js index dea5a611e38..6049254f605 100644 --- a/apps/files_reminders/l10n/pt_BR.js +++ b/apps/files_reminders/l10n/pt_BR.js @@ -5,6 +5,9 @@ OC.L10N.register( "Reminder for {name}" : "Lembrete para {name}", "View file" : "Ver arquivo", "View folder" : "Ver pasta", + "Files reminder" : "Lembrete de arquivos", + "This files_reminder can work properly." : "Esse files_reminder pode funcionar corretamente.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "O aplicativo files_reminder precisa do aplicativo de notificações para funcionar corretamente. Você deve ativar notificações ou desativar o files_reminder.", "Set file reminders" : "Define lembrete em arquivo", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Lembretes de arquivo** \n\nDefina lembretes de arquivo. \n\nObservação: para usar o aplicativo `Lembretes de arquivo`, certifique-se de que o aplicativo `Notificações` esteja instalado e habilitado. O aplicativo `Notificações` fornece as APIs necessárias para que o aplicativo `Lembretes de arquivo` funcione corretamente.", "Set reminder for \"{fileName}\"" : "Definir lembrete para \"{fileName}\"", diff --git a/apps/files_reminders/l10n/pt_BR.json b/apps/files_reminders/l10n/pt_BR.json index a28c67dccfe..dd452923d85 100644 --- a/apps/files_reminders/l10n/pt_BR.json +++ b/apps/files_reminders/l10n/pt_BR.json @@ -3,6 +3,9 @@ "Reminder for {name}" : "Lembrete para {name}", "View file" : "Ver arquivo", "View folder" : "Ver pasta", + "Files reminder" : "Lembrete de arquivos", + "This files_reminder can work properly." : "Esse files_reminder pode funcionar corretamente.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "O aplicativo files_reminder precisa do aplicativo de notificações para funcionar corretamente. Você deve ativar notificações ou desativar o files_reminder.", "Set file reminders" : "Define lembrete em arquivo", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Lembretes de arquivo** \n\nDefina lembretes de arquivo. \n\nObservação: para usar o aplicativo `Lembretes de arquivo`, certifique-se de que o aplicativo `Notificações` esteja instalado e habilitado. O aplicativo `Notificações` fornece as APIs necessárias para que o aplicativo `Lembretes de arquivo` funcione corretamente.", "Set reminder for \"{fileName}\"" : "Definir lembrete para \"{fileName}\"", diff --git a/apps/files_reminders/l10n/sr.js b/apps/files_reminders/l10n/sr.js index 5101036e65a..50291fb85aa 100644 --- a/apps/files_reminders/l10n/sr.js +++ b/apps/files_reminders/l10n/sr.js @@ -5,6 +5,9 @@ OC.L10N.register( "Reminder for {name}" : "Подсетник за {name}", "View file" : "Погледај фајл", "View folder" : "Погледај фолдер", + "Files reminder" : "Подсетник фајлова", + "This files_reminder can work properly." : "Овај files_reminder може да ради како треба.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Да би files_reminder апликација радила како треба, потребна је апликација обавештења. Требало би или да укључите обавештења, или да искључите files_reminder.", "Set file reminders" : "Постави подсетнике о фајлу", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Фајл подсетници**\n\nПоставите фајл подсетнике.\n\nНапомена: ако желите да користите апликацију `Фајл подсетници`, обезбедите да је инсталирана и укључена апликација `Обавештења`. Апликација `Обавештења` обезбеђује неопходне API-је уз чију помоћ апликација `Фајл подестници` функционише како треба.", "Set reminder for \"{fileName}\"" : "Постави подсетник за „{fileName}”", diff --git a/apps/files_reminders/l10n/sr.json b/apps/files_reminders/l10n/sr.json index f7ae8dd470f..fb0f0148691 100644 --- a/apps/files_reminders/l10n/sr.json +++ b/apps/files_reminders/l10n/sr.json @@ -3,6 +3,9 @@ "Reminder for {name}" : "Подсетник за {name}", "View file" : "Погледај фајл", "View folder" : "Погледај фолдер", + "Files reminder" : "Подсетник фајлова", + "This files_reminder can work properly." : "Овај files_reminder може да ради како треба.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Да би files_reminder апликација радила како треба, потребна је апликација обавештења. Требало би или да укључите обавештења, или да искључите files_reminder.", "Set file reminders" : "Постави подсетнике о фајлу", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Фајл подсетници**\n\nПоставите фајл подсетнике.\n\nНапомена: ако желите да користите апликацију `Фајл подсетници`, обезбедите да је инсталирана и укључена апликација `Обавештења`. Апликација `Обавештења` обезбеђује неопходне API-је уз чију помоћ апликација `Фајл подестници` функционише како треба.", "Set reminder for \"{fileName}\"" : "Постави подсетник за „{fileName}”", diff --git a/apps/files_reminders/l10n/zh_HK.js b/apps/files_reminders/l10n/zh_HK.js index 356a106da5c..2651cac8cdd 100644 --- a/apps/files_reminders/l10n/zh_HK.js +++ b/apps/files_reminders/l10n/zh_HK.js @@ -5,6 +5,7 @@ OC.L10N.register( "Reminder for {name}" : "{name} 的提醒", "View file" : "檢視檔案", "View folder" : "檢視資料夾", + "Files reminder" : "檔案提醒", "Set file reminders" : "設定檔案提醒", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 檔案提醒**\n\n設定檔案提醒。\n\n注意:要使用「檔案提醒」應用程式,請確定已安裝並啟用「通知」應用程式。「通知」應用程式提供必要的 API,讓「檔案提醒」應用程式能正常運作。", "Set reminder for \"{fileName}\"" : "設定「{fileName}」的提醒", diff --git a/apps/files_reminders/l10n/zh_HK.json b/apps/files_reminders/l10n/zh_HK.json index 8e6f5a6a049..d973c4eba37 100644 --- a/apps/files_reminders/l10n/zh_HK.json +++ b/apps/files_reminders/l10n/zh_HK.json @@ -3,6 +3,7 @@ "Reminder for {name}" : "{name} 的提醒", "View file" : "檢視檔案", "View folder" : "檢視資料夾", + "Files reminder" : "檔案提醒", "Set file reminders" : "設定檔案提醒", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 檔案提醒**\n\n設定檔案提醒。\n\n注意:要使用「檔案提醒」應用程式,請確定已安裝並啟用「通知」應用程式。「通知」應用程式提供必要的 API,讓「檔案提醒」應用程式能正常運作。", "Set reminder for \"{fileName}\"" : "設定「{fileName}」的提醒", diff --git a/apps/files_reminders/l10n/zh_TW.js b/apps/files_reminders/l10n/zh_TW.js index ba0edc5b82b..6abe156fcbc 100644 --- a/apps/files_reminders/l10n/zh_TW.js +++ b/apps/files_reminders/l10n/zh_TW.js @@ -5,6 +5,9 @@ OC.L10N.register( "Reminder for {name}" : "{name} 的提醒", "View file" : "檢視檔案", "View folder" : "檢視資料夾", + "Files reminder" : "檔案提醒", + "This files_reminder can work properly." : "此 files_reminder 可以正常運作。", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "files_reminder 應用程式需要通知應用程式才能正常運作。您應該啟用通知或停用 files_reminder。", "Set file reminders" : "設定檔案提醒", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 檔案提醒**\n\n設定檔案提醒。\n\n注意:要使用「檔案提醒」應用程式,請確定已安裝並啟用「通知」應用程式。「通知」應用程式提供必要的 API,讓「檔案提醒」應用程式能正常運作。", "Set reminder for \"{fileName}\"" : "設定「{fileName}」的提醒", diff --git a/apps/files_reminders/l10n/zh_TW.json b/apps/files_reminders/l10n/zh_TW.json index 6349645f387..e331d61e4bb 100644 --- a/apps/files_reminders/l10n/zh_TW.json +++ b/apps/files_reminders/l10n/zh_TW.json @@ -3,6 +3,9 @@ "Reminder for {name}" : "{name} 的提醒", "View file" : "檢視檔案", "View folder" : "檢視資料夾", + "Files reminder" : "檔案提醒", + "This files_reminder can work properly." : "此 files_reminder 可以正常運作。", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "files_reminder 應用程式需要通知應用程式才能正常運作。您應該啟用通知或停用 files_reminder。", "Set file reminders" : "設定檔案提醒", "**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 檔案提醒**\n\n設定檔案提醒。\n\n注意:要使用「檔案提醒」應用程式,請確定已安裝並啟用「通知」應用程式。「通知」應用程式提供必要的 API,讓「檔案提醒」應用程式能正常運作。", "Set reminder for \"{fileName}\"" : "設定「{fileName}」的提醒", diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index e43fc7c8ed8..9f78549c8c3 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -185,6 +185,8 @@ OC.L10N.register( "Set default folder for accepted shares" : "Подесите подразумевани фолдер за прихваћена дељења", "Reset" : "Ресетуј", "Reset folder to system default" : "Vratite fasciklu na podrazumevane vrednosti sistema", + "Share expiration: " : "Истек дељења:", + "Share Expiration" : "Истицање дељења", "group" : "група", "conversation" : "разговор", "remote" : "удаљени", diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index fb3f7809a85..807dc2053e7 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -183,6 +183,8 @@ "Set default folder for accepted shares" : "Подесите подразумевани фолдер за прихваћена дељења", "Reset" : "Ресетуј", "Reset folder to system default" : "Vratite fasciklu na podrazumevane vrednosti sistema", + "Share expiration: " : "Истек дељења:", + "Share Expiration" : "Истицање дељења", "group" : "група", "conversation" : "разговор", "remote" : "удаљени", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index 73d7f5bce7d..467b9c6d4ee 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -104,6 +104,7 @@ OC.L10N.register( "Set your password" : "Поставите лозинку", "Go to %s" : "Иди на %s", "Install Client" : "Инсталирајте клијенте", + "Logged in account must be a sub admin" : "Пријављени налог мора бити под администратор", "Apps" : "Апликације", "Personal" : "Лично", "Administration" : "Администрација", @@ -427,11 +428,14 @@ OC.L10N.register( "No apps found for your version" : "Нема апликација за вашу верзију", "_%n app has an update available_::_%n apps have an update available_" : ["%n апликација има доступно ажурирање","%n апликације имају доступна ажурирања","%n апликација имају доступна ажурирања"], "_Update_::_Update all_" : ["Ажурирај","Ажурирај све","Ажурирај све"], + "Failed to load groups" : "Није успело учитавање група", "Failed to create group" : "Није успело креирање групе", "Creating group…" : "Креира се група…", "Create group" : "Креирај групу", "Group name" : "Назив групе", "Please enter a valid group name" : "Молимо вас да унесете исправно име групе", + "Search groups…" : "Претражи групе…", + "List of groups. This list is not fully populated for performance reasons. The groups will be loaded as you navigate or search through the list." : "Листа група. Ова листа није у потпуности приказана из разлога перформанси. Групе ће се приказивати како се крећете кроз листу.", "Loading groups…" : "Учитавање група...", "Could not load app discover section" : "Не може да се учита одељак откривања апликација", "Could not render element" : "Не може да се исцрта елемент", @@ -674,6 +678,7 @@ OC.L10N.register( "Set line manager" : "Избор надређеног менаџера", "Account name will be autogenerated" : "Име налога ће бити генерисано аутоматски", "Account name (required)" : "Име налога (обавезно)", + "Failed to search groups" : "Није успело претраживање група", "New account" : "Нови налог", "Display name" : "Име за приказ", "Either password or email is required" : "Неопходна је или лозинка или и-мејл", @@ -713,6 +718,8 @@ OC.L10N.register( "Remote wipe of devices" : "Удаљено брисање уређаја", "Wipe {userid}'s devices" : "Обриши уређај од корисника {userid}", "Wiped {userid}'s devices" : "Обрисани уређаји корисника {userid}", + "Failed to load groups with details" : "Није успело учитавање група са детаљима", + "Failed to load sub admin groups with details" : "Није успело учитавање под админ група са детаљима", "Failed to update line manager" : "Није успело ажурирање надређеног менаџера", "Fully delete {userid}'s account including all their personal files, app data, etc." : "Комплетно брисање уређаја са налога корисника {userid} укључујући све личне фајлове, апликативне податке, итд.", "Account deletion" : "Брисање налога", @@ -745,6 +752,7 @@ OC.L10N.register( "Sorting" : "Сортирање", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Конфигурација система форсира сортирање група по имену. Ово такође искључује приказ броја чланова.", "Group list sorting" : "Сортирање листе група", + "Sorting only applies to the currently loaded groups for performance reasons. Groups will be loaded as you navigate or search through the list." : "Из разлога перформанси, сортирање се примењује само на тренутно учитане групе. Групе ће се учитавати како се крећете кроз листу.", "By member count" : "По броју чланова", "By name" : "По имену", "Send email" : "Пошаљи е-пошту", @@ -924,6 +932,7 @@ OC.L10N.register( "Active accounts" : "Активни налози", "Follow us on Twitter" : "Пратите нас на Твитеру", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`. Ова грешка може да буде резултат DNS неподударања на страни сервера или одлазно правило заштитног зида.", - "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Детектована је PostgreSQL верзија „%s”. За најбоље перформансе, стабилност и функционалност са овом Nextcloud верзијом, препоручује се PostgreSQL >=12 и <=16." + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Детектована је PostgreSQL верзија „%s”. За најбоље перформансе, стабилност и функционалност са овом Nextcloud верзијом, препоручује се PostgreSQL >=12 и <=16.", + "Failed to load subadmin groups with details" : "Није успело учитавање подадмин група са детаљима" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index c933af2cc06..cb0175f0542 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -102,6 +102,7 @@ "Set your password" : "Поставите лозинку", "Go to %s" : "Иди на %s", "Install Client" : "Инсталирајте клијенте", + "Logged in account must be a sub admin" : "Пријављени налог мора бити под администратор", "Apps" : "Апликације", "Personal" : "Лично", "Administration" : "Администрација", @@ -425,11 +426,14 @@ "No apps found for your version" : "Нема апликација за вашу верзију", "_%n app has an update available_::_%n apps have an update available_" : ["%n апликација има доступно ажурирање","%n апликације имају доступна ажурирања","%n апликација имају доступна ажурирања"], "_Update_::_Update all_" : ["Ажурирај","Ажурирај све","Ажурирај све"], + "Failed to load groups" : "Није успело учитавање група", "Failed to create group" : "Није успело креирање групе", "Creating group…" : "Креира се група…", "Create group" : "Креирај групу", "Group name" : "Назив групе", "Please enter a valid group name" : "Молимо вас да унесете исправно име групе", + "Search groups…" : "Претражи групе…", + "List of groups. This list is not fully populated for performance reasons. The groups will be loaded as you navigate or search through the list." : "Листа група. Ова листа није у потпуности приказана из разлога перформанси. Групе ће се приказивати како се крећете кроз листу.", "Loading groups…" : "Учитавање група...", "Could not load app discover section" : "Не може да се учита одељак откривања апликација", "Could not render element" : "Не може да се исцрта елемент", @@ -672,6 +676,7 @@ "Set line manager" : "Избор надређеног менаџера", "Account name will be autogenerated" : "Име налога ће бити генерисано аутоматски", "Account name (required)" : "Име налога (обавезно)", + "Failed to search groups" : "Није успело претраживање група", "New account" : "Нови налог", "Display name" : "Име за приказ", "Either password or email is required" : "Неопходна је или лозинка или и-мејл", @@ -711,6 +716,8 @@ "Remote wipe of devices" : "Удаљено брисање уређаја", "Wipe {userid}'s devices" : "Обриши уређај од корисника {userid}", "Wiped {userid}'s devices" : "Обрисани уређаји корисника {userid}", + "Failed to load groups with details" : "Није успело учитавање група са детаљима", + "Failed to load sub admin groups with details" : "Није успело учитавање под админ група са детаљима", "Failed to update line manager" : "Није успело ажурирање надређеног менаџера", "Fully delete {userid}'s account including all their personal files, app data, etc." : "Комплетно брисање уређаја са налога корисника {userid} укључујући све личне фајлове, апликативне податке, итд.", "Account deletion" : "Брисање налога", @@ -743,6 +750,7 @@ "Sorting" : "Сортирање", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Конфигурација система форсира сортирање група по имену. Ово такође искључује приказ броја чланова.", "Group list sorting" : "Сортирање листе група", + "Sorting only applies to the currently loaded groups for performance reasons. Groups will be loaded as you navigate or search through the list." : "Из разлога перформанси, сортирање се примењује само на тренутно учитане групе. Групе ће се учитавати како се крећете кроз листу.", "By member count" : "По броју чланова", "By name" : "По имену", "Send email" : "Пошаљи е-пошту", @@ -922,6 +930,7 @@ "Active accounts" : "Активни налози", "Follow us on Twitter" : "Пратите нас на Твитеру", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`. Ова грешка може да буде резултат DNS неподударања на страни сервера или одлазно правило заштитног зида.", - "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Детектована је PostgreSQL верзија „%s”. За најбоље перформансе, стабилност и функционалност са овом Nextcloud верзијом, препоручује се PostgreSQL >=12 и <=16." + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Детектована је PostgreSQL верзија „%s”. За најбоље перформансе, стабилност и функционалност са овом Nextcloud верзијом, препоручује се PostgreSQL >=12 и <=16.", + "Failed to load subadmin groups with details" : "Није успело учитавање подадмин група са детаљима" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 1af202bcc3a..05628f46358 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -104,6 +104,7 @@ OC.L10N.register( "Set your password" : "设置您的密码", "Go to %s" : "访问 %s", "Install Client" : "安装客户端", + "Logged in account must be a sub admin" : "登录的账号必须是子管理员", "Apps" : "应用", "Personal" : "个人", "Administration" : "管理", @@ -718,6 +719,7 @@ OC.L10N.register( "Wipe {userid}'s devices" : "擦除 {userid} 的设备", "Wiped {userid}'s devices" : "已抹除 {userid} 的设备", "Failed to load groups with details" : "无法加载包含详情的群组", + "Failed to load sub admin groups with details" : "无法加载包含详情的子管理员群组", "Failed to update line manager" : "更新行管理员失败", "Fully delete {userid}'s account including all their personal files, app data, etc." : "完全删除 {userid} 的账号,包括其所有个人文件,应用程序数据等。", "Account deletion" : "账号删除", diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index 8f865c33daa..e9506ca1850 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -102,6 +102,7 @@ "Set your password" : "设置您的密码", "Go to %s" : "访问 %s", "Install Client" : "安装客户端", + "Logged in account must be a sub admin" : "登录的账号必须是子管理员", "Apps" : "应用", "Personal" : "个人", "Administration" : "管理", @@ -716,6 +717,7 @@ "Wipe {userid}'s devices" : "擦除 {userid} 的设备", "Wiped {userid}'s devices" : "已抹除 {userid} 的设备", "Failed to load groups with details" : "无法加载包含详情的群组", + "Failed to load sub admin groups with details" : "无法加载包含详情的子管理员群组", "Failed to update line manager" : "更新行管理员失败", "Fully delete {userid}'s account including all their personal files, app data, etc." : "完全删除 {userid} 的账号,包括其所有个人文件,应用程序数据等。", "Account deletion" : "账号删除",