မော်ဂျူး:labels/data/lang/sv

ဝစ်ရှင်နရီ မှ

Documentation for this module may be created at မော်ဂျူး:labels/data/lang/sv/doc

local labels = {}

local function alias(a, b) for _, v in ipairs(b) do labels[v] = a end end -- allows aliases to be entered as a list

labels["Southern Sweden"] = {
	display = "[[w:South Swedish dialects|Southern]]",
	plain_categories = {"Southern Swedish"},
}
alias("Southern Sweden", {"southern Sweden", "Southern Swedish", "southern Swedish", "South Sweden", "south Sweden", "South Swedish", "south Swedish"})

labels["past subjunctive"] = {
	display = "dated",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["present subjunctive"] = {
	display = "archaic",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["plural present indicative"] = {
	display = "pre-1940",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["1st plural present indicative"] = {
	display = "obsolete",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["2nd plural present indicative"] = {
	display = "obsolete",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["plural past indicative"] = {
	display = "pre-1940",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["1st plural past indicative"] = {
	display = "obsolete",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["2nd plural past indicative"] = {
	display = "obsolete",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["1st plural imperative"] = {
	display = "obsolete",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

labels["2nd plural imperative"] = {
	display = "archaic or dialectal",
	Wiktionary = "နောက်ဆက်တွဲ:ဆွီဒင် ကြိယာများ",
}

return labels