diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-30 00:26:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-30 00:26:19 +0000 |
commit | 600351c4cf7e8b7c599d6a7cea457cfc09393d03 (patch) | |
tree | 091b1a42d71beadf2dc4674223ae61d2617a5ac7 /core/l10n | |
parent | fe471da3169f055738b1326baffdbfb1c72c3d2e (diff) | |
download | nextcloud-server-600351c4cf7e8b7c599d6a7cea457cfc09393d03.tar.gz nextcloud-server-600351c4cf7e8b7c599d6a7cea457cfc09393d03.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/da.js | 3 | ||||
-rw-r--r-- | core/l10n/da.json | 3 | ||||
-rw-r--r-- | core/l10n/sv.js | 3 | ||||
-rw-r--r-- | core/l10n/sv.json | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/da.js b/core/l10n/da.js index 36a41a6b5bc..7c9b2ceec16 100644 --- a/core/l10n/da.js +++ b/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}", diff --git a/core/l10n/da.json b/core/l10n/da.json index 2082b1c7c53..0c0adac9e9d 100644 --- a/core/l10n/da.json +++ b/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}", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 3ea8aa345e9..1a88c97d94b 100644 --- a/core/l10n/sv.js +++ b/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", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index b493b20c4ba..f81e51211c0 100644 --- a/core/l10n/sv.json +++ b/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", |