From 2912e07e0b32ed5c62ed4aae3d07dcc9a364e00b Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Mon, 24 Mar 2025 09:57:10 +0100 Subject: [PATCH] i18n(da_DK): Update Danish translations --- UI/Common/Danish.lproj/Localizable.strings | 7 +++++++ UI/MailerUI/Danish.lproj/Localizable.strings | 16 ++++++++++++++++ UI/MainUI/Danish.lproj/Localizable.strings | 3 ++- .../Danish.lproj/Localizable.strings | 5 ----- UI/Scheduler/Danish.lproj/Localizable.strings | 1 + 5 files changed, 26 insertions(+), 6 deletions(-) diff --git a/UI/Common/Danish.lproj/Localizable.strings b/UI/Common/Danish.lproj/Localizable.strings index 14bd57208..6944922fe 100644 --- a/UI/Common/Danish.lproj/Localizable.strings +++ b/UI/Common/Danish.lproj/Localizable.strings @@ -233,3 +233,10 @@ "passwordRecovery_SecretQuestion2" = "Hvad var din første bil?"; "passwordRecovery_SecretQuestion3" = "Hvad er din yndlings film?"; "passwordRecovery_SecondaryEmail" = "Sekundær E-mail"; + +/* Password */ +"POLICY_MIN_LOWERCASE_LETTER" = "Minimum %{0} lille bogstav"; +"POLICY_MIN_UPPERCASE_LETTER" = "Minimum %{0} stort bogstav"; +"POLICY_MIN_DIGIT" = "Minimum %{0} tal"; +"POLICY_MIN_SPECIAL_SYMBOLS" = "Minimum %{0} specialtegn"; +"POLICY_MIN_LENGTH" = "Minimum længde på %{0} tegn"; \ No newline at end of file diff --git a/UI/MailerUI/Danish.lproj/Localizable.strings b/UI/MailerUI/Danish.lproj/Localizable.strings index e81f76b38..abe09afd9 100644 --- a/UI/MailerUI/Danish.lproj/Localizable.strings +++ b/UI/MailerUI/Danish.lproj/Localizable.strings @@ -171,6 +171,7 @@ /* MailListView */ "Sender" = "Afsender"; "Subject or Sender" = "Emne eller afsender"; +"Subject or Recipient" = "Emne eller modtager"; "To or Cc" = "Til eller Cc"; "Entire Message" = "Hele beskeden"; "Date" = "Dato"; @@ -514,3 +515,18 @@ /* Hotkey to forward to a message */ "hotkey_forward" = "f"; + +/* Email deletion */ +"Clean folder" = "Ryd mappe"; +"Clean mailbox" = "Ryd postkasse"; +"Delete permanently (do not use trash)" = "Slet permanent (brug ikke papirkurv)"; +"Apply to subfolders" = "Anvend på undermapper"; +"Delete e-mails older than" = "Slet e-mails ældre end"; +"3 months" = "3 måneder"; +"6 months" = "6 måneder"; +"9 months" = "9 måneder"; +"1 year" = "1 år"; +"Custom" = "Brugerdefineret"; +"You are about to permanently delete some messages. Are you sure you want to proceed with this action?" = "Du er ved at slette nogle beskeder permanent. Er du sikker på, at du vil fortsætte med denne handling?"; +"Apply" = "Anvend"; +"%{0} message(s) deleted" = "%{0} besked(er) slettet"; \ No newline at end of file diff --git a/UI/MainUI/Danish.lproj/Localizable.strings b/UI/MainUI/Danish.lproj/Localizable.strings index b86bfaa3d..b09827844 100644 --- a/UI/MainUI/Danish.lproj/Localizable.strings +++ b/UI/MainUI/Danish.lproj/Localizable.strings @@ -84,6 +84,7 @@ "Change your Password" = "Skift din adgangskode"; "The password was changed successfully." = "Adgangskoden er ændret."; "Your password has expired, please enter a new one below" = "Din adgangskode er udløbet, indtast venligst et nyt nedenfor"; +"Your password is too weak. Please choose a stronger password to enhance your security" = "Din adgangskode er for svag. Vælg venligst en stærkere adgangskode for at forbedre din sikkerhed."; "Password must not be empty." = "Adgangskode må ikke være tomt."; "The passwords do not match. Please try again." = "De indtastede adgangskoder stemmer ikke overens. Prøv venligst igen."; "Password Grace Period" = "Adgangskodens varighed"; @@ -126,4 +127,4 @@ "Invalid configuration for email password recovery" = "Ugyldig konfiguration til gendannelse af e-mail adgangskode"; "Password recovery email in error" = "E-mail til gendannelse af adgangskode fejler"; "Password reset" = "Adgangskode nulstilling"; -"Hi %{0},\nThere was a request to change your password!\n\nIf you did not make this request then please ignore this email.\n\nOtherwise, please click this link to change your password: %{1}" = "Hej %{0},\nDer var en anmodning om ændring af din adgangskode!\n\nHvis du ikke har anmodet om denne ændret, kan du ignorerer denne e-mail.\n\nEllers, venligst klik på linket for at ændre din adgangskode: %{1}"; \ No newline at end of file +"Hi %{0},\nThere was a request to change your password!\n\nIf you did not make this request then please ignore this email.\n\nOtherwise, please click this link to change your password: %{1}" = "Hej %{0},\nDer var en anmodning om ændring af din adgangskode!\n\nHvis du ikke har anmodet om denne ændret, kan du ignorerer denne e-mail.\n\nEllers, venligst klik på linket for at ændre din adgangskode: %{1}"; diff --git a/UI/PreferencesUI/Danish.lproj/Localizable.strings b/UI/PreferencesUI/Danish.lproj/Localizable.strings index 3288940d2..087fd80d0 100644 --- a/UI/PreferencesUI/Danish.lproj/Localizable.strings +++ b/UI/PreferencesUI/Danish.lproj/Localizable.strings @@ -274,11 +274,6 @@ "Confirmation" = "Bekræftelse"; "Change" = "Skift"; "Passwords don't match" = "Adgangskoder stemmer ikke overens"; -"POLICY_MIN_LOWERCASE_LETTER" = "Minimum på %{0} små bogstaver"; -"POLICY_MIN_UPPERCASE_LETTER" = "Minimum på %{0} store bogstaver"; -"POLICY_MIN_DIGIT" = "Minimum på %{0} ciffer"; -"POLICY_MIN_SPECIAL_SYMBOLS" = "Mindst %{0} specielle tegn"; -"POLICY_MIN_LENGTH" = "Minimumlængde på %{0} tegn"; /* Event+task classifications */ diff --git a/UI/Scheduler/Danish.lproj/Localizable.strings b/UI/Scheduler/Danish.lproj/Localizable.strings index 867aa5c89..42916916e 100644 --- a/UI/Scheduler/Danish.lproj/Localizable.strings +++ b/UI/Scheduler/Danish.lproj/Localizable.strings @@ -117,6 +117,7 @@ "Save and Close" = "Gem og luk"; "Close" = "Luk"; "Invite Attendees" = "Invitér deltagere"; +"Create Jitsi Meeting" = "Opprett Jitsi-møte"; "Attach" = "Vedhæft"; "Update" = "Opdatér"; "Cancel" = "Annullér";