وحدة:category tree/lang/tpw
المظهر
local labels = {}
-- classes
labels["IIa class nouns"] = {
description = "{{{langname}}} pluriform nouns that follow the T-R-S relational prefix pattern.",
parents = {{name = "pluriform nouns", sort = "a"}},
}
labels["Ib class nouns"] = {
description = "{{{langname}}} pluriform nouns that the starting P changes to M/MB when in the absolute form .",
parents = {{name = "pluriform nouns", sort = "b"}},
}
labels["IIb class nouns"] = {
description = "{{{langname}}} pluriform nouns that follow the T-R-T relational prefix pattern.",
parents = {{name = "pluriform nouns", sort = "b"}},
}
labels["IIc class nouns"] = {
description = "{{{langname}}} pluriform nouns that follow the ∅-R-S relational prefix pattern.",
parents = {{name = "pluriform nouns", sort = "c"}},
}
labels["IId class nouns"] = {
description = "{{{langname}}} pluriform nouns that follow the ∅-R-S relational prefix pattern, plus an additional interfix.",
parents = {{name = "pluriform nouns", sort = "d"}},
}
labels["IIe class nouns"] = {
description = "{{{langname}}} pluriform nouns that follow the S-R-S relational prefix pattern.",
parents = {{name = "pluriform nouns", sort = "e"}},
}
labels["IIa class adjectives"] = {
description = "{{{langname}}} pluriform adjectives that derive from IIa class nouns.",
parents = {{name = "pluriform adjectives", sort = "a"}},
}
labels["IIb class adjectives"] = {
description = "{{{langname}}} pluriform adjectives that derive from IIb class nouns.",
parents = {{name = "pluriform adjectives", sort = "b"}},
}
labels["IIc class adjectives"] = {
description = "{{{langname}}} pluriform adjectives that derive from IIc class nouns.",
parents = {{name = "pluriform adjectives", sort = "c"}},
}
labels["IId class adjectives"] = {
description = "{{{langname}}} pluriform adjectives that derive from IId class nouns.",
parents = {{name = "pluriform adjectives", sort = "d"}},
}
labels["IIe class adjectives"] = {
description = "{{{langname}}} pluriform adjectives that derive from IIe class nouns.",
parents = {{name = "pluriform adjectives", sort = "e"}},
}
-- spellings
labels["terms with Anchieta spelling"] = {
description = "{{{langname}}} terms using the spelling created by {{w|Joseph of Anchieta}} in the 16th century.",
parents = {"terms by orthographic property"},
}
labels["terms with Vocabulary in the Brasílica Language spelling"] = {
description = "{{{langname}}} terms using the spelling present in 1624's Vocabulary in the Brasílica Language.",
parents = {"terms by orthographic property"},
}
labels["terms with Lamy spelling"] = {
description = "{{{langname}}} terms using the spelling by Jehan Lamy in his ''{{w|Le langaige du Bresil}}''.",
parents = {"terms by orthographic property"},
}
labels["terms with Lemos Barbosa spelling"] = {
description = "{{{langname}}} terms using the spelling proposed by {{w|Antônio Lemos Barbosa}} in his works.",
parents = {"terms by orthographic property"},
}
-- pronunciation
labels["terms with consonant clusters"] = {
description = "{{{langname}}} terms with [[consonant cluster]]s originated from unadapted or partially adapted borrowings.",
parents = {"terms by phonemic property"},
}
return {LABELS = labels}