diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/BackgroundJobs/VerifyUserData.php | 2 | ||||
-rw-r--r-- | settings/Hooks.php | 6 | ||||
-rw-r--r-- | settings/l10n/cs.js | 13 | ||||
-rw-r--r-- | settings/l10n/cs.json | 13 | ||||
-rw-r--r-- | settings/l10n/de.js | 130 | ||||
-rw-r--r-- | settings/l10n/de.json | 130 | ||||
-rw-r--r-- | settings/l10n/de_DE.js | 78 | ||||
-rw-r--r-- | settings/l10n/de_DE.json | 78 | ||||
-rw-r--r-- | settings/l10n/es_MX.js | 2 | ||||
-rw-r--r-- | settings/l10n/es_MX.json | 2 | ||||
-rw-r--r-- | settings/l10n/gl.js | 155 | ||||
-rw-r--r-- | settings/l10n/gl.json | 155 | ||||
-rw-r--r-- | settings/l10n/it.js | 15 | ||||
-rw-r--r-- | settings/l10n/it.json | 15 | ||||
-rw-r--r-- | settings/l10n/nb.js | 1 | ||||
-rw-r--r-- | settings/l10n/nb.json | 1 | ||||
-rw-r--r-- | settings/l10n/nl.js | 10 | ||||
-rw-r--r-- | settings/l10n/nl.json | 10 | ||||
-rw-r--r-- | settings/l10n/sl.js | 1 | ||||
-rw-r--r-- | settings/l10n/sl.json | 1 | ||||
-rw-r--r-- | settings/l10n/sq.js | 2 | ||||
-rw-r--r-- | settings/l10n/sq.json | 2 | ||||
-rw-r--r-- | settings/l10n/sv.js | 4 | ||||
-rw-r--r-- | settings/l10n/sv.json | 4 | ||||
-rw-r--r-- | settings/l10n/uk.js | 1 | ||||
-rw-r--r-- | settings/l10n/uk.json | 1 |
26 files changed, 605 insertions, 227 deletions
diff --git a/settings/BackgroundJobs/VerifyUserData.php b/settings/BackgroundJobs/VerifyUserData.php index 8c02ae1727c..5e5b2b9c678 100644 --- a/settings/BackgroundJobs/VerifyUserData.php +++ b/settings/BackgroundJobs/VerifyUserData.php @@ -231,7 +231,7 @@ class VerifyUserData extends Job { $body = json_decode($response->getBody(), true); - if ($body['federationId'] === $cloudId) { + if (is_array($body) && isset($body['federationId']) && $body['federationId'] === $cloudId) { return $body; } diff --git a/settings/Hooks.php b/settings/Hooks.php index 2d8b17ebfd9..9addaea5a91 100644 --- a/settings/Hooks.php +++ b/settings/Hooks.php @@ -117,6 +117,12 @@ class Hooks { * @throws \BadMethodCallException */ public function onChangeEmail(IUser $user, $oldMailAddress) { + + if ($oldMailAddress === $user->getEMailAddress()) { + // Email didn't really change, so don't create activities and emails + return; + } + $event = $this->activityManager->generateEvent(); $event->setApp('settings') ->setType('personal_settings') diff --git a/settings/l10n/cs.js b/settings/l10n/cs.js index c26e0de0d7e..a3e34d77535 100644 --- a/settings/l10n/cs.js +++ b/settings/l10n/cs.js @@ -7,6 +7,9 @@ OC.L10N.register( "{actor} changed your email address" : "{actor} změnil(a) vaši e-mailovou adresu", "You changed your email address" : "Změnil(a) jste vaši e-mailovou adresu", "Your email address was changed by an administrator" : "Vaše e-mailová adresa byla změněna administrátorem", + "Security" : "Zabezpečení", + "You successfully logged in using two-factor authentication (%1$s)" : "Úspěšně jste se přihlásili pomocí dvoufázové autentizace (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Pokus o přihlášení s použitím dvoufázové autentizace selhal (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Vaše <strong>heslo</strong> nebo <strong>e-mail</strong> bylo změněno", "Your apps" : "Vaše aplikace", "Enabled apps" : "Povolené aplikace", @@ -44,6 +47,8 @@ OC.L10N.register( "Unable to delete user." : "Nelze smazat uživatele.", "Error while enabling user." : "Chyba při povolování uživatele.", "Error while disabling user." : "Chyba při zakazování uživatele.", + "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Pokud chcete ověřit váš Twitter účet, napište následující tweet (ujistěte se, že ho zasíláte bez zalomení řádků):", + "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Pro verifikaci vašich webových stránek uložte následující obsah v kořenovém adresáři webové prezentace v umístění '.well-known/CloudIdVerificationCode.txt' (ujistěte se, že byl text vložen jako jediný řádek)", "Settings saved" : "Nastavení uloženo", "Unable to change full name" : "Nelze změnit celé jméno", "Unable to change email address" : "Nepodařilo se změnit e-mailovou adresu", @@ -146,6 +151,7 @@ OC.L10N.register( "Visible to local users and to trusted servers" : "Viditelné pro místní uživatele a důvěryhodné servery", "Public" : "Veřejný", "Will be synced to a global and public address book" : "Bude synchronizováno do globálního a veřejného adresáře", + "Verify" : "Ověřit", "Verifying …" : "Ověřování …", "Select a profile picture" : "Vyberte profilový obrázek", "Very weak password" : "Velmi slabé heslo", @@ -221,6 +227,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Musíte přenést své šifrovací klíče ze staré verze šifrování (ownCloud <= 8.0) na novou.", "Start migration" : "Spustit migraci", "Security & setup warnings" : "Upozornění zabezpečení a nastavení", + "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 Tips & Ticks section and the documentation for more information." : "Pro optimální zabezpečení a výkon instance je důležitě, aby vše bylo správně nakonfigurováno. Abychom vám v tom pomohli, automaticky ověřujeme některá nastavení. Pro více informací nahlédněte do sekce Tipy a Triky a do dokumentace.", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.", "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Zkontrolujte prosím konfiguraci php podle <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">instalační dokumentace ↗</a>, hlavně při použití php-fpm.", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurace je nastavena pouze pro čtení. Toto znemožňuje některá nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do konfiguračního souboru ručně.", @@ -237,8 +244,14 @@ OC.L10N.register( "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu cron v CLI. Došlo k následujícím technickým chybám:", "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Prosím překontrolujte <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">instalační pokyny ↗</a> a najděte jakékoliv chyby a varování v <a href=\"%s\">logu</a>.", "All checks passed." : "Všechny testy byly úspěšné.", + "Background jobs" : "Úkoly na pozadí", + "Last job ran %s." : "Poslední úkol proběhl: %s.", + "Last job execution ran %s. Something seems wrong." : "Poslední úkol proběhl: %s. Vypadá to, že něco není v pořádku.", + "Background job didn’t run yet!" : "Úkol na pozadí ještě neběžel", + "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Pro optimální výkon je důležité nakonfigurovat úkoly běžící na pozadí. Pro větší instance je doporučenou metodou 'cron'. Více informací naleznete v dokumentaci.", "Execute one task with each page loaded" : "Spustit jednu úlohu s každým načtením stránky", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes http.", + "Use system cron service to call the cron.php file every 15 minutes." : "Použít systémovou službu cron pro volání cron.php každých 15 minut.", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php musí být spuštěn s právy systémového uživatele \"%s\".", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pro spuštění je potřeba PHP posix rozšíření. Více informací lze nalézt v {linkstart}PHP dokumentaci{linkend}.", "Version" : "Verze", diff --git a/settings/l10n/cs.json b/settings/l10n/cs.json index 4f91b0e8751..ce1dcbe0490 100644 --- a/settings/l10n/cs.json +++ b/settings/l10n/cs.json @@ -5,6 +5,9 @@ "{actor} changed your email address" : "{actor} změnil(a) vaši e-mailovou adresu", "You changed your email address" : "Změnil(a) jste vaši e-mailovou adresu", "Your email address was changed by an administrator" : "Vaše e-mailová adresa byla změněna administrátorem", + "Security" : "Zabezpečení", + "You successfully logged in using two-factor authentication (%1$s)" : "Úspěšně jste se přihlásili pomocí dvoufázové autentizace (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Pokus o přihlášení s použitím dvoufázové autentizace selhal (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Vaše <strong>heslo</strong> nebo <strong>e-mail</strong> bylo změněno", "Your apps" : "Vaše aplikace", "Enabled apps" : "Povolené aplikace", @@ -42,6 +45,8 @@ "Unable to delete user." : "Nelze smazat uživatele.", "Error while enabling user." : "Chyba při povolování uživatele.", "Error while disabling user." : "Chyba při zakazování uživatele.", + "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Pokud chcete ověřit váš Twitter účet, napište následující tweet (ujistěte se, že ho zasíláte bez zalomení řádků):", + "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Pro verifikaci vašich webových stránek uložte následující obsah v kořenovém adresáři webové prezentace v umístění '.well-known/CloudIdVerificationCode.txt' (ujistěte se, že byl text vložen jako jediný řádek)", "Settings saved" : "Nastavení uloženo", "Unable to change full name" : "Nelze změnit celé jméno", "Unable to change email address" : "Nepodařilo se změnit e-mailovou adresu", @@ -144,6 +149,7 @@ "Visible to local users and to trusted servers" : "Viditelné pro místní uživatele a důvěryhodné servery", "Public" : "Veřejný", "Will be synced to a global and public address book" : "Bude synchronizováno do globálního a veřejného adresáře", + "Verify" : "Ověřit", "Verifying …" : "Ověřování …", "Select a profile picture" : "Vyberte profilový obrázek", "Very weak password" : "Velmi slabé heslo", @@ -219,6 +225,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Musíte přenést své šifrovací klíče ze staré verze šifrování (ownCloud <= 8.0) na novou.", "Start migration" : "Spustit migraci", "Security & setup warnings" : "Upozornění zabezpečení a nastavení", + "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 Tips & Ticks section and the documentation for more information." : "Pro optimální zabezpečení a výkon instance je důležitě, aby vše bylo správně nakonfigurováno. Abychom vám v tom pomohli, automaticky ověřujeme některá nastavení. Pro více informací nahlédněte do sekce Tipy a Triky a do dokumentace.", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php není nejspíše správně nastaveno pro dotazování na proměnné hodnoty systému. Test s getenv(\"PATH\") vrací pouze prázdnou odpověď.", "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Zkontrolujte prosím konfiguraci php podle <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">instalační dokumentace ↗</a>, hlavně při použití php-fpm.", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurace je nastavena pouze pro čtení. Toto znemožňuje některá nastavení přes webové rozhraní. Dále musí být pro každou změnu povolen zápis do konfiguračního souboru ručně.", @@ -235,8 +242,14 @@ "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nebylo možné spustit službu cron v CLI. Došlo k následujícím technickým chybám:", "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Prosím překontrolujte <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">instalační pokyny ↗</a> a najděte jakékoliv chyby a varování v <a href=\"%s\">logu</a>.", "All checks passed." : "Všechny testy byly úspěšné.", + "Background jobs" : "Úkoly na pozadí", + "Last job ran %s." : "Poslední úkol proběhl: %s.", + "Last job execution ran %s. Something seems wrong." : "Poslední úkol proběhl: %s. Vypadá to, že něco není v pořádku.", + "Background job didn’t run yet!" : "Úkol na pozadí ještě neběžel", + "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Pro optimální výkon je důležité nakonfigurovat úkoly běžící na pozadí. Pro větší instance je doporučenou metodou 'cron'. Více informací naleznete v dokumentaci.", "Execute one task with each page loaded" : "Spustit jednu úlohu s každým načtením stránky", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je registrován u služby webcron, aby volal cron.php jednou za 15 minut přes http.", + "Use system cron service to call the cron.php file every 15 minutes." : "Použít systémovou službu cron pro volání cron.php každých 15 minut.", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php musí být spuštěn s právy systémového uživatele \"%s\".", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pro spuštění je potřeba PHP posix rozšíření. Více informací lze nalézt v {linkstart}PHP dokumentaci{linkend}.", "Version" : "Verze", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index 19603a07415..b07e84e0100 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -5,24 +5,24 @@ OC.L10N.register( "You changed your password" : "Du hast Dein Passwort geändert", "Your password was reset by an administrator" : "Dein Passwort wurde vom Administrator zurückgesetzt", "{actor} changed your email address" : "{actor} hat Deine E-Mail-Adresse geändert", - "You changed your email address" : "Du hst erfolgreich deine E-Mail-Adresse geändert", + "You changed your email address" : "Du hst erfolgreich Deine E-Mail-Adresse geändert", "Your email address was changed by an administrator" : "Deine E-Mail-Adresse wurde von einen Administrator geändert", "Security" : "Sicherheit", "You successfully logged in using two-factor authentication (%1$s)" : "Sie haben sich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)", "A login attempt using two-factor authentication failed (%1$s)" : "Ein Anmeldeversuch mittels Zwei-Faktor-Authentifizierung schlug fehl (%1$s)", - "Your <strong>password</strong> or <strong>email</strong> was modified" : "Dein <strong>Passwort</strong> oder Deine <strong>E.Mail-Adresse</strong> wurde geändert", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Dein <strong>Passwort</strong> oder Deine <strong>E-Mail-Adresse</strong> wurde geändert", "Your apps" : "Deine Apps", "Enabled apps" : "Aktivierte Apps", "Disabled apps" : "Deaktivierte Apps", "App bundles" : "App-Pakete", "Wrong password" : "Falsches Passwort", "Saved" : "Gespeichert", - "No user supplied" : "Kein Benutzer übermittelt", + "No user supplied" : "Kein Benutzer angegeben", "Unable to change password" : "Passwort konnte nicht geändert werden", "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 doesn't support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", + "Backend doesn't 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" : "Das 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 %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL verwendet eine veraltete %s Version (%s). Bitte aktualisiere dein Betriebssystem, da ansonsten Funktionen, wie z.B. %s, nicht zuverlässig funktionieren werden.", @@ -31,10 +31,10 @@ OC.L10N.register( "Group already exists." : "Gruppe existiert bereits.", "Unable to add group." : "Gruppe konnte nicht angelegt werden.", "Unable to delete group." : "Gruppe konnte nicht gelöscht werden.", - "Invalid SMTP password." : "Falsches SMTP-Passwort", + "Invalid SMTP password." : "Ungültiges SMTP-Passwort", "Well done, %s!" : "Gut gemacht, %s!", - "If you received this email, the email configuration seems to be correct." : "Wenn du diese E-Mail empfangen hast, sind die E-Mail-Einstellungen richtig", - "Email setting test" : "E-Mail-Einstellungen testen", + "If you received this email, the email configuration seems to be correct." : "Wenn du diese E-Mail empfangen hast, sind die E-Mail-Einstellungen korrekt.", + "Email setting test" : "Test der E-Mail-Einstellungen", "Email could not be sent. Check your mail server log" : "E-Mail konnte nicht versandt werden. Prüfe Dein E-Mail-Server-Protokoll", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Beim Senden der E-Mail ist ein Problem aufgetreten. Bitte überprüfe Deine Einstellungen. (Fehler: %s)", "You need to set your user email before being able to send test emails." : "Zunächst muss die Benutzer-E-Mail-Adresse angegeben werden, bevor Test-E-Mails verschickt werden können.", @@ -45,8 +45,8 @@ OC.L10N.register( "To send a password link to the user an email address is required." : "Um einen Passwort-Link an einen Benutzer zu versenden wird eine E-Mail-Adresse benötigt.", "Unable to create user." : "Benutzer konnte nicht erstellt werden.", "Unable to delete user." : "Benutzer konnte nicht gelöscht werden.", - "Error while enabling user." : "Fehler beim aktivieren des Nutzers.", - "Error while disabling user." : "Fehler beim deaktivieren des Nutzers.", + "Error while enabling user." : "Fehler beim Aktivieren des Benutzers.", + "Error while disabling user." : "Fehler beim Deaktivieren des Benutzers.", "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Um Dein Twitter-Konto zu überprüfen, veröffentliche bitte den folgenden Tweet auf Twitter (Bitte stelle sicher, dass der Tweet keinen Zeilenumbruch enthält):", "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Um Deine Webseite zu überprüfen, speichere bitte den folgenden Inhalt im Web-Wurzelverzeichnist in der Datei '.well-known/CloudIdVerificationCode.txt' (bitte stelle sicher, das sich der gesamte Text in einer Zeile befindet):", "Settings saved" : "Einstellungen gespeichert", @@ -77,7 +77,7 @@ OC.L10N.register( "Go to %s" : "Gehe zu %s", "Install Client" : "Installiere den Client", "Your %s account was created" : "Dein %s-Konto wurde erstellt", - "Password confirmation is required" : "Passwortbestätigung ist erforderlich", + "Password confirmation is required" : "Passwortbestätigung erforderlich", "Couldn't remove app." : "Die App konnte nicht entfernt werden.", "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", "Are you really sure you want add {domain} as trusted domain?" : "Bist du sicher, dass du {domain} als vertrauenswürdige Domain hinzufügen möchtest?", @@ -86,7 +86,7 @@ OC.L10N.register( "Migration started …" : "Migration begonnen…", "Not saved" : "Nicht gespeichert", "Sending…" : "Senden…", - "Email sent" : "E-Mail wurde verschickt", + "Email sent" : "E-Mail gesendet", "Official" : "Offiziell", "All" : "Alle", "Update to %s" : "Aktualisierung auf %s", @@ -96,22 +96,22 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Community entwickelt. Sie stellen die zentralen Funktionen bereit und sind für den produktiven Einsatz geeignet.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", - "Disabling app …" : "Deaktiviere app...", + "Disabling app …" : "App wird deaktiviert…", "Error while disabling app" : "Beim Deaktivieren der App ist ein Fehler aufgetreten", "Disable" : "Deaktivieren", "Enable" : "Aktivieren", - "Enabling app …" : "Aktiviere App ...", + "Enabling app …" : "Aktiviere App…", "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", - "Error: this app cannot be enabled because it makes the server unstable" : "Fehler: Diese Anwendung kann nicht aktiviert werden, da sie den Server unstabil machen würde", + "Error: this app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da es den Server instabil macht.", "Error: could not disable broken app" : "Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden", - "Error while disabling broken app" : "Beim Deaktivieren der beschädigten App ist ein Fehler aufgetreten", + "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "Updating...." : "Aktualisiere…", - "Error while updating app" : "Fehler beim Aktualisieren der App", + "Error while updating app" : "Es ist ein Fehler während der Aktualisierung der App aufgetreten", "Updated" : "Aktualisiert", - "Removing …" : "Entferne ...", + "Removing …" : "Entferne…", "Error while removing app" : "Fehler beim Entfernen der App", "Remove" : "Entfernen", - "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zu Aktualisierungsseite weitergeleitet", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.", "App update" : "App Aktualisierung", "Approved" : "Geprüft", "Experimental" : "Experimentell", @@ -137,9 +137,9 @@ OC.L10N.register( "Not supported!" : "Nicht unterstützt!", "Press ⌘-C to copy." : "⌘-C zum Kopieren drücken.", "Press Ctrl-C to copy." : "Ctrl-C zum Kopieren drücken.", - "Error while loading browser sessions and device tokens" : "Fehler beim Laden der Browser-Sitzungen und Gerätetoken", - "Error while creating device token" : "Fehler beim Erstellen des Gerätetokens", - "Error while deleting the token" : "Fehler beim Löschen des Gerätetokens", + "Error while loading browser sessions and device tokens" : "Fehler beim Laden der Browser-Sitzungen und Geräte-Token", + "Error while creating device token" : "Fehler beim Erstellen des Geräte-Tokens", + "Error while deleting the token" : "Fehler beim Löschen des Geräte-Tokens", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Es ist ein Fehler aufgetreten. Bitte lade ein ASCII-kodiertes PEM-Zertifikat hoch.", "Valid until {date}" : "Gültig bis {date}", "Delete" : "Löschen", @@ -148,20 +148,20 @@ OC.L10N.register( "Only visible to local users" : "Nur für lokale Benutzer sichtbar", "Only visible to you" : "Nur für Dich sichtbar", "Contacts" : "Kontakte", - "Visible to local users and to trusted servers" : "Sichtbar für lokale Nutzer und vertauenswürdige Server", + "Visible to local users and to trusted servers" : "Sichtbar für lokale Benutzer und vertrauenswürdige Server", "Public" : "Öffentlich", "Will be synced to a global and public address book" : "Wird mit einem globalen und einem öffentlichen Adressbuch synchronisiert", "Verify" : "Überprüfen", - "Verifying …" : "Überprüfe ...", + "Verifying …" : "Überprüfe…", "Select a profile picture" : "Wähle ein Profilbild", "Very weak password" : "Sehr schwaches Passwort", "Weak password" : "Schwaches Passwort", - "So-so password" : "Durchschnittliches Passwort", + "So-so password" : "Akzeptables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", "Groups" : "Gruppen", "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", - "Error creating group: {message}" : "Fehler beim Erstellen der Gruppe: {message}", + "Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}", "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", "deleted {groupName}" : "{groupName} gelöscht", "undo" : "rückgängig machen", @@ -171,14 +171,14 @@ OC.L10N.register( "Unable to add user to group {group}" : "Benutzer kann nicht zur Gruppe {group} hinzugefügt werden ", "Unable to remove user from group {group}" : "Benutzer kann nicht aus der Gruppe {group} entfernt werden ", "Add group" : "Gruppe hinzufügen", - "Invalid quota value \"{val}\"" : "Ungültiger Grenzwert \"{val}\"", + "Invalid quota value \"{val}\"" : "Ungültiges Speicherkontingent \"{val}\"", "no group" : "Keine Gruppe", "Password successfully changed" : "Das Passwort wurde erfolgreich geändert", "Changing the password will result in data loss, because data recovery is not available for this user" : "Die Änderung des Passworts führt zu Datenverlust, weil die Datenwiederherstellung für diesen Benutzer nicht verfügbar ist", - "Could not change the users email" : "Die E-Mail Adresse des Nutzers konnte nicht geändert werden", - "Error while changing status of {user}" : "Fehler beim Ändern des Statusses des Nutzers {user}", + "Could not change the users email" : "Die E-Mail-Adresse des Benutzers konnte nicht geändert werden", + "Error while changing status of {user}" : "Fehler beim Ändern des Status des Benutzers {user}", "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", - "Error creating user: {message}" : "Fehler beim Anlegen des Benutzers: {message}", + "Error creating user: {message}" : "Fehler beim Erstellen des Benutzers: {message}", "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", "A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden", "__language_name__" : "Deutsch (Persönlich)", @@ -188,10 +188,10 @@ OC.L10N.register( "Sessions" : "Sitzungen", "App passwords" : "App-PINs", "Sync clients" : "Sync-Clients", - "None" : "Nichts", + "None" : "Keine", "Login" : "Anmelden", - "Plain" : "Plain", - "NT LAN Manager" : "NT LAN Manager", + "Plain" : "Klartext", + "NT LAN Manager" : "NT-LAN-Manager", "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", "Email server" : "E-Mail-Server", @@ -206,8 +206,8 @@ OC.L10N.register( "Server address" : "Serveradresse", "Port" : "Port", "Credentials" : "Zugangsdaten", - "SMTP Username" : "SMTP Benutzername", - "SMTP Password" : "SMTP Passwort", + "SMTP Username" : "SMTP-Benutzername", + "SMTP Password" : "SMTP-Passwort", "Store credentials" : "Anmeldeinformationen speichern", "Test email settings" : "E-Mail-Einstellungen testen", "Send email" : "E-Mail senden", @@ -218,13 +218,13 @@ OC.L10N.register( "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.", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Verschlüsselung alleine garantiert nicht die Systemsicherheit. Bitte lesen Sie in der Dokumentation nach, wie die Verschlüsselungs-app funktioniert und welche Anwendungsfälle unterstützt werden.", "Be aware that encryption always increases the file size." : "Sei dir bewusst, dass die Verschlüsselung immer die Dateigröße erhöht.", - "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Es ist immer gut, regelmäßig Sicherungskopien von deinen Daten zu erstellen. Falls du die Verschlüsselung nutzt, sollte auch eine Sicherung der Kodierungsschlüssel zusammen mit deinen Daten durchgeführt werden.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Es ist immer gut, regelmäßig Sicherungskopien von deinen Daten zu erstellen. Falls du die Verschlüsselung nutzt, sollte auch eine Sicherung der Verschlüsselungsschlüssel zusammen mit Deinen Daten durchgeführt werden.", "This is the final warning: Do you really want to enable encryption?" : "Dies ist die letzte Warnung: Verschlüsselung wirklich aktivieren?", "Enable encryption" : "Verschlüsselung aktivieren", "No encryption module loaded, please enable an encryption module in the app menu." : "Es wurde kein Verschlüsselungs-Modul geladen, bitte ein Verschlüsselungs-Modul im Anwendungs-Menü aktivieren.", "Select default encryption module:" : "Standard-Verschlüsselungs-Modul auswählen:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Die Kodierungsschlüssel der alten Verschlüsselung müssen zur neuen Version migriert werden (ownCloud <= 8.0). Bitte »Default Encryption Module« aktivieren und »occ encryption:migrate« aufrufen.", - "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Kodierungsschlüssel der alten Verschlüsselung migrieren (ownCloud <= 8.0).", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Du musst Deinen Verschlüsselungsschlüssel von der alten Verschlüsselung (ownCloud <= 8.0) zur Neuen migrieren.", "Start migration" : "Migration beginnen", "Security & setup warnings" : "Sicherheits- & Einrichtungswarnungen", "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 Tips & Ticks section and the documentation for more information." : "Für die Sicherheit und Geschwindigkeit Deiner Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Dir hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen findest Du im Tipps & Tricks- Abschnitt und in der Dokumentation.", @@ -235,7 +235,7 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME-Typ-Erkennung zu erhalten.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest du in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a>.", "System locale can not be set to a one which supports UTF-8." : "Es kann kein Systemgebietsschema gesetzt werden, das UTF-8 unterstützt.", "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann.", @@ -249,7 +249,7 @@ OC.L10N.register( "Last job execution ran %s. Something seems wrong." : "Letzte Aufgaben-Ausführung lief %s. Etwas scheint falsch zu sein.", "Background job didn’t run yet!" : "Hintergrund-Aufgabe wurde bislang nicht ausgeführt!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Um die optimale Geschwindigkeit zu erreichen ist es wichtig, dass die Hintergrund-Aktivitäten richtig konfiguriert sind. Für größere Installationen ist 'Cron' die empfohlene Einstellung. Weitere Informationen findest Du in der Dokumentation.", - "Execute one task with each page loaded" : "Führe eine Aufgabe mit jeder geladenen Seite aus", + "Execute one task with each page loaded" : "Eine Aufgabe bei jedem Laden einer Seite ausführen", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", "Use system cron service to call the cron.php file every 15 minutes." : "Nutze den System-Cron-Service um cron.php alle 15 Minuten aufzurufen.", "The cron.php needs to be executed by the system user \"%s\"." : "Die cron.php muss durch den Systemnutzer \"%s\" ausgeführt werden.", @@ -277,9 +277,9 @@ OC.L10N.register( "Tips & tricks" : "Tipps & Tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Es gibt ein Menge von Eigenschaften und Konfigurationsschaltern die es ermöglichen, die Installation optimal zu nutzen und anzupassen. Hier einige Verweise auf weitere Informationen.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", - "This is particularly recommended when using the desktop client for file synchronisation." : "Dies empfiehlt sich besonders, wenn Sie den Desktop-Client für die Dateisynchronisation verwenden.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Dektop-Clients zur Synchronisierung empfohlen.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a> schauen.", - "How to do backups" : "Wie man Backups anlegt", + "How to do backups" : "Wie man Datensicherungen anlegt", "Advanced monitoring" : "Erweitertes Monitoring", "Performance tuning" : "Leistungsoptimierung", "Improving the config.php" : "Die config.php optimieren", @@ -289,9 +289,9 @@ OC.L10N.register( "Developer documentation" : "Dokumentation für Entwickler", "View in store" : "Im Store anzeigen", "Limit to groups" : "Auf Gruppen beschränken", - "This app has an update available." : "Es ist eine Aktualisierung verfügbar.", + "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", "by %s" : "von %s", - "%s-licensed" : "%s-lizensiert", + "%s-licensed" : "%s-Lizensiert", "Documentation:" : "Dokumentation:", "User documentation" : "Dokumentation für Benutzer", "Admin documentation" : "Dokumentation für Administratoren", @@ -301,9 +301,9 @@ OC.L10N.register( "Hide description …" : "Beschreibung ausblenden…", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine untere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", - "This app cannot be installed because the following dependencies are not fulfilled:" : "Die App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "SSL Root Certificates" : "SSL Root Zertifikate", + "SSL Root Certificates" : "SSL-Root-Zertifikate", "Common Name" : "Allgemeiner Name", "Valid until" : "Gültig bis", "Issued By" : "Ausgestellt von:", @@ -318,12 +318,12 @@ OC.L10N.register( "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Du benutzt <strong>%s</strong> von <strong>%s</strong> (<strong>%s %%</strong>)", "Profile picture" : "Profilbild", "Upload new" : "Neues hochladen", - "Select from Files" : "Wähle aus Dateien", + "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20MB", - "Picture provided by original account" : "Bild von Original- Konto zur Verfügung gestellt", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", + "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", - "Choose as profile picture" : "Wähle ein Profilbild", + "Choose as profile picture" : "Als Profilbild auswählen", "Full name" : "Vollständiger Name", "No display name set" : "Kein Anzeigename angegeben", "Email" : "E-Mail", @@ -336,9 +336,9 @@ OC.L10N.register( "Your postal address" : "Deine Postadresse", "Website" : "Webseite", "It can take up to 24 hours before the account is displayed as verified." : "Es kann bis zu 24 Stunden dauern, bis das Konto als überprüt angezeigt wird.", - "Link https://…" : "Link https://", + "Link https://…" : "Link https://…", "Twitter" : "Twitter", - "Twitter handle @…" : "Twitter-handle @ ...", + "Twitter handle @…" : "Twitter-Handle @…", "You are member of the following groups:" : "Du bist Mitglied folgender Gruppen:", "Password" : "Passwort", "Current password" : "Aktuelles Passwort", @@ -352,7 +352,7 @@ OC.L10N.register( "iOS app" : "iOS-App", "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Wenn du das Projekt unterstützen willst, {contributeopen}hilf bei der Entwicklung{linkclose} oder {contributeopen}verbreite es{linkclose}!", "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", - "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Deinem Konto eingeloggte Web-, Desktop- und Mobil-Clients.", + "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Deinem Konto angemeldete Web-, Desktop- und Mobil-Clients.", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier können individuelle Passwörter for Apps erzeugt werden. So must Du nicht Dein Passwort verteilen. Jedes Passwort kann individuell widerrufen werden.", @@ -377,21 +377,21 @@ OC.L10N.register( "Send email to new user" : "E-Mail an neuen Benutzer senden", "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Wenn das Passwort für den neuen Benutzer leer gelassen wird, wird eine Aktivierungs-E-Mail mit einem Link zur Passwortvergabe versandt.", "E-Mail" : "E-Mail", - "Create" : "Anlegen", - "Admin Recovery Password" : "Admin-Wiederherstellungspasswort", + "Create" : "Erstellen", + "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", "Enter the recovery password in order to recover the users files during password change" : "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während der Passwortänderung wiederherzustellen", "Group name" : "Gruppenname", "Everyone" : "Jeder", "Admins" : "Administratoren", "Disabled" : "Deaktiviert", - "Default quota" : "Standard Speicherplatzgröße", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z. B.: „512 MB“ oder „12 GB“)", + "Default quota" : "Standard Speicherkontingent ", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", "Other" : "Andere", "Group admin for" : "Gruppenadministrator für", - "Quota" : "Quota", + "Quota" : "Kontingent", "Storage location" : "Speicherort", "User backend" : "Benutzer-Backend", - "Last login" : "Letztes Login", + "Last login" : "Letzte Anmeldung", "change full name" : "Vollständigen Namen ändern", "set new password" : "Neues Passwort setzen", "change email address" : "E-Mail-Adresse ändern", @@ -404,26 +404,26 @@ OC.L10N.register( "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der Admin-Gruppe löschen.", "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", - "Sending..." : "Senden…", - "Uninstalling ...." : "Deinstalliere…", + "Sending..." : "Wird gesendet…", + "Uninstalling ...." : "Wird deinstalliert…", "Error while uninstalling app" : "Fehler beim Deinstallieren der App", "Uninstall" : "Deinstallieren", - "This is used for sending out notifications." : "Dies wird zum Senden von Benachrichtigungen verwendet.", + "This is used for sending out notifications." : "Dies wird für das Senden von Benachrichtigungen verwendet.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", "Cron" : "Cron", "Last cron job execution: %s." : "Letzte Cron-Job-Ausführung: %s.", "Last cron job execution: %s. Something seems wrong." : "Letzte Cron-Job-Ausführung: %s. Möglicherweise liegt ein Fehler vor.", - "Cron was not executed yet!" : "Cron wurde bis jetzt noch nicht ausgeführt!", + "Cron was not executed yet!" : "Cron wurde bislang noch nicht ausgeführt!", "Use system's cron service to call the cron.php file every 15 minutes." : "Benutze den systemeigenen Cron-Dienst, um die cron.php alle 15 Minuten aufzurufen.", "Uninstall app" : "App deinstallieren", "Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: <strong>%s</strong><br>Greife darauf zu: <strong><a href=\"%s\">%s</a></strong><br><br>", "Cheers!" : "Noch einen schönen Tag!", - "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nZugriff: %s\n", + "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nZugriff: %s\n\n", "For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen", - "Your website" : "Deine Webseite", - "Your Twitter handle" : "Dein twitter-handle", + "Your website" : "Deine Internetseite", + "Your Twitter handle" : "Dein Twitter-Handle", "Passcodes that give an app or device permissions to access your account." : "PINs mit denen Apps oder Geräte auf Dein Konto zugreifen können.", - "Follow us on Google Plus!" : "Folgen Sie uns auf Google Plus!", + "Follow us on Google Plus!" : "Folgen Sie uns bei Google Plus!", "Subscribe to our twitter channel!" : "Abonniere unseren Twitter-Kanal!", "Subscribe to our news feed!" : "Abonniere unseren RSS-Feed!", "Show last log in" : "Letzte Anmeldung anzeigen" diff --git a/settings/l10n/de.json b/settings/l10n/de.json index cc69fdab245..9f9c2c59824 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -3,24 +3,24 @@ "You changed your password" : "Du hast Dein Passwort geändert", "Your password was reset by an administrator" : "Dein Passwort wurde vom Administrator zurückgesetzt", "{actor} changed your email address" : "{actor} hat Deine E-Mail-Adresse geändert", - "You changed your email address" : "Du hst erfolgreich deine E-Mail-Adresse geändert", + "You changed your email address" : "Du hst erfolgreich Deine E-Mail-Adresse geändert", "Your email address was changed by an administrator" : "Deine E-Mail-Adresse wurde von einen Administrator geändert", "Security" : "Sicherheit", "You successfully logged in using two-factor authentication (%1$s)" : "Sie haben sich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)", "A login attempt using two-factor authentication failed (%1$s)" : "Ein Anmeldeversuch mittels Zwei-Faktor-Authentifizierung schlug fehl (%1$s)", - "Your <strong>password</strong> or <strong>email</strong> was modified" : "Dein <strong>Passwort</strong> oder Deine <strong>E.Mail-Adresse</strong> wurde geändert", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Dein <strong>Passwort</strong> oder Deine <strong>E-Mail-Adresse</strong> wurde geändert", "Your apps" : "Deine Apps", "Enabled apps" : "Aktivierte Apps", "Disabled apps" : "Deaktivierte Apps", "App bundles" : "App-Pakete", "Wrong password" : "Falsches Passwort", "Saved" : "Gespeichert", - "No user supplied" : "Kein Benutzer übermittelt", + "No user supplied" : "Kein Benutzer angegeben", "Unable to change password" : "Passwort konnte nicht geändert werden", "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 doesn't support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", + "Backend doesn't 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" : "Das 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 %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL verwendet eine veraltete %s Version (%s). Bitte aktualisiere dein Betriebssystem, da ansonsten Funktionen, wie z.B. %s, nicht zuverlässig funktionieren werden.", @@ -29,10 +29,10 @@ "Group already exists." : "Gruppe existiert bereits.", "Unable to add group." : "Gruppe konnte nicht angelegt werden.", "Unable to delete group." : "Gruppe konnte nicht gelöscht werden.", - "Invalid SMTP password." : "Falsches SMTP-Passwort", + "Invalid SMTP password." : "Ungültiges SMTP-Passwort", "Well done, %s!" : "Gut gemacht, %s!", - "If you received this email, the email configuration seems to be correct." : "Wenn du diese E-Mail empfangen hast, sind die E-Mail-Einstellungen richtig", - "Email setting test" : "E-Mail-Einstellungen testen", + "If you received this email, the email configuration seems to be correct." : "Wenn du diese E-Mail empfangen hast, sind die E-Mail-Einstellungen korrekt.", + "Email setting test" : "Test der E-Mail-Einstellungen", "Email could not be sent. Check your mail server log" : "E-Mail konnte nicht versandt werden. Prüfe Dein E-Mail-Server-Protokoll", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Beim Senden der E-Mail ist ein Problem aufgetreten. Bitte überprüfe Deine Einstellungen. (Fehler: %s)", "You need to set your user email before being able to send test emails." : "Zunächst muss die Benutzer-E-Mail-Adresse angegeben werden, bevor Test-E-Mails verschickt werden können.", @@ -43,8 +43,8 @@ "To send a password link to the user an email address is required." : "Um einen Passwort-Link an einen Benutzer zu versenden wird eine E-Mail-Adresse benötigt.", "Unable to create user." : "Benutzer konnte nicht erstellt werden.", "Unable to delete user." : "Benutzer konnte nicht gelöscht werden.", - "Error while enabling user." : "Fehler beim aktivieren des Nutzers.", - "Error while disabling user." : "Fehler beim deaktivieren des Nutzers.", + "Error while enabling user." : "Fehler beim Aktivieren des Benutzers.", + "Error while disabling user." : "Fehler beim Deaktivieren des Benutzers.", "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Um Dein Twitter-Konto zu überprüfen, veröffentliche bitte den folgenden Tweet auf Twitter (Bitte stelle sicher, dass der Tweet keinen Zeilenumbruch enthält):", "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Um Deine Webseite zu überprüfen, speichere bitte den folgenden Inhalt im Web-Wurzelverzeichnist in der Datei '.well-known/CloudIdVerificationCode.txt' (bitte stelle sicher, das sich der gesamte Text in einer Zeile befindet):", "Settings saved" : "Einstellungen gespeichert", @@ -75,7 +75,7 @@ "Go to %s" : "Gehe zu %s", "Install Client" : "Installiere den Client", "Your %s account was created" : "Dein %s-Konto wurde erstellt", - "Password confirmation is required" : "Passwortbestätigung ist erforderlich", + "Password confirmation is required" : "Passwortbestätigung erforderlich", "Couldn't remove app." : "Die App konnte nicht entfernt werden.", "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", "Are you really sure you want add {domain} as trusted domain?" : "Bist du sicher, dass du {domain} als vertrauenswürdige Domain hinzufügen möchtest?", @@ -84,7 +84,7 @@ "Migration started …" : "Migration begonnen…", "Not saved" : "Nicht gespeichert", "Sending…" : "Senden…", - "Email sent" : "E-Mail wurde verschickt", + "Email sent" : "E-Mail gesendet", "Official" : "Offiziell", "All" : "Alle", "Update to %s" : "Aktualisierung auf %s", @@ -94,22 +94,22 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Community entwickelt. Sie stellen die zentralen Funktionen bereit und sind für den produktiven Einsatz geeignet.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", - "Disabling app …" : "Deaktiviere app...", + "Disabling app …" : "App wird deaktiviert…", "Error while disabling app" : "Beim Deaktivieren der App ist ein Fehler aufgetreten", "Disable" : "Deaktivieren", "Enable" : "Aktivieren", - "Enabling app …" : "Aktiviere App ...", + "Enabling app …" : "Aktiviere App…", "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", - "Error: this app cannot be enabled because it makes the server unstable" : "Fehler: Diese Anwendung kann nicht aktiviert werden, da sie den Server unstabil machen würde", + "Error: this app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da es den Server instabil macht.", "Error: could not disable broken app" : "Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden", - "Error while disabling broken app" : "Beim Deaktivieren der beschädigten App ist ein Fehler aufgetreten", + "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "Updating...." : "Aktualisiere…", - "Error while updating app" : "Fehler beim Aktualisieren der App", + "Error while updating app" : "Es ist ein Fehler während der Aktualisierung der App aufgetreten", "Updated" : "Aktualisiert", - "Removing …" : "Entferne ...", + "Removing …" : "Entferne…", "Error while removing app" : "Fehler beim Entfernen der App", "Remove" : "Entfernen", - "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zu Aktualisierungsseite weitergeleitet", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.", "App update" : "App Aktualisierung", "Approved" : "Geprüft", "Experimental" : "Experimentell", @@ -135,9 +135,9 @@ "Not supported!" : "Nicht unterstützt!", "Press ⌘-C to copy." : "⌘-C zum Kopieren drücken.", "Press Ctrl-C to copy." : "Ctrl-C zum Kopieren drücken.", - "Error while loading browser sessions and device tokens" : "Fehler beim Laden der Browser-Sitzungen und Gerätetoken", - "Error while creating device token" : "Fehler beim Erstellen des Gerätetokens", - "Error while deleting the token" : "Fehler beim Löschen des Gerätetokens", + "Error while loading browser sessions and device tokens" : "Fehler beim Laden der Browser-Sitzungen und Geräte-Token", + "Error while creating device token" : "Fehler beim Erstellen des Geräte-Tokens", + "Error while deleting the token" : "Fehler beim Löschen des Geräte-Tokens", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Es ist ein Fehler aufgetreten. Bitte lade ein ASCII-kodiertes PEM-Zertifikat hoch.", "Valid until {date}" : "Gültig bis {date}", "Delete" : "Löschen", @@ -146,20 +146,20 @@ "Only visible to local users" : "Nur für lokale Benutzer sichtbar", "Only visible to you" : "Nur für Dich sichtbar", "Contacts" : "Kontakte", - "Visible to local users and to trusted servers" : "Sichtbar für lokale Nutzer und vertauenswürdige Server", + "Visible to local users and to trusted servers" : "Sichtbar für lokale Benutzer und vertrauenswürdige Server", "Public" : "Öffentlich", "Will be synced to a global and public address book" : "Wird mit einem globalen und einem öffentlichen Adressbuch synchronisiert", "Verify" : "Überprüfen", - "Verifying …" : "Überprüfe ...", + "Verifying …" : "Überprüfe…", "Select a profile picture" : "Wähle ein Profilbild", "Very weak password" : "Sehr schwaches Passwort", "Weak password" : "Schwaches Passwort", - "So-so password" : "Durchschnittliches Passwort", + "So-so password" : "Akzeptables Passwort", "Good password" : "Gutes Passwort", "Strong password" : "Starkes Passwort", "Groups" : "Gruppen", "Unable to delete {objName}" : "Löschen von {objName} nicht möglich", - "Error creating group: {message}" : "Fehler beim Erstellen der Gruppe: {message}", + "Error creating group: {message}" : "Fehler beim Erstellen einer Gruppe: {message}", "A valid group name must be provided" : "Ein gültiger Gruppenname muss angegeben werden", "deleted {groupName}" : "{groupName} gelöscht", "undo" : "rückgängig machen", @@ -169,14 +169,14 @@ "Unable to add user to group {group}" : "Benutzer kann nicht zur Gruppe {group} hinzugefügt werden ", "Unable to remove user from group {group}" : "Benutzer kann nicht aus der Gruppe {group} entfernt werden ", "Add group" : "Gruppe hinzufügen", - "Invalid quota value \"{val}\"" : "Ungültiger Grenzwert \"{val}\"", + "Invalid quota value \"{val}\"" : "Ungültiges Speicherkontingent \"{val}\"", "no group" : "Keine Gruppe", "Password successfully changed" : "Das Passwort wurde erfolgreich geändert", "Changing the password will result in data loss, because data recovery is not available for this user" : "Die Änderung des Passworts führt zu Datenverlust, weil die Datenwiederherstellung für diesen Benutzer nicht verfügbar ist", - "Could not change the users email" : "Die E-Mail Adresse des Nutzers konnte nicht geändert werden", - "Error while changing status of {user}" : "Fehler beim Ändern des Statusses des Nutzers {user}", + "Could not change the users email" : "Die E-Mail-Adresse des Benutzers konnte nicht geändert werden", + "Error while changing status of {user}" : "Fehler beim Ändern des Status des Benutzers {user}", "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", - "Error creating user: {message}" : "Fehler beim Anlegen des Benutzers: {message}", + "Error creating user: {message}" : "Fehler beim Erstellen des Benutzers: {message}", "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", "A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden", "__language_name__" : "Deutsch (Persönlich)", @@ -186,10 +186,10 @@ "Sessions" : "Sitzungen", "App passwords" : "App-PINs", "Sync clients" : "Sync-Clients", - "None" : "Nichts", + "None" : "Keine", "Login" : "Anmelden", - "Plain" : "Plain", - "NT LAN Manager" : "NT LAN Manager", + "Plain" : "Klartext", + "NT LAN Manager" : "NT-LAN-Manager", "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", "Email server" : "E-Mail-Server", @@ -204,8 +204,8 @@ "Server address" : "Serveradresse", "Port" : "Port", "Credentials" : "Zugangsdaten", - "SMTP Username" : "SMTP Benutzername", - "SMTP Password" : "SMTP Passwort", + "SMTP Username" : "SMTP-Benutzername", + "SMTP Password" : "SMTP-Passwort", "Store credentials" : "Anmeldeinformationen speichern", "Test email settings" : "E-Mail-Einstellungen testen", "Send email" : "E-Mail senden", @@ -216,13 +216,13 @@ "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.", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Verschlüsselung alleine garantiert nicht die Systemsicherheit. Bitte lesen Sie in der Dokumentation nach, wie die Verschlüsselungs-app funktioniert und welche Anwendungsfälle unterstützt werden.", "Be aware that encryption always increases the file size." : "Sei dir bewusst, dass die Verschlüsselung immer die Dateigröße erhöht.", - "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Es ist immer gut, regelmäßig Sicherungskopien von deinen Daten zu erstellen. Falls du die Verschlüsselung nutzt, sollte auch eine Sicherung der Kodierungsschlüssel zusammen mit deinen Daten durchgeführt werden.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Es ist immer gut, regelmäßig Sicherungskopien von deinen Daten zu erstellen. Falls du die Verschlüsselung nutzt, sollte auch eine Sicherung der Verschlüsselungsschlüssel zusammen mit Deinen Daten durchgeführt werden.", "This is the final warning: Do you really want to enable encryption?" : "Dies ist die letzte Warnung: Verschlüsselung wirklich aktivieren?", "Enable encryption" : "Verschlüsselung aktivieren", "No encryption module loaded, please enable an encryption module in the app menu." : "Es wurde kein Verschlüsselungs-Modul geladen, bitte ein Verschlüsselungs-Modul im Anwendungs-Menü aktivieren.", "Select default encryption module:" : "Standard-Verschlüsselungs-Modul auswählen:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Die Kodierungsschlüssel der alten Verschlüsselung müssen zur neuen Version migriert werden (ownCloud <= 8.0). Bitte »Default Encryption Module« aktivieren und »occ encryption:migrate« aufrufen.", - "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Kodierungsschlüssel der alten Verschlüsselung migrieren (ownCloud <= 8.0).", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Du musst Deinen Verschlüsselungsschlüssel von der alten Verschlüsselung (ownCloud <= 8.0) zur Neuen migrieren.", "Start migration" : "Migration beginnen", "Security & setup warnings" : "Sicherheits- & Einrichtungswarnungen", "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 Tips & Ticks section and the documentation for more information." : "Für die Sicherheit und Geschwindigkeit Deiner Installation ist es von großer Bedeutung, dass sie richtig konfiguriert ist. Um Dir hierbei zu helfen werden einige automatische Tests durchgeführt. Weitere Informationen findest Du im Tipps & Tricks- Abschnitt und in der Dokumentation.", @@ -233,7 +233,7 @@ "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME-Typ-Erkennung zu erhalten.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest du in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a>.", "System locale can not be set to a one which supports UTF-8." : "Es kann kein Systemgebietsschema gesetzt werden, das UTF-8 unterstützt.", "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann.", @@ -247,7 +247,7 @@ "Last job execution ran %s. Something seems wrong." : "Letzte Aufgaben-Ausführung lief %s. Etwas scheint falsch zu sein.", "Background job didn’t run yet!" : "Hintergrund-Aufgabe wurde bislang nicht ausgeführt!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Um die optimale Geschwindigkeit zu erreichen ist es wichtig, dass die Hintergrund-Aktivitäten richtig konfiguriert sind. Für größere Installationen ist 'Cron' die empfohlene Einstellung. Weitere Informationen findest Du in der Dokumentation.", - "Execute one task with each page loaded" : "Führe eine Aufgabe mit jeder geladenen Seite aus", + "Execute one task with each page loaded" : "Eine Aufgabe bei jedem Laden einer Seite ausführen", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ist als Webcron-Dienst registriert, der die cron.php alle 15 Minuten per HTTP aufruft.", "Use system cron service to call the cron.php file every 15 minutes." : "Nutze den System-Cron-Service um cron.php alle 15 Minuten aufzurufen.", "The cron.php needs to be executed by the system user \"%s\"." : "Die cron.php muss durch den Systemnutzer \"%s\" ausgeführt werden.", @@ -275,9 +275,9 @@ "Tips & tricks" : "Tipps & Tricks", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Es gibt ein Menge von Eigenschaften und Konfigurationsschaltern die es ermöglichen, die Installation optimal zu nutzen und anzupassen. Hier einige Verweise auf weitere Informationen.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", - "This is particularly recommended when using the desktop client for file synchronisation." : "Dies empfiehlt sich besonders, wenn Sie den Desktop-Client für die Dateisynchronisation verwenden.", + "This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Dektop-Clients zur Synchronisierung empfohlen.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a> schauen.", - "How to do backups" : "Wie man Backups anlegt", + "How to do backups" : "Wie man Datensicherungen anlegt", "Advanced monitoring" : "Erweitertes Monitoring", "Performance tuning" : "Leistungsoptimierung", "Improving the config.php" : "Die config.php optimieren", @@ -287,9 +287,9 @@ "Developer documentation" : "Dokumentation für Entwickler", "View in store" : "Im Store anzeigen", "Limit to groups" : "Auf Gruppen beschränken", - "This app has an update available." : "Es ist eine Aktualisierung verfügbar.", + "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", "by %s" : "von %s", - "%s-licensed" : "%s-lizensiert", + "%s-licensed" : "%s-Lizensiert", "Documentation:" : "Dokumentation:", "User documentation" : "Dokumentation für Benutzer", "Admin documentation" : "Dokumentation für Administratoren", @@ -299,9 +299,9 @@ "Hide description …" : "Beschreibung ausblenden…", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine untere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", - "This app cannot be installed because the following dependencies are not fulfilled:" : "Die App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "SSL Root Certificates" : "SSL Root Zertifikate", + "SSL Root Certificates" : "SSL-Root-Zertifikate", "Common Name" : "Allgemeiner Name", "Valid until" : "Gültig bis", "Issued By" : "Ausgestellt von:", @@ -316,12 +316,12 @@ "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "Du benutzt <strong>%s</strong> von <strong>%s</strong> (<strong>%s %%</strong>)", "Profile picture" : "Profilbild", "Upload new" : "Neues hochladen", - "Select from Files" : "Wähle aus Dateien", + "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20MB", - "Picture provided by original account" : "Bild von Original- Konto zur Verfügung gestellt", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", + "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", - "Choose as profile picture" : "Wähle ein Profilbild", + "Choose as profile picture" : "Als Profilbild auswählen", "Full name" : "Vollständiger Name", "No display name set" : "Kein Anzeigename angegeben", "Email" : "E-Mail", @@ -334,9 +334,9 @@ "Your postal address" : "Deine Postadresse", "Website" : "Webseite", "It can take up to 24 hours before the account is displayed as verified." : "Es kann bis zu 24 Stunden dauern, bis das Konto als überprüt angezeigt wird.", - "Link https://…" : "Link https://", + "Link https://…" : "Link https://…", "Twitter" : "Twitter", - "Twitter handle @…" : "Twitter-handle @ ...", + "Twitter handle @…" : "Twitter-Handle @…", "You are member of the following groups:" : "Du bist Mitglied folgender Gruppen:", "Password" : "Passwort", "Current password" : "Aktuelles Passwort", @@ -350,7 +350,7 @@ "iOS app" : "iOS-App", "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Wenn du das Projekt unterstützen willst, {contributeopen}hilf bei der Entwicklung{linkclose} oder {contributeopen}verbreite es{linkclose}!", "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", - "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Deinem Konto eingeloggte Web-, Desktop- und Mobil-Clients.", + "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Deinem Konto angemeldete Web-, Desktop- und Mobil-Clients.", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier können individuelle Passwörter for Apps erzeugt werden. So must Du nicht Dein Passwort verteilen. Jedes Passwort kann individuell widerrufen werden.", @@ -375,21 +375,21 @@ "Send email to new user" : "E-Mail an neuen Benutzer senden", "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Wenn das Passwort für den neuen Benutzer leer gelassen wird, wird eine Aktivierungs-E-Mail mit einem Link zur Passwortvergabe versandt.", "E-Mail" : "E-Mail", - "Create" : "Anlegen", - "Admin Recovery Password" : "Admin-Wiederherstellungspasswort", + "Create" : "Erstellen", + "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", "Enter the recovery password in order to recover the users files during password change" : "Gib das Wiederherstellungspasswort ein, um die Benutzerdateien während der Passwortänderung wiederherzustellen", "Group name" : "Gruppenname", "Everyone" : "Jeder", "Admins" : "Administratoren", "Disabled" : "Deaktiviert", - "Default quota" : "Standard Speicherplatzgröße", - "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z. B.: „512 MB“ oder „12 GB“)", + "Default quota" : "Standard Speicherkontingent ", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", "Other" : "Andere", "Group admin for" : "Gruppenadministrator für", - "Quota" : "Quota", + "Quota" : "Kontingent", "Storage location" : "Speicherort", "User backend" : "Benutzer-Backend", - "Last login" : "Letztes Login", + "Last login" : "Letzte Anmeldung", "change full name" : "Vollständigen Namen ändern", "set new password" : "Neues Passwort setzen", "change email address" : "E-Mail-Adresse ändern", @@ -402,26 +402,26 @@ "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der Admin-Gruppe löschen.", "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", - "Sending..." : "Senden…", - "Uninstalling ...." : "Deinstalliere…", + "Sending..." : "Wird gesendet…", + "Uninstalling ...." : "Wird deinstalliert…", "Error while uninstalling app" : "Fehler beim Deinstallieren der App", "Uninstall" : "Deinstallieren", - "This is used for sending out notifications." : "Dies wird zum Senden von Benachrichtigungen verwendet.", + "This is used for sending out notifications." : "Dies wird für das Senden von Benachrichtigungen verwendet.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", "Cron" : "Cron", "Last cron job execution: %s." : "Letzte Cron-Job-Ausführung: %s.", "Last cron job execution: %s. Something seems wrong." : "Letzte Cron-Job-Ausführung: %s. Möglicherweise liegt ein Fehler vor.", - "Cron was not executed yet!" : "Cron wurde bis jetzt noch nicht ausgeführt!", + "Cron was not executed yet!" : "Cron wurde bislang noch nicht ausgeführt!", "Use system's cron service to call the cron.php file every 15 minutes." : "Benutze den systemeigenen Cron-Dienst, um die cron.php alle 15 Minuten aufzurufen.", "Uninstall app" : "App deinstallieren", "Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: <strong>%s</strong><br>Greife darauf zu: <strong><a href=\"%s\">%s</a></strong><br><br>", "Cheers!" : "Noch einen schönen Tag!", - "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nZugriff: %s\n", + "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nZugriff: %s\n\n", "For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen", - "Your website" : "Deine Webseite", - "Your Twitter handle" : "Dein twitter-handle", + "Your website" : "Deine Internetseite", + "Your Twitter handle" : "Dein Twitter-Handle", "Passcodes that give an app or device permissions to access your account." : "PINs mit denen Apps oder Geräte auf Dein Konto zugreifen können.", - "Follow us on Google Plus!" : "Folgen Sie uns auf Google Plus!", + "Follow us on Google Plus!" : "Folgen Sie uns bei Google Plus!", "Subscribe to our twitter channel!" : "Abonniere unseren Twitter-Kanal!", "Subscribe to our news feed!" : "Abonniere unseren RSS-Feed!", "Show last log in" : "Letzte Anmeldung anzeigen" diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 0f253b60a77..24cfddb7d09 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -4,13 +4,13 @@ OC.L10N.register( "{actor} changed your password" : "{actor} hat Ihr Passwort geändert", "You changed your password" : "Sie haben Ihr Passwort geändert", "Your password was reset by an administrator" : "Ihr Passwort wurde vom Administrator zurückgesetzt", - "{actor} changed your email address" : "{Aktör} EMail Adresse geändert", - "You changed your email address" : "Du hast deine EMail Adresse geändert", - "Your email address was changed by an administrator" : "Deine EMail Adresse wurde durch den Administrator geändert", + "{actor} changed your email address" : "{actor} hat Ihre E-Mail-Adresse geändert", + "You changed your email address" : "Sie haben Ihre E-Mail-Adresse geändert", + "Your email address was changed by an administrator" : "Ihre E-Mail-Adresse wurde durch den Administrator geändert", "Security" : "Sicherheit", - "You successfully logged in using two-factor authentication (%1$s)" : "Du hast dich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)", + "You successfully logged in using two-factor authentication (%1$s)" : "Du hast Dich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)", "A login attempt using two-factor authentication failed (%1$s)" : "Ein Anmeldeversuch mittels Zwei-Faktor-Authentifizierung schlug fehl (%1$s)", - "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ihr <strong>Passwort</strong> oder Ihre <strong>E.Mail-Adresse</strong> wurde geändert", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ihr <strong>Passwort</strong> oder Ihre <strong>E-Mail-Adresse</strong> wurde geändert", "Your apps" : "Ihre Apps", "Enabled apps" : "Aktivierte Apps", "Disabled apps" : "Deaktivierte Apps", @@ -32,21 +32,21 @@ OC.L10N.register( "Unable to add group." : "Gruppe konnte nicht angelegt werden.", "Unable to delete group." : "Gruppe konnte nicht gelöscht werden.", "Invalid SMTP password." : "Ungültiges SMTP Passwort.", - "Well done, %s!" : "Gut gemacht, 1 %s!", - "If you received this email, the email configuration seems to be correct." : "Wenn du diese EMail empfangen hast, scheint die EMail Konfiguration korrekt zu sein.", - "Email setting test" : "EMail Einstellung Test", + "Well done, %s!" : "Gut gemacht, %s!", + "If you received this email, the email configuration seems to be correct." : "Wenn du diese E-Mail empfangen hast, sind die E-Mail-Einstellungen korrekt.", + "Email setting test" : "Test der E-Mail-Einstellungen", "Email could not be sent. Check your mail server log" : "E-Mail konnte nicht versandt werden. Prüfen Sie Ihr E-Mail-Server-Protokoll", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Beim Senden der E-Mail ist ein Problem aufgetreten. Bitte überprüfen Sie Ihre Einstellungen. (Fehler: %s)", "You need to set your user email before being able to send test emails." : "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.", - "Invalid request" : "Ungültige Anforderung", + "Invalid request" : "Fehlerhafte Anfrage", "Invalid mail address" : "Ungültige E-Mail-Adresse", "No valid group selected" : "Keine gültige Gruppe ausgewählt", "A user with that name already exists." : "Ein Benutzer mit diesem Namen existiert bereits.", "To send a password link to the user an email address is required." : "Um einen Passwort-Link an einen Benutzer zu versenden wird eine E-Mail-Adresse benötigt.", "Unable to create user." : "Benutzer konnte nicht erstellt werden.", "Unable to delete user." : "Benutzer konnte nicht gelöscht werden.", - "Error while enabling user." : "Fehler beim aktivieren des Nutzers.", - "Error while disabling user." : "Fehler beim deaktivieren des Nutzers.", + "Error while enabling user." : "Fehler beim Aktivieren des Benutzers.", + "Error while disabling user." : "Fehler beim Deaktivieren des Benutzers.", "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Um Ihr Twitter-Konto zu überprüfen, veröffentlichen Sie bitte den folgenden Tweet auf Twitter (Bitte stellen Sie sicher, dass der Tweet keinen Zeilenumbruch enthält):", "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Um Ihre Webseite zu überprüfen, speichern Sie bitte den folgenden Inhalt im Web-Wurzelverzeichnist in der Datei '.well-known/CloudIdVerificationCode.txt' (bitte stellen Sie sicher, das sich der gesamte Text in einer Zeile befindet):", "Settings saved" : "Einstellungen gespeichert", @@ -82,10 +82,10 @@ OC.L10N.register( "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", "Are you really sure you want add {domain} as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie {domain} als vertrauenswürdige Domain hinzufügen möchten?", "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", - "Migration in progress. Please wait until the migration is finished" : "Migration in Arbeit. Bitte warten Sie, bis die Migration beendet ist", + "Migration in progress. Please wait until the migration is finished" : "Migration läuft. Bitte warte, bis die Migration abgeschlossen ist", "Migration started …" : "Migration begonnen…", "Not saved" : "Nicht gespeichert", - "Sending…" : "Senden …", + "Sending…" : "Senden…", "Email sent" : "E-Mail gesendet", "Official" : "Offiziell", "All" : "Alle", @@ -96,23 +96,23 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Community entwickelt. Sie stellen die zentralen Funktionen bereit und sind für den produktiven Einsatz geeignet.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", - "Disabling app …" : "App wird deaktiviert …", + "Disabling app …" : "App wird deaktiviert…", "Error while disabling app" : "Beim Deaktivieren der App ist ein Fehler aufgetreten", "Disable" : "Deaktivieren", "Enable" : "Aktivieren", - "Enabling app …" : "Aktiviere App …", + "Enabling app …" : "Aktiviere App…", "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", "Error: this app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da es den Server instabil macht.", "Error: could not disable broken app" : "Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "Updating...." : "Aktualisiere…", - "Error while updating app" : "Es ist ein Fehler während der Aktualisierung aufgetreten", + "Error while updating app" : "Es ist ein Fehler während der Aktualisierung der App aufgetreten", "Updated" : "Aktualisiert", - "Removing …" : "Entferne …", + "Removing …" : "Entferne…", "Error while removing app" : "Fehler beim Entfernen der App", - "Remove" : "Entferne", - "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, aber sie benötigt ein Update. Sie werden zur Update Seite in 5 Sekunden weitergeleitet.", - "App update" : "App aktualisieren", + "Remove" : "Entfernen", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Sie werden in 5 Sekunden zur Aktualisierungsseite weitergeleitet.", + "App update" : "App Aktualisierung", "Approved" : "Geprüft", "Experimental" : "Experimentell", "No apps found for {query}" : "Keine Applikationen für {query} gefunden", @@ -148,11 +148,11 @@ OC.L10N.register( "Only visible to local users" : "Nur für lokale Benutzer sichtbar", "Only visible to you" : "Nur für Sie sichtbar", "Contacts" : "Kontakte", - "Visible to local users and to trusted servers" : "Sichtbar für lokale Nutzer und vertrauenswürdige Server", + "Visible to local users and to trusted servers" : "Sichtbar für lokale Benutzer und vertrauenswürdige Server", "Public" : "Öffentlich", "Will be synced to a global and public address book" : "Wird mit einem globalen und einem öffentlichen Adressbuch synchronisiert", "Verify" : "Überprüfen", - "Verifying …" : "Überprüfe …", + "Verifying …" : "Überprüfe…", "Select a profile picture" : "Wählen Sie ein Profilbild", "Very weak password" : "Sehr schwaches Passwort", "Weak password" : "Schwaches Passwort", @@ -171,14 +171,14 @@ OC.L10N.register( "Unable to add user to group {group}" : "Benutzer kann nicht zur Gruppe {group} hinzugefügt werden ", "Unable to remove user from group {group}" : "Benutzer kann nicht aus der Gruppe {group} entfernt werden ", "Add group" : "Gruppe hinzufügen", - "Invalid quota value \"{val}\"" : "Ungültiger Grenzwert \"{val}\"", + "Invalid quota value \"{val}\"" : "Ungültiges Speicherkontingent \"{val}\"", "no group" : "Keine Gruppe", "Password successfully changed" : "Das Passwort wurde erfolgreich geändert", "Changing the password will result in data loss, because data recovery is not available for this user" : "Die Änderung des Passworts führt zu Datenverlust, weil die Datenwiederherstellung für diesen Benutzer nicht verfügbar ist", - "Could not change the users email" : "Die E-Mail-Adresse des Nutzers konnte nicht geändert werden", - "Error while changing status of {user}" : "Fehler beim Ändern des Statusses des Nutzers {user}", + "Could not change the users email" : "Die E-Mail-Adresse des Benutzers konnte nicht geändert werden", + "Error while changing status of {user}" : "Fehler beim Ändern des Status des Benutzers {user}", "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", - "Error creating user: {message}" : "Fehler beim Erstellen eines Benutzers: {message}", + "Error creating user: {message}" : "Fehler beim Erstellen des Benutzers: {message}", "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", "A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden", "__language_name__" : "Deutsch (Förmlich: Sie)", @@ -200,7 +200,7 @@ OC.L10N.register( "Send mode" : "Sendemodus", "Encryption" : "Verschlüsselung", "From address" : "Absenderadresse", - "mail" : "Mail", + "mail" : "E-Mail", "Authentication method" : "Authentifizierungsmethode", "Authentication required" : "Authentifizierung benötigt", "Server address" : "Serveradresse", @@ -218,7 +218,7 @@ OC.L10N.register( "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.", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Verschlüsselung alleine garantiert nicht die Systemsicherheit. Bitte lese in der Dokumentation nach, wie die Verschlüsselungs-app funktioniert und welche Anwendungsfälle unterstützt werden.", "Be aware that encryption always increases the file size." : "Bedenken Sie, dass durch die Verschlüsselung die Dateigröße zunimmt. ", - "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Es ist immer gut, regelmäßig Sicherungskopien von ihren Daten zu machen. Falls Sie die Verschlüsselung nutzen, sollten Sie auch eine Sicherung der Verschlüsselungsschlüssel zusammen mit ihren Daten machen.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Es ist immer gut, regelmäßig Sicherungskopien von ihren Daten zu machen. Falls Sie die Verschlüsselung nutzen, sollten Sie auch eine Sicherung der Verschlüsselungsschlüssel zusammen mit Ihren Daten machen.", "This is the final warning: Do you really want to enable encryption?" : "Dies ist die letzte Warnung: Wollen Sie die Verschlüsselung wirklich aktivieren?", "Enable encryption" : "Verschlüsselung aktivieren", "No encryption module loaded, please enable an encryption module in the app menu." : "Kein Verschlüsselungs-Modul geladen, bitte aktiviere ein Verschlüsselungs-Modul im Anwendungs-Menü.", @@ -235,7 +235,7 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ihre Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME Typ Erkennung zu erhalten.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME-Typ-Erkennung zu erhalten.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a>.", "System locale can not be set to a one which supports UTF-8." : "Es kann kein Systemgebietsschema gesetzt werden, das UTF-8 unterstützt.", "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann.", @@ -243,7 +243,7 @@ OC.L10N.register( "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: „%s“).", "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten:", "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Bitte überprüfen Sie noch einmal die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Installationsanleitungen ↗</a> und kontrollieren Sie das <a href=\"%s\">Log</a> auf mögliche Fehler oder Warnungen.", - "All checks passed." : "Alle Checks bestanden.", + "All checks passed." : "Alle Überprüfungen bestanden.", "Background jobs" : "Hintergrund-Aufgaben", "Last job ran %s." : "Letzte Aufgabe ausgeführt %s", "Last job execution ran %s. Something seems wrong." : "Letzte Aufgaben-Ausführung lief %s. Etwas scheint falsch zu sein.", @@ -267,7 +267,7 @@ OC.L10N.register( "days" : "Tagen", "Enforce expiration date" : "Ablaufdatum erzwingen", "Allow resharing" : "Weiterteilen erlauben", - "Allow sharing with groups" : "Mit Gruppen teilen erlauben", + "Allow sharing with groups" : "Teilen mit Gruppen erlauben", "Restrict users to only share with users in their groups" : "Benutzer auf das Teilen innerhalb ihrer Gruppen beschränken", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", @@ -289,12 +289,12 @@ OC.L10N.register( "Developer documentation" : "Dokumentation für Entwickler", "View in store" : "Im Store anzeigen", "Limit to groups" : "Auf Gruppen beschränken", - "This app has an update available." : "Für diese Anwendung ist eine Aktualisierung verfügbar.", + "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", "by %s" : "von %s", "%s-licensed" : "%s-Lizensiert", "Documentation:" : "Dokumentation:", - "User documentation" : "Benutzer-Dokumentation", - "Admin documentation" : "Administratoren-Dokumentation", + "User documentation" : "Dokumentation für Benutzer", + "Admin documentation" : "Dokumentation für Administratoren", "Visit website" : "Webseite besuchen", "Report a bug" : "Melden Sie einen technischen Fehler", "Show description …" : "Beschreibung anzeigen…", @@ -303,7 +303,7 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "SSL Root Certificates" : "SSL Root Zertifikate", + "SSL Root Certificates" : "SSL-Root-Zertifikate", "Common Name" : "Allgemeiner Name", "Valid until" : "Gültig bis", "Issued By" : "Ausgestellt von:", @@ -352,7 +352,7 @@ OC.L10N.register( "iOS app" : "iOS-App", "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Wenn Sie das Projekt unterstützen wollen {contributeopen} helfen Sie bei der Entwicklung{linkclose} oder {contributeopen} verbreiten Sie es{linkclose}!", "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", - "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Ihrem Konto eingeloggte Web-, Desktop- und Mobil-Clients.", + "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Ihrem Konto angemeldete Web-, Desktop- und Mobil-Clients.", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier können individuelle Passwörter for Apps erzeugt werden. So müssen Sie nicht Ihr Passwort verteilen. Jedes Passwort kann individuell widerrufen werden.", @@ -373,7 +373,7 @@ OC.L10N.register( "Show storage location" : "Speicherort anzeigen", "Show user backend" : "Benutzer-Backend anzeigen", "Show last login" : "Letzte Anmeldung anzeigen", - "Show email address" : "E-Mail Adresse anzeigen", + "Show email address" : "E-Mail-Adresse anzeigen", "Send email to new user" : "E-Mail an neuen Benutzer senden", "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Wenn das Passwort für den neuen Benutzer leer gelassen wird, wird an ihn eine Aktivierungs-E-Mail mit einem Link zur Passwortvergabe versandt.", "E-Mail" : "E-Mail", @@ -384,7 +384,7 @@ OC.L10N.register( "Everyone" : "Jeder", "Admins" : "Administratoren", "Disabled" : "Deaktiviert", - "Default quota" : "Standard-Kontingent", + "Default quota" : "Standard Speicherkontingent ", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", "Other" : "Andere", "Group admin for" : "Gruppenadministrator für", @@ -401,7 +401,7 @@ OC.L10N.register( "Please provide an admin recovery password, otherwise all user data will be lost" : "Bitte geben Sie ein Wiederherstellungspasswort für das Administratorkonto an, da sonst alle Benutzerdaten verlorengehen können", "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Das Backend unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "test email settings" : "E-Mail-Einstellungen testen", - "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", + "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der Admin-Gruppe löschen", "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", "Sending..." : "Wird gesendet…", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 99ee955e8e3..39e6f58cfb1 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -2,13 +2,13 @@ "{actor} changed your password" : "{actor} hat Ihr Passwort geändert", "You changed your password" : "Sie haben Ihr Passwort geändert", "Your password was reset by an administrator" : "Ihr Passwort wurde vom Administrator zurückgesetzt", - "{actor} changed your email address" : "{Aktör} EMail Adresse geändert", - "You changed your email address" : "Du hast deine EMail Adresse geändert", - "Your email address was changed by an administrator" : "Deine EMail Adresse wurde durch den Administrator geändert", + "{actor} changed your email address" : "{actor} hat Ihre E-Mail-Adresse geändert", + "You changed your email address" : "Sie haben Ihre E-Mail-Adresse geändert", + "Your email address was changed by an administrator" : "Ihre E-Mail-Adresse wurde durch den Administrator geändert", "Security" : "Sicherheit", - "You successfully logged in using two-factor authentication (%1$s)" : "Du hast dich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)", + "You successfully logged in using two-factor authentication (%1$s)" : "Du hast Dich erfolgreich mittels Zwei-Faktor-Authentifizierung angemeldet (%1$s)", "A login attempt using two-factor authentication failed (%1$s)" : "Ein Anmeldeversuch mittels Zwei-Faktor-Authentifizierung schlug fehl (%1$s)", - "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ihr <strong>Passwort</strong> oder Ihre <strong>E.Mail-Adresse</strong> wurde geändert", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ihr <strong>Passwort</strong> oder Ihre <strong>E-Mail-Adresse</strong> wurde geändert", "Your apps" : "Ihre Apps", "Enabled apps" : "Aktivierte Apps", "Disabled apps" : "Deaktivierte Apps", @@ -30,21 +30,21 @@ "Unable to add group." : "Gruppe konnte nicht angelegt werden.", "Unable to delete group." : "Gruppe konnte nicht gelöscht werden.", "Invalid SMTP password." : "Ungültiges SMTP Passwort.", - "Well done, %s!" : "Gut gemacht, 1 %s!", - "If you received this email, the email configuration seems to be correct." : "Wenn du diese EMail empfangen hast, scheint die EMail Konfiguration korrekt zu sein.", - "Email setting test" : "EMail Einstellung Test", + "Well done, %s!" : "Gut gemacht, %s!", + "If you received this email, the email configuration seems to be correct." : "Wenn du diese E-Mail empfangen hast, sind die E-Mail-Einstellungen korrekt.", + "Email setting test" : "Test der E-Mail-Einstellungen", "Email could not be sent. Check your mail server log" : "E-Mail konnte nicht versandt werden. Prüfen Sie Ihr E-Mail-Server-Protokoll", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Beim Senden der E-Mail ist ein Problem aufgetreten. Bitte überprüfen Sie Ihre Einstellungen. (Fehler: %s)", "You need to set your user email before being able to send test emails." : "Sie müssen Ihre Benutzer-E-Mail-Adresse einstellen, bevor Sie Test-E-Mails versenden können.", - "Invalid request" : "Ungültige Anforderung", + "Invalid request" : "Fehlerhafte Anfrage", "Invalid mail address" : "Ungültige E-Mail-Adresse", "No valid group selected" : "Keine gültige Gruppe ausgewählt", "A user with that name already exists." : "Ein Benutzer mit diesem Namen existiert bereits.", "To send a password link to the user an email address is required." : "Um einen Passwort-Link an einen Benutzer zu versenden wird eine E-Mail-Adresse benötigt.", "Unable to create user." : "Benutzer konnte nicht erstellt werden.", "Unable to delete user." : "Benutzer konnte nicht gelöscht werden.", - "Error while enabling user." : "Fehler beim aktivieren des Nutzers.", - "Error while disabling user." : "Fehler beim deaktivieren des Nutzers.", + "Error while enabling user." : "Fehler beim Aktivieren des Benutzers.", + "Error while disabling user." : "Fehler beim Deaktivieren des Benutzers.", "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Um Ihr Twitter-Konto zu überprüfen, veröffentlichen Sie bitte den folgenden Tweet auf Twitter (Bitte stellen Sie sicher, dass der Tweet keinen Zeilenumbruch enthält):", "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Um Ihre Webseite zu überprüfen, speichern Sie bitte den folgenden Inhalt im Web-Wurzelverzeichnist in der Datei '.well-known/CloudIdVerificationCode.txt' (bitte stellen Sie sicher, das sich der gesamte Text in einer Zeile befindet):", "Settings saved" : "Einstellungen gespeichert", @@ -80,10 +80,10 @@ "Couldn't update app." : "Die App konnte nicht aktualisiert werden.", "Are you really sure you want add {domain} as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie {domain} als vertrauenswürdige Domain hinzufügen möchten?", "Add trusted domain" : "Vertrauenswürdige Domain hinzufügen", - "Migration in progress. Please wait until the migration is finished" : "Migration in Arbeit. Bitte warten Sie, bis die Migration beendet ist", + "Migration in progress. Please wait until the migration is finished" : "Migration läuft. Bitte warte, bis die Migration abgeschlossen ist", "Migration started …" : "Migration begonnen…", "Not saved" : "Nicht gespeichert", - "Sending…" : "Senden …", + "Sending…" : "Senden…", "Email sent" : "E-Mail gesendet", "Official" : "Offiziell", "All" : "Alle", @@ -94,23 +94,23 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Community entwickelt. Sie stellen die zentralen Funktionen bereit und sind für den produktiven Einsatz geeignet.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", - "Disabling app …" : "App wird deaktiviert …", + "Disabling app …" : "App wird deaktiviert…", "Error while disabling app" : "Beim Deaktivieren der App ist ein Fehler aufgetreten", "Disable" : "Deaktivieren", "Enable" : "Aktivieren", - "Enabling app …" : "Aktiviere App …", + "Enabling app …" : "Aktiviere App…", "Error while enabling app" : "Beim Aktivieren der App ist ein Fehler aufgetreten", "Error: this app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da es den Server instabil macht.", "Error: could not disable broken app" : "Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "Updating...." : "Aktualisiere…", - "Error while updating app" : "Es ist ein Fehler während der Aktualisierung aufgetreten", + "Error while updating app" : "Es ist ein Fehler während der Aktualisierung der App aufgetreten", "Updated" : "Aktualisiert", - "Removing …" : "Entferne …", + "Removing …" : "Entferne…", "Error while removing app" : "Fehler beim Entfernen der App", - "Remove" : "Entferne", - "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, aber sie benötigt ein Update. Sie werden zur Update Seite in 5 Sekunden weitergeleitet.", - "App update" : "App aktualisieren", + "Remove" : "Entfernen", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Sie werden in 5 Sekunden zur Aktualisierungsseite weitergeleitet.", + "App update" : "App Aktualisierung", "Approved" : "Geprüft", "Experimental" : "Experimentell", "No apps found for {query}" : "Keine Applikationen für {query} gefunden", @@ -146,11 +146,11 @@ "Only visible to local users" : "Nur für lokale Benutzer sichtbar", "Only visible to you" : "Nur für Sie sichtbar", "Contacts" : "Kontakte", - "Visible to local users and to trusted servers" : "Sichtbar für lokale Nutzer und vertrauenswürdige Server", + "Visible to local users and to trusted servers" : "Sichtbar für lokale Benutzer und vertrauenswürdige Server", "Public" : "Öffentlich", "Will be synced to a global and public address book" : "Wird mit einem globalen und einem öffentlichen Adressbuch synchronisiert", "Verify" : "Überprüfen", - "Verifying …" : "Überprüfe …", + "Verifying …" : "Überprüfe…", "Select a profile picture" : "Wählen Sie ein Profilbild", "Very weak password" : "Sehr schwaches Passwort", "Weak password" : "Schwaches Passwort", @@ -169,14 +169,14 @@ "Unable to add user to group {group}" : "Benutzer kann nicht zur Gruppe {group} hinzugefügt werden ", "Unable to remove user from group {group}" : "Benutzer kann nicht aus der Gruppe {group} entfernt werden ", "Add group" : "Gruppe hinzufügen", - "Invalid quota value \"{val}\"" : "Ungültiger Grenzwert \"{val}\"", + "Invalid quota value \"{val}\"" : "Ungültiges Speicherkontingent \"{val}\"", "no group" : "Keine Gruppe", "Password successfully changed" : "Das Passwort wurde erfolgreich geändert", "Changing the password will result in data loss, because data recovery is not available for this user" : "Die Änderung des Passworts führt zu Datenverlust, weil die Datenwiederherstellung für diesen Benutzer nicht verfügbar ist", - "Could not change the users email" : "Die E-Mail-Adresse des Nutzers konnte nicht geändert werden", - "Error while changing status of {user}" : "Fehler beim Ändern des Statusses des Nutzers {user}", + "Could not change the users email" : "Die E-Mail-Adresse des Benutzers konnte nicht geändert werden", + "Error while changing status of {user}" : "Fehler beim Ändern des Status des Benutzers {user}", "A valid username must be provided" : "Es muss ein gültiger Benutzername angegeben werden", - "Error creating user: {message}" : "Fehler beim Erstellen eines Benutzers: {message}", + "Error creating user: {message}" : "Fehler beim Erstellen des Benutzers: {message}", "A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden", "A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden", "__language_name__" : "Deutsch (Förmlich: Sie)", @@ -198,7 +198,7 @@ "Send mode" : "Sendemodus", "Encryption" : "Verschlüsselung", "From address" : "Absenderadresse", - "mail" : "Mail", + "mail" : "E-Mail", "Authentication method" : "Authentifizierungsmethode", "Authentication required" : "Authentifizierung benötigt", "Server address" : "Serveradresse", @@ -216,7 +216,7 @@ "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.", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Verschlüsselung alleine garantiert nicht die Systemsicherheit. Bitte lese in der Dokumentation nach, wie die Verschlüsselungs-app funktioniert und welche Anwendungsfälle unterstützt werden.", "Be aware that encryption always increases the file size." : "Bedenken Sie, dass durch die Verschlüsselung die Dateigröße zunimmt. ", - "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Es ist immer gut, regelmäßig Sicherungskopien von ihren Daten zu machen. Falls Sie die Verschlüsselung nutzen, sollten Sie auch eine Sicherung der Verschlüsselungsschlüssel zusammen mit ihren Daten machen.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Es ist immer gut, regelmäßig Sicherungskopien von ihren Daten zu machen. Falls Sie die Verschlüsselung nutzen, sollten Sie auch eine Sicherung der Verschlüsselungsschlüssel zusammen mit Ihren Daten machen.", "This is the final warning: Do you really want to enable encryption?" : "Dies ist die letzte Warnung: Wollen Sie die Verschlüsselung wirklich aktivieren?", "Enable encryption" : "Verschlüsselung aktivieren", "No encryption module loaded, please enable an encryption module in the app menu." : "Kein Verschlüsselungs-Modul geladen, bitte aktiviere ein Verschlüsselungs-Modul im Anwendungs-Menü.", @@ -233,7 +233,7 @@ "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ihre Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", - "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME Typ Erkennung zu erhalten.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Das PHP Modul 'fileinfo' fehlt. Wir empfehlen dringend, das Modul zu aktivieren, um beste Ergebnisse mit MIME-Typ-Erkennung zu erhalten.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a>.", "System locale can not be set to a one which supports UTF-8." : "Es kann kein Systemgebietsschema gesetzt werden, das UTF-8 unterstützt.", "This means that there might be problems with certain characters in file names." : "Dies bedeutet, dass es zu Problemen mit bestimmten Zeichen in Dateinamen kommen kann.", @@ -241,7 +241,7 @@ "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitte die „overwrite.cli.url“-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: „%s“).", "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten:", "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Bitte überprüfen Sie noch einmal die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Installationsanleitungen ↗</a> und kontrollieren Sie das <a href=\"%s\">Log</a> auf mögliche Fehler oder Warnungen.", - "All checks passed." : "Alle Checks bestanden.", + "All checks passed." : "Alle Überprüfungen bestanden.", "Background jobs" : "Hintergrund-Aufgaben", "Last job ran %s." : "Letzte Aufgabe ausgeführt %s", "Last job execution ran %s. Something seems wrong." : "Letzte Aufgaben-Ausführung lief %s. Etwas scheint falsch zu sein.", @@ -265,7 +265,7 @@ "days" : "Tagen", "Enforce expiration date" : "Ablaufdatum erzwingen", "Allow resharing" : "Weiterteilen erlauben", - "Allow sharing with groups" : "Mit Gruppen teilen erlauben", + "Allow sharing with groups" : "Teilen mit Gruppen erlauben", "Restrict users to only share with users in their groups" : "Benutzer auf das Teilen innerhalb ihrer Gruppen beschränken", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", @@ -287,12 +287,12 @@ "Developer documentation" : "Dokumentation für Entwickler", "View in store" : "Im Store anzeigen", "Limit to groups" : "Auf Gruppen beschränken", - "This app has an update available." : "Für diese Anwendung ist eine Aktualisierung verfügbar.", + "This app has an update available." : "Für diese App ist eine Aktualisierung verfügbar.", "by %s" : "von %s", "%s-licensed" : "%s-Lizensiert", "Documentation:" : "Dokumentation:", - "User documentation" : "Benutzer-Dokumentation", - "Admin documentation" : "Administratoren-Dokumentation", + "User documentation" : "Dokumentation für Benutzer", + "Admin documentation" : "Dokumentation für Administratoren", "Visit website" : "Webseite besuchen", "Report a bug" : "Melden Sie einen technischen Fehler", "Show description …" : "Beschreibung anzeigen…", @@ -301,7 +301,7 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "SSL Root Certificates" : "SSL Root Zertifikate", + "SSL Root Certificates" : "SSL-Root-Zertifikate", "Common Name" : "Allgemeiner Name", "Valid until" : "Gültig bis", "Issued By" : "Ausgestellt von:", @@ -350,7 +350,7 @@ "iOS app" : "iOS-App", "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Wenn Sie das Projekt unterstützen wollen {contributeopen} helfen Sie bei der Entwicklung{linkclose} oder {contributeopen} verbreiten Sie es{linkclose}!", "Show First Run Wizard again" : "Den Einrichtungsassistenten erneut anzeigen", - "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Ihrem Konto eingeloggte Web-, Desktop- und Mobil-Clients.", + "Web, desktop and mobile clients currently logged in to your account." : "Aktuell in Ihrem Konto angemeldete Web-, Desktop- und Mobil-Clients.", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier können individuelle Passwörter for Apps erzeugt werden. So müssen Sie nicht Ihr Passwort verteilen. Jedes Passwort kann individuell widerrufen werden.", @@ -371,7 +371,7 @@ "Show storage location" : "Speicherort anzeigen", "Show user backend" : "Benutzer-Backend anzeigen", "Show last login" : "Letzte Anmeldung anzeigen", - "Show email address" : "E-Mail Adresse anzeigen", + "Show email address" : "E-Mail-Adresse anzeigen", "Send email to new user" : "E-Mail an neuen Benutzer senden", "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Wenn das Passwort für den neuen Benutzer leer gelassen wird, wird an ihn eine Aktivierungs-E-Mail mit einem Link zur Passwortvergabe versandt.", "E-Mail" : "E-Mail", @@ -382,7 +382,7 @@ "Everyone" : "Jeder", "Admins" : "Administratoren", "Disabled" : "Deaktiviert", - "Default quota" : "Standard-Kontingent", + "Default quota" : "Standard Speicherkontingent ", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Bitte Speicherkontingent eingeben (z.B.: „512 MB“ oder „12 GB“)", "Other" : "Andere", "Group admin for" : "Gruppenadministrator für", @@ -399,7 +399,7 @@ "Please provide an admin recovery password, otherwise all user data will be lost" : "Bitte geben Sie ein Wiederherstellungspasswort für das Administratorkonto an, da sonst alle Benutzerdaten verlorengehen können", "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Das Backend unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "test email settings" : "E-Mail-Einstellungen testen", - "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der admin-Gruppe löschen", + "Admins can't remove themself from the admin group" : "Administratoren können sich nicht selbst aus der Admin-Gruppe löschen", "Unable to add user to group %s" : "Der Benutzer konnte nicht zur Gruppe %s hinzugefügt werden", "Unable to remove user from group %s" : "Der Benutzer konnte nicht aus der Gruppe %s entfernt werden", "Sending..." : "Wird gesendet…", diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js index 154bcc90704..5904e4a1317 100644 --- a/settings/l10n/es_MX.js +++ b/settings/l10n/es_MX.js @@ -350,7 +350,7 @@ OC.L10N.register( "Desktop client" : "Cliente de escritorio", "Android app" : "Aplicación android", "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "¡Si desea apoyar al proyecto {contributeopen}júnase al desarrollo{linkclose} o {contributeopen} pase la vozd{linkclose}!", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "¡Si desea apoyar al proyecto {contributeopen} únase al desarrollo{linkclose} o {contributeopen} pase la voz {linkclose}!", "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Ejecución Inicial", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, de escritorio y móviles han iniciado sesión en su cuenta. ", "Device" : "Dispositivo", diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json index 5534cf69f27..1f571f7bb0a 100644 --- a/settings/l10n/es_MX.json +++ b/settings/l10n/es_MX.json @@ -348,7 +348,7 @@ "Desktop client" : "Cliente de escritorio", "Android app" : "Aplicación android", "iOS app" : "Aplicación iOS", - "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "¡Si desea apoyar al proyecto {contributeopen}júnase al desarrollo{linkclose} o {contributeopen} pase la vozd{linkclose}!", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "¡Si desea apoyar al proyecto {contributeopen} únase al desarrollo{linkclose} o {contributeopen} pase la voz {linkclose}!", "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de Ejecución Inicial", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, de escritorio y móviles han iniciado sesión en su cuenta. ", "Device" : "Dispositivo", diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js index d551ebf86dc..10d410264ce 100644 --- a/settings/l10n/gl.js +++ b/settings/l10n/gl.js @@ -1,12 +1,28 @@ OC.L10N.register( "settings", { + "{actor} changed your password" : "{actor} cambiou o seu contrasinal", + "You changed your password" : "Vostede cambiou o seu contrasinal", + "Your password was reset by an administrator" : "O seu contrasinal foi restabelecido por un administrador", + "{actor} changed your email address" : "{actor} cambiou o seu enderezo de correo", + "You changed your email address" : "Vostede cambiou o seu enderezo de correo", + "Your email address was changed by an administrator" : "O seu enderezo de correo foi cambiado por un administrador", + "Security" : "Seguridade", + "You successfully logged in using two-factor authentication (%1$s)" : "Accedeu satisfactoriamente usando autenticación de dous factores (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Fallou un intento de acceso usando autenticación de dous factores (%1$s)", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Foi modificado o seu <strong>contrasinal</strong> ou o seu <strong>correo electrónico</strong>", + "Your apps" : "As súas aplicacións", + "Enabled apps" : "Aplicacións activadas", + "Disabled apps" : "Aplicacións desactivadas", + "App bundles" : "Paquetes de aplicacións", "Wrong password" : "Contrasinal incorrecto", "Saved" : "Gardado", "No user supplied" : "Non subministrado polo usuario", "Unable to change password" : "Non é posíbel cambiar o contrasinal", "Authentication error" : "Produciuse un erro de autenticación", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Forneza un contrasinal de recuperación de administrador; senón perderase toda a información do usuario.", "Wrong admin recovery password. Please check the password and try again." : "Contrasinal de recuperación do administrador incorrecto. Comprobe o contrasinal e ténteo de novo.", + "Backend doesn't support password change, but the user's encryption key was updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado do usuario foi actualizada.", "installing and updating apps via the app store or Federated Cloud Sharing" : "instalando e actualizando aplicacións a través da tenda de aplicacións ou da nube federada compartida", "Federated Cloud Sharing" : "Nube federada compartida", "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está utilizando unha versión obsoleta %s (%s). Actualice o seu sistema operativo, caso contrario características como %s non funcionarán de xeito fiábel.", @@ -15,44 +31,128 @@ OC.L10N.register( "Group already exists." : "Xa existe o grupo.", "Unable to add group." : "Non é posíbel engadir o grupo.", "Unable to delete group." : "Non é posíbel eliminar o grupo.", + "Invalid SMTP password." : "Contrasinal SMTP incorrecta.", + "Well done, %s!" : "Ben feito, %s!", + "If you received this email, the email configuration seems to be correct." : "Se vostede ten recibido este correo, a configuración do correo semella ser correcta. ", + "Email setting test" : "Proba do axuste do correo", + "Email could not be sent. Check your mail server log" : "Non foi posíbel enviar o correo. Comproba o rexistro do servidor de correo", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu un problema ao enviar o correo. Revise a súa configuración. (Erro: %s)", "You need to set your user email before being able to send test emails." : "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", - "Invalid request" : "Petición incorrecta", + "Invalid request" : "Solicitude incorrecta", "Invalid mail address" : "Enderezo de correo incorrecto", + "No valid group selected" : "No seleccionou un grupo válido", "A user with that name already exists." : "Xa existe un usuario con ese nome.", + "To send a password link to the user an email address is required." : "Para enviar unha ligazón de contrasinal ao usuario, requírese un enderezo de correo.", "Unable to create user." : "Non é posíbel crear o usuario.", "Unable to delete user." : "Non é posíbel eliminar o usuario.", + "Error while enabling user." : "Produciuse un erro ao activar o usuario", + "Error while disabling user." : "Produciuse un erro ao desactivar o usuario", + "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Para poder verificar a súa conta de Twitter, publique o seguinte chío en Twitter (asegúrese de publicar sen ningún salto de liña):", + "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Para poder verificar o seu sitio Web, engada o seguinte contido ao seu web-root en «.well-known/CloudIdVerificationCode.txt» (asegúrese de que o texto completo estea só nunha liña):", + "Settings saved" : "Axustes gardados", "Unable to change full name" : "Non é posíbel cambiar o nome completo", + "Unable to change email address" : "Non é posíbel cambiar o enderezo de correo.", "Your full name has been changed." : "O seu nome completo foi cambiado", "Forbidden" : "Prohibido", "Invalid user" : "Usuario incorrecto", "Unable to change mail address" : "Non é posíbel cambiar o enderezo de correo.", "Email saved" : "Correo gardado", + "%1$s changed your password on %2$s." : "%1$s cambiou o seu contrasinal en %2$s.", + "Your password on %s was changed." : "Foi cambiado o seu contrasinal en %s.", + "Your password on %s was reset by an administrator." : "O seu contrasinal en %s foi restabelecido por un administrador", + "Password changed for %s" : "Contrasinal cambiado por %s", + "If you did not request this, please contact an administrator." : "Se vostede non solicitou isto, póñase en contacto co administrador.", + "Password for %1$s changed on %2$s" : "Contrasinal para %1$s cambiado en %2$s", + "%1$s changed your email address on %2$s." : "%1$s cambiou o seu enderezo de correo en %2$s.", + "Your email address on %s was changed." : "Foi cambiado o seu enderezo de correo en %s.", + "Your email address on %s was changed by an administrator." : "O seu enderezo de correo en %s foi cambiado por un administrador", + "Email address changed for %s" : "Enderezo de correo cambiado por %s", + "The new email address is %s" : "O novo enderezo de correo é %s", + "Email address for %1$s changed on %2$s" : "Enderezo de correo para %1$s cambiado en %2$s", + "Welcome aboard" : "Benvido a bordo", + "Welcome aboard %s" : "Benvido a bordo %s", + "You have now an %s account, you can add, protect, and share your data." : "Agora vostede ten unha conta %s, pode engadir, protexer e compartir os seus datos. ", + "Your username is: %s" : "O seu nome de usuario é: %s", + "Set your password" : "Estabeleza o seu contrasinal", + "Go to %s" : "Ira a %s", + "Install Client" : "Instalar o cliente", "Your %s account was created" : "Foi creada a conta %s", + "Password confirmation is required" : "Requírese a confirmación do contrasinal", "Couldn't remove app." : "Non foi posíbel retirar a aplicación.", "Couldn't update app." : "Non foi posíbel actualizar a aplicación.", + "Are you really sure you want add {domain} as trusted domain?" : "Confirma que quere engadir {domain} como dominio de confianza?", "Add trusted domain" : "Engadir dominio de confianza", "Migration in progress. Please wait until the migration is finished" : "A migración está en proceso. Agarde a que remate.", "Migration started …" : "Iniciada a migración ...", + "Not saved" : "Sen gardar", + "Sending…" : "Enviando...", "Email sent" : "Correo enviado", "Official" : "Oficial", "All" : "Todo", "Update to %s" : "Actualizar a %s", - "No apps found for your version" : "Non se atoparon aplicativos para esta versión", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Ten %n actualización de aplicacións pendente","Ten %n actualizacións de aplicacións pendentes"], + "No apps found for your version" : "Non se atoparon aplicacións para a súa versión", + "The app will be downloaded from the app store" : "A aplicación debe ser descargada desde un repositorio/tenda de aplicacións", + "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "As aplicacións oficiais están desenvolvidas por e dentro da comunidade. Ofrecen unha funcionalidade central e están preparadas para o seu uso en produción.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicacións aprobadas son desenvolvidas por desenvolvedores de confianza e pasaron un control de seguridade superficial. Mantéñense activamente nun repositorio de código aberto e os seus mantedores consideran que son estábeis para uso casual normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "A esta aplicación non se lle fixeron comprobacións de seguridade, ademais é nova ou coñecida por ser inestábel. Instálea baixo a súa responsabilidade.", + "Disabling app …" : "Desactivando a aplicación …", "Error while disabling app" : "Produciuse un erro ao desactivar a aplicación", "Disable" : "Desactivar", "Enable" : "Activar", + "Enabling app …" : "Activando a aplicación …", "Error while enabling app" : "Produciuse un erro ao activar a aplicación", + "Error: this app cannot be enabled because it makes the server unstable" : "Erro: Esta Aplicación non pode ser activada xa que xera inestabilidade no servidor", + "Error: could not disable broken app" : "Error: Non foi posíbel desactivar a aplicación quebrada", + "Error while disabling broken app" : "Produciuse un erro ao desactivar a aplicación quebrada", "Updating...." : "Actualizando...", "Error while updating app" : "Produciuse un erro mentres actualizaba a aplicación", "Updated" : "Actualizado", + "Removing …" : "Retirando …", + "Error while removing app" : "Produciuse un erro ao retirar a aplicación", + "Remove" : "Retirar", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "A aplicación foi activada pero necesita ser actualizada. Vai ser redirixido cara a páxina de actualizarións en 5 segundos.", + "App update" : "Actualización da aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", + "No apps found for {query}" : "Non se atoparon aplicacións para {query}", + "Enable all" : "Activar todo", + "Allow filesystem access" : "Permitir o acceso aos sistema de ficheiros", + "Disconnect" : "Desconectar", + "Revoke" : "Revogar", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome para Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "Sync client - {os}" : "Cliente de sincronización - {os}", + "This session" : "Esta sesión", + "Copy" : "Copiar", + "Copied!" : "Copiado!", + "Not supported!" : "Non admitido!", + "Press ⌘-C to copy." : "Prema ⌘-C para copiar.", + "Press Ctrl-C to copy." : "Prema Ctrl-C para copiar.", + "Error while loading browser sessions and device tokens" : "Produciuse un erro ao cargar as sesións do seu navegador e as marcas dos dispositivos.", + "Error while creating device token" : "Produciuse un erro mentres creaba unha marca de dispositivo", + "Error while deleting the token" : "Produciuse un erro mentres eliminaba unha marca", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Produciuse un erro. Envíe un certificado PEM codificado en ASCII.", "Valid until {date}" : "Válido ata {date}", "Delete" : "Eliminar", + "Local" : "Local", + "Private" : "Privado", + "Only visible to local users" : "Visíbel só para usuarios locais", + "Only visible to you" : "Visíbel só para vostede", + "Contacts" : "Contactos", + "Visible to local users and to trusted servers" : "Visíbel para usuarios locais e para servidores de confianza", + "Public" : "Público", + "Will be synced to a global and public address book" : "Vai ser sincronizado cun caderno de enderezos global e público", + "Verify" : "Verificar", + "Verifying …" : "Verificando …", "Select a profile picture" : "Seleccione unha imaxe para o perfil", "Very weak password" : "Contrasinal moi feble", "Weak password" : "Contrasinal feble", @@ -61,25 +161,42 @@ OC.L10N.register( "Strong password" : "Contrasinal forte", "Groups" : "Grupos", "Unable to delete {objName}" : "Non é posíbel eliminar {objName}", + "Error creating group: {message}" : "Produciuse un erro ao crear o grupo: {message}", "A valid group name must be provided" : "Debe fornecer un nome de grupo", "deleted {groupName}" : "{groupName} foi eliminado", "undo" : "desfacer", "never" : "nunca", "deleted {userName}" : "{userName} foi eliminado", + "No user found for <strong>{pattern}</strong>" : "Non se atoparon usuarios para <strong>{pattern}</strong>", + "Unable to add user to group {group}" : "Non é posíbel engadir o usuario ao grupo {group}", + "Unable to remove user from group {group}" : "Non é posíbel eliminar o usuario do grupo {group}", + "Add group" : "Engadir un grupo", + "Invalid quota value \"{val}\"" : "Valor de cota «{val}» incorrecto", + "no group" : "sen grupo", + "Password successfully changed" : "O contrasinal foi cambiado satisfactoriamente", "Changing the password will result in data loss, because data recovery is not available for this user" : "Cambiar o contrasinal provocará unha perda de datos, xa que a recuperación de datos non está dispoñíbel para este usuario", + "Could not change the users email" : "Non foi posíbel cambiar o correo dos usuarios", + "Error while changing status of {user}" : "Produciuse un erro ao cambiar o estado de {user}", "A valid username must be provided" : "Debe fornecer un nome de usuario", + "Error creating user: {message}" : "Produciuse un erro ao crear o usuario: {message}", "A valid password must be provided" : "Debe fornecer un contrasinal", "A valid email must be provided" : "Ten que fornecer un correo funcional", "__language_name__" : "Galego", "Unlimited" : "Sen límites", + "Verifying" : "Verificando", "Personal info" : "Información persoal", + "Sessions" : "Sesións", + "App passwords" : "Contrasinais de aplicacións", "Sync clients" : "Clientes de sincronización", "None" : "Ningún", "Login" : "Acceso", "Plain" : "Simple", "NT LAN Manager" : "Xestor NT LAN", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "Servidor de correo", "Open documentation" : "Abrir a documentación", + "It is important to set up this server to be able to send emails, like for password reset and notifications." : "É importante configurar este servidor para que poida enviar correos, por exemplo para cambios de contrasinais e notificacións.", "Send mode" : "Modo de envío", "Encryption" : "Cifrado", "From address" : "Desde o enderezo", @@ -95,7 +212,14 @@ OC.L10N.register( "Test email settings" : "Correo de proba dos axustes", "Send email" : "Enviar o correo", "Server-side encryption" : "Cifrado na parte do servidor", + "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." : "O cifrado do lado do servidor fai posíbel cifrar os ficheiros que van ser enviados a este servidor. Isto leva algunhas limitacións como penalizacións no rendemento, así que actíveo só se é necesario.", "Enable server-side encryption" : "Activar o cifrado na parte do servidor", + "Please read carefully before activating server-side encryption: " : "Lea detidamente antes de activar o cifrado do lado do servidor:", + "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." : "Una vez que o cifrado estea activado, todos os ficheiros enviados ao servidor desde ese punto en diante cifraranse en repouso no servidor. Só será posíbel desactivar o cifrado nunha data posterior se o módulo de cifrado activado admite esa función, e se cumpran todas as condicións previas (por exemplo, o estabelecemento dunha chave de recuperación).", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "O cifrado por si só non garante a seguridade do sistema. Vexa a documentación para obter máis información sobre como funciona a aplicación de cifrado e os casos de uso admitidos.", + "Be aware that encryption always increases the file size." : "Teña presente que o cifrado sempre incrementa o tamaño do ficheiro.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Sempre é bo crear copias de seguridade dos seus datos, no caso do cifrado, asegúrese de ter unha copia de seguridade das chaves de cifrado xunto cos seus datos.", + "This is the final warning: Do you really want to enable encryption?" : "Esta é a advertencia final. Confirma que quere activar o cifrado?", "Enable encryption" : "Activar o cifrado", "No encryption module loaded, please enable an encryption module in the app menu." : "Non hai cargado ningún módulo de cifrado, active un módulo de cifrado no menú de aplicacións.", "Select default encryption module:" : "Seleccionar o módulo predeterminado de cifrado:", @@ -103,31 +227,51 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "É necesario migrar as chaves de cifrado do antigo cifrado (ownCloud <= 8,0) cara ao novo.", "Start migration" : "Iniciar a migración", "Security & setup warnings" : "Avisos de seguridade e configuración", + "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 Tips & Ticks section and the documentation for more information." : "É importante para a seguridade e o bo funcionamento da súa instancia que todo estea configurado correctamente. Para axudarlle niso, imos facer algunhas comprobacións automáticas. Vexa a sección «trucos e consellos» e a documentación para obter máis información.", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Semella que PHP non está configurado correctamente para consultar as variábeis de entorno do sistema. A proba con getenv(\"PATH\") só devolve unha resposta baleira.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Revise a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación de instalación ↗</a> para as notas de configuración PHP e a configuración PHP do seu servidor, especialmente cando se está a usar php-fpm", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Foi activada a restrición da configuración a só lectura. Isto impide o estabelecemento dalgunhas configuracións a través da interface web. Ademais, ten que facer escribíbel manualmente o ficheiro para cada actualización.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Parece que PHP foi configuración para substituír bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesíbeis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A súa base de datos non se executa co nivel de illamento de transacción «READ COMMITTED» . Isto pode causar problemas cando se executan múltiples accións en paralelo.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Está instalado %1$s con versión inferior a %2$s, por razóns de estabilidade e rendemento recomendámoslle actualizar cara unha versión de %1$s mas recente. ", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «'filelocking.enabled» en «config.php» para evitar eses problemas. Vexa a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a> para obter máis información.", "System locale can not be set to a one which supports UTF-8." : "Non é posíbel estabelecer a configuración rexional do sistema a unha que admita UTF-8.", "This means that there might be problems with certain characters in file names." : "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomendámoslle que instale no sistema os paquetes necesarios para admitir unha das seguintes configuracións rexionais: %s.", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Se a instalación no está feita na raíz do dominio e usa o sistema cron, pode haber incidencias coa xeración de URL. Para evitar estes problemas, axuste a opción «overwrite.cli.url» no seu ficheiro config.php á ruta webroot da instalación (suxestión: «%s»)", "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Non foi posíbel executar a tarefa de cron programada desde a liña de ordes. Atopáronse os seguintes erros técnicos:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Volva verificar as <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guías de instalación↗</a>, e comprobe que non haxa erros ou advertencias no <a href=\"%s\">rexistro</a>.", + "All checks passed." : "Pasáronse todas as verificacións. ", + "Background jobs" : "Traballos en segundo plano", + "Last job ran %s." : "O último traballo executouse %s.", + "Last job execution ran %s. Something seems wrong." : "O último traballo executouse %s. Algo semella estar mal.", + "Background job didn’t run yet!" : "O traballo en segundo plano aínda non se executou!", + "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Para un rendemento óptimo é importante configurar correctamente os traballos en segundo plano. Para instancias máis grandes, «Cron» é o axuste recomendado. Vexa a documentación para obter máis información.", "Execute one task with each page loaded" : "Executar unha tarefa con cada páxina cargada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está rexistrado nun servizo de WebCron para chamar a cron.php cada 15 minutos a través de HTTP.", + "Use system cron service to call the cron.php file every 15 minutes." : "Use o servizo «cron» do sistema para chamar ao ficheiro cron.php cada 15 minutos.", + "The cron.php needs to be executed by the system user \"%s\"." : "O cron.php debe ser executado polo usuario do sistema «%s»", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para executar isto necesitase a extensión posix de PHP. Vexa a {linkstart}documentación de PHP{linkend} para obter máis detalles.", "Version" : "Versión", "Sharing" : "Compartindo", + "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador pode facer axustes finos do comportamento al compartir. Lea a documentación para obter máis más información.", "Allow apps to use the Share API" : "Permitir que as aplicacións empreguen o API para compartir", "Allow users to share via link" : "Permitir que os usuarios compartan a través de ligazóns", "Allow public uploads" : "Permitir os envíos públicos", + "Always ask for a password" : "Pedir sempre un contrasinal", "Enforce password protection" : "Forzar a protección por contrasinal", "Set default expiration date" : "Definir a data predeterminada de caducidade", "Expire after " : "Caduca após", "days" : "días", - "Enforce expiration date" : "Obrigar a data de caducidade", + "Enforce expiration date" : "Forzar a data de caducidade", "Allow resharing" : "Permitir compartir", + "Allow sharing with groups" : "Permitir compartir con grupos", "Restrict users to only share with users in their groups" : "Restrinxir aos usuarios a compartir só cos usuarios dos seus grupos", "Exclude groups from sharing" : "Excluír grupos da compartición", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", + "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Permitir autocompletar o nome de usuario na xanela de diálogo. Se esta opción está desactivada, debera escribirse o nome de usuario completo.", "Tips & tricks" : "Trucos e consellos", "How to do backups" : "Como facer copias de seguridade", "Advanced monitoring" : "Supervisión avanzada", @@ -172,10 +316,11 @@ OC.L10N.register( "Desktop client" : "Cliente de escritorio", "Android app" : "Aplicación Android", "iOS app" : "Aplicación iOS", - "Show First Run Wizard again" : "Amosar o axudante da primeira execución outra vez", + "Show First Run Wizard again" : "Amosar o asistente da primeira execución outra vez", "Name" : "Nome", "Username" : "Nome de usuario", "Done" : "Feito", + "Subscribe to our newsletter!" : "Subscríbete ao noso boletín!", "Show storage location" : "Amosar a localización do almacenamento", "Show user backend" : "Amosar a infraestrutura do usuario", "Show email address" : "Amosar o enderezo de correo", @@ -213,6 +358,8 @@ OC.L10N.register( "Cron was not executed yet!" : "«Cron» aínda non foi executado!", "Use system's cron service to call the cron.php file every 15 minutes." : "Use o servizo «cron» do sistema para chamar ao ficheiro cron.php cada 15 minutos.", "Cheers!" : "Saúdos!", + "Subscribe to our twitter channel!" : "Subscríbete á nosa canle de twitter!", + "Subscribe to our news feed!" : "Subscríbete á nosa fonte de novas!", "Show last log in" : "Amosar a última conexión" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json index 66a22938955..8394f891cb7 100644 --- a/settings/l10n/gl.json +++ b/settings/l10n/gl.json @@ -1,10 +1,26 @@ { "translations": { + "{actor} changed your password" : "{actor} cambiou o seu contrasinal", + "You changed your password" : "Vostede cambiou o seu contrasinal", + "Your password was reset by an administrator" : "O seu contrasinal foi restabelecido por un administrador", + "{actor} changed your email address" : "{actor} cambiou o seu enderezo de correo", + "You changed your email address" : "Vostede cambiou o seu enderezo de correo", + "Your email address was changed by an administrator" : "O seu enderezo de correo foi cambiado por un administrador", + "Security" : "Seguridade", + "You successfully logged in using two-factor authentication (%1$s)" : "Accedeu satisfactoriamente usando autenticación de dous factores (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Fallou un intento de acceso usando autenticación de dous factores (%1$s)", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Foi modificado o seu <strong>contrasinal</strong> ou o seu <strong>correo electrónico</strong>", + "Your apps" : "As súas aplicacións", + "Enabled apps" : "Aplicacións activadas", + "Disabled apps" : "Aplicacións desactivadas", + "App bundles" : "Paquetes de aplicacións", "Wrong password" : "Contrasinal incorrecto", "Saved" : "Gardado", "No user supplied" : "Non subministrado polo usuario", "Unable to change password" : "Non é posíbel cambiar o contrasinal", "Authentication error" : "Produciuse un erro de autenticación", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Forneza un contrasinal de recuperación de administrador; senón perderase toda a información do usuario.", "Wrong admin recovery password. Please check the password and try again." : "Contrasinal de recuperación do administrador incorrecto. Comprobe o contrasinal e ténteo de novo.", + "Backend doesn't support password change, but the user's encryption key was updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado do usuario foi actualizada.", "installing and updating apps via the app store or Federated Cloud Sharing" : "instalando e actualizando aplicacións a través da tenda de aplicacións ou da nube federada compartida", "Federated Cloud Sharing" : "Nube federada compartida", "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está utilizando unha versión obsoleta %s (%s). Actualice o seu sistema operativo, caso contrario características como %s non funcionarán de xeito fiábel.", @@ -13,44 +29,128 @@ "Group already exists." : "Xa existe o grupo.", "Unable to add group." : "Non é posíbel engadir o grupo.", "Unable to delete group." : "Non é posíbel eliminar o grupo.", + "Invalid SMTP password." : "Contrasinal SMTP incorrecta.", + "Well done, %s!" : "Ben feito, %s!", + "If you received this email, the email configuration seems to be correct." : "Se vostede ten recibido este correo, a configuración do correo semella ser correcta. ", + "Email setting test" : "Proba do axuste do correo", + "Email could not be sent. Check your mail server log" : "Non foi posíbel enviar o correo. Comproba o rexistro do servidor de correo", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu un problema ao enviar o correo. Revise a súa configuración. (Erro: %s)", "You need to set your user email before being able to send test emails." : "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", - "Invalid request" : "Petición incorrecta", + "Invalid request" : "Solicitude incorrecta", "Invalid mail address" : "Enderezo de correo incorrecto", + "No valid group selected" : "No seleccionou un grupo válido", "A user with that name already exists." : "Xa existe un usuario con ese nome.", + "To send a password link to the user an email address is required." : "Para enviar unha ligazón de contrasinal ao usuario, requírese un enderezo de correo.", "Unable to create user." : "Non é posíbel crear o usuario.", "Unable to delete user." : "Non é posíbel eliminar o usuario.", + "Error while enabling user." : "Produciuse un erro ao activar o usuario", + "Error while disabling user." : "Produciuse un erro ao desactivar o usuario", + "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Para poder verificar a súa conta de Twitter, publique o seguinte chío en Twitter (asegúrese de publicar sen ningún salto de liña):", + "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Para poder verificar o seu sitio Web, engada o seguinte contido ao seu web-root en «.well-known/CloudIdVerificationCode.txt» (asegúrese de que o texto completo estea só nunha liña):", + "Settings saved" : "Axustes gardados", "Unable to change full name" : "Non é posíbel cambiar o nome completo", + "Unable to change email address" : "Non é posíbel cambiar o enderezo de correo.", "Your full name has been changed." : "O seu nome completo foi cambiado", "Forbidden" : "Prohibido", "Invalid user" : "Usuario incorrecto", "Unable to change mail address" : "Non é posíbel cambiar o enderezo de correo.", "Email saved" : "Correo gardado", + "%1$s changed your password on %2$s." : "%1$s cambiou o seu contrasinal en %2$s.", + "Your password on %s was changed." : "Foi cambiado o seu contrasinal en %s.", + "Your password on %s was reset by an administrator." : "O seu contrasinal en %s foi restabelecido por un administrador", + "Password changed for %s" : "Contrasinal cambiado por %s", + "If you did not request this, please contact an administrator." : "Se vostede non solicitou isto, póñase en contacto co administrador.", + "Password for %1$s changed on %2$s" : "Contrasinal para %1$s cambiado en %2$s", + "%1$s changed your email address on %2$s." : "%1$s cambiou o seu enderezo de correo en %2$s.", + "Your email address on %s was changed." : "Foi cambiado o seu enderezo de correo en %s.", + "Your email address on %s was changed by an administrator." : "O seu enderezo de correo en %s foi cambiado por un administrador", + "Email address changed for %s" : "Enderezo de correo cambiado por %s", + "The new email address is %s" : "O novo enderezo de correo é %s", + "Email address for %1$s changed on %2$s" : "Enderezo de correo para %1$s cambiado en %2$s", + "Welcome aboard" : "Benvido a bordo", + "Welcome aboard %s" : "Benvido a bordo %s", + "You have now an %s account, you can add, protect, and share your data." : "Agora vostede ten unha conta %s, pode engadir, protexer e compartir os seus datos. ", + "Your username is: %s" : "O seu nome de usuario é: %s", + "Set your password" : "Estabeleza o seu contrasinal", + "Go to %s" : "Ira a %s", + "Install Client" : "Instalar o cliente", "Your %s account was created" : "Foi creada a conta %s", + "Password confirmation is required" : "Requírese a confirmación do contrasinal", "Couldn't remove app." : "Non foi posíbel retirar a aplicación.", "Couldn't update app." : "Non foi posíbel actualizar a aplicación.", + "Are you really sure you want add {domain} as trusted domain?" : "Confirma que quere engadir {domain} como dominio de confianza?", "Add trusted domain" : "Engadir dominio de confianza", "Migration in progress. Please wait until the migration is finished" : "A migración está en proceso. Agarde a que remate.", "Migration started …" : "Iniciada a migración ...", + "Not saved" : "Sen gardar", + "Sending…" : "Enviando...", "Email sent" : "Correo enviado", "Official" : "Oficial", "All" : "Todo", "Update to %s" : "Actualizar a %s", - "No apps found for your version" : "Non se atoparon aplicativos para esta versión", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Ten %n actualización de aplicacións pendente","Ten %n actualizacións de aplicacións pendentes"], + "No apps found for your version" : "Non se atoparon aplicacións para a súa versión", + "The app will be downloaded from the app store" : "A aplicación debe ser descargada desde un repositorio/tenda de aplicacións", + "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "As aplicacións oficiais están desenvolvidas por e dentro da comunidade. Ofrecen unha funcionalidade central e están preparadas para o seu uso en produción.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicacións aprobadas son desenvolvidas por desenvolvedores de confianza e pasaron un control de seguridade superficial. Mantéñense activamente nun repositorio de código aberto e os seus mantedores consideran que son estábeis para uso casual normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "A esta aplicación non se lle fixeron comprobacións de seguridade, ademais é nova ou coñecida por ser inestábel. Instálea baixo a súa responsabilidade.", + "Disabling app …" : "Desactivando a aplicación …", "Error while disabling app" : "Produciuse un erro ao desactivar a aplicación", "Disable" : "Desactivar", "Enable" : "Activar", + "Enabling app …" : "Activando a aplicación …", "Error while enabling app" : "Produciuse un erro ao activar a aplicación", + "Error: this app cannot be enabled because it makes the server unstable" : "Erro: Esta Aplicación non pode ser activada xa que xera inestabilidade no servidor", + "Error: could not disable broken app" : "Error: Non foi posíbel desactivar a aplicación quebrada", + "Error while disabling broken app" : "Produciuse un erro ao desactivar a aplicación quebrada", "Updating...." : "Actualizando...", "Error while updating app" : "Produciuse un erro mentres actualizaba a aplicación", "Updated" : "Actualizado", + "Removing …" : "Retirando …", + "Error while removing app" : "Produciuse un erro ao retirar a aplicación", + "Remove" : "Retirar", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "A aplicación foi activada pero necesita ser actualizada. Vai ser redirixido cara a páxina de actualizarións en 5 segundos.", + "App update" : "Actualización da aplicación", "Approved" : "Aprobado", "Experimental" : "Experimental", + "No apps found for {query}" : "Non se atoparon aplicacións para {query}", + "Enable all" : "Activar todo", + "Allow filesystem access" : "Permitir o acceso aos sistema de ficheiros", + "Disconnect" : "Desconectar", + "Revoke" : "Revogar", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome para Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "Cliente iOS", + "Android Client" : "Cliente Android", + "Sync client - {os}" : "Cliente de sincronización - {os}", + "This session" : "Esta sesión", + "Copy" : "Copiar", + "Copied!" : "Copiado!", + "Not supported!" : "Non admitido!", + "Press ⌘-C to copy." : "Prema ⌘-C para copiar.", + "Press Ctrl-C to copy." : "Prema Ctrl-C para copiar.", + "Error while loading browser sessions and device tokens" : "Produciuse un erro ao cargar as sesións do seu navegador e as marcas dos dispositivos.", + "Error while creating device token" : "Produciuse un erro mentres creaba unha marca de dispositivo", + "Error while deleting the token" : "Produciuse un erro mentres eliminaba unha marca", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Produciuse un erro. Envíe un certificado PEM codificado en ASCII.", "Valid until {date}" : "Válido ata {date}", "Delete" : "Eliminar", + "Local" : "Local", + "Private" : "Privado", + "Only visible to local users" : "Visíbel só para usuarios locais", + "Only visible to you" : "Visíbel só para vostede", + "Contacts" : "Contactos", + "Visible to local users and to trusted servers" : "Visíbel para usuarios locais e para servidores de confianza", + "Public" : "Público", + "Will be synced to a global and public address book" : "Vai ser sincronizado cun caderno de enderezos global e público", + "Verify" : "Verificar", + "Verifying …" : "Verificando …", "Select a profile picture" : "Seleccione unha imaxe para o perfil", "Very weak password" : "Contrasinal moi feble", "Weak password" : "Contrasinal feble", @@ -59,25 +159,42 @@ "Strong password" : "Contrasinal forte", "Groups" : "Grupos", "Unable to delete {objName}" : "Non é posíbel eliminar {objName}", + "Error creating group: {message}" : "Produciuse un erro ao crear o grupo: {message}", "A valid group name must be provided" : "Debe fornecer un nome de grupo", "deleted {groupName}" : "{groupName} foi eliminado", "undo" : "desfacer", "never" : "nunca", "deleted {userName}" : "{userName} foi eliminado", + "No user found for <strong>{pattern}</strong>" : "Non se atoparon usuarios para <strong>{pattern}</strong>", + "Unable to add user to group {group}" : "Non é posíbel engadir o usuario ao grupo {group}", + "Unable to remove user from group {group}" : "Non é posíbel eliminar o usuario do grupo {group}", + "Add group" : "Engadir un grupo", + "Invalid quota value \"{val}\"" : "Valor de cota «{val}» incorrecto", + "no group" : "sen grupo", + "Password successfully changed" : "O contrasinal foi cambiado satisfactoriamente", "Changing the password will result in data loss, because data recovery is not available for this user" : "Cambiar o contrasinal provocará unha perda de datos, xa que a recuperación de datos non está dispoñíbel para este usuario", + "Could not change the users email" : "Non foi posíbel cambiar o correo dos usuarios", + "Error while changing status of {user}" : "Produciuse un erro ao cambiar o estado de {user}", "A valid username must be provided" : "Debe fornecer un nome de usuario", + "Error creating user: {message}" : "Produciuse un erro ao crear o usuario: {message}", "A valid password must be provided" : "Debe fornecer un contrasinal", "A valid email must be provided" : "Ten que fornecer un correo funcional", "__language_name__" : "Galego", "Unlimited" : "Sen límites", + "Verifying" : "Verificando", "Personal info" : "Información persoal", + "Sessions" : "Sesións", + "App passwords" : "Contrasinais de aplicacións", "Sync clients" : "Clientes de sincronización", "None" : "Ningún", "Login" : "Acceso", "Plain" : "Simple", "NT LAN Manager" : "Xestor NT LAN", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "Servidor de correo", "Open documentation" : "Abrir a documentación", + "It is important to set up this server to be able to send emails, like for password reset and notifications." : "É importante configurar este servidor para que poida enviar correos, por exemplo para cambios de contrasinais e notificacións.", "Send mode" : "Modo de envío", "Encryption" : "Cifrado", "From address" : "Desde o enderezo", @@ -93,7 +210,14 @@ "Test email settings" : "Correo de proba dos axustes", "Send email" : "Enviar o correo", "Server-side encryption" : "Cifrado na parte do servidor", + "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." : "O cifrado do lado do servidor fai posíbel cifrar os ficheiros que van ser enviados a este servidor. Isto leva algunhas limitacións como penalizacións no rendemento, así que actíveo só se é necesario.", "Enable server-side encryption" : "Activar o cifrado na parte do servidor", + "Please read carefully before activating server-side encryption: " : "Lea detidamente antes de activar o cifrado do lado do servidor:", + "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." : "Una vez que o cifrado estea activado, todos os ficheiros enviados ao servidor desde ese punto en diante cifraranse en repouso no servidor. Só será posíbel desactivar o cifrado nunha data posterior se o módulo de cifrado activado admite esa función, e se cumpran todas as condicións previas (por exemplo, o estabelecemento dunha chave de recuperación).", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "O cifrado por si só non garante a seguridade do sistema. Vexa a documentación para obter máis información sobre como funciona a aplicación de cifrado e os casos de uso admitidos.", + "Be aware that encryption always increases the file size." : "Teña presente que o cifrado sempre incrementa o tamaño do ficheiro.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Sempre é bo crear copias de seguridade dos seus datos, no caso do cifrado, asegúrese de ter unha copia de seguridade das chaves de cifrado xunto cos seus datos.", + "This is the final warning: Do you really want to enable encryption?" : "Esta é a advertencia final. Confirma que quere activar o cifrado?", "Enable encryption" : "Activar o cifrado", "No encryption module loaded, please enable an encryption module in the app menu." : "Non hai cargado ningún módulo de cifrado, active un módulo de cifrado no menú de aplicacións.", "Select default encryption module:" : "Seleccionar o módulo predeterminado de cifrado:", @@ -101,31 +225,51 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "É necesario migrar as chaves de cifrado do antigo cifrado (ownCloud <= 8,0) cara ao novo.", "Start migration" : "Iniciar a migración", "Security & setup warnings" : "Avisos de seguridade e configuración", + "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 Tips & Ticks section and the documentation for more information." : "É importante para a seguridade e o bo funcionamento da súa instancia que todo estea configurado correctamente. Para axudarlle niso, imos facer algunhas comprobacións automáticas. Vexa a sección «trucos e consellos» e a documentación para obter máis información.", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Semella que PHP non está configurado correctamente para consultar as variábeis de entorno do sistema. A proba con getenv(\"PATH\") só devolve unha resposta baleira.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Revise a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación de instalación ↗</a> para as notas de configuración PHP e a configuración PHP do seu servidor, especialmente cando se está a usar php-fpm", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Foi activada a restrición da configuración a só lectura. Isto impide o estabelecemento dalgunhas configuracións a través da interface web. Ademais, ten que facer escribíbel manualmente o ficheiro para cada actualización.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Parece que PHP foi configuración para substituír bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesíbeis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A súa base de datos non se executa co nivel de illamento de transacción «READ COMMITTED» . Isto pode causar problemas cando se executan múltiples accións en paralelo.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Está instalado %1$s con versión inferior a %2$s, por razóns de estabilidade e rendemento recomendámoslle actualizar cara unha versión de %1$s mas recente. ", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «'filelocking.enabled» en «config.php» para evitar eses problemas. Vexa a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a> para obter máis información.", "System locale can not be set to a one which supports UTF-8." : "Non é posíbel estabelecer a configuración rexional do sistema a unha que admita UTF-8.", "This means that there might be problems with certain characters in file names." : "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomendámoslle que instale no sistema os paquetes necesarios para admitir unha das seguintes configuracións rexionais: %s.", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Se a instalación no está feita na raíz do dominio e usa o sistema cron, pode haber incidencias coa xeración de URL. Para evitar estes problemas, axuste a opción «overwrite.cli.url» no seu ficheiro config.php á ruta webroot da instalación (suxestión: «%s»)", "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Non foi posíbel executar a tarefa de cron programada desde a liña de ordes. Atopáronse os seguintes erros técnicos:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Volva verificar as <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guías de instalación↗</a>, e comprobe que non haxa erros ou advertencias no <a href=\"%s\">rexistro</a>.", + "All checks passed." : "Pasáronse todas as verificacións. ", + "Background jobs" : "Traballos en segundo plano", + "Last job ran %s." : "O último traballo executouse %s.", + "Last job execution ran %s. Something seems wrong." : "O último traballo executouse %s. Algo semella estar mal.", + "Background job didn’t run yet!" : "O traballo en segundo plano aínda non se executou!", + "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Para un rendemento óptimo é importante configurar correctamente os traballos en segundo plano. Para instancias máis grandes, «Cron» é o axuste recomendado. Vexa a documentación para obter máis información.", "Execute one task with each page loaded" : "Executar unha tarefa con cada páxina cargada", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php está rexistrado nun servizo de WebCron para chamar a cron.php cada 15 minutos a través de HTTP.", + "Use system cron service to call the cron.php file every 15 minutes." : "Use o servizo «cron» do sistema para chamar ao ficheiro cron.php cada 15 minutos.", + "The cron.php needs to be executed by the system user \"%s\"." : "O cron.php debe ser executado polo usuario do sistema «%s»", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Para executar isto necesitase a extensión posix de PHP. Vexa a {linkstart}documentación de PHP{linkend} para obter máis detalles.", "Version" : "Versión", "Sharing" : "Compartindo", + "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador pode facer axustes finos do comportamento al compartir. Lea a documentación para obter máis más información.", "Allow apps to use the Share API" : "Permitir que as aplicacións empreguen o API para compartir", "Allow users to share via link" : "Permitir que os usuarios compartan a través de ligazóns", "Allow public uploads" : "Permitir os envíos públicos", + "Always ask for a password" : "Pedir sempre un contrasinal", "Enforce password protection" : "Forzar a protección por contrasinal", "Set default expiration date" : "Definir a data predeterminada de caducidade", "Expire after " : "Caduca após", "days" : "días", - "Enforce expiration date" : "Obrigar a data de caducidade", + "Enforce expiration date" : "Forzar a data de caducidade", "Allow resharing" : "Permitir compartir", + "Allow sharing with groups" : "Permitir compartir con grupos", "Restrict users to only share with users in their groups" : "Restrinxir aos usuarios a compartir só cos usuarios dos seus grupos", "Exclude groups from sharing" : "Excluír grupos da compartición", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", + "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Permitir autocompletar o nome de usuario na xanela de diálogo. Se esta opción está desactivada, debera escribirse o nome de usuario completo.", "Tips & tricks" : "Trucos e consellos", "How to do backups" : "Como facer copias de seguridade", "Advanced monitoring" : "Supervisión avanzada", @@ -170,10 +314,11 @@ "Desktop client" : "Cliente de escritorio", "Android app" : "Aplicación Android", "iOS app" : "Aplicación iOS", - "Show First Run Wizard again" : "Amosar o axudante da primeira execución outra vez", + "Show First Run Wizard again" : "Amosar o asistente da primeira execución outra vez", "Name" : "Nome", "Username" : "Nome de usuario", "Done" : "Feito", + "Subscribe to our newsletter!" : "Subscríbete ao noso boletín!", "Show storage location" : "Amosar a localización do almacenamento", "Show user backend" : "Amosar a infraestrutura do usuario", "Show email address" : "Amosar o enderezo de correo", @@ -211,6 +356,8 @@ "Cron was not executed yet!" : "«Cron» aínda non foi executado!", "Use system's cron service to call the cron.php file every 15 minutes." : "Use o servizo «cron» do sistema para chamar ao ficheiro cron.php cada 15 minutos.", "Cheers!" : "Saúdos!", + "Subscribe to our twitter channel!" : "Subscríbete á nosa canle de twitter!", + "Subscribe to our news feed!" : "Subscríbete á nosa fonte de novas!", "Show last log in" : "Amosar a última conexión" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 8b50b383bb9..9d2f9b047a0 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -7,6 +7,7 @@ OC.L10N.register( "{actor} changed your email address" : "{actor} ha cambiato il tuo indirizzo email", "You changed your email address" : "Hai cambiato il tuo indirizzo email", "Your email address was changed by an administrator" : "Il tuo indirizzo email è stato cambiato da un amministratore", + "Security" : "Sicurezza", "Your apps" : "Le tue applicazioni", "Enabled apps" : "Applicazioni abilitate", "Disabled apps" : "Applicazioni disabilitate", @@ -36,6 +37,8 @@ OC.L10N.register( "To send a password link to the user an email address is required." : "Per inviare un collegamento della password all'utente è richiesto un indirizzo email.", "Unable to create user." : "Impossibile creare l'utente.", "Unable to delete user." : "Impossibile eliminare l'utente.", + "Error while enabling user." : "Errore durante l'abilitazione dell'utente.", + "Error while disabling user." : "Errore durante la disabilitazione dell'utente.", "Settings saved" : "Impostazioni salvate", "Unable to change full name" : "Impossibile cambiare il nome completo", "Unable to change email address" : "Impossibile cambiare l'indirizzo di posta", @@ -46,6 +49,8 @@ OC.L10N.register( "Email saved" : "Email salvata", "Your password on %s was changed." : "La tua password su %s è stata modificata.", "Password changed for %s" : "Password modificata per %s", + "Welcome aboard" : "Benvenuto a bordo", + "Your username is: %s" : "Il tuo nome utente è: %s", "Set your password" : "Imposta la tua password", "Go to %s" : "Vai a %s", "Install Client" : "Installa client", @@ -81,6 +86,7 @@ OC.L10N.register( "Updating...." : "Aggiornamento in corso...", "Error while updating app" : "Errore durante l'aggiornamento", "Updated" : "Aggiornato", + "Remove" : "Rimuovi", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "L'applicazione è stata abilitata, ma deve essere aggiornata. Sarai rediretto alla pagina di aggiornamento in 5 secondi.", "App update" : "Aggiornamento applicazione", "Approved" : "Approvata", @@ -120,6 +126,7 @@ OC.L10N.register( "Visible to local users and to trusted servers" : "Visibile agli utenti locali e ai server affidabili", "Public" : "Pubblico", "Will be synced to a global and public address book" : "Sarà sincronizzato con una rubrica globale e pubblica", + "Verify" : "Verifica", "Select a profile picture" : "Seleziona un'immagine del profilo", "Very weak password" : "Password molto debole", "Weak password" : "Password debole", @@ -214,13 +221,14 @@ OC.L10N.register( "Allow apps to use the Share API" : "Consenti alle applicazioni di utilizzare le API di condivisione", "Allow users to share via link" : "Consenti agli utenti di condividere tramite collegamento", "Allow public uploads" : "Consenti caricamenti pubblici", + "Always ask for a password" : "Chiedi sempre una password", "Enforce password protection" : "Imponi la protezione con password", "Set default expiration date" : "Imposta data di scadenza predefinita", "Expire after " : "Scadenza dopo", "days" : "giorni", "Enforce expiration date" : "Forza la data di scadenza", "Allow resharing" : "Consenti la ri-condivisione", - "Allow sharing with groups" : "Consentì la condivisione con gruppi", + "Allow sharing with groups" : "Consenti la condivisione con gruppi", "Restrict users to only share with users in their groups" : "Limita gli utenti a condividere solo con gli utenti nei loro gruppi", "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", @@ -285,6 +293,7 @@ OC.L10N.register( "Address" : "Indirizzo", "Your postal address" : "Il tuo indirizzo postale", "Website" : "Sito web", + "Link https://…" : "Colegamento https://...", "Twitter" : "Twitter", "You are member of the following groups:" : "Sei membro dei seguenti gruppi:", "Password" : "Password", @@ -310,11 +319,15 @@ OC.L10N.register( "Username" : "Nome utente", "Done" : "Completato", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Sviluppato dalla {communityopen}comunità di Nextcloud{linkclose}, il {githubopen}codice sorgente{linkclose} è rilasciato nei termini della licenza {licenseopen}AGPL{linkclose}.", + "Follow us on Google+!" : "Seguici su Google+!", "Like our facebook page!" : "Mi piace sulla nostra pagina di Facebook!", + "Follow us on Twitter!" : "Seguici su Twitter!", + "Check out our blog!" : "Leggi il nostro blog!", "Subscribe to our newsletter!" : "Iscriviti alla nostra newsletter!", "Settings" : "Impostazioni", "Show storage location" : "Mostra posizione di archiviazione", "Show user backend" : "Mostra il motore utente", + "Show last login" : "Mostra ultimo accesso", "Show email address" : "Mostra l'indirizzo email", "Send email to new user" : "Invia email al nuovo utente", "E-Mail" : "Posta elettronica", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index b63170aad96..8ff4cb5f41d 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -5,6 +5,7 @@ "{actor} changed your email address" : "{actor} ha cambiato il tuo indirizzo email", "You changed your email address" : "Hai cambiato il tuo indirizzo email", "Your email address was changed by an administrator" : "Il tuo indirizzo email è stato cambiato da un amministratore", + "Security" : "Sicurezza", "Your apps" : "Le tue applicazioni", "Enabled apps" : "Applicazioni abilitate", "Disabled apps" : "Applicazioni disabilitate", @@ -34,6 +35,8 @@ "To send a password link to the user an email address is required." : "Per inviare un collegamento della password all'utente è richiesto un indirizzo email.", "Unable to create user." : "Impossibile creare l'utente.", "Unable to delete user." : "Impossibile eliminare l'utente.", + "Error while enabling user." : "Errore durante l'abilitazione dell'utente.", + "Error while disabling user." : "Errore durante la disabilitazione dell'utente.", "Settings saved" : "Impostazioni salvate", "Unable to change full name" : "Impossibile cambiare il nome completo", "Unable to change email address" : "Impossibile cambiare l'indirizzo di posta", @@ -44,6 +47,8 @@ "Email saved" : "Email salvata", "Your password on %s was changed." : "La tua password su %s è stata modificata.", "Password changed for %s" : "Password modificata per %s", + "Welcome aboard" : "Benvenuto a bordo", + "Your username is: %s" : "Il tuo nome utente è: %s", "Set your password" : "Imposta la tua password", "Go to %s" : "Vai a %s", "Install Client" : "Installa client", @@ -79,6 +84,7 @@ "Updating...." : "Aggiornamento in corso...", "Error while updating app" : "Errore durante l'aggiornamento", "Updated" : "Aggiornato", + "Remove" : "Rimuovi", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "L'applicazione è stata abilitata, ma deve essere aggiornata. Sarai rediretto alla pagina di aggiornamento in 5 secondi.", "App update" : "Aggiornamento applicazione", "Approved" : "Approvata", @@ -118,6 +124,7 @@ "Visible to local users and to trusted servers" : "Visibile agli utenti locali e ai server affidabili", "Public" : "Pubblico", "Will be synced to a global and public address book" : "Sarà sincronizzato con una rubrica globale e pubblica", + "Verify" : "Verifica", "Select a profile picture" : "Seleziona un'immagine del profilo", "Very weak password" : "Password molto debole", "Weak password" : "Password debole", @@ -212,13 +219,14 @@ "Allow apps to use the Share API" : "Consenti alle applicazioni di utilizzare le API di condivisione", "Allow users to share via link" : "Consenti agli utenti di condividere tramite collegamento", "Allow public uploads" : "Consenti caricamenti pubblici", + "Always ask for a password" : "Chiedi sempre una password", "Enforce password protection" : "Imponi la protezione con password", "Set default expiration date" : "Imposta data di scadenza predefinita", "Expire after " : "Scadenza dopo", "days" : "giorni", "Enforce expiration date" : "Forza la data di scadenza", "Allow resharing" : "Consenti la ri-condivisione", - "Allow sharing with groups" : "Consentì la condivisione con gruppi", + "Allow sharing with groups" : "Consenti la condivisione con gruppi", "Restrict users to only share with users in their groups" : "Limita gli utenti a condividere solo con gli utenti nei loro gruppi", "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", @@ -283,6 +291,7 @@ "Address" : "Indirizzo", "Your postal address" : "Il tuo indirizzo postale", "Website" : "Sito web", + "Link https://…" : "Colegamento https://...", "Twitter" : "Twitter", "You are member of the following groups:" : "Sei membro dei seguenti gruppi:", "Password" : "Password", @@ -308,11 +317,15 @@ "Username" : "Nome utente", "Done" : "Completato", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Sviluppato dalla {communityopen}comunità di Nextcloud{linkclose}, il {githubopen}codice sorgente{linkclose} è rilasciato nei termini della licenza {licenseopen}AGPL{linkclose}.", + "Follow us on Google+!" : "Seguici su Google+!", "Like our facebook page!" : "Mi piace sulla nostra pagina di Facebook!", + "Follow us on Twitter!" : "Seguici su Twitter!", + "Check out our blog!" : "Leggi il nostro blog!", "Subscribe to our newsletter!" : "Iscriviti alla nostra newsletter!", "Settings" : "Impostazioni", "Show storage location" : "Mostra posizione di archiviazione", "Show user backend" : "Mostra il motore utente", + "Show last login" : "Mostra ultimo accesso", "Show email address" : "Mostra l'indirizzo email", "Send email to new user" : "Invia email al nuovo utente", "E-Mail" : "Posta elettronica", diff --git a/settings/l10n/nb.js b/settings/l10n/nb.js index a57460e2e67..7f25fe6049a 100644 --- a/settings/l10n/nb.js +++ b/settings/l10n/nb.js @@ -250,6 +250,7 @@ OC.L10N.register( "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "For optimal ytelse er det viktig å sette opp bakgrunnsjobber rett. For kjøring på større installasjoner er 'Cron' anbefalt innstilling. Se dokumentasjonen for mer informasjon.", "Execute one task with each page loaded" : "Utfør en oppgave med hver side som blir lastet", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert 15. minutt over http.", + "Use system cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert kvarter.", "The cron.php needs to be executed by the system user \"%s\"." : "Filen cron.php må kjøres systemet som følgende bruker \"%s\".", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du «PHP posix extension». Se {linkstart}PHP dokumentasjonen{linkend} for flere detaljer.", "Version" : "Versjon", diff --git a/settings/l10n/nb.json b/settings/l10n/nb.json index 79b2579f71c..c2fccf54417 100644 --- a/settings/l10n/nb.json +++ b/settings/l10n/nb.json @@ -248,6 +248,7 @@ "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "For optimal ytelse er det viktig å sette opp bakgrunnsjobber rett. For kjøring på større installasjoner er 'Cron' anbefalt innstilling. Se dokumentasjonen for mer informasjon.", "Execute one task with each page loaded" : "Utfør en oppgave med hver side som blir lastet", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er registrert i en webcron-tjeneste for å kalle cron.php hvert 15. minutt over http.", + "Use system cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert kvarter.", "The cron.php needs to be executed by the system user \"%s\"." : "Filen cron.php må kjøres systemet som følgende bruker \"%s\".", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du «PHP posix extension». Se {linkstart}PHP dokumentasjonen{linkend} for flere detaljer.", "Version" : "Versjon", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index ee46dc2f974..c1652e8fbd2 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -7,8 +7,11 @@ OC.L10N.register( "{actor} changed your email address" : "{actor} wijzigde je e-mailadres", "You changed your email address" : "Je wijzigde je e-mailadres", "Your email address was changed by an administrator" : "Je e-mailadres is gewijzigd door een beheerder", + "Security" : "Beveiliging", + "You successfully logged in using two-factor authentication (%1$s)" : "Je bent succesvol ingelogd via tweefactot authenticatie (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Een inlogpoging via tweefactor authenticatie is mislukt (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Je <strong>wachtwoord</strong> of <strong>e-mailadres</strong> is gewijzigd", - "Your apps" : "Jou apps", + "Your apps" : "Jouw apps", "Enabled apps" : "Ingeschakelde apps", "Disabled apps" : "Uitgeschakelde apps", "App bundles" : "App bundels", @@ -241,9 +244,14 @@ OC.L10N.register( "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "het was niet mogelijk om de cronjob via CLI uit te voeren. De volgende technische problemen traden op:", "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installatie handleiding</a> goed door en controleer op fouten en waarschuwingen in de <a href=\"%s\">logging</a>.", "All checks passed." : "Alle checks geslaagd", + "Background jobs" : "Achtergrond jobs", + "Last job ran %s." : "Laatste job liep %s.", + "Last job execution ran %s. Something seems wrong." : "Laatst uitgevoerde job: %s. Er lijkt iets fout gegaan.", + "Background job didn’t run yet!" : "Achtergrondjob nog niet gelopen!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.", "Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", + "Use system cron service to call the cron.php file every 15 minutes." : "Gebruik de systeemcron service om cron.php elke 15 minuten aan te roepen.", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php moet worden uitgevoerd door systeemgebruiker \"%s\".", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Om dit te draaien, is de PHP posix extensie vereist. Bekijk {linkstart}PHP documentatie{linkend} voor meer informatie.", "Version" : "Versie", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 5780e57222b..bb1e1d383be 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -5,8 +5,11 @@ "{actor} changed your email address" : "{actor} wijzigde je e-mailadres", "You changed your email address" : "Je wijzigde je e-mailadres", "Your email address was changed by an administrator" : "Je e-mailadres is gewijzigd door een beheerder", + "Security" : "Beveiliging", + "You successfully logged in using two-factor authentication (%1$s)" : "Je bent succesvol ingelogd via tweefactot authenticatie (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Een inlogpoging via tweefactor authenticatie is mislukt (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Je <strong>wachtwoord</strong> of <strong>e-mailadres</strong> is gewijzigd", - "Your apps" : "Jou apps", + "Your apps" : "Jouw apps", "Enabled apps" : "Ingeschakelde apps", "Disabled apps" : "Uitgeschakelde apps", "App bundles" : "App bundels", @@ -239,9 +242,14 @@ "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "het was niet mogelijk om de cronjob via CLI uit te voeren. De volgende technische problemen traden op:", "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installatie handleiding</a> goed door en controleer op fouten en waarschuwingen in de <a href=\"%s\">logging</a>.", "All checks passed." : "Alle checks geslaagd", + "Background jobs" : "Achtergrond jobs", + "Last job ran %s." : "Laatste job liep %s.", + "Last job execution ran %s. Something seems wrong." : "Laatst uitgevoerde job: %s. Er lijkt iets fout gegaan.", + "Background job didn’t run yet!" : "Achtergrondjob nog niet gelopen!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.", "Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", + "Use system cron service to call the cron.php file every 15 minutes." : "Gebruik de systeemcron service om cron.php elke 15 minuten aan te roepen.", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php moet worden uitgevoerd door systeemgebruiker \"%s\".", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Om dit te draaien, is de PHP posix extensie vereist. Bekijk {linkstart}PHP documentatie{linkend} voor meer informatie.", "Version" : "Versie", diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js index 224f109349a..5ffeceb8476 100644 --- a/settings/l10n/sl.js +++ b/settings/l10n/sl.js @@ -29,6 +29,7 @@ OC.L10N.register( "Invalid user" : "Neveljavni podatki uporabnika", "Unable to change mail address" : "Ni mogoče spremeniti naslova elektronske pošte.", "Email saved" : "Elektronski naslov je shranjen", + "Set your password" : "Nastavi vaše geslo", "Your %s account was created" : "Račun %s je uspešno ustvarjen.", "Couldn't remove app." : "Ni mogoče odstraniti programa.", "Couldn't update app." : "Programa ni mogoče posodobiti.", diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json index e5335276d1b..b683d7e6c4e 100644 --- a/settings/l10n/sl.json +++ b/settings/l10n/sl.json @@ -27,6 +27,7 @@ "Invalid user" : "Neveljavni podatki uporabnika", "Unable to change mail address" : "Ni mogoče spremeniti naslova elektronske pošte.", "Email saved" : "Elektronski naslov je shranjen", + "Set your password" : "Nastavi vaše geslo", "Your %s account was created" : "Račun %s je uspešno ustvarjen.", "Couldn't remove app." : "Ni mogoče odstraniti programa.", "Couldn't update app." : "Programa ni mogoče posodobiti.", diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js index fe7eb6a8647..b2e4c7e7d99 100644 --- a/settings/l10n/sq.js +++ b/settings/l10n/sq.js @@ -1,7 +1,9 @@ OC.L10N.register( "settings", { + "{actor} changed your password" : "{actor} ndryshoi fjalëkalimin tuaj ", "You changed your password" : "Ju ndëruat fjalëkalimin", + "Your password was reset by an administrator" : "Fjalëkalimi juaj është rivendosur nga administratori", "You changed your email address" : "Ju ndryshuat adresën e emailit tuaj", "Your email address was changed by an administrator" : "Adresa juaj e email-it është ndryshuar nga një administrator", "Wrong password" : "Fjalëkalim i gabuar", diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json index 003d8e6e43e..861c599989a 100644 --- a/settings/l10n/sq.json +++ b/settings/l10n/sq.json @@ -1,5 +1,7 @@ { "translations": { + "{actor} changed your password" : "{actor} ndryshoi fjalëkalimin tuaj ", "You changed your password" : "Ju ndëruat fjalëkalimin", + "Your password was reset by an administrator" : "Fjalëkalimi juaj është rivendosur nga administratori", "You changed your email address" : "Ju ndryshuat adresën e emailit tuaj", "Your email address was changed by an administrator" : "Adresa juaj e email-it është ndryshuar nga një administrator", "Wrong password" : "Fjalëkalim i gabuar", diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js index cf0dc5de58a..21f9ce8442c 100644 --- a/settings/l10n/sv.js +++ b/settings/l10n/sv.js @@ -316,8 +316,8 @@ OC.L10N.register( "For password reset and notifications" : "För lösenordsåterställning och notifikationer", "Phone number" : "Telefonnummer", "Your phone number" : "Ditt telefonnummer", - "Address" : "Adress", - "Your postal address" : "Din postadress", + "Address" : "Ort/Stad", + "Your postal address" : "Ort/Stad", "Website" : "Webbsida", "It can take up to 24 hours before the account is displayed as verified." : "Det kan ta upp till 24 timmar innan kontot visas som verifierat.", "Link https://…" : "Länk https://...", diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index cb1f6749fd0..76f084b6e7b 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -314,8 +314,8 @@ "For password reset and notifications" : "För lösenordsåterställning och notifikationer", "Phone number" : "Telefonnummer", "Your phone number" : "Ditt telefonnummer", - "Address" : "Adress", - "Your postal address" : "Din postadress", + "Address" : "Ort/Stad", + "Your postal address" : "Ort/Stad", "Website" : "Webbsida", "It can take up to 24 hours before the account is displayed as verified." : "Det kan ta upp till 24 timmar innan kontot visas som verifierat.", "Link https://…" : "Länk https://...", diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js index 6b17a90b4c7..2aacfba88cc 100644 --- a/settings/l10n/uk.js +++ b/settings/l10n/uk.js @@ -1,6 +1,7 @@ OC.L10N.register( "settings", { + "{actor} changed your password" : "{actor} змінив ваш пароль", "Wrong password" : "Невірний пароль", "Saved" : "Збережено", "No user supplied" : "Користувача не вказано", diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json index 3457ccfd493..37d2c1ce0fe 100644 --- a/settings/l10n/uk.json +++ b/settings/l10n/uk.json @@ -1,4 +1,5 @@ { "translations": { + "{actor} changed your password" : "{actor} змінив ваш пароль", "Wrong password" : "Невірний пароль", "Saved" : "Збережено", "No user supplied" : "Користувача не вказано", |