Explorar el Código

Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot hace 6 meses
padre
commit
f720d6e730

+ 18 - 0
apps/dashboard/l10n/et_EE.js

@@ -0,0 +1,18 @@
+OC.L10N.register(
+    "dashboard",
+    {
+    "Dashboard" : "Töölaud",
+    "Dashboard app" : "Töölaua rakendus",
+    "\"{title} icon\"" : "\"{title} ikoon\"",
+    "Weather" : "Ilm",
+    "Status" : "Staatus",
+    "Good morning" : "Tere hommikust",
+    "Good morning, {name}" : "Tere hommikust, {name}",
+    "Good afternoon" : "Tere päevast",
+    "Good afternoon, {name}" : "Tere päevast, {name}",
+    "Good evening" : "Tere õhtust",
+    "Good evening, {name}" : "Tere õhtust, {name}",
+    "Hello" : "Tere",
+    "Hello, {name}" : "Tere, {name}"
+},
+"nplurals=2; plural=(n != 1);");

+ 16 - 0
apps/dashboard/l10n/et_EE.json

@@ -0,0 +1,16 @@
+{ "translations": {
+    "Dashboard" : "Töölaud",
+    "Dashboard app" : "Töölaua rakendus",
+    "\"{title} icon\"" : "\"{title} ikoon\"",
+    "Weather" : "Ilm",
+    "Status" : "Staatus",
+    "Good morning" : "Tere hommikust",
+    "Good morning, {name}" : "Tere hommikust, {name}",
+    "Good afternoon" : "Tere päevast",
+    "Good afternoon, {name}" : "Tere päevast, {name}",
+    "Good evening" : "Tere õhtust",
+    "Good evening, {name}" : "Tere õhtust, {name}",
+    "Hello" : "Tere",
+    "Hello, {name}" : "Tere, {name}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+}

+ 21 - 0
apps/files/l10n/da.js

@@ -32,6 +32,7 @@ OC.L10N.register(
     "Move" : "Flyt",
     "Copy" : "Kopier",
     "Choose target folder" : "Vælg destinationsmappe",
+    "Set reminder" : "Sæt påmindelse",
     "Edit locally" : "Rediger lokalt",
     "Open" : "Åbn",
     "Delete file" : "Slet fil",
@@ -168,10 +169,17 @@ OC.L10N.register(
     "File Management" : "Filhåndtering",
     "Reload current directory" : "Genindlæs den aktuelle mappe",
     "Go to the \"{dir}\" directory" : "Gå til mappen \"{dir}\"",
+    "Upload successful" : "Succesfuld upload",
+    "Rename file" : "Omdøb fil",
+    "File name" : "Filnavn",
     "Folder name" : "Mappenavn",
+    "Download file {name}" : "Download fil {name}",
     "Name cannot be empty" : "Navn må ikke være tomt",
     "Select all" : "Vælg alle",
+    "Unselect all" : "Fravælg alle",
     "File not found" : "Filen blev ikke fundet",
+    "_{count} file_::_{count} files_" : ["{count} fil","{count} filer"],
+    "_{count} folder_::_{count} folders_" : ["{count} mapper","{count} mapper"],
     "Storage informations" : "Lagerinformationer",
     "{usedQuotaByte} used" : "{usedQuotaByte} brugt",
     "{relative}% used" : "{relative}% brugt",
@@ -215,9 +223,19 @@ OC.L10N.register(
     "Blank" : "Tom",
     "Unable to create new file from template" : "Kan ikke oprette ny fil fra skabelonen",
     "Delete permanently" : "Slet permanent",
+    "The files is locked" : "Filerne er låste",
+    "The file does not exist anymore" : "Filen findes ikke længere",
+    "Chose destination" : "Vælg destionation",
+    "Copy to {target}" : "Kopiér til {target}",
+    "Move to {target}" : "Flyt til {target}",
+    "Open in Files" : "Åben i Filer",
     "Open details" : "Mere information",
     "Templates" : "Skabeloner",
     "Unable to initialize the templates directory" : "Kan ikke initialisere skabelonmappen",
+    "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
+    "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mapper","1 fil og {folderCount} mapper"],
+    "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil og 1 mapper","{fileCount} filer og 1 mapper"],
+    "{fileCount} files and {folderCount} folders" : "{fileCount} filer og {folderCount} mapper",
     "No favorites yet" : "Ingen foretrukne endnu",
     "Files and folders you mark as favorite will show up here" : "Filer og mapper som du har markeret som foretrukne, vil blive vist her",
     "All files" : "Alle filer",
@@ -245,6 +263,9 @@ OC.L10N.register(
     "Pending shares" : "Afventende delinger",
     "This file has the tag {tag}" : "Denne fil har tagget {tag}",
     "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}",
+    "ascending" : "stigende",
+    "descending" : "faldende",
+    "Sort list by {column} ({direction})" : "Sortér liste efter {column} ({direction})",
     "Choose" : "Vælg"
 },
 "nplurals=2; plural=(n != 1);");

+ 21 - 0
apps/files/l10n/da.json

@@ -30,6 +30,7 @@
     "Move" : "Flyt",
     "Copy" : "Kopier",
     "Choose target folder" : "Vælg destinationsmappe",
+    "Set reminder" : "Sæt påmindelse",
     "Edit locally" : "Rediger lokalt",
     "Open" : "Åbn",
     "Delete file" : "Slet fil",
@@ -166,10 +167,17 @@
     "File Management" : "Filhåndtering",
     "Reload current directory" : "Genindlæs den aktuelle mappe",
     "Go to the \"{dir}\" directory" : "Gå til mappen \"{dir}\"",
+    "Upload successful" : "Succesfuld upload",
+    "Rename file" : "Omdøb fil",
+    "File name" : "Filnavn",
     "Folder name" : "Mappenavn",
+    "Download file {name}" : "Download fil {name}",
     "Name cannot be empty" : "Navn må ikke være tomt",
     "Select all" : "Vælg alle",
+    "Unselect all" : "Fravælg alle",
     "File not found" : "Filen blev ikke fundet",
+    "_{count} file_::_{count} files_" : ["{count} fil","{count} filer"],
+    "_{count} folder_::_{count} folders_" : ["{count} mapper","{count} mapper"],
     "Storage informations" : "Lagerinformationer",
     "{usedQuotaByte} used" : "{usedQuotaByte} brugt",
     "{relative}% used" : "{relative}% brugt",
@@ -213,9 +221,19 @@
     "Blank" : "Tom",
     "Unable to create new file from template" : "Kan ikke oprette ny fil fra skabelonen",
     "Delete permanently" : "Slet permanent",
+    "The files is locked" : "Filerne er låste",
+    "The file does not exist anymore" : "Filen findes ikke længere",
+    "Chose destination" : "Vælg destionation",
+    "Copy to {target}" : "Kopiér til {target}",
+    "Move to {target}" : "Flyt til {target}",
+    "Open in Files" : "Åben i Filer",
     "Open details" : "Mere information",
     "Templates" : "Skabeloner",
     "Unable to initialize the templates directory" : "Kan ikke initialisere skabelonmappen",
+    "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
+    "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mapper","1 fil og {folderCount} mapper"],
+    "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fil og 1 mapper","{fileCount} filer og 1 mapper"],
+    "{fileCount} files and {folderCount} folders" : "{fileCount} filer og {folderCount} mapper",
     "No favorites yet" : "Ingen foretrukne endnu",
     "Files and folders you mark as favorite will show up here" : "Filer og mapper som du har markeret som foretrukne, vil blive vist her",
     "All files" : "Alle filer",
@@ -243,6 +261,9 @@
     "Pending shares" : "Afventende delinger",
     "This file has the tag {tag}" : "Denne fil har tagget {tag}",
     "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}",
+    "ascending" : "stigende",
+    "descending" : "faldende",
+    "Sort list by {column} ({direction})" : "Sortér liste efter {column} ({direction})",
     "Choose" : "Vælg"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 0
apps/files_sharing/l10n/da.js

