Module:labels/data/lang/snon: Difference between revisions

Melinoë (talk | contribs)
No edit summary
Melinoë (talk | contribs)
No edit summary
Line 125: Line 125:
-------------------------------- Noun classes --------------------------------
-------------------------------- Noun classes --------------------------------


labels["lenite nouns"] = {
labels["lenites"] = {
description = "{{{langname}}} nouns which trigger lenition in the following term when in the singular.",
description = "{{{langname}}} terms which trigger lenition in the following term when in the singular.",
parents = "nouns by inflection type",
parents = "lemmas",
display = "lenite",
display = "lenite",
aliases = {"len"},
aliases = {"len"},
pos_categories = {"lenite nouns"}
pos_categories = {"lenites"}
}
}


labels["radical nouns"] = {
labels["radicals"] = {
description = "{{{langname}}} nouns which do not trigger mutation in the following term when in the singular.",
description = "{{{langname}}} terms which do not trigger mutation in the following term when in the singular.",
parents = "nouns by inflection type",
parents = "lemmas",
display = "radical",
display = "radical",
aliases = {"rad"},
aliases = {"rad"},
pos_categories = {"radical nouns"},
pos_categories = {"radicals"},
}
}


labels["eclipse nouns"] = {
labels["eclipses"] = {
description = "{{{langname}}} nouns which trigger eclipsis in the following term when in the singular.",
description = "{{{langname}}} terms which trigger eclipsis in the following term when in the singular.",
parents = "nouns by inflection type",
parents = "lemmas",
display = "eclipse",
display = "eclipse",
aliases = {"ecl"},
aliases = {"ecl"},
pos_categories = {"eclipse nouns"},
pos_categories = {"eclipses"},
}
}