Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-10-01 05:26:05 +0300
committerNextcloud bot <bot@nextcloud.com>2021-10-01 05:26:05 +0300
commit4737708807203c091825bc3f65f7004abe505104 (patch)
tree42b77599c0bb50cf582eb58bd7eeb59c62f29e5a /apps
parent59174cfa7c87a515306094239355171873f81ecf (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/l10n/cs.js3
-rw-r--r--apps/settings/l10n/cs.json3
-rw-r--r--apps/settings/l10n/de.js4
-rw-r--r--apps/settings/l10n/de.json4
-rw-r--r--apps/settings/l10n/de_DE.js1
-rw-r--r--apps/settings/l10n/de_DE.json1
-rw-r--r--apps/settings/l10n/en_GB.js1
-rw-r--r--apps/settings/l10n/en_GB.json1
-rw-r--r--apps/settings/l10n/eu.js3
-rw-r--r--apps/settings/l10n/eu.json3
-rw-r--r--apps/settings/l10n/sk.js3
-rw-r--r--apps/settings/l10n/sk.json3
-rw-r--r--apps/settings/l10n/sl.js4
-rw-r--r--apps/settings/l10n/sl.json4
-rw-r--r--apps/settings/l10n/tr.js3
-rw-r--r--apps/settings/l10n/tr.json3
-rw-r--r--apps/settings/l10n/zh_HK.js3
-rw-r--r--apps/settings/l10n/zh_HK.json3
-rw-r--r--apps/settings/l10n/zh_TW.js3
-rw-r--r--apps/settings/l10n/zh_TW.json3
20 files changed, 52 insertions, 4 deletions
diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js
index 566d970eaae..d755e5be811 100644
--- a/apps/settings/l10n/cs.js
+++ b/apps/settings/l10n/cs.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"Personal" : "Osobní",
"Administration" : "Správa",
"Additional settings" : "Další nastavení",
+ "Admin right privilege" : "Oprávnění správce",
"Groupware" : "Software pro podporu spolupráce",
"Overview" : "Přehled",
"Basic settings" : "Základní nastavení",
@@ -136,7 +137,9 @@ OC.L10N.register(
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "Je používána verze MySQL „%s“. Nextcloud 21 už nebude podporovat tuto verzi a vyžaduje MySQL 8.0 nebo MariaDB 10.2 a novější.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Je používána verze PostgreSQL „%s“. Nextcloud 21 již nebude podporovat tuto verzi a vyžaduje PostgreSQL 9.6 nebo novější.",
"Nextcloud settings" : "Nastavení Nextcloud",
+ "Here you can decide which group can access some of the admin settings." : "Zde je možné rozhodnout, které skupiny mohou přistupovat k některým nastavením správy.",
"None" : "Žádné",
+ "Unable to modify setting" : "Nastavení se nedaří změnit",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvoufázové ověřování je možné vynutit pro všechny uživatele a konkrétní skupiny. Pokud nemají nastaveného poskytovatele dvoufázového ověřování, nebudou se moci přihlásit do systému.",
"Enforce two-factor authentication" : "Vynutit dvoufázové ověřování",
"Limit to groups" : "Omezit na skupiny",
diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json
index 2491fc0f4e3..87ccb0ae969 100644
--- a/apps/settings/l10n/cs.json
+++ b/apps/settings/l10n/cs.json
@@ -112,6 +112,7 @@
"Personal" : "Osobní",
"Administration" : "Správa",
"Additional settings" : "Další nastavení",
+ "Admin right privilege" : "Oprávnění správce",
"Groupware" : "Software pro podporu spolupráce",
"Overview" : "Přehled",
"Basic settings" : "Základní nastavení",
@@ -134,7 +135,9 @@
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "Je používána verze MySQL „%s“. Nextcloud 21 už nebude podporovat tuto verzi a vyžaduje MySQL 8.0 nebo MariaDB 10.2 a novější.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Je používána verze PostgreSQL „%s“. Nextcloud 21 již nebude podporovat tuto verzi a vyžaduje PostgreSQL 9.6 nebo novější.",
"Nextcloud settings" : "Nastavení Nextcloud",
+ "Here you can decide which group can access some of the admin settings." : "Zde je možné rozhodnout, které skupiny mohou přistupovat k některým nastavením správy.",
"None" : "Žádné",
+ "Unable to modify setting" : "Nastavení se nedaří změnit",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvoufázové ověřování je možné vynutit pro všechny uživatele a konkrétní skupiny. Pokud nemají nastaveného poskytovatele dvoufázového ověřování, nebudou se moci přihlásit do systému.",
"Enforce two-factor authentication" : "Vynutit dvoufázové ověřování",
"Limit to groups" : "Omezit na skupiny",
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js
index 348265e70b4..8c65746e31f 100644
--- a/apps/settings/l10n/de.js
+++ b/apps/settings/l10n/de.js
@@ -136,7 +136,9 @@ OC.L10N.register(
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "Es wird die MySQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt MySQL 8.0, MariaDB 10.2 oder höher.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Es wird die PostgreSQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt PostgreSQL 9.6 oder höher.",
"Nextcloud settings" : "Nextcloud-Einstellungen",
+ "Here you can decide which group can access some of the admin settings." : "Hier kannst Du festlegen, welche Gruppe auf einige der Verwaltungseinstellungen zugreifen kann.",
"None" : "Keine",
+ "Unable to modify setting" : "Einstellung konnte nicht geändert werden",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.",
"Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen",
"Limit to groups" : "Auf Gruppen beschränken",
@@ -217,10 +219,12 @@ OC.L10N.register(
"Copy" : "Kopieren",
"Could not copy app password. Please copy it manually." : "Das Passwort für die App konnte nicht kopiert werden. Bitte kopiere es manuell.",
"Your full name" : "Dein vollständiger Name",
+ "No full name set" : "Kein vollständiger Name festgelegt",
"Email options" : "E-Mail-Optionen",
"Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und Passwort-Zurücksetzen",
"Remove primary email" : "Primäre E-Mail-Adresse entfernen",
"Delete email" : "E-Mail löschen",
+ "This address is not confirmed" : "Diese Adresse ist nicht bestätigt",
"Your email address" : "Deine E-Mail-Adresse",
"Additional email address {index}" : "Zusätzliche E-Mail-Adresse {index}",
"No email address set" : "Keine E-Mail-Adresse angegeben",
diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json
index 011fac35451..51afffac678 100644
--- a/apps/settings/l10n/de.json
+++ b/apps/settings/l10n/de.json
@@ -134,7 +134,9 @@
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "Es wird die MySQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt MySQL 8.0, MariaDB 10.2 oder höher.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Es wird die PostgreSQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt PostgreSQL 9.6 oder höher.",
"Nextcloud settings" : "Nextcloud-Einstellungen",
+ "Here you can decide which group can access some of the admin settings." : "Hier kannst Du festlegen, welche Gruppe auf einige der Verwaltungseinstellungen zugreifen kann.",
"None" : "Keine",
+ "Unable to modify setting" : "Einstellung konnte nicht geändert werden",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.",
"Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen",
"Limit to groups" : "Auf Gruppen beschränken",
@@ -215,10 +217,12 @@
"Copy" : "Kopieren",
"Could not copy app password. Please copy it manually." : "Das Passwort für die App konnte nicht kopiert werden. Bitte kopiere es manuell.",
"Your full name" : "Dein vollständiger Name",
+ "No full name set" : "Kein vollständiger Name festgelegt",
"Email options" : "E-Mail-Optionen",
"Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und Passwort-Zurücksetzen",
"Remove primary email" : "Primäre E-Mail-Adresse entfernen",
"Delete email" : "E-Mail löschen",
+ "This address is not confirmed" : "Diese Adresse ist nicht bestätigt",
"Your email address" : "Deine E-Mail-Adresse",
"Additional email address {index}" : "Zusätzliche E-Mail-Adresse {index}",
"No email address set" : "Keine E-Mail-Adresse angegeben",
diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js
index 5807c6a88a6..9aa4158e642 100644
--- a/apps/settings/l10n/de_DE.js
+++ b/apps/settings/l10n/de_DE.js
@@ -137,6 +137,7 @@ OC.L10N.register(
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Es wird die PostgreSQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt PostgreSQL 9.6 oder höher.",
"Nextcloud settings" : "Nextcloud-Einstellungen",
"None" : "Keine",
+ "Unable to modify setting" : "Einstellung konnte nicht geändert werden",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.",
"Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen",
"Limit to groups" : "Auf Gruppen beschränken",
diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json
index ec798578cad..d496f108a60 100644
--- a/apps/settings/l10n/de_DE.json
+++ b/apps/settings/l10n/de_DE.json
@@ -135,6 +135,7 @@
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Es wird die PostgreSQL-Version \"%s\" verwendet. Nextcloud 21 wird diese Version nicht mehr unterstützen und benötigt PostgreSQL 9.6 oder höher.",
"Nextcloud settings" : "Nextcloud-Einstellungen",
"None" : "Keine",
+ "Unable to modify setting" : "Einstellung konnte nicht geändert werden",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.",
"Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen",
"Limit to groups" : "Auf Gruppen beschränken",
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js
index 1291c36f725..0c639b1e1be 100644
--- a/apps/settings/l10n/en_GB.js
+++ b/apps/settings/l10n/en_GB.js
@@ -78,6 +78,7 @@ OC.L10N.register(
"Personal" : "Personal",
"Administration" : "Administration",
"Additional settings" : "Additional settings",
+ "Admin right privilege" : "Admin privileges",
"Overview" : "Overview",
"Basic settings" : "Basic settings",
"Sharing" : "Sharing",
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json
index b387a1eafbb..35e7947fc14 100644
--- a/apps/settings/l10n/en_GB.json
+++ b/apps/settings/l10n/en_GB.json
@@ -76,6 +76,7 @@
"Personal" : "Personal",
"Administration" : "Administration",
"Additional settings" : "Additional settings",
+ "Admin right privilege" : "Admin privileges",
"Overview" : "Overview",
"Basic settings" : "Basic settings",
"Sharing" : "Sharing",
diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js
index 0f1646b26b0..248b9ecec3c 100644
--- a/apps/settings/l10n/eu.js
+++ b/apps/settings/l10n/eu.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"Personal" : "Pertsonala",
"Administration" : "Administrazioa",
"Additional settings" : "Ezarpen gehiago",
+ "Admin right privilege" : "Administratzaile eskubide pribilegioak",
"Groupware" : "Taldelanerako tresnak",
"Overview" : "Ikuspegi orokorra",
"Basic settings" : "Oinarrizko ezarpenak",
@@ -136,7 +137,9 @@ OC.L10N.register(
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" bertsioa erabiltzen da. Nextcloud 21-ek ez du bertsio hau onartzen eta MySQL 8.0 edo MariaDB 10.2 edo berriagoa behar du.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" bertsioa erabiltzen da. Nextcloud 21-ek ez du bertsio hau onartzen eta PostgreSQL 9.6 edo berriagoa behar du.",
"Nextcloud settings" : "Nextcloud ezarpenak",
+ "Here you can decide which group can access some of the admin settings." : "Hemen administratzaile ezarpenak zein taldek aldatu ditzakeen erabaki dezakezu.",
"None" : "Bat ere ez",
+ "Unable to modify setting" : "Ezin izan da ezarpena aldatu",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Bi faktoreko autentifikazioa erabiltzaile guztientzat edo talde batzuentzat ezarri daiteke. Ez badute bi faktoreko hornitzailerik konfiguratuta, ezingo dira sistemara sartu.",
"Enforce two-factor authentication" : "Bi faktoreko autentikazioa erabiltzea derrigortu",
"Limit to groups" : "Taldeetara mugatu",
diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json
index aef184c20c7..ee50394e2d3 100644
--- a/apps/settings/l10n/eu.json
+++ b/apps/settings/l10n/eu.json
@@ -112,6 +112,7 @@
"Personal" : "Pertsonala",
"Administration" : "Administrazioa",
"Additional settings" : "Ezarpen gehiago",
+ "Admin right privilege" : "Administratzaile eskubide pribilegioak",
"Groupware" : "Taldelanerako tresnak",
"Overview" : "Ikuspegi orokorra",
"Basic settings" : "Oinarrizko ezarpenak",
@@ -134,7 +135,9 @@
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" bertsioa erabiltzen da. Nextcloud 21-ek ez du bertsio hau onartzen eta MySQL 8.0 edo MariaDB 10.2 edo berriagoa behar du.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" bertsioa erabiltzen da. Nextcloud 21-ek ez du bertsio hau onartzen eta PostgreSQL 9.6 edo berriagoa behar du.",
"Nextcloud settings" : "Nextcloud ezarpenak",
+ "Here you can decide which group can access some of the admin settings." : "Hemen administratzaile ezarpenak zein taldek aldatu ditzakeen erabaki dezakezu.",
"None" : "Bat ere ez",
+ "Unable to modify setting" : "Ezin izan da ezarpena aldatu",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Bi faktoreko autentifikazioa erabiltzaile guztientzat edo talde batzuentzat ezarri daiteke. Ez badute bi faktoreko hornitzailerik konfiguratuta, ezingo dira sistemara sartu.",
"Enforce two-factor authentication" : "Bi faktoreko autentikazioa erabiltzea derrigortu",
"Limit to groups" : "Taldeetara mugatu",
diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js
index 9fdcef9e451..2ec5b713b62 100644
--- a/apps/settings/l10n/sk.js
+++ b/apps/settings/l10n/sk.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"Personal" : "Osobné",
"Administration" : "Administrácia",
"Additional settings" : "Ďalšie nastavenia",
+ "Admin right privilege" : "Oprávnenie správcu",
"Groupware" : "Groupware",
"Overview" : "Prehľad",
"Basic settings" : "Základné nastavenia",
@@ -136,7 +137,9 @@ OC.L10N.register(
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "Používa sa verzia MySQL \"%s\". Nextcloud 21 už nebude podporovať túto verziu a vyžaduje MySQL 8.0 alebo MariaDB 10.2 alebo novšia.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Používa sa verzia PostgreSQL \"%s\". Nextcloud 21 už nebude podporovať túto verziu a vyžaduje PostgreSQL 9.6 alebo novšia.",
"Nextcloud settings" : "Nastavenia Nextcloud",
+ "Here you can decide which group can access some of the admin settings." : "Tu sa môžete rozhodnúť, ktorá skupina má prístup k niektorým nastaveniam správcu.",
"None" : "Žiadny",
+ "Unable to modify setting" : "Nie je možné zmeniť nastavenie",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvojfázové overenie je možné vynútiť pre všetkých používateľov a konkrétne skupiny. Ak nemajú nastaveného poskytovateľa dvojfázového overovania nebudú sa môcť prihlásiť do systému.",
"Enforce two-factor authentication" : "Vynútiť dvojzložkové overovanie",
"Limit to groups" : "Povoľ len pre skupiny",
diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json
index 26c866f7ee4..f228b66d845 100644
--- a/apps/settings/l10n/sk.json
+++ b/apps/settings/l10n/sk.json
@@ -112,6 +112,7 @@
"Personal" : "Osobné",
"Administration" : "Administrácia",
"Additional settings" : "Ďalšie nastavenia",
+ "Admin right privilege" : "Oprávnenie správcu",
"Groupware" : "Groupware",
"Overview" : "Prehľad",
"Basic settings" : "Základné nastavenia",
@@ -134,7 +135,9 @@
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "Používa sa verzia MySQL \"%s\". Nextcloud 21 už nebude podporovať túto verziu a vyžaduje MySQL 8.0 alebo MariaDB 10.2 alebo novšia.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "Používa sa verzia PostgreSQL \"%s\". Nextcloud 21 už nebude podporovať túto verziu a vyžaduje PostgreSQL 9.6 alebo novšia.",
"Nextcloud settings" : "Nastavenia Nextcloud",
+ "Here you can decide which group can access some of the admin settings." : "Tu sa môžete rozhodnúť, ktorá skupina má prístup k niektorým nastaveniam správcu.",
"None" : "Žiadny",
+ "Unable to modify setting" : "Nie je možné zmeniť nastavenie",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvojfázové overenie je možné vynútiť pre všetkých používateľov a konkrétne skupiny. Ak nemajú nastaveného poskytovateľa dvojfázového overovania nebudú sa môcť prihlásiť do systému.",
"Enforce two-factor authentication" : "Vynútiť dvojzložkové overovanie",
"Limit to groups" : "Povoľ len pre skupiny",
diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js
index 7cc6fbd6544..24bd81d1fbc 100644
--- a/apps/settings/l10n/sl.js
+++ b/apps/settings/l10n/sl.js
@@ -152,8 +152,8 @@ OC.L10N.register(
"Update to {version}" : "Posodobi na različico {version}",
"Remove" : "Odstrani",
"Disable" : "Onemogoči",
- "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja NextCloud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
- "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja NextCloud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
+ "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja Nextcloud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
+ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja Nextcoud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoče namestiti zaradi nerazrešenih odvisnosti:",
"View in store" : "Pokaži v trgovini",
"Visit website" : "Odpri spletno stran",
diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json
index 2a11ad65fd4..6a1f66fbfbe 100644
--- a/apps/settings/l10n/sl.json
+++ b/apps/settings/l10n/sl.json
@@ -150,8 +150,8 @@
"Update to {version}" : "Posodobi na različico {version}",
"Remove" : "Odstrani",
"Disable" : "Onemogoči",
- "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja NextCloud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
- "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja NextCloud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
+ "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja Nextcloud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
+ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Program nima določene omejitve različice okolja Nextcoud. V prihodnosti se bo manjkajoči podatek pokazal kot napaka.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoče namestiti zaradi nerazrešenih odvisnosti:",
"View in store" : "Pokaži v trgovini",
"Visit website" : "Odpri spletno stran",
diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js
index aecee729d4b..b3e9ed91b14 100644
--- a/apps/settings/l10n/tr.js
+++ b/apps/settings/l10n/tr.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"Personal" : "Kişisel",
"Administration" : "Yönetim",
"Additional settings" : "Ek ayarlar",
+ "Admin right privilege" : "Yönetici yetkileri izni",
"Groupware" : "Grup çalışması",
"Overview" : "Özet",
"Basic settings" : "Temel ayarlar",
@@ -136,7 +137,9 @@ OC.L10N.register(
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8 ya da MariaDB 10.2 üzerindeki bir sürüm kullanılmalıdır.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. PostgreSQL 9.6 ya da üzerindeki bir sürüm kullanılmalıdır.",
"Nextcloud settings" : "Nextcloud ayarları",
+ "Here you can decide which group can access some of the admin settings." : "Yönetici ayarlarından bazılarına hangi grubun erişebileceğini bu bölümden seçebilirsiniz.",
"None" : "Yok",
+ "Unable to modify setting" : "Ayar değiştirilemedi",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm kullanıcılar ve belirli gruplar için iki aşamalı kimlik doğrulama kullanılır. Yapılandırılmış bir iki aşamalı kimlik doğrulama hizmeti sağlayıcısı olmayan kullanıcılar oturum açamaz.",
"Enforce two-factor authentication" : "İki aşamalı kimlik doğrulama dayatılsın",
"Limit to groups" : "Şu gruplarla sınırlansın",
diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json
index 32fe381eaff..5ff1c0434c7 100644
--- a/apps/settings/l10n/tr.json
+++ b/apps/settings/l10n/tr.json
@@ -112,6 +112,7 @@
"Personal" : "Kişisel",
"Administration" : "Yönetim",
"Additional settings" : "Ek ayarlar",
+ "Admin right privilege" : "Yönetici yetkileri izni",
"Groupware" : "Grup çalışması",
"Overview" : "Özet",
"Basic settings" : "Temel ayarlar",
@@ -134,7 +135,9 @@
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8 ya da MariaDB 10.2 üzerindeki bir sürüm kullanılmalıdır.",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. PostgreSQL 9.6 ya da üzerindeki bir sürüm kullanılmalıdır.",
"Nextcloud settings" : "Nextcloud ayarları",
+ "Here you can decide which group can access some of the admin settings." : "Yönetici ayarlarından bazılarına hangi grubun erişebileceğini bu bölümden seçebilirsiniz.",
"None" : "Yok",
+ "Unable to modify setting" : "Ayar değiştirilemedi",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm kullanıcılar ve belirli gruplar için iki aşamalı kimlik doğrulama kullanılır. Yapılandırılmış bir iki aşamalı kimlik doğrulama hizmeti sağlayıcısı olmayan kullanıcılar oturum açamaz.",
"Enforce two-factor authentication" : "İki aşamalı kimlik doğrulama dayatılsın",
"Limit to groups" : "Şu gruplarla sınırlansın",
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js
index 47414fdc8c4..97891276ecc 100644
--- a/apps/settings/l10n/zh_HK.js
+++ b/apps/settings/l10n/zh_HK.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"Personal" : "個人",
"Administration" : "管理",
"Additional settings" : "其他設定",
+ "Admin right privilege" : "管理員權限",
"Groupware" : "協作應用程式",
"Overview" : "概覽",
"Basic settings" : "基本設定",
@@ -136,7 +137,9 @@ OC.L10N.register(
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 不再支援此版本,並需要 MySQL 8.0、MariaDB 10.2 或更新版本。",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 不再支援此版本,並需要 PostgreSQL 9.6 或更新版本。",
"Nextcloud settings" : "Nextcloud 設定",
+ "Here you can decide which group can access some of the admin settings." : "您可以在此處決定哪個群組可以存取哪些管理設定。",
"None" : "無",
+ "Unable to modify setting" : "無法修改設定",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有用戶與特定群組實施雙重認證。如果他們沒有設定雙重認證提供者,那麼他們就會無法登入系統。",
"Enforce two-factor authentication" : "強制雙重認證",
"Limit to groups" : "限制給特定群組",
diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json
index 29d7f1b2b32..956df0a51e7 100644
--- a/apps/settings/l10n/zh_HK.json
+++ b/apps/settings/l10n/zh_HK.json
@@ -112,6 +112,7 @@
"Personal" : "個人",
"Administration" : "管理",
"Additional settings" : "其他設定",
+ "Admin right privilege" : "管理員權限",
"Groupware" : "協作應用程式",
"Overview" : "概覽",
"Basic settings" : "基本設定",
@@ -134,7 +135,9 @@
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 不再支援此版本,並需要 MySQL 8.0、MariaDB 10.2 或更新版本。",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 不再支援此版本,並需要 PostgreSQL 9.6 或更新版本。",
"Nextcloud settings" : "Nextcloud 設定",
+ "Here you can decide which group can access some of the admin settings." : "您可以在此處決定哪個群組可以存取哪些管理設定。",
"None" : "無",
+ "Unable to modify setting" : "無法修改設定",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有用戶與特定群組實施雙重認證。如果他們沒有設定雙重認證提供者,那麼他們就會無法登入系統。",
"Enforce two-factor authentication" : "強制雙重認證",
"Limit to groups" : "限制給特定群組",
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js
index c80a9abe978..d49c22c489a 100644
--- a/apps/settings/l10n/zh_TW.js
+++ b/apps/settings/l10n/zh_TW.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"Personal" : "個人",
"Administration" : "管理",
"Additional settings" : "其他設定",
+ "Admin right privilege" : "管理員權限",
"Groupware" : "協作應用程式",
"Overview" : "概覽",
"Basic settings" : "基本設定",
@@ -136,7 +137,9 @@ OC.L10N.register(
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 將不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 不再支援此版本,並需要 PostgreSQL 9.6 或更新版本。",
"Nextcloud settings" : "Nextcloud 設定",
+ "Here you can decide which group can access some of the admin settings." : "您可以在此決定哪些群組可以存取哪些管理設定。",
"None" : "無",
+ "Unable to modify setting" : "無法修改設定",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有使用者與特定群組強制啟用雙因素驗證。如果他們沒有設定雙因素驗證提供者,那麼他們就會無法登入系統。",
"Enforce two-factor authentication" : "強制雙因素驗證",
"Limit to groups" : "限制給特定群組",
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json
index a561cb9b9c3..4db594e4156 100644
--- a/apps/settings/l10n/zh_TW.json
+++ b/apps/settings/l10n/zh_TW.json
@@ -112,6 +112,7 @@
"Personal" : "個人",
"Administration" : "管理",
"Additional settings" : "其他設定",
+ "Admin right privilege" : "管理員權限",
"Groupware" : "協作應用程式",
"Overview" : "概覽",
"Basic settings" : "基本設定",
@@ -134,7 +135,9 @@
"MySQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 將不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。",
"PostgreSQL version \"%s\" is used. Nextcloud 21 will no longer support this version and requires PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 不再支援此版本,並需要 PostgreSQL 9.6 或更新版本。",
"Nextcloud settings" : "Nextcloud 設定",
+ "Here you can decide which group can access some of the admin settings." : "您可以在此決定哪些群組可以存取哪些管理設定。",
"None" : "無",
+ "Unable to modify setting" : "無法修改設定",
"Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有使用者與特定群組強制啟用雙因素驗證。如果他們沒有設定雙因素驗證提供者,那麼他們就會無法登入系統。",
"Enforce two-factor authentication" : "強制雙因素驗證",
"Limit to groups" : "限制給特定群組",