Skip to content

Commit

Permalink
Merge pull request #914 from JessicaFredin/update-swedish-translations
Browse files Browse the repository at this point in the history
Update Swedish translations in sv.js
  • Loading branch information
jelveh authored Nov 25, 2024
2 parents c86b117 + ecd6c4e commit 0b4adb6
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions src/gui/src/i18n/translations/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,24 +347,22 @@ const sv = {
login2fa_recovery_back: "Tillbaka",
login2fa_recovery_placeholder: "XXXXXXXX",

// ***********************************
// 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"

}
};
Expand Down

0 comments on commit 0b4adb6

Please sign in to comment.