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

Error fixes to swedish.ts #6021

Merged
merged 2 commits into from
Nov 1, 2024
Merged
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
22 changes: 11 additions & 11 deletions packages/survey-creator-core/src/localization/swedish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export let svStrings = {
},
// Creator tabs
tabs: {
preview: "Test enkät",
preview: "Testa enkät",
theme: "Teman",
translation: "Översättning",
designer: "Enkät Designer",
Expand Down Expand Up @@ -439,7 +439,7 @@ export let svStrings = {
size: "Inmatningsfältets storlek (i tecken)",
cellErrorLocation: "Justering av cellfelmeddelande",
enabled: "Aktiverat",
disabled: "Handikappad",
disabled: "Inaktiverad",
inherit: "Ärva",
apply: "Faställ",
ok: "OK",
Expand Down Expand Up @@ -1026,15 +1026,15 @@ export let svStrings = {
currency: "Valuta"
},
inputTextAlignment: {
auto: "Bil",
auto: "Automatisk",
left: "Vänster",
right: "Höger"
},
all: "all",
page: "page",
survey: "survey",
onNextPage: "onNextPage",
onValueChanged: "onValueChanged",
all: "Alla",
page: "Sidan",
survey: "Enkät",
onNextPage: "På nästa sida",
onValueChanged: "På värdeförändring",
onValueChanging: "Innan ett svar ändras",
questionsOnPageMode: {
standard: "Ursprunglig struktur",
Expand All @@ -1055,7 +1055,7 @@ export let svStrings = {
onTyping: "Medan du skriver",
underRow: "Under raden",
underRowSingle: "Under raden syns bara en panel",
auto: "Bil",
auto: "Automatisk",
showNavigationButtons: {
none: "Dold"
},
Expand Down Expand Up @@ -1160,7 +1160,7 @@ export let svStrings = {
startsWith: "Börjar med"
},
backgroundImageFit: {
auto: "Bil",
auto: "Automatisk",
cover: "Täcka",
contain: "Innehålla",
fill: "Tänja",
Expand Down Expand Up @@ -1691,7 +1691,7 @@ export let svStrings = {
contrast: "Kontrast"
},
colors: {
teal: "Kricka",
teal: "Turkos",
blue: "Blå",
purple: "Lila",
orchid: "Orkidé",
Expand Down