summaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/l10n/cs.js5
-rw-r--r--apps/settings/l10n/cs.json5
-rw-r--r--apps/settings/l10n/de.js27
-rw-r--r--apps/settings/l10n/de.json27
-rw-r--r--apps/settings/l10n/el.js2
-rw-r--r--apps/settings/l10n/el.json2
-rw-r--r--apps/settings/l10n/es.js5
-rw-r--r--apps/settings/l10n/es.json5
-rw-r--r--apps/settings/l10n/fa.js12
-rw-r--r--apps/settings/l10n/fa.json12
-rw-r--r--apps/settings/l10n/ja.js54
-rw-r--r--apps/settings/l10n/ja.json54
-rw-r--r--apps/settings/l10n/pl.js5
-rw-r--r--apps/settings/l10n/pl.json5
-rw-r--r--apps/settings/l10n/sk.js9
-rw-r--r--apps/settings/l10n/sk.json9
-rw-r--r--apps/settings/l10n/tr.js5
-rw-r--r--apps/settings/l10n/tr.json5
-rw-r--r--apps/settings/l10n/zh_HK.js2
-rw-r--r--apps/settings/l10n/zh_HK.json2
-rw-r--r--apps/settings/lib/Controller/CheckSetupController.php6
-rw-r--r--apps/settings/lib/Settings/Admin/Sharing.php2
-rw-r--r--apps/settings/src/admin.js6
-rw-r--r--apps/settings/tests/Settings/Admin/SharingTest.php8
24 files changed, 236 insertions, 38 deletions
diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js
index d4e3c3a6eb0..81f3b071dbc 100644
--- a/apps/settings/l10n/cs.js
+++ b/apps/settings/l10n/cs.js
@@ -54,6 +54,8 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "Vymazání na dálku spuštěno na %1$s",
"Remote wipe has finished on %1$s" : "Vymazání na dálku bylo na %1$s dokončeno",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Vaše <strong>heslo</strong> nebo <strong>e-mail</strong> bylo změněno",
+ "Could not remove app." : "Aplikaci se nedaří odebrat.",
+ "Could not update app." : "Aplikaci se nedaří aktualizovat.",
"Wrong password" : "Nesprávné heslo",
"Unable to change personal password" : "Osobní heslo se nedaří změnit",
"Saved" : "Uloženo",
@@ -61,6 +63,7 @@ OC.L10N.register(
"Authentication error" : "Chyba přihlášení",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Zadejte správcovské heslo pro obnovu, jinak budou všechna uživatelská data ztracena.",
"Wrong admin recovery password. Please check the password and try again." : "Chybné heslo správce pro obnovu. Překontrolujte správnost jeho zadání a zkuste to znovu.",
+ "Backend does not support password change, but the user's encryption key was updated." : "Podpůrná vrstva nepodporuje změnu hesla, ale uživatelův šifrovací klíč byl aktualizován.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "Instalovat a aktualizovat aplikace prostřednictvím katalogu nebo federované cloudové sdílení",
"Federated Cloud Sharing" : "Federované cloudové sdílení",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL používá zastaralou verzi %1$s (%2$s). Aktualizujte operační systém jinak funkce jako například %3$s nebudou fungovat spolehlivě.",
@@ -227,8 +230,10 @@ OC.L10N.register(
"Copied!" : "Zkopírováno",
"Copy" : "Zkopírovat",
"Could not copy app password. Please copy it manually." : "Nedaří se zkopírovat heslo pro aplikaci. Zkopírujte ho ručně.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Pro správnou funkci serveru je důležité správně nastavit úlohy spouštěné na pozadí. Doporučenou metodou je použití systémového plánovače (cron). Další informace naleznete v dokumentaci.",
"Last job execution ran {time}. Something seems wrong." : "Minulé vykonání úlohy bylo {time}. Zdá se, že něco není v pořádku.",
"Last job ran {relativeTime}." : "Úloha minule běžela {relativeTime}.",
+ "Background job did not run yet!" : "Úloha na pozadí ještě nebyla spuštěná!",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Vykonat jednu úlohu při každém načtení stránky. Příklad použití: instance pro jednoho uživatele.",
"Webcron" : "Webcron",
diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json
index 357fcff3fa1..fecfcf6f702 100644
--- a/apps/settings/l10n/cs.json
+++ b/apps/settings/l10n/cs.json
@@ -52,6 +52,8 @@
"Remote wipe was started on %1$s" : "Vymazání na dálku spuštěno na %1$s",
"Remote wipe has finished on %1$s" : "Vymazání na dálku bylo na %1$s dokončeno",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Vaše <strong>heslo</strong> nebo <strong>e-mail</strong> bylo změněno",
+ "Could not remove app." : "Aplikaci se nedaří odebrat.",
+ "Could not update app." : "Aplikaci se nedaří aktualizovat.",
"Wrong password" : "Nesprávné heslo",
"Unable to change personal password" : "Osobní heslo se nedaří změnit",
"Saved" : "Uloženo",
@@ -59,6 +61,7 @@
"Authentication error" : "Chyba přihlášení",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Zadejte správcovské heslo pro obnovu, jinak budou všechna uživatelská data ztracena.",
"Wrong admin recovery password. Please check the password and try again." : "Chybné heslo správce pro obnovu. Překontrolujte správnost jeho zadání a zkuste to znovu.",
+ "Backend does not support password change, but the user's encryption key was updated." : "Podpůrná vrstva nepodporuje změnu hesla, ale uživatelův šifrovací klíč byl aktualizován.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "Instalovat a aktualizovat aplikace prostřednictvím katalogu nebo federované cloudové sdílení",
"Federated Cloud Sharing" : "Federované cloudové sdílení",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL používá zastaralou verzi %1$s (%2$s). Aktualizujte operační systém jinak funkce jako například %3$s nebudou fungovat spolehlivě.",
@@ -225,8 +228,10 @@
"Copied!" : "Zkopírováno",
"Copy" : "Zkopírovat",
"Could not copy app password. Please copy it manually." : "Nedaří se zkopírovat heslo pro aplikaci. Zkopírujte ho ručně.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Pro správnou funkci serveru je důležité správně nastavit úlohy spouštěné na pozadí. Doporučenou metodou je použití systémového plánovače (cron). Další informace naleznete v dokumentaci.",
"Last job execution ran {time}. Something seems wrong." : "Minulé vykonání úlohy bylo {time}. Zdá se, že něco není v pořádku.",
"Last job ran {relativeTime}." : "Úloha minule běžela {relativeTime}.",
+ "Background job did not run yet!" : "Úloha na pozadí ještě nebyla spuštěná!",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Vykonat jednu úlohu při každém načtení stránky. Příklad použití: instance pro jednoho uživatele.",
"Webcron" : "Webcron",
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js
index d80652ab7df..85626c11e34 100644
--- a/apps/settings/l10n/de.js
+++ b/apps/settings/l10n/de.js
@@ -54,6 +54,8 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "Fernlöschung wurde am %1$s gestartet",
"Remote wipe has finished on %1$s" : "Fernlöschung wurde am %1$s abgeschlossen",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Dein <strong>Passwort</strong> oder Deine <strong>E-Mail-Adresse</strong> wurde geändert",
+ "Could not remove app." : "App konnte nicht entfernt werden",
+ "Could not update app." : "App konnte nicht aktualisiert werden",
"Wrong password" : "Falsches Passwort",
"Unable to change personal password" : "Das persönliche Passwort konnte nicht geändert werden",
"Saved" : "Gespeichert",
@@ -61,9 +63,13 @@ OC.L10N.register(
"Authentication error" : "Authentifizierungsfehler",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte gib ein Wiederherstellungspasswort für das Administratorkonto an, da sonst alle Benutzerdaten verlorengehen.",
"Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfe das Passwort und versuche es erneut.",
+ "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Benutzers wurde aktualisiert",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "Installieren und Aktualisieren von Apps durch den App-Store oder durch Federated-Cloud-Sharing",
"Federated Cloud Sharing" : "Federated-Cloud-Sharing",
- "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL verwendet eine veraltete %1$s Version (%2$s). Bitte aktualisiere Dein Betriebssystem, da ansonsten Funktionen, wie z.B. %3$s, nicht zuverlässig funktionieren.",
+ "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL verwendet eine veraltete %1$s Version (%2$s). Bitte aktualisiere Dein Betriebssystem, da ansonsten Funktionen, wie z. B. %3$s, nicht zuverlässig funktionieren.",
+ "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. Für eine bessere Leistung empfiehlt es sich, das Modul in Ihre PHP-Installation zu laden.",
+ "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcache ist deaktiviert. Für eine bessere Leistung wird empfohlen, <code>opcache.enable=1</code> in Deiner PHP-Konfiguration anzuwenden.",
+ "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache ist so konfiguriert, dass Codekommentare entfernt werden. Wenn OPcache aktiviert ist, muss <code>opcache.save_comments=1</code> gesetzt werden, damit Nextcloud funktioniert.",
"The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Der OPcache-Puffer ist fast voll. Um sicherzustellen, dass alle Skripte im Cache gehalten werden können, wird empfohlen, <code>opcache.memory_consumption</code> in Deiner PHP-Konfiguration mit einem höheren Wert als <code>%s</code> anzuwenden.",
"The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Der OPcache-Zwischenspeicher für interne Zeichenfolgen ist fast voll. Um sicherzustellen, dass sich wiederholende Zeichenfolgen effektiv zwischengespeichert werden können, wird empfohlen, <code>opcache.interned_strings_buffer</code> mit einem Wert größer als <code>%s</code> in Deiner PHP-Konfiguration anzuwenden.",
"Invalid SMTP password." : "Ungültiges SMTP-Passwort",
@@ -129,6 +135,7 @@ OC.L10N.register(
"There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.",
"Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Es wurden ungültige UUIDs von LDAP-Benutzern oder -Gruppen gefunden. Bitte überprüfe Deine „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwende „occ ldap:update-uuid“, um sie zu aktualisieren.",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Das alte serverseitige Verschlüsselungsformat ist aktiviert. Wir empfehlen, es zu deaktivieren.",
+ "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.",
"Profile information" : "Profilinformation",
"Nextcloud settings" : "Nextcloud-Einstellungen",
"Administration privileges" : "Administratorrechte",
@@ -240,7 +247,7 @@ OC.L10N.register(
"Unable to update full name" : "Der vollständige Name konnte nicht aktualisiert werden",
"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",
+ "Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und zum Zurücksetzen des Passworts",
"Remove primary email" : "Primäre E-Mail-Adresse entfernen",
"Delete email" : "E-Mail löschen",
"Unset as primary email" : "Als primäre E-Mail-Adresse deaktivieren",
@@ -258,15 +265,15 @@ OC.L10N.register(
"Your headline" : "Deine Überschrift",
"Unable to update headline" : "Überschrift konnte nicht aktualisiert werden",
"Language" : "Sprache",
- "Help translate" : "Hilf bei der Übersetzung",
+ "Help translate" : "Hilf bei der Übersetzung mit",
"Unable to update language" : "Sprache konnte nicht aktualisiert werden",
"No language set" : "Keine Sprache eingestellt.",
"Your organisation" : "Deine Organisation",
"Unable to update organisation" : "Organisation konnte nicht aktualisiert werden",
- "Edit your Profile visibility" : "Bearbeite die Sichtbarkeit Deines Profils",
+ "Edit your Profile visibility" : "Sichtbarkeit des Profils anpassen",
"Enable Profile" : "Profil aktivieren",
"Unable to update profile enabled state" : "Der Status für aktiviertes Profil konnte nicht aktualisiert werden",
- "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Die restriktivere Einstellung von Sichtbarkeit oder Bereich wird in Deinem\n Profil berücksichtigt. Wenn beispielsweise die Sichtbarkeit auf \"Für alle anzeigen\" und der Bereich auf \"Privat\" festgelegt ist, wird \"Privat\" respektiert.",
+ "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Die restriktivere Einstellung von Sichtbarkeit oder Bereich wird in Deinem Profil berücksichtigt. Wenn beispielsweise die Sichtbarkeit auf \"Für jeden sichtbar\" und der Bereich auf \"Privat\" festgelegt ist, wird \"Privat\" respektiert.",
"{displayId}" : "{displayId}",
"Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden",
"Your role" : "Deine Funktion",
@@ -365,11 +372,11 @@ OC.L10N.register(
"Role" : "Funktion",
"Twitter" : "Twitter",
"Website" : "Webseite",
- "Profile visibility" : "Sichtbarkeit des Profils",
+ "Profile visibility" : "Sichtbarkeit Deines Profils",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.",
"Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wende Dich bei Fragen an Deinen Systemadministrator",
- "Show to everyone" : "Jedem anzeigen",
- "Show to logged in users only" : "Nur angemeldeten Benutzern anzeigen",
+ "Show to everyone" : "Für jeden sichtbar",
+ "Show to logged in users only" : "Nur für angemeldete Benutzer sichtbar",
"Hide" : "Ausblenden",
"Download and enable" : "Herunterladen und aktivieren",
"Enable untested app" : "Ungetestete App aktivieren",
@@ -388,7 +395,7 @@ OC.L10N.register(
"SSL/TLS" : "SSL/TLS",
"STARTTLS" : "STARTTLS",
"Open documentation" : "Dokumentation öffnen",
- "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es ist wichtig diesen Server so zu konfigurieren, dass E-Mails versandt werden können, z.B. für den Passwort-Reset und Benachrichtigungen.",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es ist wichtig, diesen Server so zu konfigurieren, dass E-Mails versandt werden können, z. B. zum Zurücksetzen des Passworts und für Benachrichtigungen.",
"Send mode" : "Sendemodus",
"Encryption" : "Verschlüsselung",
"Sendmail mode" : "Sendmail-Modus",
@@ -412,7 +419,7 @@ OC.L10N.register(
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Überprüfe die Sicherheit Deiner Nextcloud über <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">unseren Sicherheitsscanner ↗</a>.",
"Version" : "Version",
"Server-side encryption" : "Serverseitige Verschlüsselung",
- "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Serverseitige Verschlüsselung ermöglicht es die auf diesen Server hochgeladenen Dateien zu verschlüsseln. Dies führt allerdings auch zu Nachteilen, wie z.B. einem Geschwindigkeitsverlust. Sie sollte deshalb nur eingeschaltet werden, wenn sie wirklich benötigt wird.",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Serverseitige Verschlüsselung ermöglicht es, die auf diesen Server hochgeladenen Dateien zu verschlüsseln. Dies führt allerdings auch zu Nachteilen, wie z. B. einem Geschwindigkeitsverlust. Sie sollte deshalb nur eingeschaltet werden, wenn sie wirklich benötigt wird.",
"Enable server-side encryption" : "Serverseitige Verschlüsselung aktivieren",
"Please read carefully before activating server-side encryption: " : "Bitte sorgfältig lesen, bevor die serverseitige Verschlüsselung aktiviert wird:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Wird die Verschlüsselung einmal aktiviert, so werden alle ab diesem Zeitpunkt hochgeladene Dateien verschlüsselt. Sie kann nur wieder deaktiviert werden, wenn das Verschlüsselungsmodul dies unterstützt und alle Voraussetzungen (wie das Setzen eines Wiederherstellungsschlüssels) im Vorhinein erfüllt wurden.",
diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json
index b6b4df5da64..10f54fbb53a 100644
--- a/apps/settings/l10n/de.json
+++ b/apps/settings/l10n/de.json
@@ -52,6 +52,8 @@
"Remote wipe was started on %1$s" : "Fernlöschung wurde am %1$s gestartet",
"Remote wipe has finished on %1$s" : "Fernlöschung wurde am %1$s abgeschlossen",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Dein <strong>Passwort</strong> oder Deine <strong>E-Mail-Adresse</strong> wurde geändert",
+ "Could not remove app." : "App konnte nicht entfernt werden",
+ "Could not update app." : "App konnte nicht aktualisiert werden",
"Wrong password" : "Falsches Passwort",
"Unable to change personal password" : "Das persönliche Passwort konnte nicht geändert werden",
"Saved" : "Gespeichert",
@@ -59,9 +61,13 @@
"Authentication error" : "Authentifizierungsfehler",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte gib ein Wiederherstellungspasswort für das Administratorkonto an, da sonst alle Benutzerdaten verlorengehen.",
"Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfe das Passwort und versuche es erneut.",
+ "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Benutzers wurde aktualisiert",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "Installieren und Aktualisieren von Apps durch den App-Store oder durch Federated-Cloud-Sharing",
"Federated Cloud Sharing" : "Federated-Cloud-Sharing",
- "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL verwendet eine veraltete %1$s Version (%2$s). Bitte aktualisiere Dein Betriebssystem, da ansonsten Funktionen, wie z.B. %3$s, nicht zuverlässig funktionieren.",
+ "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL verwendet eine veraltete %1$s Version (%2$s). Bitte aktualisiere Dein Betriebssystem, da ansonsten Funktionen, wie z. B. %3$s, nicht zuverlässig funktionieren.",
+ "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. Für eine bessere Leistung empfiehlt es sich, das Modul in Ihre PHP-Installation zu laden.",
+ "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcache ist deaktiviert. Für eine bessere Leistung wird empfohlen, <code>opcache.enable=1</code> in Deiner PHP-Konfiguration anzuwenden.",
+ "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache ist so konfiguriert, dass Codekommentare entfernt werden. Wenn OPcache aktiviert ist, muss <code>opcache.save_comments=1</code> gesetzt werden, damit Nextcloud funktioniert.",
"The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Der OPcache-Puffer ist fast voll. Um sicherzustellen, dass alle Skripte im Cache gehalten werden können, wird empfohlen, <code>opcache.memory_consumption</code> in Deiner PHP-Konfiguration mit einem höheren Wert als <code>%s</code> anzuwenden.",
"The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Der OPcache-Zwischenspeicher für interne Zeichenfolgen ist fast voll. Um sicherzustellen, dass sich wiederholende Zeichenfolgen effektiv zwischengespeichert werden können, wird empfohlen, <code>opcache.interned_strings_buffer</code> mit einem Wert größer als <code>%s</code> in Deiner PHP-Konfiguration anzuwenden.",
"Invalid SMTP password." : "Ungültiges SMTP-Passwort",
@@ -127,6 +133,7 @@
"There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.",
"Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Es wurden ungültige UUIDs von LDAP-Benutzern oder -Gruppen gefunden. Bitte überprüfe Deine „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwende „occ ldap:update-uuid“, um sie zu aktualisieren.",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Das alte serverseitige Verschlüsselungsformat ist aktiviert. Wir empfehlen, es zu deaktivieren.",
+ "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.",
"Profile information" : "Profilinformation",
"Nextcloud settings" : "Nextcloud-Einstellungen",
"Administration privileges" : "Administratorrechte",
@@ -238,7 +245,7 @@
"Unable to update full name" : "Der vollständige Name konnte nicht aktualisiert werden",
"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",
+ "Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und zum Zurücksetzen des Passworts",
"Remove primary email" : "Primäre E-Mail-Adresse entfernen",
"Delete email" : "E-Mail löschen",
"Unset as primary email" : "Als primäre E-Mail-Adresse deaktivieren",
@@ -256,15 +263,15 @@
"Your headline" : "Deine Überschrift",
"Unable to update headline" : "Überschrift konnte nicht aktualisiert werden",
"Language" : "Sprache",
- "Help translate" : "Hilf bei der Übersetzung",
+ "Help translate" : "Hilf bei der Übersetzung mit",
"Unable to update language" : "Sprache konnte nicht aktualisiert werden",
"No language set" : "Keine Sprache eingestellt.",
"Your organisation" : "Deine Organisation",
"Unable to update organisation" : "Organisation konnte nicht aktualisiert werden",
- "Edit your Profile visibility" : "Bearbeite die Sichtbarkeit Deines Profils",
+ "Edit your Profile visibility" : "Sichtbarkeit des Profils anpassen",
"Enable Profile" : "Profil aktivieren",
"Unable to update profile enabled state" : "Der Status für aktiviertes Profil konnte nicht aktualisiert werden",
- "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Die restriktivere Einstellung von Sichtbarkeit oder Bereich wird in Deinem\n Profil berücksichtigt. Wenn beispielsweise die Sichtbarkeit auf \"Für alle anzeigen\" und der Bereich auf \"Privat\" festgelegt ist, wird \"Privat\" respektiert.",
+ "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Die restriktivere Einstellung von Sichtbarkeit oder Bereich wird in Deinem Profil berücksichtigt. Wenn beispielsweise die Sichtbarkeit auf \"Für jeden sichtbar\" und der Bereich auf \"Privat\" festgelegt ist, wird \"Privat\" respektiert.",
"{displayId}" : "{displayId}",
"Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden",
"Your role" : "Deine Funktion",
@@ -363,11 +370,11 @@
"Role" : "Funktion",
"Twitter" : "Twitter",
"Website" : "Webseite",
- "Profile visibility" : "Sichtbarkeit des Profils",
+ "Profile visibility" : "Sichtbarkeit Deines Profils",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.",
"Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wende Dich bei Fragen an Deinen Systemadministrator",
- "Show to everyone" : "Jedem anzeigen",
- "Show to logged in users only" : "Nur angemeldeten Benutzern anzeigen",
+ "Show to everyone" : "Für jeden sichtbar",
+ "Show to logged in users only" : "Nur für angemeldete Benutzer sichtbar",
"Hide" : "Ausblenden",
"Download and enable" : "Herunterladen und aktivieren",
"Enable untested app" : "Ungetestete App aktivieren",
@@ -386,7 +393,7 @@
"SSL/TLS" : "SSL/TLS",
"STARTTLS" : "STARTTLS",
"Open documentation" : "Dokumentation öffnen",
- "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es ist wichtig diesen Server so zu konfigurieren, dass E-Mails versandt werden können, z.B. für den Passwort-Reset und Benachrichtigungen.",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es ist wichtig, diesen Server so zu konfigurieren, dass E-Mails versandt werden können, z. B. zum Zurücksetzen des Passworts und für Benachrichtigungen.",
"Send mode" : "Sendemodus",
"Encryption" : "Verschlüsselung",
"Sendmail mode" : "Sendmail-Modus",
@@ -410,7 +417,7 @@
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Überprüfe die Sicherheit Deiner Nextcloud über <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">unseren Sicherheitsscanner ↗</a>.",
"Version" : "Version",
"Server-side encryption" : "Serverseitige Verschlüsselung",
- "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Serverseitige Verschlüsselung ermöglicht es die auf diesen Server hochgeladenen Dateien zu verschlüsseln. Dies führt allerdings auch zu Nachteilen, wie z.B. einem Geschwindigkeitsverlust. Sie sollte deshalb nur eingeschaltet werden, wenn sie wirklich benötigt wird.",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Serverseitige Verschlüsselung ermöglicht es, die auf diesen Server hochgeladenen Dateien zu verschlüsseln. Dies führt allerdings auch zu Nachteilen, wie z. B. einem Geschwindigkeitsverlust. Sie sollte deshalb nur eingeschaltet werden, wenn sie wirklich benötigt wird.",
"Enable server-side encryption" : "Serverseitige Verschlüsselung aktivieren",
"Please read carefully before activating server-side encryption: " : "Bitte sorgfältig lesen, bevor die serverseitige Verschlüsselung aktiviert wird:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Wird die Verschlüsselung einmal aktiviert, so werden alle ab diesem Zeitpunkt hochgeladene Dateien verschlüsselt. Sie kann nur wieder deaktiviert werden, wenn das Verschlüsselungsmodul dies unterstützt und alle Voraussetzungen (wie das Setzen eines Wiederherstellungsschlüssels) im Vorhinein erfüllt wurden.",
diff --git a/apps/settings/l10n/el.js b/apps/settings/l10n/el.js
index 1ee32a4ca86..7ad8f009232 100644
--- a/apps/settings/l10n/el.js
+++ b/apps/settings/l10n/el.js
@@ -125,7 +125,7 @@ OC.L10N.register(
"There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Υπάρχουν ορισμένα πιστοποιητικά SSL εισαγόμενα από τον χρήστη, τα οποία δεν χρησιμοποιούνται πλέον με το Nextcloud 21. Μπορούν να εισαχθούν στη γραμμή εντολών μέσω της εντολής \"occ security: documents: import\". Οι διαδρομές τους στον κατάλογο δεδομένων εμφανίζονται παρακάτω.",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Η παλιά διαμόρφωση κρυπτογράφησης από διακομιστή σε διακομιστή είναι ενεργοποιημένη. Σας προτείνουμε να την απενεργοποιήσετε.",
"Nextcloud settings" : "Ρυθμίσεις Nextcloud ",
- "Administration privileges" : "Προνόμια διαχείρισης",
+ "Administration privileges" : "Προνόμια διαχειριστή",
"Here you can decide which group can access certain sections of the administration settings." : "Εδώ ορίστε ποια ομάδα μπορεί να έχει πρόσβαση σε ορισμένες ενότητες των ρυθμίσεων διαχείρισης.",
"None" : "Τίποτα",
"Unable to modify setting" : "Δεν είναι δυνατή η τροποποίηση της ρύθμισης",
diff --git a/apps/settings/l10n/el.json b/apps/settings/l10n/el.json
index 0ed7985b99e..1d4a465e8b3 100644
--- a/apps/settings/l10n/el.json
+++ b/apps/settings/l10n/el.json
@@ -123,7 +123,7 @@
"There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Υπάρχουν ορισμένα πιστοποιητικά SSL εισαγόμενα από τον χρήστη, τα οποία δεν χρησιμοποιούνται πλέον με το Nextcloud 21. Μπορούν να εισαχθούν στη γραμμή εντολών μέσω της εντολής \"occ security: documents: import\". Οι διαδρομές τους στον κατάλογο δεδομένων εμφανίζονται παρακάτω.",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Η παλιά διαμόρφωση κρυπτογράφησης από διακομιστή σε διακομιστή είναι ενεργοποιημένη. Σας προτείνουμε να την απενεργοποιήσετε.",
"Nextcloud settings" : "Ρυθμίσεις Nextcloud ",
- "Administration privileges" : "Προνόμια διαχείρισης",
+ "Administration privileges" : "Προνόμια διαχειριστή",
"Here you can decide which group can access certain sections of the administration settings." : "Εδώ ορίστε ποια ομάδα μπορεί να έχει πρόσβαση σε ορισμένες ενότητες των ρυθμίσεων διαχείρισης.",
"None" : "Τίποτα",
"Unable to modify setting" : "Δεν είναι δυνατή η τροποποίηση της ρύθμισης",
diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js
index 3bd1062fce7..daf5ae22be3 100644
--- a/apps/settings/l10n/es.js
+++ b/apps/settings/l10n/es.js
@@ -54,6 +54,8 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "El borrado remoto se inició en %1$s",
"Remote wipe has finished on %1$s" : "El borrado remoto finalizó en %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Tu <strong>contraseña</strong> o <strong>dirección de correo</strong> fue modificada",
+ "Could not remove app." : "No se ha podido eliminar la app.",
+ "Could not update app." : "No se ha podido actualizar la app.",
"Wrong password" : "Contraseña incorrecta",
"Unable to change personal password" : "No se ha podido cambiar la contraseña",
"Saved" : "Guardado",
@@ -61,6 +63,7 @@ OC.L10N.register(
"Authentication error" : "Error de autenticación",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor, asigna una contraseña de recuperación del administrador; si no lo haces, se perderán todos los datos de los usuarios.",
"Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor comprueba la contraseña e inténtalo de nuevo.",
+ "Backend does not support password change, but the user's encryption key was updated." : "El motor no soporta el cambio de contraseña, pero se ha actualizado la clave de cifrado.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "instalando y actualizando las apps a través de la App Store o la nube compartida federada",
"Federated Cloud Sharing" : "Compartido en Nube Federada",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL está usando una versión desactualizada %1$s (%2$s). Por favor, actualiza tu sistema operativo o funciones como %3$s no funcionarán de forma fiable.",
@@ -227,8 +230,10 @@ OC.L10N.register(
"Copied!" : "¡Copiado!",
"Copy" : "Copiar",
"Could not copy app password. Please copy it manually." : "No se ha podido copiar la contraseña de app. Por favor, cópiala manualmente.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Para que el servidor trabaje bien, es importante configurar correctamente los trabajos en segundo plano. La configuración recomendada es cron. Por favor, ver la documentación para más información.",
"Last job execution ran {time}. Something seems wrong." : "La última ejecución de un trabajo fue {time}. Algo parece ir mal. ",
"Last job ran {relativeTime}." : "Último trabajo realizado {relativeTime}.",
+ "Background job did not run yet!" : "¡El trabajo en segundo plano no se ha ejecutado todavía!",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: Instancia de un solo usuario.",
"Webcron" : "Webcron",
diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json
index 13f65edb9cf..99070443157 100644
--- a/apps/settings/l10n/es.json
+++ b/apps/settings/l10n/es.json
@@ -52,6 +52,8 @@
"Remote wipe was started on %1$s" : "El borrado remoto se inició en %1$s",
"Remote wipe has finished on %1$s" : "El borrado remoto finalizó en %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Tu <strong>contraseña</strong> o <strong>dirección de correo</strong> fue modificada",
+ "Could not remove app." : "No se ha podido eliminar la app.",
+ "Could not update app." : "No se ha podido actualizar la app.",
"Wrong password" : "Contraseña incorrecta",
"Unable to change personal password" : "No se ha podido cambiar la contraseña",
"Saved" : "Guardado",
@@ -59,6 +61,7 @@
"Authentication error" : "Error de autenticación",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor, asigna una contraseña de recuperación del administrador; si no lo haces, se perderán todos los datos de los usuarios.",
"Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor comprueba la contraseña e inténtalo de nuevo.",
+ "Backend does not support password change, but the user's encryption key was updated." : "El motor no soporta el cambio de contraseña, pero se ha actualizado la clave de cifrado.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "instalando y actualizando las apps a través de la App Store o la nube compartida federada",
"Federated Cloud Sharing" : "Compartido en Nube Federada",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL está usando una versión desactualizada %1$s (%2$s). Por favor, actualiza tu sistema operativo o funciones como %3$s no funcionarán de forma fiable.",
@@ -225,8 +228,10 @@
"Copied!" : "¡Copiado!",
"Copy" : "Copiar",
"Could not copy app password. Please copy it manually." : "No se ha podido copiar la contraseña de app. Por favor, cópiala manualmente.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Para que el servidor trabaje bien, es importante configurar correctamente los trabajos en segundo plano. La configuración recomendada es cron. Por favor, ver la documentación para más información.",
"Last job execution ran {time}. Something seems wrong." : "La última ejecución de un trabajo fue {time}. Algo parece ir mal. ",
"Last job ran {relativeTime}." : "Último trabajo realizado {relativeTime}.",
+ "Background job did not run yet!" : "¡El trabajo en segundo plano no se ha ejecutado todavía!",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: Instancia de un solo usuario.",
"Webcron" : "Webcron",
diff --git a/apps/settings/l10n/fa.js b/apps/settings/l10n/fa.js
index 9d9ecf28b5b..36596c3c805 100644
--- a/apps/settings/l10n/fa.js
+++ b/apps/settings/l10n/fa.js
@@ -2,8 +2,13 @@ OC.L10N.register(
"settings",
{
"Private" : "خصوصی",
+ "Only visible to people matched via phone number integration through Talk on mobile" : "فقط برای کاربرانی فعال است که از طریق یکپارچه سازی شماره تلفن در برنامه Talk روی تلفن همراه مطابقت داشته باشند",
"Local" : "محلی",
+ "Only visible to people on this instance and guests" : "فقط برای کاربران این نسخه و مهمانان قابل مشاهده است",
"Federated" : "فدرال",
+ "Only synchronize to trusted servers" : "فقط با سرورهای قابل اعتماد همگام سازی شود",
+ "Published" : "منتشر شده",
+ "Synchronize to trusted servers and the global and public address book" : "با سرورهای قابل اعتماد و دفترچه آدرس عمومی و همگانی همگام سازی شود",
"Verify" : "تأیید کنید",
"Verifying …" : "در حال تایید ...",
"Unable to change password" : "نمی‌توان رمز را تغییر داد",
@@ -33,10 +38,12 @@ OC.L10N.register(
"{actor} changed your password" : "{actor} رمز عبور خود را تغییر داد",
"You changed your password" : "رمزعبور خود را تغییر دادید",
"Your password was reset by an administrator" : "رمز عبور شما توسط یه مدیر تنظیم مجدد شد.",
+ "Your password was reset" : "رمز عبور شما رمز عبور شما بازنشانی شد",
"{actor} changed your email address" : "{actor} پست الکترونیک خود را تغییر داد",
"You changed your email address" : "پست الکترونیک خود را تغییر دادید",
"Your email address was changed by an administrator" : "پست الکترونیک شما توسط یه مدیر تنظیم مجدد شد.",
"You created app password \"{token}\"" : "رمز عبور برنامه توسط شما ایجاد شده است \"{token}\"",
+ "An administrator created app password \"{token}\"" : "یک مدیر \"{token}\" گذرواژه برنامه را ایجاد کرد",
"You deleted app password \"{token}\"" : "رمز عبور برنامه توسط شما حذف شده است \"{token}\"",
"You renamed app password \"{token}\" to \"{newToken}\"" : "شما رمزعبور برنامه را از \"{token}\" به {newToken} تغییر دادید ",
"You granted filesystem access to app password \"{token}\"" : "دسترسی شما به فایل سیستم به رمز ورود برنامه اعطا گردید \"{token}\"",
@@ -47,14 +54,19 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "پاک کردن از راه دور شروع شد %1$s",
"Remote wipe has finished on %1$s" : "پاک کردن از راه دور به پایان رسید%1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "<strong>پسورد</strong> و یا <strong>پست الکترونیک</strong> شما ویراش شد.",
+ "Could not remove app." : "امکان حذف برنامه وجود ندارد.",
+ "Could not update app." : "برنامه را نمی توان به روزرسانی کرد .",
"Wrong password" : "رمز عبور اشتباه است",
+ "Unable to change personal password" : "نمی‌توان گذرواژه شخصی را تغییر داد",
"Saved" : "ذخیره شد",
"No user supplied" : "هیچ کاربری تعریف نشده است",
"Authentication error" : "خطا در اعتبار سنجی",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "لطفاً رمز عبور بازیابی مدیر را ارائه دهید. در غیر این صورت ، تمام داده های کاربر از بین می رود.",
"Wrong admin recovery password. Please check the password and try again." : "رمز مدیریتی بازیابی غلط است. لطفاً رمز را کنترل کرده و دوباره امتحان نمایید.",
+ "Backend does not support password change, but the user's encryption key was updated." : " سرور از تغییرات گذرواژه پشتیبانی نمی کند، اما کلید رمزگذاری کاربر به روز شد.",
"Federated Cloud Sharing" : "اشتراک گذاری ابر فدرال",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL از نسخه (%2$s) منسوخ شده %1$s استفاده می کند. لطفا سیستم عامل خود را به روز کنید یا ویژگی هایی از قبیل %3$s قابل اعتماد کار نمی کنند.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "نمی توان تعیین کرد که آیا نسخه TLS متعلق به cURL قدیمی است یا خیر. زیرا خطایی در طول درخواست HTTPS به https://nextcloud.com رخ داده است. لطفاً فایل گزارش نکست‌کلود را برای جزئیات بیشتر بررسی کنید.",
"Invalid SMTP password." : "گذرواژه SMTP نامعتبر است.",
"Email setting test" : "تست تنظیم پست الکترونیک",
"Well done, %s!" : "انجام شد،%s!",
diff --git a/apps/settings/l10n/fa.json b/apps/settings/l10n/fa.json
index 119afbbf433..47daa51b79d 100644
--- a/apps/settings/l10n/fa.json
+++ b/apps/settings/l10n/fa.json
@@ -1,7 +1,12 @@
{ "translations": {
"Private" : "خصوصی",
+ "Only visible to people matched via phone number integration through Talk on mobile" : "فقط برای کاربرانی فعال است که از طریق یکپارچه سازی شماره تلفن در برنامه Talk روی تلفن همراه مطابقت داشته باشند",
"Local" : "محلی",
+ "Only visible to people on this instance and guests" : "فقط برای کاربران این نسخه و مهمانان قابل مشاهده است",
"Federated" : "فدرال",
+ "Only synchronize to trusted servers" : "فقط با سرورهای قابل اعتماد همگام سازی شود",
+ "Published" : "منتشر شده",
+ "Synchronize to trusted servers and the global and public address book" : "با سرورهای قابل اعتماد و دفترچه آدرس عمومی و همگانی همگام سازی شود",
"Verify" : "تأیید کنید",
"Verifying …" : "در حال تایید ...",
"Unable to change password" : "نمی‌توان رمز را تغییر داد",
@@ -31,10 +36,12 @@
"{actor} changed your password" : "{actor} رمز عبور خود را تغییر داد",
"You changed your password" : "رمزعبور خود را تغییر دادید",
"Your password was reset by an administrator" : "رمز عبور شما توسط یه مدیر تنظیم مجدد شد.",
+ "Your password was reset" : "رمز عبور شما رمز عبور شما بازنشانی شد",
"{actor} changed your email address" : "{actor} پست الکترونیک خود را تغییر داد",
"You changed your email address" : "پست الکترونیک خود را تغییر دادید",
"Your email address was changed by an administrator" : "پست الکترونیک شما توسط یه مدیر تنظیم مجدد شد.",
"You created app password \"{token}\"" : "رمز عبور برنامه توسط شما ایجاد شده است \"{token}\"",
+ "An administrator created app password \"{token}\"" : "یک مدیر \"{token}\" گذرواژه برنامه را ایجاد کرد",
"You deleted app password \"{token}\"" : "رمز عبور برنامه توسط شما حذف شده است \"{token}\"",
"You renamed app password \"{token}\" to \"{newToken}\"" : "شما رمزعبور برنامه را از \"{token}\" به {newToken} تغییر دادید ",
"You granted filesystem access to app password \"{token}\"" : "دسترسی شما به فایل سیستم به رمز ورود برنامه اعطا گردید \"{token}\"",
@@ -45,14 +52,19 @@
"Remote wipe was started on %1$s" : "پاک کردن از راه دور شروع شد %1$s",
"Remote wipe has finished on %1$s" : "پاک کردن از راه دور به پایان رسید%1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "<strong>پسورد</strong> و یا <strong>پست الکترونیک</strong> شما ویراش شد.",
+ "Could not remove app." : "امکان حذف برنامه وجود ندارد.",
+ "Could not update app." : "برنامه را نمی توان به روزرسانی کرد .",
"Wrong password" : "رمز عبور اشتباه است",
+ "Unable to change personal password" : "نمی‌توان گذرواژه شخصی را تغییر داد",
"Saved" : "ذخیره شد",
"No user supplied" : "هیچ کاربری تعریف نشده است",
"Authentication error" : "خطا در اعتبار سنجی",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "لطفاً رمز عبور بازیابی مدیر را ارائه دهید. در غیر این صورت ، تمام داده های کاربر از بین می رود.",
"Wrong admin recovery password. Please check the password and try again." : "رمز مدیریتی بازیابی غلط است. لطفاً رمز را کنترل کرده و دوباره امتحان نمایید.",
+ "Backend does not support password change, but the user's encryption key was updated." : " سرور از تغییرات گذرواژه پشتیبانی نمی کند، اما کلید رمزگذاری کاربر به روز شد.",
"Federated Cloud Sharing" : "اشتراک گذاری ابر فدرال",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL از نسخه (%2$s) منسوخ شده %1$s استفاده می کند. لطفا سیستم عامل خود را به روز کنید یا ویژگی هایی از قبیل %3$s قابل اعتماد کار نمی کنند.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "نمی توان تعیین کرد که آیا نسخه TLS متعلق به cURL قدیمی است یا خیر. زیرا خطایی در طول درخواست HTTPS به https://nextcloud.com رخ داده است. لطفاً فایل گزارش نکست‌کلود را برای جزئیات بیشتر بررسی کنید.",
"Invalid SMTP password." : "گذرواژه SMTP نامعتبر است.",
"Email setting test" : "تست تنظیم پست الکترونیک",
"Well done, %s!" : "انجام شد،%s!",
diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js
index bf6ca13579f..d968f05443e 100644
--- a/apps/settings/l10n/ja.js
+++ b/apps/settings/l10n/ja.js
@@ -54,6 +54,8 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "%1$sでリモートワイプが開始されました",
"Remote wipe has finished on %1$s" : "%1$sのリモートワイプが完了しました",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "<strong> パスワード </strong> または<strong> メールアドレス</strong>が更新されたとき",
+ "Could not remove app." : "アプリを削除できませんでした。",
+ "Could not update app." : "アプリを更新できませんでした。",
"Wrong password" : "パスワードが間違っています",
"Unable to change personal password" : "個人パスワードを変更できません",
"Saved" : "保存しました",
@@ -61,17 +63,26 @@ OC.L10N.register(
"Authentication error" : "認証エラー",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "リカバリ用の管理者パスワードを入力してください。そうしないと、全ユーザーのデータが失われます。",
"Wrong admin recovery password. Please check the password and try again." : "リカバリ用の管理者パスワードが間違っています。パスワードを確認して再度実行してください。",
+ "Backend does not support password change, but the user's encryption key was updated." : "バックエンドはパスワードの変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "アプリストアまたはクラウド連携共有から、アプリをインストールならびにアップデート",
"Federated Cloud Sharing" : "統合されたクラウド共有",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "%1$sバージョン (%2$s) の古い cURL を使っています。OSを更新するか、この機能 %3$sが正しく動くアプリに更新してください。",
"Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "https://nextcloud.comに対するHTTPSリクエスト中にエラーが発生したため、cURLのTLSバージョンが古くなっているかどうかを判断できませんでした。詳細については、Nextcloudログファイルを確認してください。",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcacheモジュールがロードされていません。パフォーマンスを向上させるには、OPcacheモジュールをPHPインストールにロードすることをお勧めします。",
+ "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcacheが無効になっています。より良いパフォーマンスを得るためには、<code>1opcache.enable=1</code>をPHPの設定で適用することをおすすめします。",
+ "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcacheがコードのコメントを削除するように設定されています。Nextcloudを正しく動作させるため、OPcacheが有効の場合は、<code>opcache.save_comments=1</code>を設定する必要があります。",
+ "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "NextcloudはOPcache APIを使用する事が許可されていません。OPcacheが有効の場合、Nextcloudコアまたはアプリのアップグレード時にエラーを回避するため、全てのNextcloudディレクトリーに対して、<code>opcache.restrict_api</code>を含めるか、API制限を無効にするため、この設定を未設定にする事を強く推奨します。",
+ "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "NextcloudはOPcache APIを使用する事が許可されていません。Nextcloudコアまたはアプリのアップグレード時にエラーを回避するため、全てのNextcloudディレクトリーに対して、<code>opcache.restrict_api</code>を含めるか、API制限を無効にするため、この設定を未設定にする事を強く推奨します。",
+ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcacheキーの最大数を間もなく超過します。全てのスクリプトをキャッシュに保管できるようにするには、<code>opcache.max_accelerated_files</code>の値を<code>%s</code>より多い値でPHP設定に適用することを推奨します。",
+ "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcacheバッファーがまもなく一杯になります。全てのスクリプトをキャッシュに保管できるようにするには、<code>opcache.memory_consumption</code>の値を<code>%s</code>より多い値で、PHP設定に適用することを推奨します。",
+ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcacheのインターン化文字列バッファーがまもなく一杯になります。全てのスクリプトをキャッシュに保管できるようにするには、<code>opcache.interned_strings_buffer</code>の値を<code>%s</code>より多い値で、PHP設定に適用することを推奨します。",
"Invalid SMTP password." : "SMTPパスワードが無効",
"Email setting test" : "メール設定のテスト",
"Well done, %s!" : "%sさん、成功です!",
"If you received this email, the email configuration seems to be correct." : "このメールが見えているということは、メール設定がうまくいっているということです。",
"Email could not be sent. Check your mail server log" : "メールが送信できませんでした。メールサーバーのログを確認してください",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "メールの送信中に問題が発生しました。設定を確認してください。 (Error: %s)",
+ "You need to set your user email before being able to send test emails. Go to %s for that." : "テストメールを送信する前に、ユーザーメールを設定する必要があります。%sから設定を行ってください。",
"Invalid user" : "無効なユーザー",
"Invalid mail address" : "無効なメールアドレスです",
"Settings saved" : "設定を保存しました",
@@ -126,7 +137,13 @@ OC.L10N.register(
"Verifying" : "検証中",
"A background job is pending that checks for user imported SSL certificates. Please check back later." : "ユーザーがインポートしたSSL証明書をチェックするバックグラウンドジョブが保留になっています。しばらくして再度確認してください。",
"There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "ユーザーがインポートしたSSL証明書がいくつか存在しますが、Nextcloud 21ではもう使用されていません。これらの証明書は、\"occ security:certificates:import\" コマンドにより、コマンドラインでインポートすることができます。これらの証明書のデータディレクトリ内のパスは以下のとおりです。",
+ "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "無効なLDAPユーザーまたはグループのUUIDが見つかりました。LDAP設定の詳細設定に存在する\"UUID検出の上書き\"設定を再度ご確認いただき、更新するには\"occ ldap:update-uuid\"をご使用ください。",
"The old server-side-encryption format is enabled. We recommend disabling this." : "古い方式のサーバーサイド暗号化が有効になっています。無効にすることをお勧めします。",
+ "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB のバージョン\"%s\" が使われています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MariaDB 10.2 以降のバージョンが必要になります。",
+ "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require 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 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQLのバージョン \"%s\" を使用しています。Nextcloud 21以降ではこのバージョンのサポートは終了し、PostgreSQL 9.6以降が必要となります。",
+ "Profile information" : "プロフィール情報",
+ "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "プロフィール写真、氏名、メールアドレス、電話番号、住所、Webサイト、Twitter、組織、役職、ヘッドライン、自己紹介が有効かどうか",
"Nextcloud settings" : "Nextcloud の設定",
"Administration privileges" : "管理者権限",
"Here you can decide which group can access certain sections of the administration settings." : "ここではどのグループが、どの管理設定項目にアクセスできるか決めることができます。",
@@ -163,17 +180,20 @@ OC.L10N.register(
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "注目のアプリはコミュニティ内で開発されています。これらのアプリは主要な機能を提供しており、すぐに本番で使用することができます。",
"Featured" : "注目",
"Update to {update}" : "{update} にアップデート",
+ "All apps are up-to-date." : "全てのアプリが最新です",
"Results from other categories" : "他のカテゴリからの結果",
"No apps found for your version" : "現在のバージョンに対応するアプリはありません",
"Disable all" : "すべて無効にする",
"Enable all" : "すべて有効にする",
"_%n app has an update available_::_%n apps have an update available_" : ["%n 個のアプリに更新情報があります"],
+ "_Update_::_Update all_" : ["全て更新"],
"Marked for remote wipe" : "リモートワイプ用にマーク",
"Device settings" : "デバイスの設定",
"Allow filesystem access" : "ファイルシステムへのアクセスを許可",
"Rename" : "名前を変更",
"Revoke" : "取り消す",
"Wipe device" : "デバイスをワイプ",
+ "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "ワイプが開始されていない場合、このトークンを無効にすると端末のワイプが無効になる可能性があります。",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -210,9 +230,24 @@ OC.L10N.register(
"Copied!" : "コピーしました!",
"Copy" : "コピー",
"Could not copy app password. Please copy it manually." : "アプリのパスワードをコピーできませんでした。 手動でコピーしてください。",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "サーバーが正しく動作するには、バックグラウンドジョブを正確に設定することが重要です。大規模なインスタンスでは、Cronがお薦めの設定です。詳細な情報は、ドキュメントを参照してください。",
+ "Last job execution ran {time}. Something seems wrong." : "最終ジョブ実行は %s です。何か問題が発生しています。",
+ "Last job ran {relativeTime}." : "最終ジョブ実行は {relativeTime} です。",
+ "Background job did not run yet!" : "バックグラウンドジョブはまだ実行されていません!",
+ "AJAX" : "Ajax",
+ "Execute one task with each page loaded. Use case: Single user instance." : "各ページが読み込まれる度に1つのタスクを実行します。使用例: シングルユーザーのインスタンスの場合。",
+ "Webcron" : "Webcron",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.phpは、HTTP越しに5分おきにcron.phpを読み出すWebcronサービスにより登録されています。使用例: 極小なインスタンス(利用率に依存する1〜5ユーザー程度)の場合。",
+ "Cron (Recommended)" : "Cron (推奨)",
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "これを実行するにはPHPのposix拡張が必要です。詳細については、{linkstart} PHPドキュメント{linkend}を参照してください。",
+ "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "システムのcronサービスを利用して、5分ごとにcron.phpファイルを実行します。全てのインスタンスで推奨されます。",
+ "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php はシステムユーザー \"{user}\" で実行する必要があります。",
+ "Unable to update background job mode" : "バックグラウンドジョブモードが更新できませんでした",
"Profile" : "プロフィール",
+ "Enable or disable profile by default for new users." : "新規ユーザーのプロフィールの有効・無効(デフォルト)",
"Enable" : "有効にする",
+ "Unable to update profile default setting" : "プロフィールのデフォルト設定を更新できませんでした",
+ "Rename group" : "グループの名称変更",
"Remove group" : "グループを削除",
"You are about to remove the group {group}. The users will NOT be deleted." : "{group}グループを削除しようとしています。 ユーザーは削除されません。",
"Please confirm the group removal " : "グループの削除を確認してください",
@@ -237,17 +272,26 @@ OC.L10N.register(
"Unable to delete additional email address" : "その他のメールアドレスを削除できません",
"No email address set" : "メールアドレスが設定されていません",
"Additional emails" : "その他のメールアドレス",
+ "Your headline" : "あなたのヘッドライン",
+ "Unable to update headline" : "ヘッドラインを更新できませんでした",
"Language" : "言語",
"Help translate" : "翻訳に協力する",
"Unable to update language" : "言語設定を更新できませんでした",
"No language set" : "言語設定なし",
"Your organisation" : "あなたの組織",
+ "Unable to update organisation" : "組織を更新できませんでした",
"Edit your Profile visibility" : "プロフィールの公開範囲を変更",
"Enable Profile" : "プロフィールを有効化",
"Unable to update profile enabled state" : "プロフィールを公開できません",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "プロフィール公開ページは、可視性またはスコープのより制限的な設定が優先されます。たとえば、可視性が「全員に表示」に設定され、スコープが「プライベート」に設定されている場合、「プライベート」が尊重されます。",
"{displayId}" : "{displayId}",
+ "Unable to update visibility of {displayId}" : "{displayId}の表示範囲を更新できませんでした",
"Your role" : "あなたの役",
+ "Unable to update role" : "役職の更新ができませんでした",
+ "Change scope level of {accountProperty}" : "{accountProperty}のスコープレベルを変更",
+ "Unable to update federation scope of the primary {accountProperty}" : "プライマリー{accountProperty}のフェデレーションスコープを更新できませんでした",
+ "Unable to update federation scope of additional {accountProperty}" : "追加の{accountProperty}のフェデレーションスコープを更新できませんでした",
+ "Add additional email" : "その他メールアドレスを追加",
"Add" : "追加",
"You do not have permissions to see the details of this user" : "このユーザーの詳細を表示する権限がありません",
"Add new password" : "新しいパスワードを追加する",
@@ -339,6 +383,8 @@ OC.L10N.register(
"Twitter" : "Twitter",
"Website" : "ウェブサイト",
"Profile visibility" : "プロフィールの公開範囲",
+ "Not available as this property is required for core functionality including file sharing and calendar invitations" : "このプロパティは、ファイル共有やカレンダーへの招待などのコア機能に必要なため、使用できません",
+ "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "ユーザー固有のデータをルックアップサーバーに公開することは許可されていないため、利用できません。ご不明な点がある場合は、システム管理者にお問い合わせください",
"Show to everyone" : "全員に見せる",
"Show to logged in users only" : "ログインしているユーザーだけに見せる",
"Hide" : "隠す",
@@ -372,6 +418,7 @@ OC.L10N.register(
"SMTP Username" : "SMTPユーザー名",
"SMTP Password" : "SMTPパスワード",
"Save" : "保存",
+ "Test and verify email settings" : "メールのテストと検証設定",
"Send email" : "メールを送信",
"It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "サーバーのセキュリティとパフォーマンスにとって重要なことは、すべてが正確に設定されていることです。あなたの助けとなるよう、Nextcloudでは一部の自動チェックを行っています。詳細な情報は、リンク先のドキュメントを参照してください。",
"All checks passed." : "すべてのチェックに合格しました。",
@@ -408,6 +455,7 @@ OC.L10N.register(
"Allow public uploads" : "パブリックなアップロードを許可する",
"Always ask for a password" : "常にパスワードをたずねる",
"Enforce password protection" : "常にパスワード保護を有効にする",
+ "Exclude groups from password requirements:" : "パスワード要件から除外するグループ:",
"Set default expiration date" : "有効期限のデフォルト値を設定する",
"Exclude groups from creating link shares:" : "リンク共有作成を除外するグループ: ",
"Allow resharing" : "再共有を許可する",
@@ -419,6 +467,7 @@ OC.L10N.register(
"Allow username autocompletion to users within the same groups" : "同じグループ内のユーザーのみユーザー名を自動補完する",
"Allow username autocompletion to users based on phone number integration" : "電話番号を連携しているユーザーのユーザー名を自動補完する",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "自動補完で「同じグループ」と「電話番号の連携」が有効になっている場合は、どちらかに一致するだけでユーザーに表示されます。",
+ "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "氏名または電子メールアドレスを入力するときにユーザー名を自動補完する(連絡先での不一致、同じグループへの所属かどうかを無視)",
"Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "公開リンクのアップロードページに免責事項のテキストを表示する。 (ファイルリストが非表示のときのみ表示します)",
"This text will be shown on the public link upload page when the file list is hidden." : "このテキストは、ファイルリストが非表示になっているときに公開リンクのアップロードページに表示されます。",
"Default share permissions" : "デフォルトの共有アクセス許可",
@@ -437,6 +486,7 @@ OC.L10N.register(
"Remove image" : "画像を削除",
"png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB",
"Picture provided by original account" : "オリジナルのアカウントで提供されている写真",
+ "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "全ての場所でアバターが更新されるまでに最大二四時間かかる場合があります。",
"Choose as profile picture" : "プロフィール画像として選択",
"You are a member of the following groups:" : "次のグループに所属:",
"You are using <strong>%s</strong>" : "<strong>%s</strong>を現在使用中です",
@@ -472,12 +522,14 @@ OC.L10N.register(
"Some jobs didn’t execute since %s. Please consider switching to system cron." : "%s 以降、一部のジョブが実行されませんでした。cron への切り替えを検討してください。",
"Last job ran %s." : "最終ジョブ実行: %s",
"Background job didn’t run yet!" : "バックグラウンドジョブは実行されていません",
+ "For the server to work properly, it's important to configure background jobs correctly. \"Cron\" is the recommended setting. Please see the documentation for more information." : "サーバーが正しく動作するには、バックグラウンドジョブを正確に設定することが重要です。大規模なインスタンスでは、\"Cron\"がお薦めの設定です。詳細な情報は、ドキュメントを参照してください。",
"Pick background job setting" : "バックグラウンドジョブ設定を選択",
"Recommended" : "おすすめ",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php はシステムユーザー \"%s\" で実行する必要があります。",
"days" : "日",
"Allow username autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "フルネームまたは電子メールアドレスを入力するときにユーザー名を自動補完します(同じグループに属しておらず、電話帳で一致していなくても)",
"Change privacy level of full name" : "フルネームのプライバシーレベルを変更",
- "No display name set" : "表示名が未設定"
+ "No display name set" : "表示名が未設定",
+ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcacheキーの最大数を間もなく超過します。全てのスクリプトをキャッシュに保管できるようにするには、<code>opcache.max_accelerated_files</code>の値を<code>%s</code>より多い値でPHP設定に適用することを推奨します。"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json
index 9874384399d..8d8d3d5e7d4 100644
--- a/apps/settings/l10n/ja.json
+++ b/apps/settings/l10n/ja.json
@@ -52,6 +52,8 @@
"Remote wipe was started on %1$s" : "%1$sでリモートワイプが開始されました",
"Remote wipe has finished on %1$s" : "%1$sのリモートワイプが完了しました",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "<strong> パスワード </strong> または<strong> メールアドレス</strong>が更新されたとき",
+ "Could not remove app." : "アプリを削除できませんでした。",
+ "Could not update app." : "アプリを更新できませんでした。",
"Wrong password" : "パスワードが間違っています",
"Unable to change personal password" : "個人パスワードを変更できません",
"Saved" : "保存しました",
@@ -59,17 +61,26 @@
"Authentication error" : "認証エラー",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "リカバリ用の管理者パスワードを入力してください。そうしないと、全ユーザーのデータが失われます。",
"Wrong admin recovery password. Please check the password and try again." : "リカバリ用の管理者パスワードが間違っています。パスワードを確認して再度実行してください。",
+ "Backend does not support password change, but the user's encryption key was updated." : "バックエンドはパスワードの変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "アプリストアまたはクラウド連携共有から、アプリをインストールならびにアップデート",
"Federated Cloud Sharing" : "統合されたクラウド共有",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "%1$sバージョン (%2$s) の古い cURL を使っています。OSを更新するか、この機能 %3$sが正しく動くアプリに更新してください。",
"Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "https://nextcloud.comに対するHTTPSリクエスト中にエラーが発生したため、cURLのTLSバージョンが古くなっているかどうかを判断できませんでした。詳細については、Nextcloudログファイルを確認してください。",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcacheモジュールがロードされていません。パフォーマンスを向上させるには、OPcacheモジュールをPHPインストールにロードすることをお勧めします。",
+ "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcacheが無効になっています。より良いパフォーマンスを得るためには、<code>1opcache.enable=1</code>をPHPの設定で適用することをおすすめします。",
+ "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcacheがコードのコメントを削除するように設定されています。Nextcloudを正しく動作させるため、OPcacheが有効の場合は、<code>opcache.save_comments=1</code>を設定する必要があります。",
+ "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "NextcloudはOPcache APIを使用する事が許可されていません。OPcacheが有効の場合、Nextcloudコアまたはアプリのアップグレード時にエラーを回避するため、全てのNextcloudディレクトリーに対して、<code>opcache.restrict_api</code>を含めるか、API制限を無効にするため、この設定を未設定にする事を強く推奨します。",
+ "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "NextcloudはOPcache APIを使用する事が許可されていません。Nextcloudコアまたはアプリのアップグレード時にエラーを回避するため、全てのNextcloudディレクトリーに対して、<code>opcache.restrict_api</code>を含めるか、API制限を無効にするため、この設定を未設定にする事を強く推奨します。",
+ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcacheキーの最大数を間もなく超過します。全てのスクリプトをキャッシュに保管できるようにするには、<code>opcache.max_accelerated_files</code>の値を<code>%s</code>より多い値でPHP設定に適用することを推奨します。",
+ "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcacheバッファーがまもなく一杯になります。全てのスクリプトをキャッシュに保管できるようにするには、<code>opcache.memory_consumption</code>の値を<code>%s</code>より多い値で、PHP設定に適用することを推奨します。",
+ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcacheのインターン化文字列バッファーがまもなく一杯になります。全てのスクリプトをキャッシュに保管できるようにするには、<code>opcache.interned_strings_buffer</code>の値を<code>%s</code>より多い値で、PHP設定に適用することを推奨します。",
"Invalid SMTP password." : "SMTPパスワードが無効",
"Email setting test" : "メール設定のテスト",
"Well done, %s!" : "%sさん、成功です!",
"If you received this email, the email configuration seems to be correct." : "このメールが見えているということは、メール設定がうまくいっているということです。",
"Email could not be sent. Check your mail server log" : "メールが送信できませんでした。メールサーバーのログを確認してください",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "メールの送信中に問題が発生しました。設定を確認してください。 (Error: %s)",
+ "You need to set your user email before being able to send test emails. Go to %s for that." : "テストメールを送信する前に、ユーザーメールを設定する必要があります。%sから設定を行ってください。",
"Invalid user" : "無効なユーザー",
"Invalid mail address" : "無効なメールアドレスです",
"Settings saved" : "設定を保存しました",
@@ -124,7 +135,13 @@
"Verifying" : "検証中",
"A background job is pending that checks for user imported SSL certificates. Please check back later." : "ユーザーがインポートしたSSL証明書をチェックするバックグラウンドジョブが保留になっています。しばらくして再度確認してください。",
"There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "ユーザーがインポートしたSSL証明書がいくつか存在しますが、Nextcloud 21ではもう使用されていません。これらの証明書は、\"occ security:certificates:import\" コマンドにより、コマンドラインでインポートすることができます。これらの証明書のデータディレクトリ内のパスは以下のとおりです。",
+ "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "無効なLDAPユーザーまたはグループのUUIDが見つかりました。LDAP設定の詳細設定に存在する\"UUID検出の上書き\"設定を再度ご確認いただき、更新するには\"occ ldap:update-uuid\"をご使用ください。",
"The old server-side-encryption format is enabled. We recommend disabling this." : "古い方式のサーバーサイド暗号化が有効になっています。無効にすることをお勧めします。",
+ "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB のバージョン\"%s\" が使われています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MariaDB 10.2 以降のバージョンが必要になります。",
+ "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require 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 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQLのバージョン \"%s\" を使用しています。Nextcloud 21以降ではこのバージョンのサポートは終了し、PostgreSQL 9.6以降が必要となります。",
+ "Profile information" : "プロフィール情報",
+ "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "プロフィール写真、氏名、メールアドレス、電話番号、住所、Webサイト、Twitter、組織、役職、ヘッドライン、自己紹介が有効かどうか",
"Nextcloud settings" : "Nextcloud の設定",
"Administration privileges" : "管理者権限",
"Here you can decide which group can access certain sections of the administration settings." : "ここではどのグループが、どの管理設定項目にアクセスできるか決めることができます。",
@@ -161,17 +178,20 @@
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "注目のアプリはコミュニティ内で開発されています。これらのアプリは主要な機能を提供しており、すぐに本番で使用することができます。",
"Featured" : "注目",
"Update to {update}" : "{update} にアップデート",
+ "All apps are up-to-date." : "全てのアプリが最新です",
"Results from other categories" : "他のカテゴリからの結果",
"No apps found for your version" : "現在のバージョンに対応するアプリはありません",
"Disable all" : "すべて無効にする",
"Enable all" : "すべて有効にする",
"_%n app has an update available_::_%n apps have an update available_" : ["%n 個のアプリに更新情報があります"],
+ "_Update_::_Update all_" : ["全て更新"],
"Marked for remote wipe" : "リモートワイプ用にマーク",
"Device settings" : "デバイスの設定",
"Allow filesystem access" : "ファイルシステムへのアクセスを許可",
"Rename" : "名前を変更",
"Revoke" : "取り消す",
"Wipe device" : "デバイスをワイプ",
+ "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "ワイプが開始されていない場合、このトークンを無効にすると端末のワイプが無効になる可能性があります。",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -208,9 +228,24 @@
"Copied!" : "コピーしました!",
"Copy" : "コピー",
"Could not copy app password. Please copy it manually." : "アプリのパスワードをコピーできませんでした。 手動でコピーしてください。",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "サーバーが正しく動作するには、バックグラウンドジョブを正確に設定することが重要です。大規模なインスタンスでは、Cronがお薦めの設定です。詳細な情報は、ドキュメントを参照してください。",
+ "Last job execution ran {time}. Something seems wrong." : "最終ジョブ実行は %s です。何か問題が発生しています。",
+ "Last job ran {relativeTime}." : "最終ジョブ実行は {relativeTime} です。",
+ "Background job did not run yet!" : "バックグラウンドジョブはまだ実行されていません!",
+ "AJAX" : "Ajax",
+ "Execute one task with each page loaded. Use case: Single user instance." : "各ページが読み込まれる度に1つのタスクを実行します。使用例: シングルユーザーのインスタンスの場合。",
+ "Webcron" : "Webcron",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.phpは、HTTP越しに5分おきにcron.phpを読み出すWebcronサービスにより登録されています。使用例: 極小なインスタンス(利用率に依存する1〜5ユーザー程度)の場合。",
+ "Cron (Recommended)" : "Cron (推奨)",
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "これを実行するにはPHPのposix拡張が必要です。詳細については、{linkstart} PHPドキュメント{linkend}を参照してください。",
+ "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "システムのcronサービスを利用して、5分ごとにcron.phpファイルを実行します。全てのインスタンスで推奨されます。",
+ "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php はシステムユーザー \"{user}\" で実行する必要があります。",
+ "Unable to update background job mode" : "バックグラウンドジョブモードが更新できませんでした",
"Profile" : "プロフィール",
+ "Enable or disable profile by default for new users." : "新規ユーザーのプロフィールの有効・無効(デフォルト)",
"Enable" : "有効にする",
+ "Unable to update profile default setting" : "プロフィールのデフォルト設定を更新できませんでした",
+ "Rename group" : "グループの名称変更",
"Remove group" : "グループを削除",
"You are about to remove the group {group}. The users will NOT be deleted." : "{group}グループを削除しようとしています。 ユーザーは削除されません。",
"Please confirm the group removal " : "グループの削除を確認してください",
@@ -235,17 +270,26 @@
"Unable to delete additional email address" : "その他のメールアドレスを削除できません",
"No email address set" : "メールアドレスが設定されていません",
"Additional emails" : "その他のメールアドレス",
+ "Your headline" : "あなたのヘッドライン",
+ "Unable to update headline" : "ヘッドラインを更新できませんでした",
"Language" : "言語",
"Help translate" : "翻訳に協力する",
"Unable to update language" : "言語設定を更新できませんでした",
"No language set" : "言語設定なし",
"Your organisation" : "あなたの組織",
+ "Unable to update organisation" : "組織を更新できませんでした",
"Edit your Profile visibility" : "プロフィールの公開範囲を変更",
"Enable Profile" : "プロフィールを有効化",
"Unable to update profile enabled state" : "プロフィールを公開できません",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "プロフィール公開ページは、可視性またはスコープのより制限的な設定が優先されます。たとえば、可視性が「全員に表示」に設定され、スコープが「プライベート」に設定されている場合、「プライベート」が尊重されます。",
"{displayId}" : "{displayId}",
+ "Unable to update visibility of {displayId}" : "{displayId}の表示範囲を更新できませんでした",
"Your role" : "あなたの役",
+ "Unable to update role" : "役職の更新ができませんでした",
+ "Change scope level of {accountProperty}" : "{accountProperty}のスコープレベルを変更",
+ "Unable to update federation scope of the primary {accountProperty}" : "プライマリー{accountProperty}のフェデレーションスコープを更新できませんでした",
+ "Unable to update federation scope of additional {accountProperty}" : "追加の{accountProperty}のフェデレーションスコープを更新できませんでした",
+ "Add additional email" : "その他メールアドレスを追加",
"Add" : "追加",
"You do not have permissions to see the details of this user" : "このユーザーの詳細を表示する権限がありません",
"Add new password" : "新しいパスワードを追加する",
@@ -337,6 +381,8 @@
"Twitter" : "Twitter",
"Website" : "ウェブサイト",
"Profile visibility" : "プロフィールの公開範囲",
+ "Not available as this property is required for core functionality including file sharing and calendar invitations" : "このプロパティは、ファイル共有やカレンダーへの招待などのコア機能に必要なため、使用できません",
+ "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "ユーザー固有のデータをルックアップサーバーに公開することは許可されていないため、利用できません。ご不明な点がある場合は、システム管理者にお問い合わせください",
"Show to everyone" : "全員に見せる",
"Show to logged in users only" : "ログインしているユーザーだけに見せる",
"Hide" : "隠す",
@@ -370,6 +416,7 @@
"SMTP Username" : "SMTPユーザー名",
"SMTP Password" : "SMTPパスワード",
"Save" : "保存",
+ "Test and verify email settings" : "メールのテストと検証設定",
"Send email" : "メールを送信",
"It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "サーバーのセキュリティとパフォーマンスにとって重要なことは、すべてが正確に設定されていることです。あなたの助けとなるよう、Nextcloudでは一部の自動チェックを行っています。詳細な情報は、リンク先のドキュメントを参照してください。",
"All checks passed." : "すべてのチェックに合格しました。",
@@ -406,6 +453,7 @@
"Allow public uploads" : "パブリックなアップロードを許可する",
"Always ask for a password" : "常にパスワードをたずねる",
"Enforce password protection" : "常にパスワード保護を有効にする",
+ "Exclude groups from password requirements:" : "パスワード要件から除外するグループ:",
"Set default expiration date" : "有効期限のデフォルト値を設定する",
"Exclude groups from creating link shares:" : "リンク共有作成を除外するグループ: ",
"Allow resharing" : "再共有を許可する",
@@ -417,6 +465,7 @@
"Allow username autocompletion to users within the same groups" : "同じグループ内のユーザーのみユーザー名を自動補完する",
"Allow username autocompletion to users based on phone number integration" : "電話番号を連携しているユーザーのユーザー名を自動補完する",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "自動補完で「同じグループ」と「電話番号の連携」が有効になっている場合は、どちらかに一致するだけでユーザーに表示されます。",
+ "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "氏名または電子メールアドレスを入力するときにユーザー名を自動補完する(連絡先での不一致、同じグループへの所属かどうかを無視)",
"Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "公開リンクのアップロードページに免責事項のテキストを表示する。 (ファイルリストが非表示のときのみ表示します)",
"This text will be shown on the public link upload page when the file list is hidden." : "このテキストは、ファイルリストが非表示になっているときに公開リンクのアップロードページに表示されます。",
"Default share permissions" : "デフォルトの共有アクセス許可",
@@ -435,6 +484,7 @@
"Remove image" : "画像を削除",
"png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB",
"Picture provided by original account" : "オリジナルのアカウントで提供されている写真",
+ "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "全ての場所でアバターが更新されるまでに最大二四時間かかる場合があります。",
"Choose as profile picture" : "プロフィール画像として選択",
"You are a member of the following groups:" : "次のグループに所属:",
"You are using <strong>%s</strong>" : "<strong>%s</strong>を現在使用中です",
@@ -470,12 +520,14 @@
"Some jobs didn’t execute since %s. Please consider switching to system cron." : "%s 以降、一部のジョブが実行されませんでした。cron への切り替えを検討してください。",
"Last job ran %s." : "最終ジョブ実行: %s",
"Background job didn’t run yet!" : "バックグラウンドジョブは実行されていません",
+ "For the server to work properly, it's important to configure background jobs correctly. \"Cron\" is the recommended setting. Please see the documentation for more information." : "サーバーが正しく動作するには、バックグラウンドジョブを正確に設定することが重要です。大規模なインスタンスでは、\"Cron\"がお薦めの設定です。詳細な情報は、ドキュメントを参照してください。",
"Pick background job setting" : "バックグラウンドジョブ設定を選択",
"Recommended" : "おすすめ",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php はシステムユーザー \"%s\" で実行する必要があります。",
"days" : "日",
"Allow username autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "フルネームまたは電子メールアドレスを入力するときにユーザー名を自動補完します(同じグループに属しておらず、電話帳で一致していなくても)",
"Change privacy level of full name" : "フルネームのプライバシーレベルを変更",
- "No display name set" : "表示名が未設定"
+ "No display name set" : "表示名が未設定",
+ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcacheキーの最大数を間もなく超過します。全てのスクリプトをキャッシュに保管できるようにするには、<code>opcache.max_accelerated_files</code>の値を<code>%s</code>より多い値でPHP設定に適用することを推奨します。"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js
index eb3e6a2aa03..1a64138df00 100644
--- a/apps/settings/l10n/pl.js
+++ b/apps/settings/l10n/pl.js
@@ -54,6 +54,8 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "Zdalne czyszczenie zostało uruchomione w %1$s",
"Remote wipe has finished on %1$s" : "Zdalne czyszczenie zakończyło się w %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Twoje <strong>hasło</strong> lub <strong>e-mail</strong> został zmieniony",
+ "Could not remove app." : "Usuwanie aplikacji nie powiodło się.",
+ "Could not update app." : "Nie można uaktualnić aplikacji.",
"Wrong password" : "Złe hasło",
"Unable to change personal password" : "Nie można zmienić osobistego hasła",
"Saved" : "Zapisano",
@@ -61,6 +63,7 @@ OC.L10N.register(
"Authentication error" : "Błąd uwierzytelniania",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Podaj hasło odzyskiwania administratora; w przeciwnym razie wszystkie dane użytkownika zostaną utracone.",
"Wrong admin recovery password. Please check the password and try again." : "Błędne hasło odzyskiwania administratora. Sprawdź hasło i spróbuj ponownie.",
+ "Backend does not support password change, but the user's encryption key was updated." : "System zaplecza nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został zaktualizowany.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "instalowanie i aktualizowanie aplikacji za pośrednictwem sklepu z aplikacjami lub Udostępnionej Chmury Federacyjnej",
"Federated Cloud Sharing" : "Udostępnianie Chmury Federacyjnej",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL używa nieaktualnej %1$s wersji (%2$s). Zaktualizuj system operacyjny lub funkcje takie jak %3$s nie będą działać prawidłowo.",
@@ -227,8 +230,10 @@ OC.L10N.register(
"Copied!" : "Skopiowano!",
"Copy" : "Kopiuj",
"Could not copy app password. Please copy it manually." : "Nie można skopiować hasła do aplikacji. Skopiuj je ręcznie.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Dla prawidłowego działania serwera, ważne jest, aby poprawnie skonfigurować zadania w tle. Zalecanym ustawieniem jest Cron. Więcej informacji znajdziesz w dokumentacji.",
"Last job execution ran {time}. Something seems wrong." : "Wykonanie ostatniego zadania trwało {time}. Coś wydaje się nie tak.",
"Last job ran {relativeTime}." : "Ostatnie zadanie zostało uruchomione {relativeTime}.",
+ "Background job did not run yet!" : "Zadanie w tle nie zostało wykonane ani razu!",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Wykonaj jedno zadanie z każdą załadowaną stroną. Przypadek użycia: Wystąpienie pojedynczego użytkownika.",
"Webcron" : "Webcron",
diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json
index 47143a9f30a..2fddcc75d69 100644
--- a/apps/settings/l10n/pl.json
+++ b/apps/settings/l10n/pl.json
@@ -52,6 +52,8 @@
"Remote wipe was started on %1$s" : "Zdalne czyszczenie zostało uruchomione w %1$s",
"Remote wipe has finished on %1$s" : "Zdalne czyszczenie zakończyło się w %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Twoje <strong>hasło</strong> lub <strong>e-mail</strong> został zmieniony",
+ "Could not remove app." : "Usuwanie aplikacji nie powiodło się.",
+ "Could not update app." : "Nie można uaktualnić aplikacji.",
"Wrong password" : "Złe hasło",
"Unable to change personal password" : "Nie można zmienić osobistego hasła",
"Saved" : "Zapisano",
@@ -59,6 +61,7 @@
"Authentication error" : "Błąd uwierzytelniania",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Podaj hasło odzyskiwania administratora; w przeciwnym razie wszystkie dane użytkownika zostaną utracone.",
"Wrong admin recovery password. Please check the password and try again." : "Błędne hasło odzyskiwania administratora. Sprawdź hasło i spróbuj ponownie.",
+ "Backend does not support password change, but the user's encryption key was updated." : "System zaplecza nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został zaktualizowany.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "instalowanie i aktualizowanie aplikacji za pośrednictwem sklepu z aplikacjami lub Udostępnionej Chmury Federacyjnej",
"Federated Cloud Sharing" : "Udostępnianie Chmury Federacyjnej",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL używa nieaktualnej %1$s wersji (%2$s). Zaktualizuj system operacyjny lub funkcje takie jak %3$s nie będą działać prawidłowo.",
@@ -225,8 +228,10 @@
"Copied!" : "Skopiowano!",
"Copy" : "Kopiuj",
"Could not copy app password. Please copy it manually." : "Nie można skopiować hasła do aplikacji. Skopiuj je ręcznie.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Dla prawidłowego działania serwera, ważne jest, aby poprawnie skonfigurować zadania w tle. Zalecanym ustawieniem jest Cron. Więcej informacji znajdziesz w dokumentacji.",
"Last job execution ran {time}. Something seems wrong." : "Wykonanie ostatniego zadania trwało {time}. Coś wydaje się nie tak.",
"Last job ran {relativeTime}." : "Ostatnie zadanie zostało uruchomione {relativeTime}.",
+ "Background job did not run yet!" : "Zadanie w tle nie zostało wykonane ani razu!",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Wykonaj jedno zadanie z każdą załadowaną stroną. Przypadek użycia: Wystąpienie pojedynczego użytkownika.",
"Webcron" : "Webcron",
diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js
index 7684e5980a1..b64e2723a7c 100644
--- a/apps/settings/l10n/sk.js
+++ b/apps/settings/l10n/sk.js
@@ -54,15 +54,20 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "Vymazanie na diaľku sa začalo na %1$s",
"Remote wipe has finished on %1$s" : "Vymazanie na diaľku sa skončilo na %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Vaše <strong>heslo</strong> alebo <strong>email</strong> bolo zmenené",
+ "Could not remove app." : "Aplikáciu nie je možné zmazať.",
+ "Could not update app." : "Nepodarilo sa aktualizovať aplikáciu.",
"Wrong password" : "Nesprávne heslo",
+ "Unable to change personal password" : "Nepodarilo sa zmeniť osobné heslo",
"Saved" : "Uložené",
"No user supplied" : "Nebol uvedený používateľ",
"Authentication error" : "Chyba autentifikácie",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Zadajte administrátorské heslo pre obnovu, inak budú všetky používateľské dáta stratené.",
"Wrong admin recovery password. Please check the password and try again." : "Chybné administrátorské heslo pre obnovu. Skontrolujte správnosť hesla a skúste to znovu.",
+ "Backend does not support password change, but the user's encryption key was updated." : "Backend nepodporuje zmenu hesla, ale šifrovací kľúč používateľa bol zmenený.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "Inštalovať a aktualizovať aplikácie pomocou obchodu alebo Vzdialeného Cloudového Úložiska",
"Federated Cloud Sharing" : "Sprístupnenie prostredníctvom Federated Cloud",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL používa zastaralú %1$s verziu (%2$s). Prosím aktualizujte si operačný systém pretože %3$s nebude fungovať spoľahlivo.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Nepodarilo sa zistiť, či je verzia TLS knižnice cURL zastaraná alebo nie, pretože sa vyskytla chyba počas požiadavky HTTPS na https://nextcloud.com. Ďalšie podrobnosti nájdete v log súbore nextcloud.",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Modul OPcache PHP nie je načítaný. Pre lepší výkon sa odporúča načítať ho do vašej inštalácie PHP.",
"Invalid SMTP password." : "Nesprávne heslo pre SMTP.",
"Email setting test" : "Test nastavení emailu",
@@ -213,6 +218,10 @@ OC.L10N.register(
"Copied!" : "Skopírované!",
"Copy" : "Kopírovať",
"Could not copy app password. Please copy it manually." : "Nie je možné skopírovať heslo pre aplikáciu. Skopírujte ho ručne.",
+ "Background job did not run yet!" : "Úloha na pozadí ešte nebežala!",
+ "AJAX" : "AJAX",
+ "Webcron" : "Webcron",
+ "Cron (Recommended)" : "Cron (Odporúčané)",
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Pre spustenie potrebujete mať rozšírenie PHP POSIX. Viac detailov v {linkstart}PHP dokumentácii{linkend}.",
"Profile" : "Profil",
"Enable" : "Zapnúť",
diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json
index 45c5df49d90..2f455f17ba6 100644
--- a/apps/settings/l10n/sk.json
+++ b/apps/settings/l10n/sk.json
@@ -52,15 +52,20 @@
"Remote wipe was started on %1$s" : "Vymazanie na diaľku sa začalo na %1$s",
"Remote wipe has finished on %1$s" : "Vymazanie na diaľku sa skončilo na %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Vaše <strong>heslo</strong> alebo <strong>email</strong> bolo zmenené",
+ "Could not remove app." : "Aplikáciu nie je možné zmazať.",
+ "Could not update app." : "Nepodarilo sa aktualizovať aplikáciu.",
"Wrong password" : "Nesprávne heslo",
+ "Unable to change personal password" : "Nepodarilo sa zmeniť osobné heslo",
"Saved" : "Uložené",
"No user supplied" : "Nebol uvedený používateľ",
"Authentication error" : "Chyba autentifikácie",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Zadajte administrátorské heslo pre obnovu, inak budú všetky používateľské dáta stratené.",
"Wrong admin recovery password. Please check the password and try again." : "Chybné administrátorské heslo pre obnovu. Skontrolujte správnosť hesla a skúste to znovu.",
+ "Backend does not support password change, but the user's encryption key was updated." : "Backend nepodporuje zmenu hesla, ale šifrovací kľúč používateľa bol zmenený.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "Inštalovať a aktualizovať aplikácie pomocou obchodu alebo Vzdialeného Cloudového Úložiska",
"Federated Cloud Sharing" : "Sprístupnenie prostredníctvom Federated Cloud",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL používa zastaralú %1$s verziu (%2$s). Prosím aktualizujte si operačný systém pretože %3$s nebude fungovať spoľahlivo.",
+ "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Nepodarilo sa zistiť, či je verzia TLS knižnice cURL zastaraná alebo nie, pretože sa vyskytla chyba počas požiadavky HTTPS na https://nextcloud.com. Ďalšie podrobnosti nájdete v log súbore nextcloud.",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Modul OPcache PHP nie je načítaný. Pre lepší výkon sa odporúča načítať ho do vašej inštalácie PHP.",
"Invalid SMTP password." : "Nesprávne heslo pre SMTP.",
"Email setting test" : "Test nastavení emailu",
@@ -211,6 +216,10 @@
"Copied!" : "Skopírované!",
"Copy" : "Kopírovať",
"Could not copy app password. Please copy it manually." : "Nie je možné skopírovať heslo pre aplikáciu. Skopírujte ho ručne.",
+ "Background job did not run yet!" : "Úloha na pozadí ešte nebežala!",
+ "AJAX" : "AJAX",
+ "Webcron" : "Webcron",
+ "Cron (Recommended)" : "Cron (Odporúčané)",
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Pre spustenie potrebujete mať rozšírenie PHP POSIX. Viac detailov v {linkstart}PHP dokumentácii{linkend}.",
"Profile" : "Profil",
"Enable" : "Zapnúť",
diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js
index 7cfc798fd68..2df92427bc7 100644
--- a/apps/settings/l10n/tr.js
+++ b/apps/settings/l10n/tr.js
@@ -54,6 +54,8 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "Uzaktan silme işlemi %1$s zamanında başlatıldı",
"Remote wipe has finished on %1$s" : "Uzaktan silme işlemi %1$s zamanında tamamlandı",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "<strong>Parolanız</strong> ya da <strong>e-posta adresiniz</strong> değiştirildi",
+ "Could not remove app." : "Uygulama kaldırılamadı.",
+ "Could not update app." : "Uygulama güncellenemedi.",
"Wrong password" : "Parola yanlış",
"Unable to change personal password" : "Kişisel parolanız değiştirilemedi",
"Saved" : "Kaydedildi",
@@ -61,6 +63,7 @@ OC.L10N.register(
"Authentication error" : "Kimlik doğrulama sorunu",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Lütfen bir yönetici kurtarma parolası yazın, yoksa tüm kullanıcı verileri kaybolur",
"Wrong admin recovery password. Please check the password and try again." : "Yönetici kurtarma parolası yanlış. Lütfen parolayı denetleyip yeniden deneyin.",
+ "Backend does not support password change, but the user's encryption key was updated." : "Yönetim bölümünden parola değişikliği yapılamaz, ancak kullanıcının şifreleme anahtarı güncellendi.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "Uygulama mağazası ve birleşik bulut paylaşımı üzerinden uygulama kurma ve güncelleme",
"Federated Cloud Sharing" : "Birleşik Bulut Paylaşımı",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL eski bir %1$s sürümü kullanıyor (%2$s). Lütfen işletim sisteminizi güncelleyin, yoksa %3$s gibi özellikler düzgün çalışmaz.",
@@ -227,8 +230,10 @@ OC.L10N.register(
"Copied!" : "Kopyalandı!",
"Copy" : "Kopyala",
"Could not copy app password. Please copy it manually." : "Uygulama parolası kopyalanamadı. Lütfen el ile kopyalayın.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Sunucunun düzgün çalışması için arka plan görevlerinin doğru şekilde ayarlanması önemlidir. Cron ayarının kullanılması önerilir. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.",
"Last job execution ran {time}. Something seems wrong." : "Son görev yürütülmesi: {time}. Yanlış bir şeyler var.",
"Last job ran {relativeTime}." : "Son görev yürütülmesi: {relativeTime}.",
+ "Background job did not run yet!" : "Arka plan görevi henüz yürütülmemiş!",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Her sayfa yüklendiğinde bir görrev yürütülür. Kullanım şekli: Tek kullanıcılı kopya.",
"Webcron" : "Webcron",
diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json
index e9908561ba7..f773a211dc2 100644
--- a/apps/settings/l10n/tr.json
+++ b/apps/settings/l10n/tr.json
@@ -52,6 +52,8 @@
"Remote wipe was started on %1$s" : "Uzaktan silme işlemi %1$s zamanında başlatıldı",
"Remote wipe has finished on %1$s" : "Uzaktan silme işlemi %1$s zamanında tamamlandı",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "<strong>Parolanız</strong> ya da <strong>e-posta adresiniz</strong> değiştirildi",
+ "Could not remove app." : "Uygulama kaldırılamadı.",
+ "Could not update app." : "Uygulama güncellenemedi.",
"Wrong password" : "Parola yanlış",
"Unable to change personal password" : "Kişisel parolanız değiştirilemedi",
"Saved" : "Kaydedildi",
@@ -59,6 +61,7 @@
"Authentication error" : "Kimlik doğrulama sorunu",
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Lütfen bir yönetici kurtarma parolası yazın, yoksa tüm kullanıcı verileri kaybolur",
"Wrong admin recovery password. Please check the password and try again." : "Yönetici kurtarma parolası yanlış. Lütfen parolayı denetleyip yeniden deneyin.",
+ "Backend does not support password change, but the user's encryption key was updated." : "Yönetim bölümünden parola değişikliği yapılamaz, ancak kullanıcının şifreleme anahtarı güncellendi.",
"installing and updating apps via the App Store or Federated Cloud Sharing" : "Uygulama mağazası ve birleşik bulut paylaşımı üzerinden uygulama kurma ve güncelleme",
"Federated Cloud Sharing" : "Birleşik Bulut Paylaşımı",
"cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL eski bir %1$s sürümü kullanıyor (%2$s). Lütfen işletim sisteminizi güncelleyin, yoksa %3$s gibi özellikler düzgün çalışmaz.",
@@ -225,8 +228,10 @@
"Copied!" : "Kopyalandı!",
"Copy" : "Kopyala",
"Could not copy app password. Please copy it manually." : "Uygulama parolası kopyalanamadı. Lütfen el ile kopyalayın.",
+ "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Sunucunun düzgün çalışması için arka plan görevlerinin doğru şekilde ayarlanması önemlidir. Cron ayarının kullanılması önerilir. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.",
"Last job execution ran {time}. Something seems wrong." : "Son görev yürütülmesi: {time}. Yanlış bir şeyler var.",
"Last job ran {relativeTime}." : "Son görev yürütülmesi: {relativeTime}.",
+ "Background job did not run yet!" : "Arka plan görevi henüz yürütülmemiş!",
"AJAX" : "AJAX",
"Execute one task with each page loaded. Use case: Single user instance." : "Her sayfa yüklendiğinde bir görrev yürütülür. Kullanım şekli: Tek kullanıcılı kopya.",
"Webcron" : "Webcron",
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js
index 268b39f5835..a2e5f736932 100644
--- a/apps/settings/l10n/zh_HK.js
+++ b/apps/settings/l10n/zh_HK.js
@@ -405,7 +405,7 @@ OC.L10N.register(
"SSL/TLS" : "SSL/TLS",
"STARTTLS" : "STARTTLS",
"Open documentation" : "開啟使用手冊",
- "It is important to set up this server to be able to send emails, like for password reset and notifications." : "設置此伺服器以使其能夠發送電郵以進行密碼重置,通知等。",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "設置此伺服器以使其能夠發送電郵以進行密碼重置﹑通知等。",
"Send mode" : "傳送模式",
"Encryption" : "加密",
"Sendmail mode" : "Sendmail 模式",
diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json
index 50a6db4c301..001b0fca4a7 100644
--- a/apps/settings/l10n/zh_HK.json
+++ b/apps/settings/l10n/zh_HK.json
@@ -403,7 +403,7 @@
"SSL/TLS" : "SSL/TLS",
"STARTTLS" : "STARTTLS",
"Open documentation" : "開啟使用手冊",
- "It is important to set up this server to be able to send emails, like for password reset and notifications." : "設置此伺服器以使其能夠發送電郵以進行密碼重置,通知等。",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "設置此伺服器以使其能夠發送電郵以進行密碼重置﹑通知等。",
"Send mode" : "傳送模式",
"Encryption" : "加密",
"Sendmail mode" : "Sendmail 模式",
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php
index d6a9b89fd26..51027c5ad1c 100644
--- a/apps/settings/lib/Controller/CheckSetupController.php
+++ b/apps/settings/lib/Controller/CheckSetupController.php
@@ -525,7 +525,11 @@ Raw output
if (
empty($status['interned_strings_usage']['free_memory']) ||
- ($status['interned_strings_usage']['used_memory'] / $status['interned_strings_usage']['free_memory'] > 9)
+ (
+ ($status['interned_strings_usage']['used_memory'] / $status['interned_strings_usage']['free_memory'] > 9) &&
+ // Do not recommend to raise the interned strings buffer size above a quarter of the total OPcache size
+ ($this->iniGetWrapper->getNumeric('opcache.interned_strings_buffer') < $this->iniGetWrapper->getNumeric('opcache.memory_consumption') / 4)
+ )
) {
$recommendations[] = $this->l10n->t('The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>.', [($this->iniGetWrapper->getNumeric('opcache.interned_strings_buffer') ?: 'currently')]);
}
diff --git a/apps/settings/lib/Settings/Admin/Sharing.php b/apps/settings/lib/Settings/Admin/Sharing.php
index ffe1e5acd45..d3c6839b8f7 100644
--- a/apps/settings/lib/Settings/Admin/Sharing.php
+++ b/apps/settings/lib/Settings/Admin/Sharing.php
@@ -91,7 +91,7 @@ class Sharing implements IDelegatedSettings {
'restrictUserEnumerationFullMatch' => $this->config->getAppValue('core', 'shareapi_restrict_user_enumeration_full_match', 'yes'),
'restrictUserEnumerationFullMatchUserId' => $this->config->getAppValue('core', 'shareapi_restrict_user_enumeration_full_match_userid', 'yes'),
'restrictUserEnumerationFullMatchEmail' => $this->config->getAppValue('core', 'shareapi_restrict_user_enumeration_full_match_email', 'yes'),
- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName' => $this->config->getAppValue('core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name', 'no'),
+ 'restrictUserEnumerationFullMatchIgnoreSecondDN' => $this->config->getAppValue('core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn', 'no'),
'enforceLinkPassword' => Util::isPublicLinkPasswordRequired(false),
'passwordExcludedGroups' => $excludedPasswordGroupsList,
'passwordExcludedGroupsFeatureEnabled' => $this->config->getSystemValueBool('sharing.allow_disabled_password_enforcement_groups', false),
diff --git a/apps/settings/src/admin.js b/apps/settings/src/admin.js
index eadc91c1759..3ad922ed03f 100644
--- a/apps/settings/src/admin.js
+++ b/apps/settings/src/admin.js
@@ -139,12 +139,6 @@ window.addEventListener('DOMContentLoaded', () => {
$('#shareapi_restrict_user_enumeration_combinewarning_setting').toggleClass('hidden', !this.checked)
})
- $('#shareapi_restrict_user_enumeration_full_match').on('change', function() {
- $('#shareapi_restrict_user_enumeration_full_match_userid_setting').toggleClass('hidden', !this.checked)
- $('#shareapi_restrict_user_enumeration_full_match_email_setting').toggleClass('hidden', !this.checked)
- $('#shareapi_restrict_user_enumeration_full_match_ignore_second_display_name_setting').toggleClass('hidden', !this.checked)
- })
-
$('#allowLinks').change(function() {
$('#publicLinkSettings').toggleClass('hidden', !this.checked)
$('#setDefaultExpireDate').toggleClass('hidden', !(this.checked && $('#shareapiDefaultExpireDate')[0].checked))
diff --git a/apps/settings/tests/Settings/Admin/SharingTest.php b/apps/settings/tests/Settings/Admin/SharingTest.php
index 4cb94632f02..b238e888d39 100644
--- a/apps/settings/tests/Settings/Admin/SharingTest.php
+++ b/apps/settings/tests/Settings/Admin/SharingTest.php
@@ -85,7 +85,7 @@ class SharingTest extends TestCase {
['core', 'shareapi_restrict_user_enumeration_full_match', 'yes', 'yes'],
['core', 'shareapi_restrict_user_enumeration_full_match_userid', 'yes', 'yes'],
['core', 'shareapi_restrict_user_enumeration_full_match_email', 'yes', 'yes'],
- ['core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name', 'no', 'no'],
+ ['core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn', 'no', 'no'],
['core', 'shareapi_enabled', 'yes', 'yes'],
['core', 'shareapi_default_expire_date', 'no', 'no'],
['core', 'shareapi_expire_after_n_days', '7', '7'],
@@ -121,7 +121,7 @@ class SharingTest extends TestCase {
'restrictUserEnumerationFullMatch' => 'yes',
'restrictUserEnumerationFullMatchUserId' => 'yes',
'restrictUserEnumerationFullMatchEmail' => 'yes',
- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName' => 'no',
+ 'restrictUserEnumerationFullMatchIgnoreSecondDN' => 'no',
'enforceLinkPassword' => false,
'onlyShareWithGroupMembers' => false,
'shareAPIEnabled' => 'yes',
@@ -166,7 +166,7 @@ class SharingTest extends TestCase {
['core', 'shareapi_restrict_user_enumeration_full_match', 'yes', 'yes'],
['core', 'shareapi_restrict_user_enumeration_full_match_userid', 'yes', 'yes'],
['core', 'shareapi_restrict_user_enumeration_full_match_email', 'yes', 'yes'],
- ['core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name', 'no', 'no'],
+ ['core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn', 'no', 'no'],
['core', 'shareapi_enabled', 'yes', 'yes'],
['core', 'shareapi_default_expire_date', 'no', 'no'],
['core', 'shareapi_expire_after_n_days', '7', '7'],
@@ -202,7 +202,7 @@ class SharingTest extends TestCase {
'restrictUserEnumerationFullMatch' => 'yes',
'restrictUserEnumerationFullMatchUserId' => 'yes',
'restrictUserEnumerationFullMatchEmail' => 'yes',
- 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName' => 'no',
+ 'restrictUserEnumerationFullMatchIgnoreSecondDN' => 'no',
'enforceLinkPassword' => false,
'onlyShareWithGroupMembers' => false,
'shareAPIEnabled' => 'yes',