@@ -152,6 +152,7 @@ OC.L10N.register(
     "Toggle list of others with access to this directory" : "Vis/skjul liste over andre med adgang til denne mappe",
     "Toggle list of others with access to this file" : "Vis/skjul liste over andre med adgang til denne fil",
     "Shared with you by {owner}" : "Delt med dig {owner}",
+    "Open in Files" : "Vis i filer",
     "Shared" : "Delt",
     "Error creating the share" : "Fejl ved skabelse af delt drev",
     "Shared by" : "Delt af",

+ 1 - 0
apps/files_sharing/l10n/da.json

@@ -150,6 +150,7 @@
     "Toggle list of others with access to this directory" : "Vis/skjul liste over andre med adgang til denne mappe",
     "Toggle list of others with access to this file" : "Vis/skjul liste over andre med adgang til denne fil",
     "Shared with you by {owner}" : "Delt med dig {owner}",
+    "Open in Files" : "Vis i filer",
     "Shared" : "Delt",
     "Error creating the share" : "Fejl ved skabelse af delt drev",
     "Shared by" : "Delt af",

+ 1 - 0
apps/oauth2/l10n/sv.js

@@ -12,6 +12,7 @@ OC.L10N.register(
     "Redirection URI" : "Omdirigerings-URI",
     "Client Identifier" : "Klientidentifierare",
     "Secret key" : "Hemlig nyckel",
+    "Delete client" : "Ta bort klient",
     "Add client" : "Lägg till klient",
     "Add" : "Lägg till",
     "Show client secret" : "Visa klienthemlighet",

+ 1 - 0
apps/oauth2/l10n/sv.json

@@ -10,6 +10,7 @@
     "Redirection URI" : "Omdirigerings-URI",
     "Client Identifier" : "Klientidentifierare",
     "Secret key" : "Hemlig nyckel",
+    "Delete client" : "Ta bort klient",
     "Add client" : "Lägg till klient",
     "Add" : "Lägg till",
     "Show client secret" : "Visa klienthemlighet",

+ 94 - 4
apps/settings/l10n/da.js

@@ -102,6 +102,7 @@ OC.L10N.register(
     "Personal" : "Personligt",
     "Administration" : "Administration",
     "Additional settings" : "Yderligere indstillinger",
+    "Artificial Intelligence" : "Kunstig Intelligens",
     "Administration privileges" : "Administrationsrettigheder",
     "Groupware" : "Groupware",
     "Overview" : "Overblik",
@@ -124,9 +125,13 @@ OC.L10N.register(
     "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Der er nogle brugerimporterede SSL-certifikater til stede, som ikke længere bruges med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Deres stier inde i databiblioteket er vist nedenfor.",
     "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Denne server har ingen fungerende internetforbindelse: Flere slutpunkter kunne ikke nås. Det betyder, at nogle af funktionerne som montering af eksternt lager, meddelelser om opdateringer eller installation af tredjepartsapps ikke vil fungere. Fjernadgang til filer og afsendelse af notifikations-e-mails virker muligvis heller ikke. Opret en forbindelse fra denne server til internettet for at nyde alle funktioner.",
     "The old server-side-encryption format is enabled. We recommend disabling this." : "Det gamle serverside-krypteringsformat er aktiveret. Vi anbefaler at deaktivere dette.",
+    "PHP modules" : "PHP moduler",
+    "Checking for PHP version" : "Tjekker for PHP version",
+    "You are currently running PHP %s." : "Din aktuelle PHP version er %s.",
     "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." : "Den skrivebeskyttede konfiguration er blevet slået til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.",
     "Profile information" : "Profil information",
     "Nextcloud settings" : "Nextcloud-indstillinger",
+    "Task:" : "Opgave:",
     "Here you can decide which group can access certain sections of the administration settings." : "Her kan du bestemme, hvilken gruppe der kan få adgang til visse sektioner af administrationsindstillingerne.",
     "None" : "Ingen",
     "Unable to modify setting" : "Indstillingen kunne ikke ændres",
@@ -169,7 +174,10 @@ OC.L10N.register(
     "Results from other categories" : "Resultater fra andre kategorier",
     "No apps found for your version" : "Ingen apps fundet til din verion",
     "Disable all" : "Slå alt fra",
+    "Download and enable all" : "Download og aktivér alle",
     "_%n app has an update available_::_%n apps have an update available_" : ["%n app har en tilgængelig opdatering","%n apps har en tilgængelig opdatering"],
+    "_Update_::_Update all_" : ["Opdatér","Opdatér alle"],
+    "Device name" : "Enheds navn",
     "Marked for remote wipe" : "Mærket til fjernsletning",
     "Device settings" : "Enhedsindstillinger",
     "Allow filesystem access" : "Tillad filsystem adgang",
@@ -212,7 +220,8 @@ OC.L10N.register(
     "Copied!" : "Kopieret",
     "Copy" : "Kopier",
     "Could not copy app password. Please copy it manually." : "Kunne ikke kopiere app-adgangskoden. Kopier det venligst manuelt.",
-    "Last job ran {relativeTime}." : "Sidste job kørte {relativeTime}.",
+    "Last job execution ran {time}. Something seems wrong." : "Seneste baggrundsjob kørte {time}. Noget ser ud til at være galt.",
+    "Last job ran {relativeTime}." : "Sidste job kørte for {relativeTime}.",
     "Background job did not run yet!" : "Baggrundsjobbet har ikke kørt endnu!",
     "AJAX" : "AJAX",
     "Execute one task with each page loaded. Use case: Single user instance." : "Udfør én opgave med hver side indlæst. Use case: Enkeltbrugerinstans.",
@@ -220,7 +229,8 @@ OC.L10N.register(
     "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php er registreret hos en webcron-tjeneste til at kalde cron.php hvert 5. minut over HTTP. Use case: Meget lille instans (1-5 brugere afhængigt af brugen).",
     "Cron (Recommended)" : "Cron (Anbefalet)",
     "Use system cron service to call the cron.php file every 5 minutes." : "Brug systemets cron-tjeneste til at ringe til cron.php-filen hvert 5. minut.",
-    "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php skal eksekveres af systembrugeren \"{user}\".",
+    "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php skal eksekveres af systembrugeren \"{user}\".",
+    "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP-modulet POSIX er påkrævet. Se {linkstart}PHP dokumentationen{linkend} for mere information.",
     "Unable to update background job mode" : "Kan ikke opdatere baggrundsjobtilstand",
     "Profile" : "Profil",
     "Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brugere.",
@@ -239,20 +249,37 @@ OC.L10N.register(
     "Select default encryption module:" : "Vælg standardmodulet til kryptering:",
     "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Du skal migrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye. Aktiver venligst \"Standardkrypteringsmodulet\" og kør {command}",
     "Unable to update server side encryption config" : "Kan ikke opdatere krypteringskonfigurationen på serversiden",
+    "Please confirm the group removal" : "Bekræft venligst sletning af gruppen",
+    "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er igang med at slette gruppen \"{group}\". Gruppens brugere vil IKKE blive slettet!",
     "Cancel" : "Annuller",
     "Confirm" : "Bekræft",
     "Submit" : "Tilføj",
     "Rename group" : "Omdøb gruppe",
     "Remove group" : "Fjern gruppe",
+    "Failed to remove group \"{group}\"" : "Kunne ikke slette gruppen \"{group}\"",
     "Current password" : "Nuværende adgangskode",
     "New password" : "Nyt kodeord",
     "Change password" : "Skift kodeord",
+    "Your profile information" : "Din profil information",
     "Your profile picture" : "Dit profil billede",
     "Upload profile picture" : "Upload profil billede",
+    "Choose profile picture from Files" : "Vælg profil billede fra Filer",
+    "Remove profile picture" : "Fjern profil billede",
+    "The file must be a PNG or JPG" : "Fil format: PNG eller JPG",
     "Picture provided by original account" : "Billede leveret af den oprindelige konto",
+    "Set as profile picture" : "Indstil som profil billede",
+    "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Bemærk; det tager op til 24 timer for dit profil billede, at blive opdateret alle steder.",
+    "Choose your profile picture" : "Vælg dit profil billede",
+    "Please select a valid png or jpg file" : "Vælg en gyldig PNG eller JPG fil",
+    "Error setting profile picture" : "Fejl; profil billede ikke gyldigt",
+    "Error cropping profile picture" : "Fejl; kunne ikke beskære profil billede",
+    "Error saving profile picture" : "Fejl; kunne ikke gemme profil billede",
+    "Error removing profile picture" : "Fejl; kunne ikke slette profil billede",
     "Your biography" : "Din biografi",
     "Details" : "Detaljer",
     "You are a member of the following groups:" : "Du er medlem af følgende grupper:",
+    "You are using <strong>{usage}</strong>" : "Forbrug: <strong>{usage}</strong>",
+    "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Forbrug: <strong>{usage}</strong> af <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
     "Your full name" : "Dit fulde navn",
     "Email options" : "E-mail muligheder",
     "Primary email for password reset and notifications" : "Primær e-mail til nulstilling af adgangskode og meddelelser",
@@ -269,10 +296,15 @@ OC.L10N.register(
     "Unable to delete additional email address" : "Kan ikke slette yderligere e-mailadresse",
     "No email address set" : "Der er ikke angivet e-mailadresse",
     "Additional emails" : "Yderligere e-mails",
+    "Your handle" : "Dit kendetegn",
     "Your headline" : "Din overskrift",
     "Help translate" : "Hjælp med oversættelsen",
     "Unable to update language" : "Kunne ikke opdatere sproget",
     "No language set" : "Intet sprog indstillet",
+    "Week starts on {firstDayOfWeek}" : "Første ugedag: {firstDayOfWeek}",
+    "Unable to update locale" : "Kunne ikke opdaterer lokalitet",
+    "No locale set" : "Ingen lokalitet indstillet",
+    "Your city" : "Din by",
     "Your organisation" : "Din organisation",
     "Your phone number" : "Dit telefon nummer",
     "Edit your Profile visibility" : "Rediger din profils synlighed",
@@ -283,25 +315,53 @@ OC.L10N.register(
     "Your role" : "Din rolle",
     "Your Twitter handle" : "Dit Twitter handle @…",
     "Your website" : "Vores hjemmeside",
+    "No {property} set" : "Ingen {property} indstillet",
+    "Unable to update {property}" : "Kunne ikke opdaterer {property}",
+    "Add additional email" : "Tilføj yderligere e-mail",
     "Add" : "Tilføj",
+    "No users" : "Ingen brugere",
+    "Loading users …" : "Henter brugere ...",
     "Default language" : "Standardsprog",
     "Common languages" : "Hyppigt brugte sprog",
     "Other languages" : "Andre sprog",
     "Password change is disabled because the master key is disabled" : "Adgangskodeændring er deaktiveret, fordi hovednøglen er deaktiveret",
     "New user" : "Ny bruger",
     "Display name" : "Vist navn",
+    "Either password or email is required" : "Adgangskode eller e-mail er påkrævet",
+    "Password (required)" : "Adgangskode (påkrævet)",
+    "Email (required)" : "E-mail (påkrævet)",
     "Email" : "E-mail",
+    "Groups (required)" : "Grupper (påkrævet)",
+    "Set user groups" : "Vælg bruger grupper",
+    "Administered groups" : "Administrerede grupper",
+    "Set user as admin for …" : "Gør til administrator for ...",
     "Quota" : "Kvote",
+    "Set user quota" : "Vælg bruger kvote",
     "Language" : "Sprog",
+    "Set default language" : "Vælg standard sprog",
+    "Manager" : "Administrér",
+    "Add new user" : "Tilføj ny bruger",
+    "Set user manager" : "Vælg administrator",
+    "Username will be autogenerated" : "Brugernavnet vil blive genereret automatisk",
+    "Username (required)" : "Brugernavn (påkrævet)",
+    "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruger …","{userCount} brugere …"],
+    "_{userCount} user_::_{userCount} users_" : ["{userCount} bruger","{userCount} brugere"],
     "Avatar" : "Avatar",
     "Group admin for" : "Gruppeadministrator for",
     "User backend" : "Bruger-backend",
     "Storage location" : "Placering af lageret",
     "Last login" : "Seneste login",
+    "User actions" : "Bruger handlinger",
+    "Password or insufficient permissions message" : "Besked om adgangskode eller manglende rettigheder",
+    "Loading user …" : "Indlæser bruger ...",
+    "Change display name" : "Redigér vist navn",
+    "Set new password" : "Indstil ny adgangskode",
     "You do not have permissions to see the details of this user" : "Du har ikke tilladelse til at se denne brugers detaljer",
+    "Set new email address" : "Indstil ny e-mail adresse",
     "Add user to group" : "Føj bruger til gruppe",
     "Set user as admin for" : "Gør bruger til administrator for",
     "Select user quota" : "Vælg brugerkvote",
+    "Set the language" : "Indstil sproget",
     "{size} used" : "{size} brugt",
     "Delete user" : "Slet bruger",
     "Wipe all devices" : "Slet alle enheder",
@@ -311,16 +371,25 @@ OC.L10N.register(
     "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "I tilfælde af tabt enhed eller forlader organisationen, kan dette fjernslette Nextcloud-dataene fra alle enheder, der er knyttet til {userid}. Virker kun, hvis enhederne er forbundet til internettet.",
     "Remote wipe of devices" : "Fjernsletning af enheder",
     "Wipe {userid}'s devices" : "Slet {userid}'s enheder",
+    "Wiped {userid}'s devices" : "Slettede {userid}'s enheder",
+    "Failed to update user manager" : "Kunne ikke opdaterer bruger administrator",
     "Fully delete {userid}'s account including all their personal files, app data, etc." : "Slet fuldstændigt {userid}s konto inklusive alle deres personlige filer, appdata osv.",
     "Account deletion" : "Sletning af konto",
     "Delete {userid}'s account" : "Slet {userid}s konto",
+    "Display name was successfully changed" : "Vist navn er ændret",
+    "Password was successfully changed" : "Adgangskode er ændret",
+    "Email was successfully changed" : "E-mail adresse er ændret",
     "Welcome mail sent!" : "Velkomstemail sendt!",
     "Toggle user actions menu" : "Skift brugerhandlingsmenu",
     "Edit" : "Redigér",
+    "User management settings" : "Bruger administrations indstillinger",
+    "Visibility" : "Synlighed",
+    "Show language" : "Vis sprog",
     "Show user backend" : "Vis bruger-backend",
     "Show storage path" : "Vis lagersti",
     "Show last login" : "Vis seneste login",
     "Send email" : "Send e-mail",
+    "Send welcome email to new users" : "Send velkomst e-mail til nye brugere",
     "Defaults" : "Standarder",
     "Default quota" : "Standard kvote",
     "Select default quota" : "Vælg standardkvote",
@@ -342,9 +411,13 @@ OC.L10N.register(
     "Changelog" : "Ændringslog",
     "by {author}\n{license}" : "af {author}\n{licens}",
     "Active users" : "Aktive brugere",
-    "Admins" : "Administratore",
+    "Admins" : "Administratorer",
     "Disabled users" : "Deaktiverede brugere",
+    "Creating group …" : "Opretter gruppe ...",
+    "Create group" : "Opret gruppe",
     "Group name" : "Gruppenavn",
+    "Please enter a valid group name" : "Indtast venligst et gyldigt gruppenavn",
+    "Failed to create group" : "Kunne ikke oprette gruppe",
     "Not saved" : "Ikke gemt",
     "Sending…" : "Sender...",
     "Email sent" : "E-mail afsendt",
@@ -358,20 +431,24 @@ OC.L10N.register(
     "Phone number" : "Telefon nummer",
     "Role" : "Rolle",
     "Twitter" : "Twitter",
+    "Fediverse (e.g. Mastodon)" : "Fediverse (fx Mastodon)",
     "Website" : "Hjemmeside",
     "Profile visibility" : "Profil synlighed",
     "Locale" : "Lokal",
     "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Ikke tilgængelig, da denne egenskab er påkrævet for kernefunktionalitet, herunder fildeling og kalenderinvitationer",
+    "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ikke tilgængelig, da forening er deaktiveret for din konto. Kontakt din systemadministrator, hvis du har spørgsmål",
     "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Ikke tilgængelig, da udgivelse af brugerspecifikke data til opslagsserveren ikke er tilladt. Kontakt din systemadministrator, hvis du har spørgsmål",
     "Active apps" : "Aktive apps",
     "Disabled apps" : "Deaktiverede apps",
     "Updates" : "Opdateringer",
     "App bundles" : "App bundles",
     "Featured apps" : "Udvalgte apps",
+    "Supported apps" : "Understøttede apps",
     "Show to everyone" : "Vis til alle",
     "Show to logged in users only" : "Vis kun til loggede brugere",
     "Hide" : "Skjul",
     "Download and enable" : "Download og aktiver",
+    "Allow untested app" : "Tillad ikke-testet app",
     "The app will be downloaded from the App Store" : "Appen vil blive downloadet fra App Store",
     "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Denne app er ikke markeret som kompatibel med din Nextcloud-version. Hvis du fortsætter, vil du stadig være i stand til at installere appen. Bemærk, at appen muligvis ikke fungerer som forventet.",
     "Never" : "Aldrig",
@@ -380,7 +457,12 @@ OC.L10N.register(
     "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Der har været for mange forespørgsmåler fra dit netværk. Forsøg igen senere eller kontakt din administrator hvis dette er en fejl.",
     "Documentation" : "Dokumentation",
     "Forum" : "Forum",
+    "Nextcloud help resources" : "Nextcloud hjælperessourcer",
+    "Account documentation" : "Konto dokumentation",
+    "Administration documentation" : "Administrations dokumentation",
+    "General documentation" : "Overordnet dokumentation",
     "Login" : "Login",
+    "None/STARTTLS" : "Ingen/STARTTLS",
     "SSL" : "SSL",
     "Open documentation" : "Åbn dokumentation",
     "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Det er vigtigt at konfigurere denne server til at kunne sende e-mails, f.eks. for nulstilling af adgangskode og meddelelser.",
@@ -396,6 +478,7 @@ OC.L10N.register(
     "SMTP Username" : "SMTP Brugernavn",
     "SMTP Password" : "SMTP Kodeord",
     "Save" : "Gem",
+    "Test and verify email settings" : "Afprøv og bekræft indstillinger",
     "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Det er vigtigt for sikkerheden og ydeevnen af din instans, at alt er konfigureret korrekt. For at hjælpe dig med det laver vi nogle automatiske kontroller. Se venligst den linkede dokumentation for mere information.",
     "All checks passed." : "Alle tjek blev bestået.",
     "There are some errors regarding your setup." : "Der er nogle fejl vedrørende din opsætning.",
@@ -438,13 +521,16 @@ OC.L10N.register(
     "Use a second factor besides your password to increase security for your account." : "Brug to-faktor godkendelse for at øge sikkerheden for din konto.",
     "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hvis du bruger tredjepartsapplikationer til at oprette forbindelse til Nextcloud, skal du sørge for at oprette og konfigurere en app-adgangskode for hver, før du aktiverer anden faktor-godkendelse.",
     "You created app password \"{token}\"" : "Du har oprettet app-adgangskoden \"{token}\"",
+    "An administrator created app password \"{token}\"" : "En administrator oprettede app token \"{token}\"",
     "Enable all" : "Aktiver alle",
     "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "For at køre dette skal du bruge PHP POSIX-udvidelsen. Se {linkstart}PHP-dokumentation{linkend} for flere detaljer.",
     "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Brug systemets cron-tjeneste til at kalde cron.php-filen hvert 5. minut. Anbefales til alle instanser.",
     "You are about to remove the group {group}. The users will NOT be deleted." : "Du er ved at fjerne gruppen {group}. Brugerne bliver IKKE slettet.",
     "Please confirm the group removal " : "Bekræft at gruppen skal fjernes",
+    "Choose profile picture from files" : "Vælg profil billede fra filer",
     "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB",
     "Your email address" : "Din e-mailadresse",
+    "Your location" : "Din placering",
     "Add new password" : "Tilføj ny adgangskode",
     "Add new email address" : "Tilføj ny e-mailadresse",
     "Edit User" : "Rediger bruger",
@@ -463,6 +549,10 @@ OC.L10N.register(
     "STARTTLS" : "STARTTLS",
     "Authentication method" : "Godkendelsesmetode",
     "Allow username autocompletion in share dialog" : "Tillad autofuldførelse af brugernavn i delingsdialogen",
-    "Allow username autocompletion to users within the same groups" : "Tillad autofuldførelse af brugernavn til brugere inden for de samme grupper"
+    "Allow username autocompletion to users within the same groups" : "Tillad autofuldførelse af brugernavn til brugere inden for de samme grupper",
+    "Edit display name" : "Redigér vist navn",
+    "Select manager" : "Vælg administrator",
+    "User's table" : "Bruger oversigt",
+    "Select user manager" : "Vælg administrator"
 },
 "nplurals=2; plural=(n != 1);");

+ 94 - 4
apps/settings/l10n/da.json

@@ -100,6 +100,7 @@
     "Personal" : "Personligt",
     "Administration" : "Administration",
     "Additional settings" : "Yderligere indstillinger",
+    "Artificial Intelligence" : "Kunstig Intelligens",
     "Administration privileges" : "Administrationsrettigheder",
     "Groupware" : "Groupware",
     "Overview" : "Overblik",
@@ -122,9 +123,13 @@
     "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Der er nogle brugerimporterede SSL-certifikater til stede, som ikke længere bruges med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Deres stier inde i databiblioteket er vist nedenfor.",
     "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Denne server har ingen fungerende internetforbindelse: Flere slutpunkter kunne ikke nås. Det betyder, at nogle af funktionerne som montering af eksternt lager, meddelelser om opdateringer eller installation af tredjepartsapps ikke vil fungere. Fjernadgang til filer og afsendelse af notifikations-e-mails virker muligvis heller ikke. Opret en forbindelse fra denne server til internettet for at nyde alle funktioner.",
     "The old server-side-encryption format is enabled. We recommend disabling this." : "Det gamle serverside-krypteringsformat er aktiveret. Vi anbefaler at deaktivere dette.",
+    "PHP modules" : "PHP moduler",
+    "Checking for PHP version" : "Tjekker for PHP version",
+    "You are currently running PHP %s." : "Din aktuelle PHP version er %s.",
     "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." : "Den skrivebeskyttede konfiguration er blevet slået til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.",
     "Profile information" : "Profil information",
     "Nextcloud settings" : "Nextcloud-indstillinger",
+    "Task:" : "Opgave:",
     "Here you can decide which group can access certain sections of the administration settings." : "Her kan du bestemme, hvilken gruppe der kan få adgang til visse sektioner af administrationsindstillingerne.",
     "None" : "Ingen",
     "Unable to modify setting" : "Indstillingen kunne ikke ændres",
@@ -167,7 +172,10 @@
     "Results from other categories" : "Resultater fra andre kategorier",
     "No apps found for your version" : "Ingen apps fundet til din verion",
     "Disable all" : "Slå alt fra",
+    "Download and enable all" : "Download og aktivér alle",
     "_%n app has an update available_::_%n apps have an update available_" : ["%n app har en tilgængelig opdatering","%n apps har en tilgængelig opdatering"],
+    "_Update_::_Update all_" : ["Opdatér","Opdatér alle"],
+    "Device name" : "Enheds navn",
     "Marked for remote wipe" : "Mærket til fjernsletning",
     "Device settings" : "Enhedsindstillinger",
     "Allow filesystem access" : "Tillad filsystem adgang",
@@ -210,7 +218,8 @@
     "Copied!" : "Kopieret",
     "Copy" : "Kopier",
     "Could not copy app password. Please copy it manually." : "Kunne ikke kopiere app-adgangskoden. Kopier det venligst manuelt.",
-    "Last job ran {relativeTime}." : "Sidste job kørte {relativeTime}.",
+    "Last job execution ran {time}. Something seems wrong." : "Seneste baggrundsjob kørte {time}. Noget ser ud til at være galt.",
+    "Last job ran {relativeTime}." : "Sidste job kørte for {relativeTime}.",
     "Background job did not run yet!" : "Baggrundsjobbet har ikke kørt endnu!",
     "AJAX" : "AJAX",
     "Execute one task with each page loaded. Use case: Single user instance." : "Udfør én opgave med hver side indlæst. Use case: Enkeltbrugerinstans.",
@@ -218,7 +227,8 @@
     "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php er registreret hos en webcron-tjeneste til at kalde cron.php hvert 5. minut over HTTP. Use case: Meget lille instans (1-5 brugere afhængigt af brugen).",
     "Cron (Recommended)" : "Cron (Anbefalet)",
     "Use system cron service to call the cron.php file every 5 minutes." : "Brug systemets cron-tjeneste til at ringe til cron.php-filen hvert 5. minut.",
-    "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php skal eksekveres af systembrugeren \"{user}\".",
+    "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php skal eksekveres af systembrugeren \"{user}\".",
+    "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP-modulet POSIX er påkrævet. Se {linkstart}PHP dokumentationen{linkend} for mere information.",
     "Unable to update background job mode" : "Kan ikke opdatere baggrundsjobtilstand",
     "Profile" : "Profil",
     "Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brugere.",
@@ -237,20 +247,37 @@
     "Select default encryption module:" : "Vælg standardmodulet til kryptering:",
     "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Du skal migrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye. Aktiver venligst \"Standardkrypteringsmodulet\" og kør {command}",
     "Unable to update server side encryption config" : "Kan ikke opdatere krypteringskonfigurationen på serversiden",
+    "Please confirm the group removal" : "Bekræft venligst sletning af gruppen",
+    "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er igang med at slette gruppen \"{group}\". Gruppens brugere vil IKKE blive slettet!",
     "Cancel" : "Annuller",
     "Confirm" : "Bekræft",
     "Submit" : "Tilføj",
     "Rename group" : "Omdøb gruppe",
     "Remove group" : "Fjern gruppe",
+    "Failed to remove group \"{group}\"" : "Kunne ikke slette gruppen \"{group}\"",
     "Current password" : "Nuværende adgangskode",
     "New password" : "Nyt kodeord",
     "Change password" : "Skift kodeord",
+    "Your profile information" : "Din profil information",
     "Your profile picture" : "Dit profil billede",
     "Upload profile picture" : "Upload profil billede",
+    "Choose profile picture from Files" : "Vælg profil billede fra Filer",
+    "Remove profile picture" : "Fjern profil billede",
+    "The file must be a PNG or JPG" : "Fil format: PNG eller JPG",
     "Picture provided by original account" : "Billede leveret af den oprindelige konto",
+    "Set as profile picture" : "Indstil som profil billede",
+    "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Bemærk; det tager op til 24 timer for dit profil billede, at blive opdateret alle steder.",
+    "Choose your profile picture" : "Vælg dit profil billede",
+    "Please select a valid png or jpg file" : "Vælg en gyldig PNG eller JPG fil",
+    "Error setting profile picture" : "Fejl; profil billede ikke gyldigt",
+    "Error cropping profile picture" : "Fejl; kunne ikke beskære profil billede",
+    "Error saving profile picture" : "Fejl; kunne ikke gemme profil billede",
+    "Error removing profile picture" : "Fejl; kunne ikke slette profil billede",
     "Your biography" : "Din biografi",
     "Details" : "Detaljer",
     "You are a member of the following groups:" : "Du er medlem af følgende grupper:",
+    "You are using <strong>{usage}</strong>" : "Forbrug: <strong>{usage}</strong>",
+    "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Forbrug: <strong>{usage}</strong> af <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
     "Your full name" : "Dit fulde navn",
     "Email options" : "E-mail muligheder",
     "Primary email for password reset and notifications" : "Primær e-mail til nulstilling af adgangskode og meddelelser",
@@ -267,10 +294,15 @@
     "Unable to delete additional email address" : "Kan ikke slette yderligere e-mailadresse",
     "No email address set" : "Der er ikke angivet e-mailadresse",
     "Additional emails" : "Yderligere e-mails",
+    "Your handle" : "Dit kendetegn",
     "Your headline" : "Din overskrift",
     "Help translate" : "Hjælp med oversættelsen",
     "Unable to update language" : "Kunne ikke opdatere sproget",
     "No language set" : "Intet sprog indstillet",
+    "Week starts on {firstDayOfWeek}" : "Første ugedag: {firstDayOfWeek}",
+    "Unable to update locale" : "Kunne ikke opdaterer lokalitet",
+    "No locale set" : "Ingen lokalitet indstillet",
+    "Your city" : "Din by",
     "Your organisation" : "Din organisation",
     "Your phone number" : "Dit telefon nummer",
     "Edit your Profile visibility" : "Rediger din profils synlighed",
@@ -281,25 +313,53 @@
     "Your role" : "Din rolle",
     "Your Twitter handle" : "Dit Twitter handle @…",
     "Your website" : "Vores hjemmeside",
+    "No {property} set" : "Ingen {property} indstillet",
+    "Unable to update {property}" : "Kunne ikke opdaterer {property}",
+    "Add additional email" : "Tilføj yderligere e-mail",
     "Add" : "Tilføj",
+    "No users" : "Ingen brugere",
+    "Loading users …" : "Henter brugere ...",
     "Default language" : "Standardsprog",
     "Common languages" : "Hyppigt brugte sprog",
     "Other languages" : "Andre sprog",
     "Password change is disabled because the master key is disabled" : "Adgangskodeændring er deaktiveret, fordi hovednøglen er deaktiveret",
     "New user" : "Ny bruger",
     "Display name" : "Vist navn",
+    "Either password or email is required" : "Adgangskode eller e-mail er påkrævet",
+    "Password (required)" : "Adgangskode (påkrævet)",
+    "Email (required)" : "E-mail (påkrævet)",
     "Email" : "E-mail",
+    "Groups (required)" : "Grupper (påkrævet)",
+    "Set user groups" : "Vælg bruger grupper",
+    "Administered groups" : "Administrerede grupper",
+    "Set user as admin for …" : "Gør til administrator for ...",
     "Quota" : "Kvote",
+    "Set user quota" : "Vælg bruger kvote",
     "Language" : "Sprog",
+    "Set default language" : "Vælg standard sprog",
+    "Manager" : "Administrér",
+    "Add new user" : "Tilføj ny bruger",
+    "Set user manager" : "Vælg administrator",
+    "Username will be autogenerated" : "Brugernavnet vil blive genereret automatisk",
+    "Username (required)" : "Brugernavn (påkrævet)",
+    "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruger …","{userCount} brugere …"],
+    "_{userCount} user_::_{userCount} users_" : ["{userCount} bruger","{userCount} brugere"],
     "Avatar" : "Avatar",
     "Group admin for" : "Gruppeadministrator for",
     "User backend" : "Bruger-backend",
     "Storage location" : "Placering af lageret",
     "Last login" : "Seneste login",
+    "User actions" : "Bruger handlinger",
+    "Password or insufficient permissions message" : "Besked om adgangskode eller manglende rettigheder",
+    "Loading user …" : "Indlæser bruger ...",
+    "Change display name" : "Redigér vist navn",
+    "Set new password" : "Indstil ny adgangskode",
     "You do not have permissions to see the details of this user" : "Du har ikke tilladelse til at se denne brugers detaljer",
+    "Set new email address" : "Indstil ny e-mail adresse",
     "Add user to group" : "Føj bruger til gruppe",
     "Set user as admin for" : "Gør bruger til administrator for",
     "Select user quota" : "Vælg brugerkvote",
+    "Set the language" : "Indstil sproget",
     "{size} used" : "{size} brugt",
     "Delete user" : "Slet bruger",
     "Wipe all devices" : "Slet alle enheder",
@@ -309,16 +369,25 @@
     "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "I tilfælde af tabt enhed eller forlader organisationen, kan dette fjernslette Nextcloud-dataene fra alle enheder, der er knyttet til {userid}. Virker kun, hvis enhederne er forbundet til internettet.",
     "Remote wipe of devices" : "Fjernsletning af enheder",
     "Wipe {userid}'s devices" : "Slet {userid}'s enheder",
+    "Wiped {userid}'s devices" : "Slettede {userid}'s enheder",
+    "Failed to update user manager" : "Kunne ikke opdaterer bruger administrator",
     "Fully delete {userid}'s account including all their personal files, app data, etc." : "Slet fuldstændigt {userid}s konto inklusive alle deres personlige filer, appdata osv.",
     "Account deletion" : "Sletning af konto",
     "Delete {userid}'s account" : "Slet {userid}s konto",
+    "Display name was successfully changed" : "Vist navn er ændret",
+    "Password was successfully changed" : "Adgangskode er ændret",
+    "Email was successfully changed" : "E-mail adresse er ændret",
     "Welcome mail sent!" : "Velkomstemail sendt!",
     "Toggle user actions menu" : "Skift brugerhandlingsmenu",
     "Edit" : "Redigér",
+    "User management settings" : "Bruger administrations indstillinger",
+    "Visibility" : "Synlighed",
+    "Show language" : "Vis sprog",
     "Show user backend" : "Vis bruger-backend",
     "Show storage path" : "Vis lagersti",
     "Show last login" : "Vis seneste login",
     "Send email" : "Send e-mail",
+    "Send welcome email to new users" : "Send velkomst e-mail til nye brugere",
     "Defaults" : "Standarder",
     "Default quota" : "Standard kvote",
     "Select default quota" : "Vælg standardkvote",
@@ -340,9 +409,13 @@
     "Changelog" : "Ændringslog",
     "by {author}\n{license}" : "af {author}\n{licens}",
     "Active users" : "Aktive brugere",
-    "Admins" : "Administratore",
+    "Admins" : "Administratorer",
     "Disabled users" : "Deaktiverede brugere",
+    "Creating group …" : "Opretter gruppe ...",
+    "Create group" : "Opret gruppe",
     "Group name" : "Gruppenavn",
+    "Please enter a valid group name" : "Indtast venligst et gyldigt gruppenavn",
+    "Failed to create group" : "Kunne ikke oprette gruppe",
     "Not saved" : "Ikke gemt",
     "Sending…" : "Sender...",
     "Email sent" : "E-mail afsendt",
@@ -356,20 +429,24 @@
     "Phone number" : "Telefon nummer",
     "Role" : "Rolle",
     "Twitter" : "Twitter",
+    "Fediverse (e.g. Mastodon)" : "Fediverse (fx Mastodon)",
     "Website" : "Hjemmeside",
     "Profile visibility" : "Profil synlighed",
     "Locale" : "Lokal",
     "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Ikke tilgængelig, da denne egenskab er påkrævet for kernefunktionalitet, herunder fildeling og kalenderinvitationer",
+    "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ikke tilgængelig, da forening er deaktiveret for din konto. Kontakt din systemadministrator, hvis du har spørgsmål",
     "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Ikke tilgængelig, da udgivelse af brugerspecifikke data til opslagsserveren ikke er tilladt. Kontakt din systemadministrator, hvis du har spørgsmål",
     "Active apps" : "Aktive apps",
     "Disabled apps" : "Deaktiverede apps",
     "Updates" : "Opdateringer",
     "App bundles" : "App bundles",
     "Featured apps" : "Udvalgte apps",
+    "Supported apps" : "Understøttede apps",
     "Show to everyone" : "Vis til alle",
     "Show to logged in users only" : "Vis kun til loggede brugere",
     "Hide" : "Skjul",
     "Download and enable" : "Download og aktiver",
+    "Allow untested app" : "Tillad ikke-testet app",
     "The app will be downloaded from the App Store" : "Appen vil blive downloadet fra App Store",
     "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Denne app er ikke markeret som kompatibel med din Nextcloud-version. Hvis du fortsætter, vil du stadig være i stand til at installere appen. Bemærk, at appen muligvis ikke fungerer som forventet.",
     "Never" : "Aldrig",
@@ -378,7 +455,12 @@
     "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Der har været for mange forespørgsmåler fra dit netværk. Forsøg igen senere eller kontakt din administrator hvis dette er en fejl.",
     "Documentation" : "Dokumentation",
     "Forum" : "Forum",
+    "Nextcloud help resources" : "Nextcloud hjælperessourcer",
+    "Account documentation" : "Konto dokumentation",
+    "Administration documentation" : "Administrations dokumentation",
+    "General documentation" : "Overordnet dokumentation",
     "Login" : "Login",
+    "None/STARTTLS" : "Ingen/STARTTLS",
     "SSL" : "SSL",
     "Open documentation" : "Åbn dokumentation",
     "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Det er vigtigt at konfigurere denne server til at kunne sende e-mails, f.eks. for nulstilling af adgangskode og meddelelser.",
@@ -394,6 +476,7 @@
     "SMTP Username" : "SMTP Brugernavn",
     "SMTP Password" : "SMTP Kodeord",
     "Save" : "Gem",
+    "Test and verify email settings" : "Afprøv og bekræft indstillinger",
     "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Det er vigtigt for sikkerheden og ydeevnen af din instans, at alt er konfigureret korrekt. For at hjælpe dig med det laver vi nogle automatiske kontroller. Se venligst den linkede dokumentation for mere information.",
     "All checks passed." : "Alle tjek blev bestået.",
     "There are some errors regarding your setup." : "Der er nogle fejl vedrørende din opsætning.",
@@ -436,13 +519,16 @@
     "Use a second factor besides your password to increase security for your account." : "Brug to-faktor godkendelse for at øge sikkerheden for din konto.",
     "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hvis du bruger tredjepartsapplikationer til at oprette forbindelse til Nextcloud, skal du sørge for at oprette og konfigurere en app-adgangskode for hver, før du aktiverer anden faktor-godkendelse.",
     "You created app password \"{token}\"" : "Du har oprettet app-adgangskoden \"{token}\"",
+    "An administrator created app password \"{token}\"" : "En administrator oprettede app token \"{token}\"",
     "Enable all" : "Aktiver alle",
     "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "For at køre dette skal du bruge PHP POSIX-udvidelsen. Se {linkstart}PHP-dokumentation{linkend} for flere detaljer.",
     "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Brug systemets cron-tjeneste til at kalde cron.php-filen hvert 5. minut. Anbefales til alle instanser.",
     "You are about to remove the group {group}. The users will NOT be deleted." : "Du er ved at fjerne gruppen {group}. Brugerne bliver IKKE slettet.",
     "Please confirm the group removal " : "Bekræft at gruppen skal fjernes",
+    "Choose profile picture from files" : "Vælg profil billede fra filer",
     "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB",
     "Your email address" : "Din e-mailadresse",
+    "Your location" : "Din placering",
     "Add new password" : "Tilføj ny adgangskode",
     "Add new email address" : "Tilføj ny e-mailadresse",
     "Edit User" : "Rediger bruger",
@@ -461,6 +547,10 @@
     "STARTTLS" : "STARTTLS",
     "Authentication method" : "Godkendelsesmetode",
     "Allow username autocompletion in share dialog" : "Tillad autofuldførelse af brugernavn i delingsdialogen",
-    "Allow username autocompletion to users within the same groups" : "Tillad autofuldførelse af brugernavn til brugere inden for de samme grupper"
+    "Allow username autocompletion to users within the same groups" : "Tillad autofuldførelse af brugernavn til brugere inden for de samme grupper",
+    "Edit display name" : "Redigér vist navn",
+    "Select manager" : "Vælg administrator",
+    "User's table" : "Bruger oversigt",
+    "Select user manager" : "Vælg administrator"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 20 - 8
apps/settings/l10n/et_EE.js

@@ -13,18 +13,28 @@ OC.L10N.register(
     "Good password" : "Hea parool",
     "Strong password" : "Väga hea parool",
     "Groups" : "Grupid",
+    "Group list is empty" : "Gruppide loend on tühi",
+    "Unable to retrieve the group list" : "Gruppide loendi pärimine ebaõnnestus",
     "{actor} added you to group {group}" : "{actor} lisas sind gruppi {group}",
-    "You added {user} to group {group}" : "Sa lisasid {user} gruppi {group}",
-    "{actor} added {user} to group {group}" : "{actor} lisas {user} gruppi {group}",
+    "You added {user} to group {group}" : "Sa lisasid kasutaja {user} gruppi {group}",
+    "{actor} added {user} to group {group}" : "{actor} lisas kasutaja {user} gruppi {group}",
+    "An administrator added you to group {group}" : "Administraator lisas sind gruppi {group}",
+    "An administrator added {user} to group {group}" : "Administraator lisas kasutaja {user} gruppi {group}",
+    "{actor} removed you from group {group}" : "{actor} eemaldas sind grupist {group}",
+    "You removed {user} from group {group}" : "Sa eemaldasid kasutaja {user} grupist {group}",
+    "{actor} removed {user} from group {group}" : "{actor} eemaldas kasutaja {user} grupist {group}",
+    "An administrator removed you from group {group}" : "Administraator eemaldas sind grupist {group}",
+    "An administrator removed {user} from group {group}" : "Administraator eemaldas kasutaja {user} grupist {group}",
     "{actor} changed your password" : "{actor} muutis sinu parooli",
     "You changed your password" : "Sa muutsid oma parooli",
     "Your password was reset by an administrator" : "Administraator lähtestas sinu parooli",
+    "Your password was reset" : "Sinu parool lähtestati",
     "{actor} changed your email address" : "{actor} muutis sinu e-posti aadressi",
     "You changed your email address" : "Sa muutsid oma e-posti aadressi",
     "Your email address was changed by an administrator" : "Administraator muutis sinu e-posti aadressi",
     "Security" : "Turvalisus",
     "You successfully logged in using two-factor authentication (%1$s)" : "Logisid edukalt sisse, kasutades kaheastmelist autentimiset (%1$s)",
-    "A login attempt using two-factor authentication failed (%1$s)" : "Sisselogimiskatse, kasutades kaheastmelist autentimist, ebaõnnestus (%1$s)",
+    "A login attempt using two-factor authentication failed (%1$s)" : "Sisselogimiskatse kaheastmelise autentimisega ebaõnnestus (%1$s)",
     "Your <strong>password</strong> or <strong>email</strong> was modified" : "Sinu <strong>parooli</strong> või <strong>e-posti aadressi</strong> muudeti",
     "Apps" : "Rakendused",
     "Wrong password" : "Vale parool",
@@ -37,15 +47,16 @@ OC.L10N.register(
     "User documentation" : "Kasutaja dokumentatsioon",
     "Invalid SMTP password." : "Vale SMTP parool.",
     "Email setting test" : "E-posti sätete kontroll",
-    "Well done, %s!" : "Suurepärane, %s!",
-    "If you received this email, the email configuration seems to be correct." : "Kui saite selle kirja, näib e-posti seadistus õige.",
-    "Email could not be sent. Check your mail server log" : "E-posti ei saanud saata. Kontrollige oma meiliserveri logi",
-    "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "E-posti saatmisel ilmnes viga. Palun kontrollige seadeid. (Viga: %s)",
+    "Well done, %s!" : "Hästi tehtud, %s!",
+    "If you received this email, the email configuration seems to be correct." : "Kui said selle kirja, näib e-posti seadistus õige.",
+    "Email could not be sent. Check your mail server log" : "E-kirja saatmine ebaõnnestus. Kontrolli oma meiliserveri logi",
+    "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "E-kirja saatmisel tekkis viga. Palun vaata seaded üle. (Viga: %s)",
+    "You need to set your user email before being able to send test emails. Go to %s for that." : "Enne e-kirjade saatmist pead seadistama oma e-posti aadress. Selleks mine %s.",
     "Users" : "Kasutajad",
     "Invalid user" : "Vigane kasutaja",
     "Invalid mail address" : "Vigane e-posti aadress",
     "Settings saved" : "Seaded salvestatud",
-    "Unable to change full name" : "Täispika nime muutmine ebaõnnestus",
+    "Unable to change full name" : "Täisnime muutmine ebaõnnestus",
     "Unable to change email address" : "E-posti aadressi muutmine ebaõnnestus",
     "%1$s changed your password on %2$s." : "%1$s muutis su parooli %2$s.",
     "Your password on %s was changed." : "Sinu %s parool muudeti.",
@@ -178,6 +189,7 @@ OC.L10N.register(
     "Resend welcome email" : "Saada tervitusmeil uuesti",
     "Welcome mail sent!" : "Tervitusmeil saadetud!",
     "Edit" : "Redigeeri",
+    "Visibility" : "Nähtavus",
     "Show last login" : "Näita viimast sisselogimist",
     "Send email" : "Saada kiri",
     "Default quota" : "Vaikimisi mahupiir",

+ 20 - 8
apps/settings/l10n/et_EE.json

@@ -11,18 +11,28 @@
     "Good password" : "Hea parool",
     "Strong password" : "Väga hea parool",
     "Groups" : "Grupid",
+    "Group list is empty" : "Gruppide loend on tühi",
+    "Unable to retrieve the group list" : "Gruppide loendi pärimine ebaõnnestus",
     "{actor} added you to group {group}" : "{actor} lisas sind gruppi {group}",
-    "You added {user} to group {group}" : "Sa lisasid {user} gruppi {group}",
-    "{actor} added {user} to group {group}" : "{actor} lisas {user} gruppi {group}",
+    "You added {user} to group {group}" : "Sa lisasid kasutaja {user} gruppi {group}",
+    "{actor} added {user} to group {group}" : "{actor} lisas kasutaja {user} gruppi {group}",
+    "An administrator added you to group {group}" : "Administraator lisas sind gruppi {group}",
+    "An administrator added {user} to group {group}" : "Administraator lisas kasutaja {user} gruppi {group}",
+    "{actor} removed you from group {group}" : "{actor} eemaldas sind grupist {group}",
+    "You removed {user} from group {group}" : "Sa eemaldasid kasutaja {user} grupist {group}",
+    "{actor} removed {user} from group {group}" : "{actor} eemaldas kasutaja {user} grupist {group}",
+    "An administrator removed you from group {group}" : "Administraator eemaldas sind grupist {group}",
+    "An administrator removed {user} from group {group}" : "Administraator eemaldas kasutaja {user} grupist {group}",
     "{actor} changed your password" : "{actor} muutis sinu parooli",
     "You changed your password" : "Sa muutsid oma parooli",
     "Your password was reset by an administrator" : "Administraator lähtestas sinu parooli",
+    "Your password was reset" : "Sinu parool lähtestati",
     "{actor} changed your email address" : "{actor} muutis sinu e-posti aadressi",
     "You changed your email address" : "Sa muutsid oma e-posti aadressi",
     "Your email address was changed by an administrator" : "Administraator muutis sinu e-posti aadressi",
     "Security" : "Turvalisus",
     "You successfully logged in using two-factor authentication (%1$s)" : "Logisid edukalt sisse, kasutades kaheastmelist autentimiset (%1$s)",
-    "A login attempt using two-factor authentication failed (%1$s)" : "Sisselogimiskatse, kasutades kaheastmelist autentimist, ebaõnnestus (%1$s)",
+    "A login attempt using two-factor authentication failed (%1$s)" : "Sisselogimiskatse kaheastmelise autentimisega ebaõnnestus (%1$s)",
     "Your <strong>password</strong> or <strong>email</strong> was modified" : "Sinu <strong>parooli</strong> või <strong>e-posti aadressi</strong> muudeti",
     "Apps" : "Rakendused",
     "Wrong password" : "Vale parool",
@@ -35,15 +45,16 @@
     "User documentation" : "Kasutaja dokumentatsioon",
     "Invalid SMTP password." : "Vale SMTP parool.",
     "Email setting test" : "E-posti sätete kontroll",
-    "Well done, %s!" : "Suurepärane, %s!",
-    "If you received this email, the email configuration seems to be correct." : "Kui saite selle kirja, näib e-posti seadistus õige.",
-    "Email could not be sent. Check your mail server log" : "E-posti ei saanud saata. Kontrollige oma meiliserveri logi",
-    "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "E-posti saatmisel ilmnes viga. Palun kontrollige seadeid. (Viga: %s)",
+    "Well done, %s!" : "Hästi tehtud, %s!",
+    "If you received this email, the email configuration seems to be correct." : "Kui said selle kirja, näib e-posti seadistus õige.",
+    "Email could not be sent. Check your mail server log" : "E-kirja saatmine ebaõnnestus. Kontrolli oma meiliserveri logi",
+    "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "E-kirja saatmisel tekkis viga. Palun vaata seaded üle. (Viga: %s)",
+    "You need to set your user email before being able to send test emails. Go to %s for that." : "Enne e-kirjade saatmist pead seadistama oma e-posti aadress. Selleks mine %s.",
     "Users" : "Kasutajad",
     "Invalid user" : "Vigane kasutaja",
     "Invalid mail address" : "Vigane e-posti aadress",
     "Settings saved" : "Seaded salvestatud",
-    "Unable to change full name" : "Täispika nime muutmine ebaõnnestus",
+    "Unable to change full name" : "Täisnime muutmine ebaõnnestus",
     "Unable to change email address" : "E-posti aadressi muutmine ebaõnnestus",
     "%1$s changed your password on %2$s." : "%1$s muutis su parooli %2$s.",
     "Your password on %s was changed." : "Sinu %s parool muudeti.",
@@ -176,6 +187,7 @@
     "Resend welcome email" : "Saada tervitusmeil uuesti",
     "Welcome mail sent!" : "Tervitusmeil saadetud!",
     "Edit" : "Redigeeri",
+    "Visibility" : "Nähtavus",
     "Show last login" : "Näita viimast sisselogimist",
     "Send email" : "Saada kiri",
     "Default quota" : "Vaikimisi mahupiir",

+ 8 - 0
apps/settings/l10n/sv.js

@@ -152,6 +152,9 @@ OC.L10N.register(
     "The old server-side-encryption format is enabled. We recommend disabling this." : "Det gamla krypteringsformatet på servern är aktiverat. Vi rekommenderar att du inaktiverar detta.",
     "Checking for PHP default charset" : "Söker efter standardteckenuppsättning för PHP",
     "PHP configuration option default_charset should be UTF-8" : "PHP-konfigurationsalternativ default_charset ska vara UTF-8",
+    "PHP modules" : "PHP-moduler",
+    "This instance is missing some required PHP modules. It is required to install them: %s" : "Den här instansen saknar några nödvändiga PHP-moduler. Det är nödvändigt att installera dem: %s",
+    "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "Den här instansen saknar några rekommenderade PHP-moduler. För förbättrad prestanda och bättre kompatibilitet rekommenderas starkt att du installerar dem: %s",
     "Checking for PHP version" : "Söker efter PHP-version",
     "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.",
     "You are currently running PHP %s." : "Du kör för närvarande PHP %s.",
@@ -173,6 +176,8 @@ OC.L10N.register(
     "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tal-till-text kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas.",
     "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av dina installerade appar tillhandahåller tal-till-text-funktionalitet",
     "Image generation" : "Bildgenerering",
+    "Image generation can be implemented by different apps. Here you can set which app should be used." : "Bildgenerering kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas.",
+    "None of your currently installed apps provide image generation functionality" : "Ingen av dina för närvarande installerade appar tillhandahåller bildgenereringsfunktioner",
     "Text processing" : "Textbehandling",
     "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textbearbetningsuppgifter kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas för vilken uppgift.",
     "Task:" : "Uppgift:",
@@ -560,6 +565,8 @@ OC.L10N.register(
     "Restrict users to only share with users in their groups" : "Begränsa användare till att enbart kunna dela med användare i deras grupper",
     "Exclude groups from sharing" : "Exkludera grupp från att dela",
     "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.",
+    "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok",
+    "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillåt autokomplettering av användarnamn för användare inom samma grupper och begränsa systemadressböcker till användare i samma grupper",
     "Allow username autocompletion to users based on phone number integration" : "Tillåt autokomplettering av användarnamn till användare baserad på telefonnummerintegration",
     "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Om komplettering för \"samma grupp\" och \"telefonnummerintegration\" är aktiverade räcker det med en matchning i en av dem för att visa användaren.",
     "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillåt autokomplettering när du anger hela namnet eller e-postadressen (ignorera saknad telefonboksmatchning och att vara i samma grupp)",
@@ -610,6 +617,7 @@ OC.L10N.register(
     "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV-systemets adressbokssynkronisering har inte körts ännu eftersom din instans har fler än 1000 användare eller för att ett fel uppstod. Kör det manuellt genom att anropa occ dav:sync-system-addressbook.",
     "Edit display name" : "Ändra visningsnamn",
     "Select manager" : "Välj chef",
+    "User's table" : "Användartabell",
     "Select user manager" : "Välj användaradministratör"
 },
 "nplurals=2; plural=(n != 1);");

+ 8 - 0
apps/settings/l10n/sv.json

@@ -150,6 +150,9 @@
     "The old server-side-encryption format is enabled. We recommend disabling this." : "Det gamla krypteringsformatet på servern är aktiverat. Vi rekommenderar att du inaktiverar detta.",
     "Checking for PHP default charset" : "Söker efter standardteckenuppsättning för PHP",
     "PHP configuration option default_charset should be UTF-8" : "PHP-konfigurationsalternativ default_charset ska vara UTF-8",
+    "PHP modules" : "PHP-moduler",
+    "This instance is missing some required PHP modules. It is required to install them: %s" : "Den här instansen saknar några nödvändiga PHP-moduler. Det är nödvändigt att installera dem: %s",
+    "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "Den här instansen saknar några rekommenderade PHP-moduler. För förbättrad prestanda och bättre kompatibilitet rekommenderas starkt att du installerar dem: %s",
     "Checking for PHP version" : "Söker efter PHP-version",
     "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.",
     "You are currently running PHP %s." : "Du kör för närvarande PHP %s.",
@@ -171,6 +174,8 @@
     "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tal-till-text kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas.",
     "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av dina installerade appar tillhandahåller tal-till-text-funktionalitet",
     "Image generation" : "Bildgenerering",
+    "Image generation can be implemented by different apps. Here you can set which app should be used." : "Bildgenerering kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas.",
+    "None of your currently installed apps provide image generation functionality" : "Ingen av dina för närvarande installerade appar tillhandahåller bildgenereringsfunktioner",
     "Text processing" : "Textbehandling",
     "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textbearbetningsuppgifter kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas för vilken uppgift.",
     "Task:" : "Uppgift:",
@@ -558,6 +563,8 @@
     "Restrict users to only share with users in their groups" : "Begränsa användare till att enbart kunna dela med användare i deras grupper",
     "Exclude groups from sharing" : "Exkludera grupp från att dela",
     "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.",
+    "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok",
+    "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillåt autokomplettering av användarnamn för användare inom samma grupper och begränsa systemadressböcker till användare i samma grupper",
     "Allow username autocompletion to users based on phone number integration" : "Tillåt autokomplettering av användarnamn till användare baserad på telefonnummerintegration",
     "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Om komplettering för \"samma grupp\" och \"telefonnummerintegration\" är aktiverade räcker det med en matchning i en av dem för att visa användaren.",
     "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillåt autokomplettering när du anger hela namnet eller e-postadressen (ignorera saknad telefonboksmatchning och att vara i samma grupp)",
@@ -608,6 +615,7 @@
     "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV-systemets adressbokssynkronisering har inte körts ännu eftersom din instans har fler än 1000 användare eller för att ett fel uppstod. Kör det manuellt genom att anropa occ dav:sync-system-addressbook.",
     "Edit display name" : "Ändra visningsnamn",
     "Select manager" : "Välj chef",
+    "User's table" : "Användartabell",
     "Select user manager" : "Välj användaradministratör"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 3 - 0
apps/workflowengine/l10n/sv.js

@@ -80,12 +80,15 @@ OC.L10N.register(
     "Save" : "Spara",
     "Available flows" : "Tillgängliga flöden",
     "For details on how to write your own flow, check out the development documentation." : "För information om hur du skriver ditt eget flöde, se utvecklingsdokumentationen.",
+    "No flows installed" : "Inga flöden installerade",
+    "Ask your administrator to install new flows." : "Be din administratör att installera nya flöden.",
     "More flows" : "Fler flöden",
     "Browse the App Store" : "Bläddra i appbutiken",
     "Show less" : "Visa mindre",
     "Show more" : "Visa mer",
     "Configured flows" : "Konfigurerade flöden",
     "Your flows" : "Dina flöden",
+    "No flows configured" : "Inga flöden har konfigurerats",
     "matches" : "träffar",
     "does not match" : "matchar inte",
     "is" : "är",

+ 3 - 0
apps/workflowengine/l10n/sv.json

@@ -78,12 +78,15 @@
     "Save" : "Spara",
     "Available flows" : "Tillgängliga flöden",
     "For details on how to write your own flow, check out the development documentation." : "För information om hur du skriver ditt eget flöde, se utvecklingsdokumentationen.",
+    "No flows installed" : "Inga flöden installerade",
+    "Ask your administrator to install new flows." : "Be din administratör att installera nya flöden.",
     "More flows" : "Fler flöden",
     "Browse the App Store" : "Bläddra i appbutiken",
     "Show less" : "Visa mindre",
     "Show more" : "Visa mer",
     "Configured flows" : "Konfigurerade flöden",
     "Your flows" : "Dina flöden",
+    "No flows configured" : "Inga flöden har konfigurerats",
     "matches" : "träffar",
     "does not match" : "matchar inte",
     "is" : "är",

+ 3 - 0
core/l10n/da.js

@@ -84,6 +84,7 @@ OC.L10N.register(
     "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du har ikke indstillet eller bekræftet din e-mail-serverkonfiguration endnu. Gå over til {mailSettingsStart}Grundlæggende indstillinger{mailSettingsEnd} for at indstille dem. Brug derefter knappen \"Send e-mail\" under formularen for at bekræfte dine indstillinger.",
     "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kører ikke med \"READ COMMITTED\" transaktions isoleringsniveau. Dette kan føre til problemer når multiple transaktioner udføres parallelt.",
     "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.",
+    "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Din eksterne IP-adresse er \"{remoteAddress}\" og er i øjeblikket udsat for brute-force angreb, hvilket påvirker den overordnede hastighed på forskellige forespørgelser. Er dette ikke din IP-adresse, kan dette være en indikation af, at proxy-viderestilling ikke er korrekt konfigureret. Yderligere information kan findes i {linkstart}dokumentationen ↗{linkend}.",
     "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transaktionel fillåsning er deaktiveret, dette kan føre til problemer med race-forhold. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer. Se {linkstart}dokumentationen ↗{linkend} for mere information.",
     "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databasen bruges til transaktionsfillåsning. For at forbedre ydeevnen skal du konfigurere memcache, hvis den er tilgængelig. Se {linkstart}dokumentationen ↗{linkend} for mere information.",
     "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Sørg for at indstille \"overwrite.cli.url\"-indstillingen i din config.php-fil til den URL, som dine brugere primært bruger til at få adgang til denne Nextcloud. Forslag: \"{suggestedOverwriteCliURL}\". Ellers kan der være problemer med URL-generering via cron. (Det er dog muligt, at den foreslåede URL ikke er den URL, som dine brugere primært bruger til at få adgang til denne Nextcloud. Det bedste er under alle omstændigheder at dobbelttjekke dette.)",
@@ -229,7 +230,9 @@ OC.L10N.register(
     "No" : "Nej",
     "Yes" : "Ja",
     "Choose" : "Vælg",
+    "Copy to {target}" : "Kopiér til {target}",
     "Copy" : "Kopiér",
+    "Move to {target}" : "Flyt til {target}",
     "Move" : "Flyt",
     "OK" : "Ok",
     "Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}",

+ 3 - 0
core/l10n/da.json

@@ -82,6 +82,7 @@
     "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du har ikke indstillet eller bekræftet din e-mail-serverkonfiguration endnu. Gå over til {mailSettingsStart}Grundlæggende indstillinger{mailSettingsEnd} for at indstille dem. Brug derefter knappen \"Send e-mail\" under formularen for at bekræfte dine indstillinger.",
     "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kører ikke med \"READ COMMITTED\" transaktions isoleringsniveau. Dette kan føre til problemer når multiple transaktioner udføres parallelt.",
     "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.",
+    "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Din eksterne IP-adresse er \"{remoteAddress}\" og er i øjeblikket udsat for brute-force angreb, hvilket påvirker den overordnede hastighed på forskellige forespørgelser. Er dette ikke din IP-adresse, kan dette være en indikation af, at proxy-viderestilling ikke er korrekt konfigureret. Yderligere information kan findes i {linkstart}dokumentationen ↗{linkend}.",
     "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transaktionel fillåsning er deaktiveret, dette kan føre til problemer med race-forhold. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer. Se {linkstart}dokumentationen ↗{linkend} for mere information.",
     "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databasen bruges til transaktionsfillåsning. For at forbedre ydeevnen skal du konfigurere memcache, hvis den er tilgængelig. Se {linkstart}dokumentationen ↗{linkend} for mere information.",
     "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Sørg for at indstille \"overwrite.cli.url\"-indstillingen i din config.php-fil til den URL, som dine brugere primært bruger til at få adgang til denne Nextcloud. Forslag: \"{suggestedOverwriteCliURL}\". Ellers kan der være problemer med URL-generering via cron. (Det er dog muligt, at den foreslåede URL ikke er den URL, som dine brugere primært bruger til at få adgang til denne Nextcloud. Det bedste er under alle omstændigheder at dobbelttjekke dette.)",
@@ -227,7 +228,9 @@
     "No" : "Nej",
     "Yes" : "Ja",
     "Choose" : "Vælg",
+    "Copy to {target}" : "Kopiér til {target}",
     "Copy" : "Kopiér",
+    "Move to {target}" : "Flyt til {target}",
     "Move" : "Flyt",
     "OK" : "Ok",
     "Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}",

+ 3 - 0
core/l10n/sv.js

@@ -40,8 +40,11 @@ OC.L10N.register(
     "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicka på länken för att återställa ditt lösenord. Om du inte har begärt att lösenordet ska återställas så kan du ignorera detta epost.",
     "Reset your password" : "Återställ ditt lösenord",
     "Requested task type does not exist" : "Den begärda uppgiftstypen finns inte",
+    "Necessary language model provider is not available" : "Nödvändig språkmodellsleverantör är inte tillgänglig",
     "Task not found" : "Uppgiften hittades inte",
     "Internal error" : "Internt fel",
+    "No text to image provider is available" : "Ingen text till bildleverantör är tillgänglig",
+    "Image not found" : "Bilden kunde inte hittas",
     "No translation provider available" : "Ingen översättning tillgänglig",
     "Could not detect language" : "Kunde inte identifiera språk",
     "Unable to translate" : "Kan inte översätta",

+ 3 - 0
core/l10n/sv.json

@@ -38,8 +38,11 @@
     "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicka på länken för att återställa ditt lösenord. Om du inte har begärt att lösenordet ska återställas så kan du ignorera detta epost.",
     "Reset your password" : "Återställ ditt lösenord",
     "Requested task type does not exist" : "Den begärda uppgiftstypen finns inte",
+    "Necessary language model provider is not available" : "Nödvändig språkmodellsleverantör är inte tillgänglig",
     "Task not found" : "Uppgiften hittades inte",
     "Internal error" : "Internt fel",
+    "No text to image provider is available" : "Ingen text till bildleverantör är tillgänglig",
+    "Image not found" : "Bilden kunde inte hittas",
     "No translation provider available" : "Ingen översättning tillgänglig",
     "Could not detect language" : "Kunde inte identifiera språk",
     "Unable to translate" : "Kan inte översätta",