From b734ed75b61f3c8c9e65269f25a9d7849e22ca4d Mon Sep 17 00:00:00 2001 From: JessicaFredin <110724442+JessicaFredin@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:10:09 +0100 Subject: [PATCH 1/2] Update Swedish translations in sv.js --- src/gui/src/i18n/translations/sv.js | 31 +++++++++++++++-------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/gui/src/i18n/translations/sv.js b/src/gui/src/i18n/translations/sv.js index 27eb1149e1..a237668610 100644 --- a/src/gui/src/i18n/translations/sv.js +++ b/src/gui/src/i18n/translations/sv.js @@ -350,21 +350,22 @@ const sv = { // *********************************** // Missing translations // *********************************** - "change": undefined, // In English: "Change" - "clock_visibility": undefined, // In English: "Clock Visibility" - "plural_suffix": undefined, // In English: "s" - "reading": undefined, // In English: "Reading %strong%" - "writing": undefined, // In English: "Writing %strong%" - "unzipping": undefined, // In English: "Unzipping %strong%" - "sequencing": undefined, // In English: "Sequencing %strong%" - "zipping": undefined, // In English: "Zipping %strong%" - "Editor": undefined, // In English: "Editor" - "Viewer": undefined, // In English: "Viewer" - "People with access": undefined, // In English: "People with access" - "Share With…": undefined, // In English: "Share With…" - "Owner": undefined, // In English: "Owner" - "You can't share with yourself.": undefined, // In English: "You can't share with yourself." - "This user already has access to this item": undefined, // In English: "This user already has access to this item" + "change": "Ändra", // In English: "Change" + "clock_visibility": "Klocksynlighet", // In English: "Clock Visibility" + "plural_suffix": "", // In English: "s" (Plural suffix is context dependent in Swedish, it can be "or", "ar", "er", "en" or just no suffix) + "reading": "Läser %strong%", // In English: "Reading %strong%" + "writing": "Skriver %strong%", // In English: "Writing %strong%" + "unzipping": "Packar upp %strong%", // In English: "Unzipping %strong%" + "sequencing": "Sekvenserar %strong%", // In English: "Sequencing %strong%" + "zipping": "Komprimerar %strong%", // In English: "Zipping %strong%" + "Editor": "Redigerare", // In English: "Editor" + "Viewer": "Granskare", // In English: "Viewer" + "People with access": "Personer med åtkomst", // In English: "People with access" + "Share With…": "Dela med…", // In English: "Share With…" + "Owner": "Ägare", // In English: "Owner" + "You can't share with yourself.": "Du kan inte dela med dig själv.", // In English: "You can't share with yourself." + "This user already has access to this item": + "Den här användaren har redan åtkomst till det här objektet", // In English: "This user already has access to this item" } }; From ecd6c4e781e911cdc244fc44fe566df72b1839b7 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Mon, 25 Nov 2024 08:27:02 -0800 Subject: [PATCH 2/2] Update sv.js --- src/gui/src/i18n/translations/sv.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/src/i18n/translations/sv.js b/src/gui/src/i18n/translations/sv.js index a237668610..ad4d636d38 100644 --- a/src/gui/src/i18n/translations/sv.js +++ b/src/gui/src/i18n/translations/sv.js @@ -347,9 +347,6 @@ const sv = { login2fa_recovery_back: "Tillbaka", login2fa_recovery_placeholder: "XXXXXXXX", - // *********************************** - // Missing translations - // *********************************** "change": "Ändra", // In English: "Change" "clock_visibility": "Klocksynlighet", // In English: "Clock Visibility" "plural_suffix": "", // In English: "s" (Plural suffix is context dependent in Swedish, it can be "or", "ar", "er", "en" or just no suffix)