Module:labels/data/lang/sv

From Wiktionary, the free dictionary
< Module:labels‎ | data‎ | lang
Jump to navigation Jump to search

This module contains data for language-specific labels. See Module:labels/data for more info.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:labels/data/lang in order for the module to be recognized.


local labels = {}

labels["Southern Sweden"] = {
	aliases = {"southern Sweden", "Southern Swedish", "southern Swedish", "South Sweden", "south Sweden", "South Swedish", "south Swedish"},
	display = "[[w:South Swedish dialects|Southern]]",
	regional_categories = "Southern",
}

labels["past subjunctive"] = {
	display = "dated",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["present subjunctive"] = {
	display = "archaic",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["plural present indicative"] = {
	display = "pre-1940",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["1st plural present indicative"] = {
	display = "obsolete",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["2nd plural present indicative"] = {
	display = "obsolete",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["plural past indicative"] = {
	display = "pre-1940",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["1st plural past indicative"] = {
	display = "obsolete",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["2nd plural past indicative"] = {
	display = "obsolete",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["1st plural imperative"] = {
	display = "obsolete",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["2nd plural imperative"] = {
	display = "archaic or dialectal",
	Wiktionary = "Appendix:Swedish verbs",
}

labels["Bohuslän"] = {
	aliases = {"Bohuslan"},
	Wikipedia = true,
	regional_categories = true,
}

labels["Finland"] = {
	aliases = {"Finnish"},
	Wikipedia = "Finland Swedish",
	regional_categories = true,
}

labels["Gotland"] = {
	aliases = {"Gotlandic"},
	Wikipedia = true,
	regional_categories = "Gotlandic",
}

labels["Ostrobothnia"] = {
	aliases = {"Ostrobothnian", "Österbotten"},
	Wikipedia = true,
	regional_categories = "Ostrobothnian",
}

labels["Sweden"] = {
	aliases = {"Swedish"},
	Wikipedia = "Swedish phonology",
	regional_categories = true,
}

labels["Jämtland"] = {
	aliases = {"jms", "Jamska", "Jamtland"},
	Wikipedia = "Jämtland dialects",
}

labels["Piteå"] = {
	aliases = {"pit", "Pitemål"},
	Wikipedia = "Pitemål",
}

labels["Luleå"] = {
	aliases = {"lul"},
	Wikipedia = "Luleå dialects",
}

labels["Kalix"] = {
	aliases = {"kls"},
	Wikipedia = "Kalix dialect",
}

------------------------------------ former accent qualifiers ------------------------------------

labels["Burträsk"] = {
	Wikipedia = true,
}

labels["Bygdeå"] = {
	Wikipedia = true,
}

labels["Central Sweden"] = {
	aliases = {"Central Swedish"},
	Wikipedia = "Central Swedish",
}

labels["Hössjö"] = {
	Wikipedia = "sv:Hössjö",
	display = "sv:Hössjö",
}

labels["Lövånger"] = {
	Wikipedia = true,
}

labels["Scania"] = {
	Wikipedia = "Scanian dialect",
}

labels["Skellefteå"] = {
	Wikipedia = true,
}

labels["Stockholm e"] = {
	Wikipedia = "Swedish phonology",
	display = "with Stockholm ''e''",
}

labels["Umeå"] = {
	Wikipedia = true,
}

return require("Module:labels").finalize_data(labels)