summaryrefslogtreecommitdiffstats
path: root/settings/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n')
-rw-r--r--settings/l10n/de.js21
-rw-r--r--settings/l10n/de.json21
-rw-r--r--settings/l10n/de_DE.js21
-rw-r--r--settings/l10n/de_DE.json21
-rw-r--r--settings/l10n/fi.js16
-rw-r--r--settings/l10n/fi.json16
-rw-r--r--settings/l10n/nl.js21
-rw-r--r--settings/l10n/nl.json21
-rw-r--r--settings/l10n/pt_BR.js21
-rw-r--r--settings/l10n/pt_BR.json21
-rw-r--r--settings/l10n/sr.js21
-rw-r--r--settings/l10n/sr.json21
-rw-r--r--settings/l10n/tr.js21
-rw-r--r--settings/l10n/tr.json21
14 files changed, 284 insertions, 0 deletions
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index bf9efa61030..7d255e39eb3 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -114,12 +114,20 @@ OC.L10N.register(
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle \nBenutzer und Gruppen erzwungen werden. Wenn kein Anbieter für Zwei-Faktor-Authentifizierung für sie eingerichtet ist, so können sie sich nicht am System anmelden.",
"Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen",
"Limit to groups" : "Auf Gruppen beschränken",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wir erzwungen für alle\tMitglieder der folgenden Gruppen.",
+ "Enforced groups" : "Erzwungene Gruppen",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird nicht erzwungen\nfür Mitglieder der folgenden Gruppen.",
+ "Excluded groups" : "Ausgeschlossene Gruppen",
+ "Save changes" : "Änderungen speichern",
"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.",
"Official" : "Offiziell",
+ "by" : "von",
+ "Update to {version}" : "Aktualisieren auf {version}",
"Remove" : "Entfernen",
"Disable" : "Deaktivieren",
"All" : "Alle",
+ "Limit app usage to groups" : "App-Verwendung auf Gruppen beschränken",
"No results" : "Keine Ergebnisse",
"View in store" : "Im Store anzeigen",
"Visit website" : "Webseite besuchen",
@@ -130,6 +138,8 @@ OC.L10N.register(
"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:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:",
+ "Update to {update}" : "Aktualisiern auf {update}",
+ "Results from other categories" : "Ergebnisse aus anderen Kategorien",
"No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
"Disable all" : "Alle deaktivieren",
"Enable all" : "Alle aktivieren",
@@ -137,7 +147,13 @@ OC.L10N.register(
"Enable" : "Aktivieren",
"The app will be downloaded from the app store" : "Die App wird aus dem App-Store heruntergeladen",
"You do not have permissions to see the details of this user" : "Du hast nicht dier erforderlichen Rechte um auf die Details zu diesem Nutzer zuzugreifen",
+ "The backend does not support changing the display name" : "Das Backend unterstützt keine Änderung des Anzeigenamens",
"New password" : "Neues Passwort",
+ "Add user in group" : "Nutzer zur Gruppe hinzufügen",
+ "Set user as admin for" : "Nutzer als Adminstrator setzen für",
+ "Select user quota" : "Speicherkontigent wählen",
+ "No language set" : "Keine Sprache eingestellt.",
+ "Never" : "Niemals",
"Delete user" : "Benutzer löschen",
"Disable user" : "Benutzer deaktivieren",
"Enable user" : "Benutzer aktivieren",
@@ -155,6 +171,8 @@ OC.L10N.register(
"User backend" : "Benutzer-Backend",
"Last login" : "Letzte Anmeldung",
"Default language" : "Standard-Sprache",
+ "Add a new user" : "Neuen Nutzer hinzufügen",
+ "No users in here" : "Kein Nutzer vorhanden",
"Unlimited" : "Unbegrenzt",
"Default quota" : "Standard Speicherkontingent ",
"Password change is disabled because the master key is disabled" : "Das Ändern des Passwortes ist deaktiviert, da der Master-Schlüssel deaktiviert ist",
@@ -167,8 +185,11 @@ OC.L10N.register(
"App bundles" : "App-Pakete",
"{license}-licensed" : "{license}-Lizensiert",
"Default quota:" : "Standard Speicherkontingent:",
+ "Select default quota" : "Standard Speicherkontingent wählen",
+ "Show Languages" : "Sprachen anzeigen",
"Show last login" : "Letzte Anmeldung anzeigen",
"Show user backend" : "Benutzer-Backend anzeigen",
+ "Show storage path" : "Zeige Speicherpfad",
"You are about to remove the group {group}. The users will NOT be deleted." : "Du bist dabei die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.",
"Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen",
"Remove group" : "Gruppe entfernen",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index f62ca1fda0f..9884a8a77c4 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -112,12 +112,20 @@
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle \nBenutzer und Gruppen erzwungen werden. Wenn kein Anbieter für Zwei-Faktor-Authentifizierung für sie eingerichtet ist, so können sie sich nicht am System anmelden.",
"Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen",
"Limit to groups" : "Auf Gruppen beschränken",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wir erzwungen für alle\tMitglieder der folgenden Gruppen.",
+ "Enforced groups" : "Erzwungene Gruppen",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird nicht erzwungen\nfür Mitglieder der folgenden Gruppen.",
+ "Excluded groups" : "Ausgeschlossene Gruppen",
+ "Save changes" : "Änderungen speichern",
"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.",
"Official" : "Offiziell",
+ "by" : "von",
+ "Update to {version}" : "Aktualisieren auf {version}",
"Remove" : "Entfernen",
"Disable" : "Deaktivieren",
"All" : "Alle",
+ "Limit app usage to groups" : "App-Verwendung auf Gruppen beschränken",
"No results" : "Keine Ergebnisse",
"View in store" : "Im Store anzeigen",
"Visit website" : "Webseite besuchen",
@@ -128,6 +136,8 @@
"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:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:",
+ "Update to {update}" : "Aktualisiern auf {update}",
+ "Results from other categories" : "Ergebnisse aus anderen Kategorien",
"No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
"Disable all" : "Alle deaktivieren",
"Enable all" : "Alle aktivieren",
@@ -135,7 +145,13 @@
"Enable" : "Aktivieren",
"The app will be downloaded from the app store" : "Die App wird aus dem App-Store heruntergeladen",
"You do not have permissions to see the details of this user" : "Du hast nicht dier erforderlichen Rechte um auf die Details zu diesem Nutzer zuzugreifen",
+ "The backend does not support changing the display name" : "Das Backend unterstützt keine Änderung des Anzeigenamens",
"New password" : "Neues Passwort",
+ "Add user in group" : "Nutzer zur Gruppe hinzufügen",
+ "Set user as admin for" : "Nutzer als Adminstrator setzen für",
+ "Select user quota" : "Speicherkontigent wählen",
+ "No language set" : "Keine Sprache eingestellt.",
+ "Never" : "Niemals",
"Delete user" : "Benutzer löschen",
"Disable user" : "Benutzer deaktivieren",
"Enable user" : "Benutzer aktivieren",
@@ -153,6 +169,8 @@
"User backend" : "Benutzer-Backend",
"Last login" : "Letzte Anmeldung",
"Default language" : "Standard-Sprache",
+ "Add a new user" : "Neuen Nutzer hinzufügen",
+ "No users in here" : "Kein Nutzer vorhanden",
"Unlimited" : "Unbegrenzt",
"Default quota" : "Standard Speicherkontingent ",
"Password change is disabled because the master key is disabled" : "Das Ändern des Passwortes ist deaktiviert, da der Master-Schlüssel deaktiviert ist",
@@ -165,8 +183,11 @@
"App bundles" : "App-Pakete",
"{license}-licensed" : "{license}-Lizensiert",
"Default quota:" : "Standard Speicherkontingent:",
+ "Select default quota" : "Standard Speicherkontingent wählen",
+ "Show Languages" : "Sprachen anzeigen",
"Show last login" : "Letzte Anmeldung anzeigen",
"Show user backend" : "Benutzer-Backend anzeigen",
+ "Show storage path" : "Zeige Speicherpfad",
"You are about to remove the group {group}. The users will NOT be deleted." : "Du bist dabei die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.",
"Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen",
"Remove group" : "Gruppe entfernen",
diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js
index e483744b424..646377ab9a3 100644
--- a/settings/l10n/de_DE.js
+++ b/settings/l10n/de_DE.js
@@ -114,12 +114,20 @@ OC.L10N.register(
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle\nBenutzer und Gruppen erzwungen werden. Wenn kein Anbieter für Zwei-Faktor-Authentifizierung für sie eingerichtet ist, so können sie sich nicht am System anmelden.",
"Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen",
"Limit to groups" : "Auf Gruppen beschränken",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wir erzwungen für alleMitglieder der folgenden Gruppen.",
+ "Enforced groups" : "Erzwungene Gruppen",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird nicht erzwungen\nfür Mitglieder der folgenden Gruppen.",
+ "Excluded groups" : "Ausgeschlossene Gruppen",
+ "Save changes" : "Änderungen speichern ",
"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.",
"Official" : "Offiziell",
+ "by" : "von",
+ "Update to {version}" : "Aktualisieren auf {version}",
"Remove" : "Entfernen",
"Disable" : "Deaktivieren",
"All" : "Alle",
+ "Limit app usage to groups" : "App-Verwendung auf Gruppen beschränken",
"No results" : "Keine Ergebnisse",
"View in store" : "Im Store anzeigen",
"Visit website" : "Webseite besuchen",
@@ -130,6 +138,8 @@ OC.L10N.register(
"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:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:",
+ "Update to {update}" : "Aktualisiern auf {update}",
+ "Results from other categories" : "Ergebnisse aus anderen Kategorien",
"No apps found for your version" : "Es wurden keine Apps für Ihre Version gefunden",
"Disable all" : "Alle deaktivieren",
"Enable all" : "Alle aktivieren",
@@ -137,7 +147,13 @@ OC.L10N.register(
"Enable" : "Aktivieren",
"The app will be downloaded from the app store" : "Die App wird aus dem App-Store heruntergeladen",
"You do not have permissions to see the details of this user" : "Sie besitzen nicht die nötigen Berechtigungen um auf die Details zu diesem Benutzer zuzugreifen",
+ "The backend does not support changing the display name" : "Das Backend unterstützt keine Änderung des Anzeigenamens",
"New password" : "Neues Passwort",
+ "Add user in group" : "Nutzer zur Gruppe hinzufügen",
+ "Set user as admin for" : "Nutzer als Adminstrator setzen für",
+ "Select user quota" : "Speicherkontigent wählen",
+ "No language set" : "Keine Sprache eingestellt.",
+ "Never" : "Niemals",
"Delete user" : "Benutzer löschen",
"Disable user" : "Benutzer deaktivieren",
"Enable user" : "Benutzer aktivieren",
@@ -155,6 +171,8 @@ OC.L10N.register(
"User backend" : "Benutzer-Backend",
"Last login" : "Letzte Anmeldung",
"Default language" : "Standard-Sprache",
+ "Add a new user" : "Neuen Nutzer hinzufügen",
+ "No users in here" : "Kein Nutzer vorhanden",
"Unlimited" : "Unbegrenzt",
"Default quota" : "Standard Speicherkontingent ",
"Password change is disabled because the master key is disabled" : "Das Ändern des Passwortes ist deaktiviert, da der Master-Schlüssel deaktiviert ist",
@@ -167,8 +185,11 @@ OC.L10N.register(
"App bundles" : "App-Pakete",
"{license}-licensed" : "{license}-Lizensiert",
"Default quota:" : "Standard Speicherkontingent:",
+ "Select default quota" : "Standard Speicherkontingent wählen",
+ "Show Languages" : "Sprachen anzeigen",
"Show last login" : "Letzte Anmeldung anzeigen",
"Show user backend" : "Benutzer-Backend anzeigen",
+ "Show storage path" : "Zeige Speicherpfad",
"You are about to remove the group {group}. The users will NOT be deleted." : "Sie sind dabei die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.",
"Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen",
"Remove group" : "Gruppe entfernen",
diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json
index b8f5eb29d89..310a36f2c79 100644
--- a/settings/l10n/de_DE.json
+++ b/settings/l10n/de_DE.json
@@ -112,12 +112,20 @@
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle\nBenutzer und Gruppen erzwungen werden. Wenn kein Anbieter für Zwei-Faktor-Authentifizierung für sie eingerichtet ist, so können sie sich nicht am System anmelden.",
"Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen",
"Limit to groups" : "Auf Gruppen beschränken",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wir erzwungen für alleMitglieder der folgenden Gruppen.",
+ "Enforced groups" : "Erzwungene Gruppen",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Zwei-Faktor-Authentifizierung wird nicht erzwungen\nfür Mitglieder der folgenden Gruppen.",
+ "Excluded groups" : "Ausgeschlossene Gruppen",
+ "Save changes" : "Änderungen speichern ",
"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.",
"Official" : "Offiziell",
+ "by" : "von",
+ "Update to {version}" : "Aktualisieren auf {version}",
"Remove" : "Entfernen",
"Disable" : "Deaktivieren",
"All" : "Alle",
+ "Limit app usage to groups" : "App-Verwendung auf Gruppen beschränken",
"No results" : "Keine Ergebnisse",
"View in store" : "Im Store anzeigen",
"Visit website" : "Webseite besuchen",
@@ -128,6 +136,8 @@
"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:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:",
+ "Update to {update}" : "Aktualisiern auf {update}",
+ "Results from other categories" : "Ergebnisse aus anderen Kategorien",
"No apps found for your version" : "Es wurden keine Apps für Ihre Version gefunden",
"Disable all" : "Alle deaktivieren",
"Enable all" : "Alle aktivieren",
@@ -135,7 +145,13 @@
"Enable" : "Aktivieren",
"The app will be downloaded from the app store" : "Die App wird aus dem App-Store heruntergeladen",
"You do not have permissions to see the details of this user" : "Sie besitzen nicht die nötigen Berechtigungen um auf die Details zu diesem Benutzer zuzugreifen",
+ "The backend does not support changing the display name" : "Das Backend unterstützt keine Änderung des Anzeigenamens",
"New password" : "Neues Passwort",
+ "Add user in group" : "Nutzer zur Gruppe hinzufügen",
+ "Set user as admin for" : "Nutzer als Adminstrator setzen für",
+ "Select user quota" : "Speicherkontigent wählen",
+ "No language set" : "Keine Sprache eingestellt.",
+ "Never" : "Niemals",
"Delete user" : "Benutzer löschen",
"Disable user" : "Benutzer deaktivieren",
"Enable user" : "Benutzer aktivieren",
@@ -153,6 +169,8 @@
"User backend" : "Benutzer-Backend",
"Last login" : "Letzte Anmeldung",
"Default language" : "Standard-Sprache",
+ "Add a new user" : "Neuen Nutzer hinzufügen",
+ "No users in here" : "Kein Nutzer vorhanden",
"Unlimited" : "Unbegrenzt",
"Default quota" : "Standard Speicherkontingent ",
"Password change is disabled because the master key is disabled" : "Das Ändern des Passwortes ist deaktiviert, da der Master-Schlüssel deaktiviert ist",
@@ -165,8 +183,11 @@
"App bundles" : "App-Pakete",
"{license}-licensed" : "{license}-Lizensiert",
"Default quota:" : "Standard Speicherkontingent:",
+ "Select default quota" : "Standard Speicherkontingent wählen",
+ "Show Languages" : "Sprachen anzeigen",
"Show last login" : "Letzte Anmeldung anzeigen",
"Show user backend" : "Benutzer-Backend anzeigen",
+ "Show storage path" : "Zeige Speicherpfad",
"You are about to remove the group {group}. The users will NOT be deleted." : "Sie sind dabei die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.",
"Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen",
"Remove group" : "Gruppe entfernen",
diff --git a/settings/l10n/fi.js b/settings/l10n/fi.js
index 25d2b496894..989f239f843 100644
--- a/settings/l10n/fi.js
+++ b/settings/l10n/fi.js
@@ -61,6 +61,7 @@ OC.L10N.register(
"Email sent" : "Sähköposti lähetetty",
"Disconnect" : "Katkaise yhteys",
"Revoke" : "Peru oikeus",
+ "Device settings" : "Laiteasetukset",
"Allow filesystem access" : "Salli pääsy tiedostojärjestelmään",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
@@ -104,12 +105,17 @@ OC.L10N.register(
"Groups" : "Ryhmät",
"Group list is empty" : "Ryhmälista on tyhjä",
"Unable to retrieve the group list" : "Ryhmälistaa ei voitu noutaa",
+ "Enforce two-factor authentication" : "Pakota kaksivaiheinen tunnistautuminen",
"Limit to groups" : "Rajoita ryhmiin",
+ "Enforced groups" : "Pakotetut ryhmät",
+ "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",
+ "Update to {version}" : "Päivitä versioon {version}",
"Remove" : "Poista",
"Disable" : "Poista käytöstä",
"All" : "Kaikki",
+ "Limit app usage to groups" : "Rajoita sovelluskäyttö ryhmiin",
"No results" : "Ei tuloksia",
"View in store" : "Näytä kaupassa",
"Visit website" : "Käy verkkosivustolla",
@@ -120,6 +126,8 @@ OC.L10N.register(
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Tämä sovellus ei ole määritellyt minimi Nextcloud-versiota. Tämä tulee olemaan ongelma tulevaisuudessa.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Tämä sovellus ei ole määritellyt maksimi Nextcloud-versiota. Tämä tulee olemaan ongelma tulevaisuudessa.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Tätä sovellusta ei voi asentaa, koska seuraavat riippuvuudet eivät täyty:",
+ "Update to {update}" : "Päivitä versioon {update}",
+ "Results from other categories" : "Tulokset muista luokista",
"No apps found for your version" : "Sovelluksia ei löytynyt versiollesi",
"Disable all" : "Poista kaikki käytöstä",
"Enable all" : "Ota kaikki käyttöön",
@@ -128,6 +136,9 @@ OC.L10N.register(
"The app will be downloaded from the app store" : "Sovellus ladataan sovelluskaupasta",
"You do not have permissions to see the details of this user" : "Käyttöoikeutesi eivät riitä tämän käyttäjän tietojen näkemiseen",
"New password" : "Uusi salasana",
+ "Select user quota" : "Valitse käyttäjäkiintiö",
+ "No language set" : "Kieltä ei ole asetettu",
+ "Never" : "Ei koskaan",
"Delete user" : "Poista käyttäjä",
"Disable user" : "Poista käytöstä käyttäjä",
"Enable user" : "Ota käyttäjä käyttöön",
@@ -145,6 +156,8 @@ OC.L10N.register(
"User backend" : "Käyttäjätaustaosa",
"Last login" : "Viimeisin kirjautuminen",
"Default language" : "Oletuskieli",
+ "Add a new user" : "Lisää uusi käyttäjä",
+ "No users in here" : "Täällä ei ole käyttäjiä",
"Unlimited" : "Rajoittamaton",
"Default quota" : "Oletuskiintiö",
"Common languages" : "Yleiset kielet",
@@ -156,8 +169,11 @@ OC.L10N.register(
"App bundles" : "Sovelluskokoelmat",
"{license}-licensed" : "{license}-lisensoitu",
"Default quota:" : "Oletuskiintiö:",
+ "Select default quota" : "Valitse oletuskiintiö",
+ "Show Languages" : "Näytä kielet",
"Show last login" : "Näytä viimeisin sisäänkirjautuminen",
"Show user backend" : "Näytä käyttäjätaustaosa",
+ "Show storage path" : "Näytä tallennustilan polku",
"You are about to remove the group {group}. The users will NOT be deleted." : "Olet aikeissa poistaa ryhmän {group}. Käyttäjiä EI poisteta!",
"Please confirm the group removal " : "Vahvista ryhmän poistaminen",
"Remove group" : "Poista ryhmä",
diff --git a/settings/l10n/fi.json b/settings/l10n/fi.json
index 64608ff8c27..ce030e59c51 100644
--- a/settings/l10n/fi.json
+++ b/settings/l10n/fi.json
@@ -59,6 +59,7 @@
"Email sent" : "Sähköposti lähetetty",
"Disconnect" : "Katkaise yhteys",
"Revoke" : "Peru oikeus",
+ "Device settings" : "Laiteasetukset",
"Allow filesystem access" : "Salli pääsy tiedostojärjestelmään",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
@@ -102,12 +103,17 @@
"Groups" : "Ryhmät",
"Group list is empty" : "Ryhmälista on tyhjä",
"Unable to retrieve the group list" : "Ryhmälistaa ei voitu noutaa",
+ "Enforce two-factor authentication" : "Pakota kaksivaiheinen tunnistautuminen",
"Limit to groups" : "Rajoita ryhmiin",
+ "Enforced groups" : "Pakotetut ryhmät",
+ "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",
+ "Update to {version}" : "Päivitä versioon {version}",
"Remove" : "Poista",
"Disable" : "Poista käytöstä",
"All" : "Kaikki",
+ "Limit app usage to groups" : "Rajoita sovelluskäyttö ryhmiin",
"No results" : "Ei tuloksia",
"View in store" : "Näytä kaupassa",
"Visit website" : "Käy verkkosivustolla",
@@ -118,6 +124,8 @@
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Tämä sovellus ei ole määritellyt minimi Nextcloud-versiota. Tämä tulee olemaan ongelma tulevaisuudessa.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Tämä sovellus ei ole määritellyt maksimi Nextcloud-versiota. Tämä tulee olemaan ongelma tulevaisuudessa.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Tätä sovellusta ei voi asentaa, koska seuraavat riippuvuudet eivät täyty:",
+ "Update to {update}" : "Päivitä versioon {update}",
+ "Results from other categories" : "Tulokset muista luokista",
"No apps found for your version" : "Sovelluksia ei löytynyt versiollesi",
"Disable all" : "Poista kaikki käytöstä",
"Enable all" : "Ota kaikki käyttöön",
@@ -126,6 +134,9 @@
"The app will be downloaded from the app store" : "Sovellus ladataan sovelluskaupasta",
"You do not have permissions to see the details of this user" : "Käyttöoikeutesi eivät riitä tämän käyttäjän tietojen näkemiseen",
"New password" : "Uusi salasana",
+ "Select user quota" : "Valitse käyttäjäkiintiö",
+ "No language set" : "Kieltä ei ole asetettu",
+ "Never" : "Ei koskaan",
"Delete user" : "Poista käyttäjä",
"Disable user" : "Poista käytöstä käyttäjä",
"Enable user" : "Ota käyttäjä käyttöön",
@@ -143,6 +154,8 @@
"User backend" : "Käyttäjätaustaosa",
"Last login" : "Viimeisin kirjautuminen",
"Default language" : "Oletuskieli",
+ "Add a new user" : "Lisää uusi käyttäjä",
+ "No users in here" : "Täällä ei ole käyttäjiä",
"Unlimited" : "Rajoittamaton",
"Default quota" : "Oletuskiintiö",
"Common languages" : "Yleiset kielet",
@@ -154,8 +167,11 @@
"App bundles" : "Sovelluskokoelmat",
"{license}-licensed" : "{license}-lisensoitu",
"Default quota:" : "Oletuskiintiö:",
+ "Select default quota" : "Valitse oletuskiintiö",
+ "Show Languages" : "Näytä kielet",
"Show last login" : "Näytä viimeisin sisäänkirjautuminen",
"Show user backend" : "Näytä käyttäjätaustaosa",
+ "Show storage path" : "Näytä tallennustilan polku",
"You are about to remove the group {group}. The users will NOT be deleted." : "Olet aikeissa poistaa ryhmän {group}. Käyttäjiä EI poisteta!",
"Please confirm the group removal " : "Vahvista ryhmän poistaminen",
"Remove group" : "Poista ryhmä",
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index 14da6e8461a..42d017488ef 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -114,12 +114,20 @@ OC.L10N.register(
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Twee-factor authenticatie kan worden afgedwongen voor alle \tgebruikers en specifieke groepen. Als ze geen twee-factor provider hebben ingesteld, dan kunnen ze niet inloggen in het systeem.",
"Enforce two-factor authentication" : "Forceren gebruik tweefactor authenticatie",
"Limit to groups" : "Beperk tot groepen",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Forceren van gebruik tweefactor authenticatie kan worden ingesteld voor bepaalde groepen",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Twee-factor authenticatie is afgedwongen voor\tleden van de volgende groepen.",
+ "Enforced groups" : "Afgedwongen groepen",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Twee-factor authenticatie is niet afgedwongen voor\tleden van de volgende groepen.",
+ "Excluded groups" : "Uitgesloten groepen",
+ "Save changes" : "Wijzigingen bewaren",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Officiële apps worden ontwikkeld door en binnen de community. Ze bieden centrale functionaliteit en zijn klaar voor productie.",
"Official" : "Officieel",
+ "by" : "door",
+ "Update to {version}" : "Update naar {version}",
"Remove" : "Verwijderen",
"Disable" : "Uitschakelen",
"All" : "Alle",
+ "Limit app usage to groups" : "Beperk appgebruik tot groepen",
"No results" : "Geen resultaten",
"View in store" : "Bekijken in store",
"Visit website" : "Bezoek website",
@@ -130,6 +138,8 @@ OC.L10N.register(
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Deze app heeft geen minimum Nextcloud versie toegewezen gekregen. In de toekomst wordt dit wordt een fout.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Deze app heeft geen maximum Nextcloud versie toegewezen gekregen. In de toekomst wordt dit wordt een fout.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Deze app kan niet worden geïnstalleerd, omdat de volgende afhankelijkheden niet zijn ingevuld:",
+ "Update to {update}" : "Update naar {update}",
+ "Results from other categories" : "Resultaten van andere categorieën",
"No apps found for your version" : "Geen apps gevonden voor jouw versie",
"Disable all" : "Alles uitschakelen",
"Enable all" : "Alles activeren",
@@ -137,7 +147,13 @@ OC.L10N.register(
"Enable" : "Inschakelen",
"The app will be downloaded from the app store" : "De app zal worden gedownload van de app store",
"You do not have permissions to see the details of this user" : "Je hebt niet de autorisaties om de details van deze gebruiekr te zien",
+ "The backend does not support changing the display name" : "De backend ondersteunt het wijzigen van de weergavenaam niet",
"New password" : "Nieuw wachtwoord",
+ "Add user in group" : "Voeg gebruiker toe aan groep",
+ "Set user as admin for" : "Maak gebruiker beheerder voor",
+ "Select user quota" : "Selecteer gebruikersquotum",
+ "No language set" : "Geen taal ingesteld",
+ "Never" : "Nooit",
"Delete user" : "Verwijderen gebruiker",
"Disable user" : "Gebruiker uitschakelen",
"Enable user" : "Inschakelen gebruiker",
@@ -155,6 +171,8 @@ OC.L10N.register(
"User backend" : "Backend gebruiker",
"Last login" : "Laatste login",
"Default language" : "Standaardtaal",
+ "Add a new user" : "Toevoegen nieuwe gebruiker",
+ "No users in here" : "Hier zijn geen gebruikers",
"Unlimited" : "Ongelimiteerd",
"Default quota" : "Standaard quota",
"Password change is disabled because the master key is disabled" : "Wachtwoordwijziging is uitgeschakeld omdat de hoofdsleutel is uitgeschakeld",
@@ -167,8 +185,11 @@ OC.L10N.register(
"App bundles" : "App bundels",
"{license}-licensed" : "{license}-gelicenseerd",
"Default quota:" : "Standaardquota:",
+ "Select default quota" : "Selecteer standaardquotum",
+ "Show Languages" : "Toon talen",
"Show last login" : "Toon laatste inlog",
"Show user backend" : "Toon backend gebruiker",
+ "Show storage path" : "Tonen opslagpad",
"You are about to remove the group {group}. The users will NOT be deleted." : "Je gaat groep {group} verwijderen. De gebruikers worden NIET verwijderd.",
"Please confirm the group removal " : "Bevestig verwijderen groep",
"Remove group" : "Verwijderen groep",
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index 859491b5857..a940177eb13 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -112,12 +112,20 @@
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Twee-factor authenticatie kan worden afgedwongen voor alle \tgebruikers en specifieke groepen. Als ze geen twee-factor provider hebben ingesteld, dan kunnen ze niet inloggen in het systeem.",
"Enforce two-factor authentication" : "Forceren gebruik tweefactor authenticatie",
"Limit to groups" : "Beperk tot groepen",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Forceren van gebruik tweefactor authenticatie kan worden ingesteld voor bepaalde groepen",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Twee-factor authenticatie is afgedwongen voor\tleden van de volgende groepen.",
+ "Enforced groups" : "Afgedwongen groepen",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Twee-factor authenticatie is niet afgedwongen voor\tleden van de volgende groepen.",
+ "Excluded groups" : "Uitgesloten groepen",
+ "Save changes" : "Wijzigingen bewaren",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Officiële apps worden ontwikkeld door en binnen de community. Ze bieden centrale functionaliteit en zijn klaar voor productie.",
"Official" : "Officieel",
+ "by" : "door",
+ "Update to {version}" : "Update naar {version}",
"Remove" : "Verwijderen",
"Disable" : "Uitschakelen",
"All" : "Alle",
+ "Limit app usage to groups" : "Beperk appgebruik tot groepen",
"No results" : "Geen resultaten",
"View in store" : "Bekijken in store",
"Visit website" : "Bezoek website",
@@ -128,6 +136,8 @@
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Deze app heeft geen minimum Nextcloud versie toegewezen gekregen. In de toekomst wordt dit wordt een fout.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Deze app heeft geen maximum Nextcloud versie toegewezen gekregen. In de toekomst wordt dit wordt een fout.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Deze app kan niet worden geïnstalleerd, omdat de volgende afhankelijkheden niet zijn ingevuld:",
+ "Update to {update}" : "Update naar {update}",
+ "Results from other categories" : "Resultaten van andere categorieën",
"No apps found for your version" : "Geen apps gevonden voor jouw versie",
"Disable all" : "Alles uitschakelen",
"Enable all" : "Alles activeren",
@@ -135,7 +145,13 @@
"Enable" : "Inschakelen",
"The app will be downloaded from the app store" : "De app zal worden gedownload van de app store",
"You do not have permissions to see the details of this user" : "Je hebt niet de autorisaties om de details van deze gebruiekr te zien",
+ "The backend does not support changing the display name" : "De backend ondersteunt het wijzigen van de weergavenaam niet",
"New password" : "Nieuw wachtwoord",
+ "Add user in group" : "Voeg gebruiker toe aan groep",
+ "Set user as admin for" : "Maak gebruiker beheerder voor",
+ "Select user quota" : "Selecteer gebruikersquotum",
+ "No language set" : "Geen taal ingesteld",
+ "Never" : "Nooit",
"Delete user" : "Verwijderen gebruiker",
"Disable user" : "Gebruiker uitschakelen",
"Enable user" : "Inschakelen gebruiker",
@@ -153,6 +169,8 @@
"User backend" : "Backend gebruiker",
"Last login" : "Laatste login",
"Default language" : "Standaardtaal",
+ "Add a new user" : "Toevoegen nieuwe gebruiker",
+ "No users in here" : "Hier zijn geen gebruikers",
"Unlimited" : "Ongelimiteerd",
"Default quota" : "Standaard quota",
"Password change is disabled because the master key is disabled" : "Wachtwoordwijziging is uitgeschakeld omdat de hoofdsleutel is uitgeschakeld",
@@ -165,8 +183,11 @@
"App bundles" : "App bundels",
"{license}-licensed" : "{license}-gelicenseerd",
"Default quota:" : "Standaardquota:",
+ "Select default quota" : "Selecteer standaardquotum",
+ "Show Languages" : "Toon talen",
"Show last login" : "Toon laatste inlog",
"Show user backend" : "Toon backend gebruiker",
+ "Show storage path" : "Tonen opslagpad",
"You are about to remove the group {group}. The users will NOT be deleted." : "Je gaat groep {group} verwijderen. De gebruikers worden NIET verwijderd.",
"Please confirm the group removal " : "Bevestig verwijderen groep",
"Remove group" : "Verwijderen groep",
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index 7906734ba15..a4cdc9c4b00 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -114,12 +114,20 @@ OC.L10N.register(
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Autenticação de dois fatores pode ser aplicada para todos\tos usuários e grupos específicos. Se eles não tiverem um provedor de dois fatores configurado, eles não poderão efetuar login no sistema.",
"Enforce two-factor authentication" : "Aplicar autenticação de dois fatores",
"Limit to groups" : "Limitado a grupos",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "A obrigatoriedade da autenticação de dois fatores pode ser definida para determinados grupos apenas.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "A autenticação de dois fatores é obrigatória a todos\tmembros dos seguintes grupos.",
+ "Enforced groups" : "Grupos obrigatórios",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "A autenticação de dois fatores não é aplicada para\tmembros dos seguintes grupos.",
+ "Excluded groups" : "Grupos excluídos",
+ "Save changes" : "Salvar mudanças",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Os aplicativos oficiais são desenvolvidos pela comunidade e dentro dela. Eles oferecem funcionalidades centrais e estão prontos para uso em produção.",
"Official" : "Oficial",
+ "by" : "por",
+ "Update to {version}" : "Atualizar para {version}",
"Remove" : "Excluir",
"Disable" : "Desabilitar",
"All" : "Todos",
+ "Limit app usage to groups" : "Limitar o uso de aplicativos a grupos",
"No results" : "Sem resultados",
"View in store" : "Ver na loja",
"Visit website" : "Visitar website",
@@ -130,6 +138,8 @@ OC.L10N.register(
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Este aplicativo não possui uma versão mínima atribuída para uso no Nextcloud. Isto poderá se converter em um erro no futuro.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Este aplicativo não possui uma versão máxima atribuida para uso no Nextcloud. Isto poderá se converter em um erro no futuro.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Este aplicativo não pode ser instalado pois as seguintes dependências não forão cumpridas:",
+ "Update to {update}" : "Atualizar para {update}",
+ "Results from other categories" : "Resultados de outras categorias",
"No apps found for your version" : "Nenhum aplicativo encontrado para a sua versão",
"Disable all" : "Desativar tudo",
"Enable all" : "Habilitar tudo",
@@ -137,7 +147,13 @@ OC.L10N.register(
"Enable" : "Habilitar",
"The app will be downloaded from the app store" : "O aplicativo será baixado da loja de aplicativos",
"You do not have permissions to see the details of this user" : "Você não tem permissão para ver os detalhes deste usuário",
+ "The backend does not support changing the display name" : "O backend não suporta a alteração do nome de exibição",
"New password" : "Nova senha",
+ "Add user in group" : "Adicionar o usuário no grupo",
+ "Set user as admin for" : "Definir o usuário como administrador para",
+ "Select user quota" : "Selecionar a cota de usuário",
+ "No language set" : "Nenhum conjunto de idiomas",
+ "Never" : "Nunca",
"Delete user" : "Excluir usuário",
"Disable user" : "Desativar usuário",
"Enable user" : "Ativar usuário",
@@ -155,6 +171,8 @@ OC.L10N.register(
"User backend" : "Plataforma de serviço de usuário",
"Last login" : "Último acesso",
"Default language" : "Idioma padrão",
+ "Add a new user" : "Adicione um novo usuário",
+ "No users in here" : "Nenhum usuário aqui",
"Unlimited" : "Ilimitado",
"Default quota" : "Cota padrão",
"Password change is disabled because the master key is disabled" : "A alteração de senha está desativada porque a chave mestra está desativada",
@@ -167,8 +185,11 @@ OC.L10N.register(
"App bundles" : "Pacotes de aplicativos",
"{license}-licensed" : "{license}-licenciado",
"Default quota:" : "Cota padrão:",
+ "Select default quota" : "Selecionar a cota padrão",
+ "Show Languages" : "Mostrar idiomas",
"Show last login" : "Mostrar último login",
"Show user backend" : "Mostrar plataforma de serviço de usuário",
+ "Show storage path" : "Mostrar caminho de armazenamento",
"You are about to remove the group {group}. The users will NOT be deleted." : "Você está prestes a excluir o grupo {group}. Os usuários NÃO serão excluídos.",
"Please confirm the group removal " : "Confirme a remoção do grupo",
"Remove group" : "Excluir grupo",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index ab8d7062de8..4f29fe8c996 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -112,12 +112,20 @@
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Autenticação de dois fatores pode ser aplicada para todos\tos usuários e grupos específicos. Se eles não tiverem um provedor de dois fatores configurado, eles não poderão efetuar login no sistema.",
"Enforce two-factor authentication" : "Aplicar autenticação de dois fatores",
"Limit to groups" : "Limitado a grupos",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "A obrigatoriedade da autenticação de dois fatores pode ser definida para determinados grupos apenas.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "A autenticação de dois fatores é obrigatória a todos\tmembros dos seguintes grupos.",
+ "Enforced groups" : "Grupos obrigatórios",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "A autenticação de dois fatores não é aplicada para\tmembros dos seguintes grupos.",
+ "Excluded groups" : "Grupos excluídos",
+ "Save changes" : "Salvar mudanças",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Os aplicativos oficiais são desenvolvidos pela comunidade e dentro dela. Eles oferecem funcionalidades centrais e estão prontos para uso em produção.",
"Official" : "Oficial",
+ "by" : "por",
+ "Update to {version}" : "Atualizar para {version}",
"Remove" : "Excluir",
"Disable" : "Desabilitar",
"All" : "Todos",
+ "Limit app usage to groups" : "Limitar o uso de aplicativos a grupos",
"No results" : "Sem resultados",
"View in store" : "Ver na loja",
"Visit website" : "Visitar website",
@@ -128,6 +136,8 @@
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Este aplicativo não possui uma versão mínima atribuída para uso no Nextcloud. Isto poderá se converter em um erro no futuro.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Este aplicativo não possui uma versão máxima atribuida para uso no Nextcloud. Isto poderá se converter em um erro no futuro.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Este aplicativo não pode ser instalado pois as seguintes dependências não forão cumpridas:",
+ "Update to {update}" : "Atualizar para {update}",
+ "Results from other categories" : "Resultados de outras categorias",
"No apps found for your version" : "Nenhum aplicativo encontrado para a sua versão",
"Disable all" : "Desativar tudo",
"Enable all" : "Habilitar tudo",
@@ -135,7 +145,13 @@
"Enable" : "Habilitar",
"The app will be downloaded from the app store" : "O aplicativo será baixado da loja de aplicativos",
"You do not have permissions to see the details of this user" : "Você não tem permissão para ver os detalhes deste usuário",
+ "The backend does not support changing the display name" : "O backend não suporta a alteração do nome de exibição",
"New password" : "Nova senha",
+ "Add user in group" : "Adicionar o usuário no grupo",
+ "Set user as admin for" : "Definir o usuário como administrador para",
+ "Select user quota" : "Selecionar a cota de usuário",
+ "No language set" : "Nenhum conjunto de idiomas",
+ "Never" : "Nunca",
"Delete user" : "Excluir usuário",
"Disable user" : "Desativar usuário",
"Enable user" : "Ativar usuário",
@@ -153,6 +169,8 @@
"User backend" : "Plataforma de serviço de usuário",
"Last login" : "Último acesso",
"Default language" : "Idioma padrão",
+ "Add a new user" : "Adicione um novo usuário",
+ "No users in here" : "Nenhum usuário aqui",
"Unlimited" : "Ilimitado",
"Default quota" : "Cota padrão",
"Password change is disabled because the master key is disabled" : "A alteração de senha está desativada porque a chave mestra está desativada",
@@ -165,8 +183,11 @@
"App bundles" : "Pacotes de aplicativos",
"{license}-licensed" : "{license}-licenciado",
"Default quota:" : "Cota padrão:",
+ "Select default quota" : "Selecionar a cota padrão",
+ "Show Languages" : "Mostrar idiomas",
"Show last login" : "Mostrar último login",
"Show user backend" : "Mostrar plataforma de serviço de usuário",
+ "Show storage path" : "Mostrar caminho de armazenamento",
"You are about to remove the group {group}. The users will NOT be deleted." : "Você está prestes a excluir o grupo {group}. Os usuários NÃO serão excluídos.",
"Please confirm the group removal " : "Confirme a remoção do grupo",
"Remove group" : "Excluir grupo",
diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js
index 6681ae60ab8..b82db9f04f6 100644
--- a/settings/l10n/sr.js
+++ b/settings/l10n/sr.js
@@ -114,12 +114,20 @@ OC.L10N.register(
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторска провера идентитета се може захтевати свим\tкорисницима и и одређеним групама. Ако немају већ подешеног провајдера другог фактора, неће моћи да се пријаве на систем.",
"Enforce two-factor authentication" : "Захтевај двофакторску проверу идентитета",
"Limit to groups" : "Ограничи на групе",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Двофакторска провера идентитета се може захтевати за само поједине групе.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Двофакторска провера идентитета се захтева за све\tчланове следећих група.",
+ "Enforced groups" : "Групе којима се захтева",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Двофакторска провера идентитета се не захтева за\tчланове следећих група.",
+ "Excluded groups" : "Искључене групе",
+ "Save changes" : "Сними измене",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Званичне апликације су развијене за и од стране заједнице. Нуде главне функционалности и спремне су за продукциону употребу.",
"Official" : "Званичне",
+ "by" : "од",
+ "Update to {version}" : "Ажурирај на верзију {version}",
"Remove" : "Уклони",
"Disable" : "Искључи",
"All" : "Све",
+ "Limit app usage to groups" : "Ограничи коришћење апликације на групе",
"No results" : "Нема резултата",
"View in store" : "Погледај у продавници",
"Visit website" : "Посети веб сајт",
@@ -130,6 +138,8 @@ OC.L10N.register(
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ова апликација нема дефинисану минималну верзију Некстклауда на којој ради. Ово ће у будућности постати грешка.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ова апликација нема дефинисану максималну верзију Некстклауда на којој ради. Ово ће у будућности постати грешка.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Апликација се не може инсталирати јер следеће зависности нису испуњене:",
+ "Update to {update}" : "Ажурирај на {update}",
+ "Results from other categories" : "Резултати из других категорија",
"No apps found for your version" : "Нема апликација за вашу верзију",
"Disable all" : "Искључи све",
"Enable all" : "Укључи све",
@@ -137,7 +147,13 @@ OC.L10N.register(
"Enable" : "Укључи",
"The app will be downloaded from the app store" : "Апликација ће бити скинута са продавнице",
"You do not have permissions to see the details of this user" : "Немате дозволе да видите детаље о овом кориснику",
+ "The backend does not support changing the display name" : "Позадински мотор не дозвољава промену имена за приказ",
"New password" : "Нова лозинка",
+ "Add user in group" : "Додај корисника у групу",
+ "Set user as admin for" : "Додај корисника као администратора за",
+ "Select user quota" : "Одаберите корисничку квоту",
+ "No language set" : "Ниједан језик није постављен",
+ "Never" : "Никад",
"Delete user" : "Обриши корисника",
"Disable user" : "Искључи корисника",
"Enable user" : "Укључи корисника",
@@ -155,6 +171,8 @@ OC.L10N.register(
"User backend" : "Позадина за кориснике",
"Last login" : "Последња пријава",
"Default language" : "Подразумевани језик",
+ "Add a new user" : "Додај новог корисника",
+ "No users in here" : "Овде нема корисника",
"Unlimited" : "Неограничено",
"Default quota" : "Подразумевана квота",
"Password change is disabled because the master key is disabled" : "Промена лозинке је искључена пошто је главни кључ искључен",
@@ -167,8 +185,11 @@ OC.L10N.register(
"App bundles" : "Пакети апликација",
"{license}-licensed" : "{license}-лиценцирано",
"Default quota:" : "Подразумевана квота:",
+ "Select default quota" : "Одаберите подразумевану квоту",
+ "Show Languages" : "Прикажи језике",
"Show last login" : "Прикажи последњу пријаву",
"Show user backend" : "Прикажи позадину за кориснике",
+ "Show storage path" : "Прикажи путању до складишта",
"You are about to remove the group {group}. The users will NOT be deleted." : "Управо ћете уклонити групу {group}. Корисници НЕЋЕ бити избрисани.",
"Please confirm the group removal " : "Потврдите уклањање групе",
"Remove group" : "Уклони групу",
diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json
index 965709bd49d..eb0b547961a 100644
--- a/settings/l10n/sr.json
+++ b/settings/l10n/sr.json
@@ -112,12 +112,20 @@
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторска провера идентитета се може захтевати свим\tкорисницима и и одређеним групама. Ако немају већ подешеног провајдера другог фактора, неће моћи да се пријаве на систем.",
"Enforce two-factor authentication" : "Захтевај двофакторску проверу идентитета",
"Limit to groups" : "Ограничи на групе",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "Двофакторска провера идентитета се може захтевати за само поједине групе.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "Двофакторска провера идентитета се захтева за све\tчланове следећих група.",
+ "Enforced groups" : "Групе којима се захтева",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Двофакторска провера идентитета се не захтева за\tчланове следећих група.",
+ "Excluded groups" : "Искључене групе",
+ "Save changes" : "Сними измене",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Званичне апликације су развијене за и од стране заједнице. Нуде главне функционалности и спремне су за продукциону употребу.",
"Official" : "Званичне",
+ "by" : "од",
+ "Update to {version}" : "Ажурирај на верзију {version}",
"Remove" : "Уклони",
"Disable" : "Искључи",
"All" : "Све",
+ "Limit app usage to groups" : "Ограничи коришћење апликације на групе",
"No results" : "Нема резултата",
"View in store" : "Погледај у продавници",
"Visit website" : "Посети веб сајт",
@@ -128,6 +136,8 @@
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ова апликација нема дефинисану минималну верзију Некстклауда на којој ради. Ово ће у будућности постати грешка.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ова апликација нема дефинисану максималну верзију Некстклауда на којој ради. Ово ће у будућности постати грешка.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Апликација се не може инсталирати јер следеће зависности нису испуњене:",
+ "Update to {update}" : "Ажурирај на {update}",
+ "Results from other categories" : "Резултати из других категорија",
"No apps found for your version" : "Нема апликација за вашу верзију",
"Disable all" : "Искључи све",
"Enable all" : "Укључи све",
@@ -135,7 +145,13 @@
"Enable" : "Укључи",
"The app will be downloaded from the app store" : "Апликација ће бити скинута са продавнице",
"You do not have permissions to see the details of this user" : "Немате дозволе да видите детаље о овом кориснику",
+ "The backend does not support changing the display name" : "Позадински мотор не дозвољава промену имена за приказ",
"New password" : "Нова лозинка",
+ "Add user in group" : "Додај корисника у групу",
+ "Set user as admin for" : "Додај корисника као администратора за",
+ "Select user quota" : "Одаберите корисничку квоту",
+ "No language set" : "Ниједан језик није постављен",
+ "Never" : "Никад",
"Delete user" : "Обриши корисника",
"Disable user" : "Искључи корисника",
"Enable user" : "Укључи корисника",
@@ -153,6 +169,8 @@
"User backend" : "Позадина за кориснике",
"Last login" : "Последња пријава",
"Default language" : "Подразумевани језик",
+ "Add a new user" : "Додај новог корисника",
+ "No users in here" : "Овде нема корисника",
"Unlimited" : "Неограничено",
"Default quota" : "Подразумевана квота",
"Password change is disabled because the master key is disabled" : "Промена лозинке је искључена пошто је главни кључ искључен",
@@ -165,8 +183,11 @@
"App bundles" : "Пакети апликација",
"{license}-licensed" : "{license}-лиценцирано",
"Default quota:" : "Подразумевана квота:",
+ "Select default quota" : "Одаберите подразумевану квоту",
+ "Show Languages" : "Прикажи језике",
"Show last login" : "Прикажи последњу пријаву",
"Show user backend" : "Прикажи позадину за кориснике",
+ "Show storage path" : "Прикажи путању до складишта",
"You are about to remove the group {group}. The users will NOT be deleted." : "Управо ћете уклонити групу {group}. Корисници НЕЋЕ бити избрисани.",
"Please confirm the group removal " : "Потврдите уклањање групе",
"Remove group" : "Уклони групу",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index bb56713b27c..9089622debe 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -114,12 +114,20 @@ OC.L10N.register(
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm kullanıcılar ve belirli gruplar için iki aşamalı\tkimlik doğrulama kullanılır. Yapılandırılmış bir iki aşamalı kimlik doğrulama hizmeti sağlayıcısı olmayan kullanıcılar oturum açamaz.",
"Enforce two-factor authentication" : "İki aşamalı kimlik doğrulama dayatılsın",
"Limit to groups" : "Şu gruplarla sınırla",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "İki aşamalı kimlik doğrulaması yalnız belirli gruplara dayatılabilir.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "İki aşamalı kimlik doğrulaması şu grupların tüm üyelerine dayatılır.",
+ "Enforced groups" : "Dayatılan gruplar",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Şu grupların üyeleri için iki aşamalı kimlik doğrulaması\tdayatılmaz.",
+ "Excluded groups" : "Dayatılmayan gruplar",
+ "Save changes" : "Değişiklikleri kaydet",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Resmi uygulamalar topluluk tarafından geliştirilmiştir. Merkezi işlevleri yerine getirdikleri gibi kullanıma da hazırdırlar.",
"Official" : "Resmi",
+ "by" : "Kişi:",
+ "Update to {version}" : "{version} sürümüne güncelle",
"Remove" : "Kaldır",
"Disable" : "Devre Dışı Bırak",
"All" : "Tümü",
+ "Limit app usage to groups" : "Uygulama kullanımını şu gruplarla sınırla",
"No results" : "Herhangi bir sonuç bulunamadı",
"View in store" : "Mağazada görüntüle",
"Visit website" : "Web sayfasına bakın",
@@ -130,6 +138,8 @@ OC.L10N.register(
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Bu uygulama için en düşük Nextcloud sürümü belirtilmemiş. Bu durum ileride sorun çıkarır.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Bu uygulama için en yüksek Nextcloud sürümü belirtilmemiş. Bu durum ileride sorun çıkarır.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Aşağıdaki bağımlılıklar sağlanmadığından bu uygulama kurulamıyor:",
+ "Update to {update}" : "{update} sürümüne güncelle",
+ "Results from other categories" : "Diğer kategorilerden sonuçlar",
"No apps found for your version" : "Sürümünüze uygun bir uygulama bulunamadı",
"Disable all" : "Tümünü devre dışı bırak",
"Enable all" : "Tümünü Etkinleştir",
@@ -137,7 +147,13 @@ OC.L10N.register(
"Enable" : "Etkinleştir",
"The app will be downloaded from the app store" : "Uygulama uygulama mağazasından indirilecek",
"You do not have permissions to see the details of this user" : "Bu kullanıcının ayrıntılarını görüntüleme izniniz yok",
+ "The backend does not support changing the display name" : "Yönetim bölümünden görüntülenecek ad değiştirilemiyor",
"New password" : "Yeni parola",
+ "Add user in group" : "Gruba kullanıcı ekle",
+ "Set user as admin for" : "Kullanıcıyı şurada yönetici yap",
+ "Select user quota" : "Kullanıcı kotasını seçin",
+ "No language set" : "Herhangi bir dil ayarlanmamış",
+ "Never" : "Asla",
"Delete user" : "Kullanıcıyı Sil",
"Disable user" : "Kullanıcıyı devre dışı bırak",
"Enable user" : "Kullanıcıyı etkinleştir",
@@ -155,6 +171,8 @@ OC.L10N.register(
"User backend" : "Kullanıcı Arka Ucu",
"Last login" : "Son oturum açma",
"Default language" : "Varsayılan dil",
+ "Add a new user" : "Kullanıcı ekle",
+ "No users in here" : "Henüz herhangi bir kullanıcı eklenmemiş",
"Unlimited" : "Sınırsız",
"Default quota" : "Varsayılan kota",
"Password change is disabled because the master key is disabled" : "Ana anahtar devre dışı bırakıldığından parola değişikliği devre dışı bırakıldı.",
@@ -167,8 +185,11 @@ OC.L10N.register(
"App bundles" : "Uygulama Paketleri",
"{license}-licensed" : "{license}-lisanslı",
"Default quota:" : "Varsayılan kota:",
+ "Select default quota" : "Varsayılan kota değerini seçin",
+ "Show Languages" : "Dilleri Görüntüle",
"Show last login" : "Son oturum açma zamanı görüntülensin",
"Show user backend" : "Kullanıcı arka ucu görüntülensin",
+ "Show storage path" : "Depolama yolu görüntülensin",
"You are about to remove the group {group}. The users will NOT be deleted." : "{group} grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.",
"Please confirm the group removal " : "Grubu silme işlemini onaylayın",
"Remove group" : "Grubu Sil",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index 1160f274337..554397ecb2c 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -112,12 +112,20 @@
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm kullanıcılar ve belirli gruplar için iki aşamalı\tkimlik doğrulama kullanılır. Yapılandırılmış bir iki aşamalı kimlik doğrulama hizmeti sağlayıcısı olmayan kullanıcılar oturum açamaz.",
"Enforce two-factor authentication" : "İki aşamalı kimlik doğrulama dayatılsın",
"Limit to groups" : "Şu gruplarla sınırla",
+ "Enforcement of two-factor authentication can be set for certain groups only." : "İki aşamalı kimlik doğrulaması yalnız belirli gruplara dayatılabilir.",
+ "Two-factor authentication is enforced for all\tmembers of the following groups." : "İki aşamalı kimlik doğrulaması şu grupların tüm üyelerine dayatılır.",
+ "Enforced groups" : "Dayatılan gruplar",
"Two-factor authentication is not enforced for\tmembers of the following groups." : "Şu grupların üyeleri için iki aşamalı kimlik doğrulaması\tdayatılmaz.",
+ "Excluded groups" : "Dayatılmayan gruplar",
+ "Save changes" : "Değişiklikleri kaydet",
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Resmi uygulamalar topluluk tarafından geliştirilmiştir. Merkezi işlevleri yerine getirdikleri gibi kullanıma da hazırdırlar.",
"Official" : "Resmi",
+ "by" : "Kişi:",
+ "Update to {version}" : "{version} sürümüne güncelle",
"Remove" : "Kaldır",
"Disable" : "Devre Dışı Bırak",
"All" : "Tümü",
+ "Limit app usage to groups" : "Uygulama kullanımını şu gruplarla sınırla",
"No results" : "Herhangi bir sonuç bulunamadı",
"View in store" : "Mağazada görüntüle",
"Visit website" : "Web sayfasına bakın",
@@ -128,6 +136,8 @@
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Bu uygulama için en düşük Nextcloud sürümü belirtilmemiş. Bu durum ileride sorun çıkarır.",
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Bu uygulama için en yüksek Nextcloud sürümü belirtilmemiş. Bu durum ileride sorun çıkarır.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Aşağıdaki bağımlılıklar sağlanmadığından bu uygulama kurulamıyor:",
+ "Update to {update}" : "{update} sürümüne güncelle",
+ "Results from other categories" : "Diğer kategorilerden sonuçlar",
"No apps found for your version" : "Sürümünüze uygun bir uygulama bulunamadı",
"Disable all" : "Tümünü devre dışı bırak",
"Enable all" : "Tümünü Etkinleştir",
@@ -135,7 +145,13 @@
"Enable" : "Etkinleştir",
"The app will be downloaded from the app store" : "Uygulama uygulama mağazasından indirilecek",
"You do not have permissions to see the details of this user" : "Bu kullanıcının ayrıntılarını görüntüleme izniniz yok",
+ "The backend does not support changing the display name" : "Yönetim bölümünden görüntülenecek ad değiştirilemiyor",
"New password" : "Yeni parola",
+ "Add user in group" : "Gruba kullanıcı ekle",
+ "Set user as admin for" : "Kullanıcıyı şurada yönetici yap",
+ "Select user quota" : "Kullanıcı kotasını seçin",
+ "No language set" : "Herhangi bir dil ayarlanmamış",
+ "Never" : "Asla",
"Delete user" : "Kullanıcıyı Sil",
"Disable user" : "Kullanıcıyı devre dışı bırak",
"Enable user" : "Kullanıcıyı etkinleştir",
@@ -153,6 +169,8 @@
"User backend" : "Kullanıcı Arka Ucu",
"Last login" : "Son oturum açma",
"Default language" : "Varsayılan dil",
+ "Add a new user" : "Kullanıcı ekle",
+ "No users in here" : "Henüz herhangi bir kullanıcı eklenmemiş",
"Unlimited" : "Sınırsız",
"Default quota" : "Varsayılan kota",
"Password change is disabled because the master key is disabled" : "Ana anahtar devre dışı bırakıldığından parola değişikliği devre dışı bırakıldı.",
@@ -165,8 +183,11 @@
"App bundles" : "Uygulama Paketleri",
"{license}-licensed" : "{license}-lisanslı",
"Default quota:" : "Varsayılan kota:",
+ "Select default quota" : "Varsayılan kota değerini seçin",
+ "Show Languages" : "Dilleri Görüntüle",
"Show last login" : "Son oturum açma zamanı görüntülensin",
"Show user backend" : "Kullanıcı arka ucu görüntülensin",
+ "Show storage path" : "Depolama yolu görüntülensin",
"You are about to remove the group {group}. The users will NOT be deleted." : "{group} grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.",
"Please confirm the group removal " : "Grubu silme işlemini onaylayın",
"Remove group" : "Grubu Sil",