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 = true,
	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 = true,
	regional_categories = true,
}

labels["jms"] = {
	display = "Jamska",
	Wikipedia = "Jamtlandic dialects",
}

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

labels["lul"] = {
	display = "Lulemål",
	Wikipedia = "Luleå dialects",
}

labels["kls"] = {
	display = "Kalixmål",
	Wikipedia = "Kalix dialect",
}

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