Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lokalise: Translations update #1496

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions translations/stripes-core/en_SE.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"front.welcome": "Welcome, the Future Of Libraries Is OPEN!",
"front.home": "Home",
"front.welcome": "Välkommen till FOLIO!",
"front.home": "Start",
"front.about": "Software versions",
"button.new": "+ New",
"button.new_tooltip": "Add {entry}",
"button.edit": "Edit",
"button.delete": "Delete",
"button.deleteEntry": "Delete {entry}",
"button.saveAndClose": "Save and close",
"button.new": "+ Ny",
"button.new_tooltip": "Lägg till {entry}",
"button.edit": "Redigera",
"button.delete": "Radera",
"button.deleteEntry": "Radera {entry}",
"button.saveAndClose": "Spara och stäng",
"button.cancel": "Cancel",
"label.confirmDeleteEntry": "<strong>{name}</strong> will be <strong>removed</strong>",
"label.editEntry": "Edit {entry}",
Expand Down
12 changes: 6 additions & 6 deletions translations/stripes-core/es_419.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@
"placeholder.forgotUsername": "Introduce email o teléfono",
"title.cookieEnabled": "Cookies are required to login. Please enable cookies and try again.",
"errors.sso.session.failed": "Error al iniciar sesión en SSO. Inténtalo de nuevo",
"logoutPending": "Log out in process...",
"rtr.idleSession.modalHeader": "Your session will expire soon!",
"rtr.idleSession.timeRemaining": "Time remaining",
"rtr.idleSession.keepWorking": "Keep working",
"rtr.idleSession.sessionExpiredSoSad": "Your session expired due to inactivity.",
"rtr.idleSession.logInAgain": "Log in again"
"logoutPending": "Cierre de sesión en proceso...",
"rtr.idleSession.modalHeader": "Su sesión expirará pronto.",
"rtr.idleSession.timeRemaining": "Tiempo restante",
"rtr.idleSession.keepWorking": "Seguir trabajando",
"rtr.idleSession.sessionExpiredSoSad": "Tu sesión expiró por inactividad.",
"rtr.idleSession.logInAgain": "Ingresar de nuevo"
}
42 changes: 21 additions & 21 deletions translations/stripes-core/sv.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"front.welcome": "Welcome, the Future Of Libraries Is OPEN!",
"front.home": "Home",
"front.welcome": "Välkommen till FOLIO!",
"front.home": "Start",
"front.about": "Software versions",
"button.new": "+ New",
"button.new_tooltip": "Add {entry}",
"button.edit": "Edit",
"button.delete": "Delete",
"button.deleteEntry": "Delete {entry}",
"button.saveAndClose": "Save and close",
"button.cancel": "Cancel",
"button.new": "+Ny",
"button.new_tooltip": "Lägg till {entry}",
"button.edit": "Redigera",
"button.delete": "Radera",
"button.deleteEntry": "Radera {entry}",
"button.saveAndClose": "Spara och stäng",
"button.cancel": "Ångra",
"label.confirmDeleteEntry": "<strong>{name}</strong> will be <strong>removed</strong>",
"label.editEntry": "Edit {entry}",
"label.editEntry": "Redigera {entry}",
"label.createEntry": "Create {entry}",
"label.missingRequiredField": "Please fill this in to continue",
"label.okay": "Okay",
"label.okay": "Okej",
"successfullyDeleted": "The {entry} <strong>{name}</strong> was successfully <strong>deleted</strong>.",
"untitled": "Untitled",
"about.paneTitle": "Software versions",
Expand All @@ -40,17 +40,17 @@
"about.settingsModuleCount": "{count, number} settings {count, plural, one {module} other {modules}}",
"about.pluginModuleCount": "{count, number} plugin {count, plural, one {module} other {modules}}",
"loggedInAs": "Logged in as {firstName} {lastName}",
"logout": "Log out",
"settings": "Settings",
"folioSettings": "FOLIO settings",
"logout": "Logga ut",
"settings": "Inställningar",
"folioSettings": "FOLIO-inställningar",
"loginViaSSO": "Log in via SSO",
"button.close": "Close",
"login": "Log in",
"username": "Username",
"password": "Password",
"loggingIn": "Logging in...",
"button.back": "Back",
"button.confirm": "Confirm",
"button.close": "Stäng",
"login": "Logga in",
"username": "Användarnamn",
"password": "Lösenord",
"loggingIn": "Loggar in...",
"button.back": "Tillbaka",
"button.confirm": "Bekräfta",
"title.home": "Home",
"title.settings": "Settings",
"title.login": "Log in",
Expand Down
Loading