mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I0802095940f0033261de03b677fd6c90b8d7e3df
This commit is contained in:
parent
55c7233c75
commit
28b5339e2e
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Alhassan Mohammed Awal",
|
||||
"Amire80",
|
||||
"Dnshitobu",
|
||||
"Shahadusadik",
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
"categorytree-mode-all": "Вири ччинар",
|
||||
"categorytree-collapse": "Алчудрун",
|
||||
"categorytree-expand": "Гегьеншрун",
|
||||
"categorytree-member-counts": "$1 {{PLURAL:$1|агъакатегория}}, $2 {{PLURAL:$2|чин}} ва $3 {{PLURAL:$3|файл}} ква",
|
||||
"categorytree-num-categories": "$1 К",
|
||||
"categorytree-num-pages": "$1 Ч",
|
||||
"categorytree-num-files": "$1 Ф",
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
"categorytree-page-bullet": "{{notranslate}}",
|
||||
"categorytree-member-counts": "Tooltip showing a detailed summary of subcategory member counts. Parameters:\n* $1 - number of subcategories\n* $2 - number of pages (without subcategories and files)\n* $3 - number of files\n* $4 - (Unused) total number of members\n* $5 - (Unused) members to be shown in the tree, depending on mode\nUse with <nowiki>{{PLURAL}}</nowiki>",
|
||||
"categorytree-member-num": "{{notranslate}}\nHowever, if needed, you can localise the parentheses.\n\n(From https://www.mediawiki.org/wiki/Extension:CategoryTree#categorytree-member-num):\nBy default, when listing subcategories on a category page, each subcategory is followed by an integer indicating how many subcategories lie beneath it:\n<pre>\nMy category name (5)\n</pre>\nYou can change this behavior by overriding this system message. Parameters:\n* $1 - (Unused) number of subcategories\n* $2 - (Unused) number of articles (not including category pages or file pages)\n* $3 - (Unused) number of uploaded files\n* $4 - (Unused) total number of member pages, including category pages and file pages\n* $5 - (Varies depending on CategoryTree mode....Can someone describe it?)\n\nTip: Use the ParserFunctions extension (https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions) to provide if/then/else logic to display different parts conditionally. For example:\n<pre>\n{{#ifeq:$1|0||$1 categories}}\n</pre>",
|
||||
"categorytree-num-categories": "Number of sub-categories in a category. Appears in brackets after a name of an empty category.\n\nThe word \"categories\" should be abbreviated.\n\nParameters:\n* $1 - number of sub-categories. Can be used for PLURAL.\n{{Related|Categorytree-num}}",
|
||||
"categorytree-num-pages": "Number of pages in a category. Appears in brackets after a name of an empty category.\n\nThe word \"pages\" should be abbreviated.\n\nParameters:\n* $1 - number of pages. Can be used for PLURAL.\n{{Related|Categorytree-num}}",
|
||||
"categorytree-num-files": "Number of files in a category. Appears in brackets after a name of a category.\n\nThe letter \"F\" refers to files. If the word \"File\" in your language begins with a different letter, use a different abbreviation.\n\nParameters:\n* $1 - number of files. Can be used for PLURAL.\n{{Related|Categorytree-num}}",
|
||||
"categorytree-num-categories": "'''\"C\" is short for \"Category\".''' It must be as short as possible.\n\nNumber of sub-categories in a category. Appears in brackets after a name of an empty category.\n\nParameters:\n* $1 - number of sub-categories. Can be used for PLURAL.\n{{Related|Categorytree-num}}",
|
||||
"categorytree-num-pages": "'''\"P\" is short for \"Pages\".''' It must be as short as possible.\n\nNumber of pages in a category. Appears in brackets after a name of an empty category.\n\nParameters:\n* $1 - number of pages. Can be used for PLURAL.\n{{Related|Categorytree-num}}",
|
||||
"categorytree-num-files": "'''\"F\" is short for \"Files\".''' It must be as short as possible.\n\nNumber of files in a category. Appears in brackets after a name of a category.\n\nParameters:\n* $1 - number of files. Can be used for PLURAL.\n{{Related|Categorytree-num}}",
|
||||
"categorytree-num-empty": "The word \"empty\", as in \"empty category\". Appears in brackets after a name of an empty category.\n{{Identical|Empty}}",
|
||||
"categorytree-load": "Tooltip for the \"expand\" button, if the content was not yet loaded.\n{{Identical|Load}}",
|
||||
"categorytree-loading": "Status message shown while loading content.\n{{Identical|Loading}}",
|
||||
|
|
Loading…
Reference in a new issue