Jump to content

Module:labels/data/lang/ro

From Wiktionary, the free dictionary

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


local labels = {}

labels["Moldavia"] = {
	aliases = {"Moldavian", "Moldovan", "Moldova"},
	display = "[[w:Moldavia|Moldavia]] (region)",
	regional_categories = "Moldavian",
}

-- REGIONS

labels["Republic of Moldova"] = {
	display = "[[w:Moldova|Moldova]] (country)",
	regional_categories = true,
}

labels["Banat"] = {
	Wikipedia = true,
	regional_categories = true,
}

labels["Maramureș"] = {
	aliases = {"Maramures"},
	Wikipedia = true,
	regional_categories = true,
}

labels["Muntenia"] = {
	aliases = {"Muntenian"},
	Wikipedia = true,
	regional_categories = "Muntenian",
}

labels["Oltenia"] = {
	aliases = {"Oltenian"},
	Wikipedia = true,
	regional_categories = "Oltenian",
}

labels["Transylvania"] = {
	aliases = {"Transilvania", "Transylvanian"},
	Wikipedia = "Transylvanian varieties of Romanian",
	regional_categories = "Transylvanian",
}

-- ORTHOGRAPHIES

labels["new cyrl"] = {
	aliases = {"post-1930s (Moldovan) Cyrillic spelling", "Moldavian Cyrillic spelling"},
	display = "post-1930s Cyrillic spelling",
	Wikipedia = "Moldovan Cyrillic alphabet",
}

labels["old cyrl"] = {
	display = "pre-1860s Cyrillic spelling",
	Wikipedia = "Romanian Cyrillic alphabet",
}

labels["î"] = {
	display = "1953–1993 spelling",
	Wikipedia = "Romanian alphabet#Î versus Â",
}

labels["î-ro"] = { -- for terms derived from român
	display = "1953–1964 spelling",
	Wikipedia = "Romanian alphabet#Î versus Â",
}

labels["î-4"] = { -- for fourth conjugation forms
	display = "1899–1993 spelling",
	Wikipedia = "Romanian alphabet#Î versus Â",
}

-- GRAMMATICAL LABELS

labels["reflexive-își"] = {
	aliases = {"reflexive-isi"},
	display = "[[Appendix:Glossary#reflexive|reflexive]] with {{m|ro|își}}",
	pos_categories = "reflexive verbs",
}

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