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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-02-10 04:13:39 +0300
committerNextcloud bot <bot@nextcloud.com>2019-02-10 04:13:39 +0300
commitd049403a82a3559f864cd2b035f8bb82cf3eb30c (patch)
tree681f7c87af6e5368df0196e068ab56eb17b2e6bd /settings/l10n
parent0cf2c7be7c06c63962e9433b142605ee7c3ab4f5 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r--settings/l10n/cs.js1
-rw-r--r--settings/l10n/cs.json1
-rw-r--r--settings/l10n/de.js5
-rw-r--r--settings/l10n/de.json5
-rw-r--r--settings/l10n/de_DE.js5
-rw-r--r--settings/l10n/de_DE.json5
-rw-r--r--settings/l10n/fi.js10
-rw-r--r--settings/l10n/fi.json10
-rw-r--r--settings/l10n/fr.js2
-rw-r--r--settings/l10n/fr.json2
-rw-r--r--settings/l10n/it.js3
-rw-r--r--settings/l10n/it.json3
-rw-r--r--settings/l10n/pt_BR.js1
-rw-r--r--settings/l10n/pt_BR.json1
-rw-r--r--settings/l10n/tr.js5
-rw-r--r--settings/l10n/tr.json5
16 files changed, 62 insertions, 2 deletions
diff --git a/settings/l10n/cs.js b/settings/l10n/cs.js
index 95e3912248d..1b44b1c832b 100644
--- a/settings/l10n/cs.js
+++ b/settings/l10n/cs.js
@@ -69,6 +69,7 @@ OC.L10N.register(
"Revoke" : "Odvolat",
"Device settings" : "Nastavení zařízení",
"Allow filesystem access" : "Umožnit přístup k souborovému systému",
+ "Rename" : "Přejmenovat",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
diff --git a/settings/l10n/cs.json b/settings/l10n/cs.json
index 2a26361b5eb..2e0b08556a7 100644
--- a/settings/l10n/cs.json
+++ b/settings/l10n/cs.json
@@ -67,6 +67,7 @@
"Revoke" : "Odvolat",
"Device settings" : "Nastavení zařízení",
"Allow filesystem access" : "Umožnit přístup k souborovému systému",
+ "Rename" : "Přejmenovat",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index fbe8a50ea11..e23377f9758 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} hat Deine E-Mail-Adresse geändert",
"You changed your email address" : "Du hast Deine E-Mail-Adresse geändert",
"Your email address was changed by an administrator" : "Deine E-Mail-Adresse wurde von einem Administrator geändert",
+ "You created app password \"{token}\"" : "Du hast ein App-Passwort erstellt \"{token}\"",
+ "You updated app password \"{token}\"" : "Du hast ein App-Passwort aktualisiert \"{token}\"",
+ "You deleted app password \"{token}\"" : "Du hast ein App-Passwort entfernt \"{token}\"",
"Security" : "Sicherheit",
"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)",
@@ -66,6 +69,7 @@ OC.L10N.register(
"Revoke" : "Widerrufen",
"Device settings" : "Geräteeinstellungen",
"Allow filesystem access" : "Erlaube Dateisystem-Zugriff",
+ "Rename" : "Umbennen",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -268,6 +272,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.",
+ "Pick background job setting" : "Wähle eine Hintergrund-Aufgabeneinstellung 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.",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index ff3d4af7e52..245adb00dac 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} hat Deine E-Mail-Adresse geändert",
"You changed your email address" : "Du hast Deine E-Mail-Adresse geändert",
"Your email address was changed by an administrator" : "Deine E-Mail-Adresse wurde von einem Administrator geändert",
+ "You created app password \"{token}\"" : "Du hast ein App-Passwort erstellt \"{token}\"",
+ "You updated app password \"{token}\"" : "Du hast ein App-Passwort aktualisiert \"{token}\"",
+ "You deleted app password \"{token}\"" : "Du hast ein App-Passwort entfernt \"{token}\"",
"Security" : "Sicherheit",
"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)",
@@ -64,6 +67,7 @@
"Revoke" : "Widerrufen",
"Device settings" : "Geräteeinstellungen",
"Allow filesystem access" : "Erlaube Dateisystem-Zugriff",
+ "Rename" : "Umbennen",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -266,6 +270,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.",
+ "Pick background job setting" : "Wähle eine Hintergrund-Aufgabeneinstellung 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.",
diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js
index 8b53a85093c..7fde289894f 100644
--- a/settings/l10n/de_DE.js
+++ b/settings/l10n/de_DE.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{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 von einem Administrator geändert",
+ "You created app password \"{token}\"" : "Sie haben ein App-Passwort erstellt \"{token}\"",
+ "You updated app password \"{token}\"" : "Sie haben ein App-Passwort aktualisiert \"{token}\"",
+ "You deleted app password \"{token}\"" : "Sie haben ein App-Passwort entfernt \"{token}\"",
"Security" : "Sicherheit",
"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)",
@@ -66,6 +69,7 @@ OC.L10N.register(
"Revoke" : "Widerrufen",
"Device settings" : "Geräteeinstellungen",
"Allow filesystem access" : "Erlaube Dateisystem-Zugriff",
+ "Rename" : "Umbennen",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -268,6 +272,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 finden Sie in der Dokumentation.",
+ "Pick background job setting" : "Wähle eine Hintergrund-Aufgabeneinstellung 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." : "Nutzen Sie den System-Cron-Service um cron.php alle 15 Minuten aufzurufen.",
diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json
index 8258534ffdd..2514463b7e9 100644
--- a/settings/l10n/de_DE.json
+++ b/settings/l10n/de_DE.json
@@ -5,6 +5,9 @@
"{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 von einem Administrator geändert",
+ "You created app password \"{token}\"" : "Sie haben ein App-Passwort erstellt \"{token}\"",
+ "You updated app password \"{token}\"" : "Sie haben ein App-Passwort aktualisiert \"{token}\"",
+ "You deleted app password \"{token}\"" : "Sie haben ein App-Passwort entfernt \"{token}\"",
"Security" : "Sicherheit",
"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)",
@@ -64,6 +67,7 @@
"Revoke" : "Widerrufen",
"Device settings" : "Geräteeinstellungen",
"Allow filesystem access" : "Erlaube Dateisystem-Zugriff",
+ "Rename" : "Umbennen",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -266,6 +270,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 finden Sie in der Dokumentation.",
+ "Pick background job setting" : "Wähle eine Hintergrund-Aufgabeneinstellung 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." : "Nutzen Sie den System-Cron-Service um cron.php alle 15 Minuten aufzurufen.",
diff --git a/settings/l10n/fi.js b/settings/l10n/fi.js
index fa09950d22e..9f93010292a 100644
--- a/settings/l10n/fi.js
+++ b/settings/l10n/fi.js
@@ -66,6 +66,7 @@ OC.L10N.register(
"Revoke" : "Peru oikeus",
"Device settings" : "Laiteasetukset",
"Allow filesystem access" : "Salli pääsy tiedostojärjestelmään",
+ "Rename" : "Nimeä uudelleen",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -103,6 +104,8 @@ OC.L10N.register(
"So-so password" : "Kohtalainen salasana",
"Good password" : "Hyvä salasana",
"Strong password" : "Vahva salasana",
+ "An error occurred while changing your language. Please reload the page and try again." : "Kieltä vaihtaessa tapahtui virhe. Päivitä sivu ja yritä uudelleen.",
+ "An error occurred while changing your locale. Please reload the page and try again." : "Maa-asetustoa vaihtaessa tapahtui virhe. Päivitä sivu ja yritä uudelleen.",
"Select a profile picture" : "Valitse profiilikuva",
"Week starts on {fdow}" : "Viikon ensimmäinen päivä on {fdow}",
"Groups" : "Ryhmät",
@@ -110,7 +113,10 @@ OC.L10N.register(
"Unable to retrieve the group list" : "Ryhmälistaa ei voitu noutaa",
"Enforce two-factor authentication" : "Pakota kaksivaiheinen tunnistautuminen",
"Limit to groups" : "Rajoita ryhmiin",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Kaksivaiheisen tunnistautumisen pakottaminen on mahdollista kohdentaa vain tietyille ryhmille.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Kaksivaiheisen tunnistautuminen on pakotettu kaikille\tseuraavien ryhmien jäsenille.",
"Enforced groups" : "Pakotetut ryhmät",
+ "Two-factor authentication is not enforced for\tmembers of the following groups." : "Kaksivaiheinen tunnistautuminen ei ole pakotettu\tseuraavien ryhmien jäsenille.",
"Save changes" : "Tallenna muutokset",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Viralliset sovellukset ovat yhteisössä kehitettyjä. Ne tarjoavat keskeistä toiminnallisuutta ja ovat valmiita tuotantokäyttöön.",
"Official" : "Virallinen",
@@ -227,6 +233,8 @@ OC.L10N.register(
"There are some errors regarding your setup." : "Asetuksiin liittyen on muutamia virheitä.",
"There are some warnings regarding your setup." : "Asetuksiin liittyen on muutamia varoituksia.",
"Checking for system and security issues." : "Tarkistetaan mahdollisia järjestelmä- ja tietoturvaongelmia.",
+ "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Lue tarkkaan <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">asennusohjeet ↗</a>, ja tarkista virheet sekä varoitukset <a href=\"%2$s\">lokista</a>.",
+ "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Tarkista Nextcloudisi turvallisuus käyttäen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">tietoturvakartoitustamme ↗</a>.",
"Version" : "Versio",
"Two-Factor Authentication" : "Kaksivaiheinen tunnistautuminen",
"Server-side encryption" : "Palvelinpään salaus",
@@ -309,6 +317,7 @@ OC.L10N.register(
"Locale" : "Aluekohtainen asetus",
"Current password" : "Nykyinen salasana",
"Change password" : "Vaihda salasana",
+ "Use a second factor besides your password to increase security for your account." : "Käytä toista vaihetta salasanasi lisäksi parantaaksesi tilisi tietoturvaa.",
"Devices & sessions" : "Laitteet ja istunnot",
"Web, desktop and mobile clients currently logged in to your account." : "Verkko-, työpöytä- ja mobiililaitteet, jotka ovat parhaillaan kirjautuneet tilillesi.",
"Device" : "Laite",
@@ -394,6 +403,7 @@ OC.L10N.register(
"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 & Tricks section and the documentation for more information." : "Tietoturvan ja suorituskyvyn vuoksi on tärkeää, että asennuksesi on määritetty oikein. Sen vuoksi teemme joitain automaattisia tarkistuksia. Lisätietoja on saatavilla dokumentaation \"Tips & Tricks\"-osiosta.",
"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." : "Vain luku -asetukset on otettu käyttöön. Tämä estää joidenkin asetusten määrittämisen selainkäyttöliittymän kautta. Lisäksi kyseinen tiedostoon tulee asettaa kirjoitusoikeus käsin joka päivityksen yhteydessä.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tämä johtuu todennäköisesti välimuistista tai kiihdyttimestä kuten Zend OPcachesta tai eAcceleratorista.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tietokantaasi ei suoriteta \"READ COMMITTED\"-transaktioeristystasolla. Tämä saattaa aiheuttaa ongelmia, kun useita toimintoja suoritetaan rinnakkaisesti.",
"The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme kyseisen moduulin ottamista käyttöön, jotta MIME-tyyppien havaitseminen toimii parhaalla mahdollisella tavalla.",
"System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.",
"This means that there might be problems with certain characters in filenames." : "Tämä tarkoittaa, että jotkin merkit saattavat aiheuttaa ongelmia tiedostojen nimissä.",
diff --git a/settings/l10n/fi.json b/settings/l10n/fi.json
index 14661df6da7..e6d6d30cd28 100644
--- a/settings/l10n/fi.json
+++ b/settings/l10n/fi.json
@@ -64,6 +64,7 @@
"Revoke" : "Peru oikeus",
"Device settings" : "Laiteasetukset",
"Allow filesystem access" : "Salli pääsy tiedostojärjestelmään",
+ "Rename" : "Nimeä uudelleen",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -101,6 +102,8 @@
"So-so password" : "Kohtalainen salasana",
"Good password" : "Hyvä salasana",
"Strong password" : "Vahva salasana",
+ "An error occurred while changing your language. Please reload the page and try again." : "Kieltä vaihtaessa tapahtui virhe. Päivitä sivu ja yritä uudelleen.",
+ "An error occurred while changing your locale. Please reload the page and try again." : "Maa-asetustoa vaihtaessa tapahtui virhe. Päivitä sivu ja yritä uudelleen.",
"Select a profile picture" : "Valitse profiilikuva",
"Week starts on {fdow}" : "Viikon ensimmäinen päivä on {fdow}",
"Groups" : "Ryhmät",
@@ -108,7 +111,10 @@
"Unable to retrieve the group list" : "Ryhmälistaa ei voitu noutaa",
"Enforce two-factor authentication" : "Pakota kaksivaiheinen tunnistautuminen",
"Limit to groups" : "Rajoita ryhmiin",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Kaksivaiheisen tunnistautumisen pakottaminen on mahdollista kohdentaa vain tietyille ryhmille.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Kaksivaiheisen tunnistautuminen on pakotettu kaikille\tseuraavien ryhmien jäsenille.",
"Enforced groups" : "Pakotetut ryhmät",
+ "Two-factor authentication is not enforced for\tmembers of the following groups." : "Kaksivaiheinen tunnistautuminen ei ole pakotettu\tseuraavien ryhmien jäsenille.",
"Save changes" : "Tallenna muutokset",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Viralliset sovellukset ovat yhteisössä kehitettyjä. Ne tarjoavat keskeistä toiminnallisuutta ja ovat valmiita tuotantokäyttöön.",
"Official" : "Virallinen",
@@ -225,6 +231,8 @@
"There are some errors regarding your setup." : "Asetuksiin liittyen on muutamia virheitä.",
"There are some warnings regarding your setup." : "Asetuksiin liittyen on muutamia varoituksia.",
"Checking for system and security issues." : "Tarkistetaan mahdollisia järjestelmä- ja tietoturvaongelmia.",
+ "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Lue tarkkaan <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">asennusohjeet ↗</a>, ja tarkista virheet sekä varoitukset <a href=\"%2$s\">lokista</a>.",
+ "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Tarkista Nextcloudisi turvallisuus käyttäen <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">tietoturvakartoitustamme ↗</a>.",
"Version" : "Versio",
"Two-Factor Authentication" : "Kaksivaiheinen tunnistautuminen",
"Server-side encryption" : "Palvelinpään salaus",
@@ -307,6 +315,7 @@
"Locale" : "Aluekohtainen asetus",
"Current password" : "Nykyinen salasana",
"Change password" : "Vaihda salasana",
+ "Use a second factor besides your password to increase security for your account." : "Käytä toista vaihetta salasanasi lisäksi parantaaksesi tilisi tietoturvaa.",
"Devices & sessions" : "Laitteet ja istunnot",
"Web, desktop and mobile clients currently logged in to your account." : "Verkko-, työpöytä- ja mobiililaitteet, jotka ovat parhaillaan kirjautuneet tilillesi.",
"Device" : "Laite",
@@ -392,6 +401,7 @@
"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 & Tricks section and the documentation for more information." : "Tietoturvan ja suorituskyvyn vuoksi on tärkeää, että asennuksesi on määritetty oikein. Sen vuoksi teemme joitain automaattisia tarkistuksia. Lisätietoja on saatavilla dokumentaation \"Tips & Tricks\"-osiosta.",
"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." : "Vain luku -asetukset on otettu käyttöön. Tämä estää joidenkin asetusten määrittämisen selainkäyttöliittymän kautta. Lisäksi kyseinen tiedostoon tulee asettaa kirjoitusoikeus käsin joka päivityksen yhteydessä.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tämä johtuu todennäköisesti välimuistista tai kiihdyttimestä kuten Zend OPcachesta tai eAcceleratorista.",
+ "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tietokantaasi ei suoriteta \"READ COMMITTED\"-transaktioeristystasolla. Tämä saattaa aiheuttaa ongelmia, kun useita toimintoja suoritetaan rinnakkaisesti.",
"The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme kyseisen moduulin ottamista käyttöön, jotta MIME-tyyppien havaitseminen toimii parhaalla mahdollisella tavalla.",
"System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.",
"This means that there might be problems with certain characters in filenames." : "Tämä tarkoittaa, että jotkin merkit saattavat aiheuttaa ongelmia tiedostojen nimissä.",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index e5f35fc12d6..d3eb06ebd74 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -69,6 +69,7 @@ OC.L10N.register(
"Revoke" : "Révoquer",
"Device settings" : "Paramètres de l'appareil",
"Allow filesystem access" : "Autoriser l'accès au gestionnaire de fichiers",
+ "Rename" : "Renommer",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -271,6 +272,7 @@ OC.L10N.register(
"Last job execution ran %s. Something seems wrong." : "Quelque chose s'est mal passé lors de l'exécution de la dernière tâche %s.",
"Background job didn’t run yet!" : "La tâche de fond n'a pas encore tourné!",
"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." : "Afin d'optimiser au mieux la performance de votre instance, il est important de configurer correctement les travaux en arrière-plan. 'Cron' est le paramètre recommandé pour les instances de taille importante. Veuillez vous référer à la documentation Nextcloud pour plus d'informations à ce sujet.",
+ "Pick background job setting" : "Définir les paramètres pour la tâche d'arrière-plan",
"Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php est enregistré à un service webcron pour exécuter cron.php toutes les 15 minutes par HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Utiliser le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index 38aca32580f..b67411d260d 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -67,6 +67,7 @@
"Revoke" : "Révoquer",
"Device settings" : "Paramètres de l'appareil",
"Allow filesystem access" : "Autoriser l'accès au gestionnaire de fichiers",
+ "Rename" : "Renommer",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -269,6 +270,7 @@
"Last job execution ran %s. Something seems wrong." : "Quelque chose s'est mal passé lors de l'exécution de la dernière tâche %s.",
"Background job didn’t run yet!" : "La tâche de fond n'a pas encore tourné!",
"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." : "Afin d'optimiser au mieux la performance de votre instance, il est important de configurer correctement les travaux en arrière-plan. 'Cron' est le paramètre recommandé pour les instances de taille importante. Veuillez vous référer à la documentation Nextcloud pour plus d'informations à ce sujet.",
+ "Pick background job setting" : "Définir les paramètres pour la tâche d'arrière-plan",
"Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php est enregistré à un service webcron pour exécuter cron.php toutes les 15 minutes par HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Utiliser le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.",
diff --git a/settings/l10n/it.js b/settings/l10n/it.js
index 5c20c4d40a3..4fc67db0a39 100644
--- a/settings/l10n/it.js
+++ b/settings/l10n/it.js
@@ -69,6 +69,7 @@ OC.L10N.register(
"Revoke" : "Revoca",
"Device settings" : "Impostazioni dei dispositivi",
"Allow filesystem access" : "Consenti accesso al filesystem",
+ "Rename" : "Rinomina",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -271,7 +272,7 @@ OC.L10N.register(
"Last job execution ran %s. Something seems wrong." : "Ultima esecuzione di cron: %s. Potrebbe esserci un problema.",
"Background job didn’t run yet!" : "Operazione in background non ancora eseguita!",
"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." : "Per prestazioni ottimali è importante configurare le operazioni in background correttamente. Per le istanze più grandi 'Cron' è l'impostazione consigliata. Vedi la documentazione per ulteriori informazioni.",
- "Pick background job setting" : "Scegli le impostazioni dell'operazione in background",
+ "Pick background job setting" : "Scegli le impostazioni delle operazioni in background",
"Execute one task with each page loaded" : "Esegui un'operazione con ogni pagina caricata",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
diff --git a/settings/l10n/it.json b/settings/l10n/it.json
index 3a249cd75d4..e0cb13623f3 100644
--- a/settings/l10n/it.json
+++ b/settings/l10n/it.json
@@ -67,6 +67,7 @@
"Revoke" : "Revoca",
"Device settings" : "Impostazioni dei dispositivi",
"Allow filesystem access" : "Consenti accesso al filesystem",
+ "Rename" : "Rinomina",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -269,7 +270,7 @@
"Last job execution ran %s. Something seems wrong." : "Ultima esecuzione di cron: %s. Potrebbe esserci un problema.",
"Background job didn’t run yet!" : "Operazione in background non ancora eseguita!",
"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." : "Per prestazioni ottimali è importante configurare le operazioni in background correttamente. Per le istanze più grandi 'Cron' è l'impostazione consigliata. Vedi la documentazione per ulteriori informazioni.",
- "Pick background job setting" : "Scegli le impostazioni dell'operazione in background",
+ "Pick background job setting" : "Scegli le impostazioni delle operazioni in background",
"Execute one task with each page loaded" : "Esegui un'operazione con ogni pagina caricata",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index f6a85215b99..fcd38ac0acd 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -69,6 +69,7 @@ OC.L10N.register(
"Revoke" : "Revogar",
"Device settings" : "Configuração dos dispositivos",
"Allow filesystem access" : "Permitir acesso ao sistema de arquivos",
+ "Rename" : "Renomear",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index 7e70d750839..529f898e6e6 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -67,6 +67,7 @@
"Revoke" : "Revogar",
"Device settings" : "Configuração dos dispositivos",
"Allow filesystem access" : "Permitir acesso ao sistema de arquivos",
+ "Rename" : "Renomear",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index 1d2efe40145..e2afafe3b27 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -7,6 +7,9 @@ OC.L10N.register(
"{actor} changed your email address" : "{actor} e-posta adresinizi değiştirdi",
"You changed your email address" : "E-posta adresinizi değiştirdiniz",
"Your email address was changed by an administrator" : "E-posta adresiniz bir yönetici tarafından değiştirildi",
+ "You created app password \"{token}\"" : "\"{token}\" uygulama parolasını oluşturdunuz",
+ "You updated app password \"{token}\"" : "\"{token}\" uygulama parolasını güncellediniz",
+ "You deleted app password \"{token}\"" : "\"{token}\" uygulama parolasını sildiniz",
"Security" : "Güvenlik",
"You successfully logged in using two-factor authentication (%1$s)" : "İki aşamalı kimlik doğrulama ile oturum açtınız (%1$s)",
"A login attempt using two-factor authentication failed (%1$s)" : "İki aşamalı kimlik doğrulama ile oturum açma girişimi reddedildi (%1$s)",
@@ -66,6 +69,7 @@ OC.L10N.register(
"Revoke" : "Geri Al",
"Device settings" : "Aygıt ayarları",
"Allow filesystem access" : "Dosya sistemine erişilebilsin",
+ "Rename" : "Yeniden Adlandır",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -268,6 +272,7 @@ OC.L10N.register(
"Last job execution ran %s. Something seems wrong." : "Son görev yürütülmesi: %s. Yanlış bir şeyler var.",
"Background job didn’t run yet!" : "Arka plan görevi henüz yürütülmemiş!",
"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." : "En iyi başarım için arka plan görevlerinin doğru şekilde ayarlanması önemlidir. Büyük kurulumlar için 'Cron' ayarı önerilir. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.",
+ "Pick background job setting" : "Arka plan görevi ayarlarını seçin",
"Execute one task with each page loaded" : "Her sayfa yüklemesinde bir görev yürütülsün",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php, HTTP üzerinden 15 dakikada bir yürütülmesi için webcron hizmetine kaydedildi.",
"Use system cron service to call the cron.php file every 15 minutes." : "15 dakikada bir cron.php dosyasının çağrılması için sistem cron hizmeti kullanılsın.",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index 406bf514a2e..fe775354291 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -5,6 +5,9 @@
"{actor} changed your email address" : "{actor} e-posta adresinizi değiştirdi",
"You changed your email address" : "E-posta adresinizi değiştirdiniz",
"Your email address was changed by an administrator" : "E-posta adresiniz bir yönetici tarafından değiştirildi",
+ "You created app password \"{token}\"" : "\"{token}\" uygulama parolasını oluşturdunuz",
+ "You updated app password \"{token}\"" : "\"{token}\" uygulama parolasını güncellediniz",
+ "You deleted app password \"{token}\"" : "\"{token}\" uygulama parolasını sildiniz",
"Security" : "Güvenlik",
"You successfully logged in using two-factor authentication (%1$s)" : "İki aşamalı kimlik doğrulama ile oturum açtınız (%1$s)",
"A login attempt using two-factor authentication failed (%1$s)" : "İki aşamalı kimlik doğrulama ile oturum açma girişimi reddedildi (%1$s)",
@@ -64,6 +67,7 @@
"Revoke" : "Geri Al",
"Device settings" : "Aygıt ayarları",
"Allow filesystem access" : "Dosya sistemine erişilebilsin",
+ "Rename" : "Yeniden Adlandır",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -266,6 +270,7 @@
"Last job execution ran %s. Something seems wrong." : "Son görev yürütülmesi: %s. Yanlış bir şeyler var.",
"Background job didn’t run yet!" : "Arka plan görevi henüz yürütülmemiş!",
"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." : "En iyi başarım için arka plan görevlerinin doğru şekilde ayarlanması önemlidir. Büyük kurulumlar için 'Cron' ayarı önerilir. Ayrıntılı bilgi almak için belgelere bakabilirsiniz.",
+ "Pick background job setting" : "Arka plan görevi ayarlarını seçin",
"Execute one task with each page loaded" : "Her sayfa yüklemesinde bir görev yürütülsün",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php, HTTP üzerinden 15 dakikada bir yürütülmesi için webcron hizmetine kaydedildi.",
"Use system cron service to call the cron.php file every 15 minutes." : "15 dakikada bir cron.php dosyasının çağrılması için sistem cron hizmeti kullanılsın.",