From 397d0ee5fc892bb616187e2b3aa91d5ea5a9f4b3 Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Mon, 24 Mar 2025 09:57:16 +0100 Subject: [PATCH] i18n(sv): Update Swedish translations --- UI/Common/Swedish.lproj/Localizable.strings | 7 +++++++ UI/MailerUI/Swedish.lproj/Localizable.strings | 16 ++++++++++++++++ UI/MainUI/Swedish.lproj/Localizable.strings | 3 ++- .../Swedish.lproj/Localizable.strings | 5 ----- UI/Scheduler/Swedish.lproj/Localizable.strings | 1 + 5 files changed, 26 insertions(+), 6 deletions(-) diff --git a/UI/Common/Swedish.lproj/Localizable.strings b/UI/Common/Swedish.lproj/Localizable.strings index 913276a48..004f80901 100644 --- a/UI/Common/Swedish.lproj/Localizable.strings +++ b/UI/Common/Swedish.lproj/Localizable.strings @@ -233,3 +233,10 @@ "passwordRecovery_SecretQuestion2" = "What was your first car ?"; "passwordRecovery_SecretQuestion3" = "What is your favorite movie ?"; "passwordRecovery_SecondaryEmail" = "Secondary E-mail"; + +/* Password */ +"POLICY_MIN_LOWERCASE_LETTER" = "Minimum of %{0} lowercase letter"; +"POLICY_MIN_UPPERCASE_LETTER" = "Minimum of %{0} uppercase letter"; +"POLICY_MIN_DIGIT" = "Minimum of %{0} digit"; +"POLICY_MIN_SPECIAL_SYMBOLS" = "Minimum of %{0} special symbols"; +"POLICY_MIN_LENGTH" = "Minimum length of %{0} characters"; \ No newline at end of file diff --git a/UI/MailerUI/Swedish.lproj/Localizable.strings b/UI/MailerUI/Swedish.lproj/Localizable.strings index 5b86cadcf..b408bb0e2 100644 --- a/UI/MailerUI/Swedish.lproj/Localizable.strings +++ b/UI/MailerUI/Swedish.lproj/Localizable.strings @@ -171,6 +171,7 @@ /* MailListView */ "Sender" = "Avsändare"; "Subject or Sender" = "Ämne eller avsändare"; +"Subject or Recipient" = "Subject or Recipient"; "To or Cc" = "Till eller kopia"; "Entire Message" = "Hela meddelandet"; "Date" = "Datum"; @@ -514,3 +515,18 @@ /* Hotkey to forward to a message */ "hotkey_forward" = "f"; + +/* Email deletion */ +"Clean folder" = "Clean folder"; +"Clean mailbox" = "Clean mailbox"; +"Delete permanently (do not use trash)" = "Delete permanently (do not use trash)"; +"Apply to subfolders" = "Apply to subfolders"; +"Delete e-mails older than" = "Delete e-mails older than"; +"3 months" = "3 months"; +"6 months" = "6 months"; +"9 months" = "9 months"; +"1 year" = "1 year"; +"Custom" = "Custom"; +"You are about to permanently delete some messages. Are you sure you want to proceed with this action?" = "You are about to permanently delete some messages. Are you sure you want to proceed with this action?"; +"Apply" = "Apply"; +"%{0} message(s) deleted" = "%{0} message(s) deleted"; \ No newline at end of file diff --git a/UI/MainUI/Swedish.lproj/Localizable.strings b/UI/MainUI/Swedish.lproj/Localizable.strings index df1d1f6fc..e5f8586dd 100644 --- a/UI/MainUI/Swedish.lproj/Localizable.strings +++ b/UI/MainUI/Swedish.lproj/Localizable.strings @@ -84,6 +84,7 @@ "Change your Password" = "Ändra ditt lösenord"; "The password was changed successfully." = "The password was changed successfully."; "Your password has expired, please enter a new one below" = "Ditt lösenord har slutat gälla, mata in ett nytt lösenord nedan"; +"Your password is too weak. Please choose a stronger password to enhance your security" = "Your password is too weak. Please choose a stronger password to enhance your security"; "Password must not be empty." = "Lösenordet får inte vara tomt."; "The passwords do not match. Please try again." = "Felaktigt lösenord. Försök igen."; "Password Grace Period" = "Tillfälligt lösenord"; @@ -126,4 +127,4 @@ "Invalid configuration for email password recovery" = "Invalid configuration for email password recovery"; "Password recovery email in error" = "Password recovery email in error"; "Password reset" = "Password reset"; -"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}" = "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}"; \ 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}" = "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}"; diff --git a/UI/PreferencesUI/Swedish.lproj/Localizable.strings b/UI/PreferencesUI/Swedish.lproj/Localizable.strings index bacd45d30..7e020799e 100644 --- a/UI/PreferencesUI/Swedish.lproj/Localizable.strings +++ b/UI/PreferencesUI/Swedish.lproj/Localizable.strings @@ -274,11 +274,6 @@ "Confirmation" = "Bekräfta"; "Change" = "Ändra"; "Passwords don't match" = "Passwords don't match"; -"POLICY_MIN_LOWERCASE_LETTER" = "Minimum of %{0} lowercase letter"; -"POLICY_MIN_UPPERCASE_LETTER" = "Minimum of %{0} uppercase letter"; -"POLICY_MIN_DIGIT" = "Minimum of %{0} digit"; -"POLICY_MIN_SPECIAL_SYMBOLS" = "Minimum of %{0} special symbols"; -"POLICY_MIN_LENGTH" = "Minimum length of %{0} characters"; /* Event+task classifications */ diff --git a/UI/Scheduler/Swedish.lproj/Localizable.strings b/UI/Scheduler/Swedish.lproj/Localizable.strings index 56cf10844..f45ef4184 100644 --- a/UI/Scheduler/Swedish.lproj/Localizable.strings +++ b/UI/Scheduler/Swedish.lproj/Localizable.strings @@ -117,6 +117,7 @@ "Save and Close" = "Spara och stäng"; "Close" = "Stäng"; "Invite Attendees" = "Bjud in deltagare"; +"Create Jitsi Meeting" = "Create Jitsi Meeting"; "Attach" = "Bifoga"; "Update" = "Uppdatera"; "Cancel" = "Avbryt";