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 1 commit
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
24 changes: 12 additions & 12 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 @@ -438,7 +438,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 @@ -1023,15 +1023,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 @@ -1052,7 +1052,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 @@ -1157,7 +1157,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 @@ -1687,7 +1687,7 @@ export let svStrings = {
contrast: "Kontrast"
},
colors: {
teal: "Kricka",
teal: "Turkos",
blue: "Blå",
purple: "Lila",
orchid: "Orkidé",
Expand Down Expand Up @@ -2996,4 +2996,4 @@ editorLocalization.locales["sv"] = svStrings;
// pehelp.timerLocation: "Sets the location of a timer on a page." => "Ställer in platsen för en timer på en sida."
// header.mobileHeight: "When set to 0, the height is calculated automatically to accommodate the header's content." => "När värdet är 0 beräknas höjden automatiskt för att passa rubrikens innehåll."
// p.mobileHeight: "Height on smartphones" => "Höjd på smartphones"
// header.overlapEnabled: "When enabled, the top of the survey overlays the bottom of the header." => "När det här alternativet är aktiverat täcker den övre delen av undersökningen den nedre delen av sidhuvudet."
// header.overlapEnabled: "When enabled, the top of the survey overlays the bottom of the header." => "När det här alternativet är aktiverat täcker den övre delen av undersökningen den nedre delen av sidhuvudet."
Loading