Module:category tree/poscatboiler/data/प्रविष्टि रखरखाव

विक्षनरी से

"इस मॉड्यूल हेतु प्रलेख Module:category tree/poscatboiler/data/प्रविष्टि रखरखाव/doc पर बनाया जा सकता है"

local labels = {}

labels["entry maintenance"] = {
	description = "{{{langname}}} entries, or entries in other languages containing {{{langname}}} terms, that are being tracked for attention and improvement by editors.",
	parents = {{template = "langcatboiler"}},
	fundamental = "Fundamental",
}

labels["term requests"] = {
	description = "Entries with [[Template:der]], [[Template:inh]], [[Template:m]] and similar templates lacking the parameter for linking to {{{langname}}} terms.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["redlinks"] = {
	description = "Links to {{{langname}}} entries that were not created yet.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["redlinks/l"] = {
	description = "Redlinks to {{{langname}}} entries using the template <tt>{{[[Template:l|l]]}}</tt>.",
	parents = {"redlinks"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["redlinks/m"] = {
	description = "Redlinks to {{{langname}}} entries using the template <tt>{{[[Template:m|m]]}}</tt>.",
	parents = {"redlinks"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["redlinks/t"] = {
	description = "Redlinks to {{{langname}}} entries using the template <tt>{{[[Template:t|t]]}}</tt>.",
	parents = {"redlinks"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["redlinks/t+"] = {
	description = "Redlinks to {{{langname}}} entries using the template <tt>{{[[Template:t+|t+]]}}</tt>.",
	parents = {"redlinks"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["terms needing attention"] = {
	description = "{{{langname}}} terms that need miscellaneous attention of knowledgeable editors.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["adjectives needing inflection"] = {
	description = "{{{langname}}} adjective entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["adverbs needing inflection"] = {
	description = "{{{langname}}} adverb entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["entries needing inflection"] = {
	description = "{{{langname}}} entries that need inflection information.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["terms with IPA pronunciation"] = {
	description = "{{{langname}}} terms that include the pronunciation in the form of IPA. For requests related to this category, see [[:Category:Requests for pronunciation in {{{langname}}} entries]].",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
}

labels["terms with audio links"] = {
	description = "{{{langname}}} terms that include the pronunciation in the form of an audio link.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
}

labels["nouns needing inflection"] = {
	description = "{{{langname}}} noun entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["participles needing inflection"] = {
	description = "{{{langname}}} participle entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["requests for example sentences"] = {
	description = "Entries with {{{langname}}} definitions that need an [[Wiktionary:Example sentences|example sentence]].",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["terms with incomplete gender"] = {
	description = "Entries with {{{langname}}} terms that have missing or incomplete gender information.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["terms needing to be assigned to a sense"] = {
	description = "{{{langname}}} entries that have terms under headers such as \"Synonyms\" or \"Antonyms\" not assigned to a specific sense of the entry in which they appear. Use [[Template:syn]] or [[Template:ant]] to fix these.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["terms needing transliteration"] = {
	description = "Entries with {{{langname}}} terms that require a [[Wiktionary:Transliteration and romanization|transliteration]] into the Latin alphabet.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

--[=[
labels["terms with inflection tables"] = {
	description = "{{{langname}}} entries that contain inflection tables. For requests related to this category, see [[:Category:Requests for inflections in {{{langname}}} entries]].",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
}
]=]

labels["terms with usage examples"] = {
	description = "{{{langname}}} entries that contain usage examples or quotes that were added using templates such as [[Template:ux]]. For requests related to this category, see [[:Category:Requests for example sentences in {{{langname}}}]]. See also [[:Category:Requests for quotations in {{{langname}}}]].",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
}

labels["terms with quotations"] = {
	description = "{{{langname}}} entries that contain quotes that were added using templates such as [[Template:quote]]. For requests related to this category, see [[:Category:Requests for quotations in {{{langname}}}]]. See also [[:Category:Requests for example sentences in {{{langname}}}]].",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
}

labels["usage examples with the translation missing"] = {
	description = "{{{langname}}} entries that contain usage examples or quotes without a translation.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
}

labels["verbs needing inflection"] = {
	description = "{{{langname}}} verb entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

return labels