Module:Category tree/poscatboiler/data/lang-specific/vec
This module handles generating the descriptions and categorization for 威尼斯語 category pages of the format "威尼斯語 LABEL" where LABEL can be any text. Examples are Category:Bulgarian conjugation 2.1 verbs and Category:Russian velar-stem neuter-form nouns. 該模块是 poscatboiler 系統的一部分,該系統是用於生成分類頁面的描述和分類的通用框架。
有關更多資訊,請參閱Module:category tree/poscatboiler/data/lang-specific/doc。
注意:如果您新增了特定語言的模块,請將語言代碼新增至 Module:category tree/poscatboiler/data/lang-specific 頂部的清單中,使程式碼能識別該模块。
local labels = {}
-----------------------------------------------------------------------------
-- --
-- VERBS --
-- --
-----------------------------------------------------------------------------
labels["依變位分類的動詞"] = {
description = "{{{langname}}} verbs categorized by conjugation.",
breadcrumb = "依變位分類",
parents = {{name = "依屈折分類的動詞", sort = "conjugation"}},
}
labels["第一變位動詞"] = {
description = "{{{langname}}} first conjugation verbs, whose infinitive ends in ''-ar''.",
breadcrumb = "1st",
parents = {{name = "依變位分類的動詞", sort = "1st"}},
}
labels["第二變位動詞"] = {
description = "{{{langname}}} second conjugation verbs, whose infinitive ends in ''-ar'', ''-er'' or ''-dur''.",
breadcrumb = "2nd",
parents = {{name = "依變位分類的動詞", sort = "2nd"}},
}
labels["第三變位動詞"] = {
description = "{{{langname}}} second conjugation verbs, whose infinitive ends in ''-ir''.",
breadcrumb = "3nd",
parents = {{name = "依變位分類的動詞", sort = "3nd"}},
}
labels["verbs taking èser as auxiliary"] = {
description = "{{{langname}}} verbs that can take {{m|vec|èser}} as their auxiliary verb when forming compound tenses and used intransitively.",
additional = "They may not always take {{m|vec|èser}} under these circumstances, however. Check the entries themselves for more information.",
displaytitle = "{{{langname}}} verbs taking {{m|vec||èser}} as auxiliary",
parents = {{name = "依屈折分類的動詞", sort = "èser as auxiliary"}},
breadcrumb = "{{m|vec||èser}} as auxiliary",
}
labels["verbs taking aver or èser as auxiliary"] = {
description = "{{{langname}}} verbs that can take {{m|vec|aver}} or {{m|vec|èser}} as their auxiliary verb when forming compound tenses and used intransitively.",
displaytitle = "{{{langname}}} verbs taking {{m|vec||aver}} or {{m|vec||èser}} as auxiliary",
parents = {{name = "依屈折分類的動詞", sort = "aver or èser as auxiliary"}},
breadcrumb = "{{m|vec||aver}} or {{m|vec||èser}} as auxiliary",
}
labels["combined forms"] = {
description = "{{{langname}}} combinations of verbs with cliticized pronouns.",
parents = {"動詞變位形式"},
}
return {LABELS = labels}