mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 23:44:17 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I18be11bb0c97b8cacc9b690d5f0a4e8c97188347
This commit is contained in:
parent
a866fa7c76
commit
c8d56386ad
|
@ -15,5 +15,6 @@
|
|||
"linker-page-edit": "рэдагаваць",
|
||||
"linker-page-history": "гісторыя",
|
||||
"linter-heading-errors": "Памылкі",
|
||||
"linter-heading-warnings": "Папярэджаньні"
|
||||
"linter-heading-warnings": "Папярэджаньні",
|
||||
"pageinfo-linter": "Lint-памылкі"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Reza1615"
|
||||
"Reza1615",
|
||||
"Huji"
|
||||
]
|
||||
},
|
||||
"linterrors": "خطاهای نحوی پنهان",
|
||||
|
@ -41,7 +42,7 @@
|
|||
"pageinfo-linter": "خطاهای نحوی پنهان",
|
||||
"apihelp-query+linterrors-description": "دریافت فهرست خطاهای نحوی پنهان",
|
||||
"apihelp-query+linterrors-param-categories": "ردههای خطاهای نحوی پنهان",
|
||||
"apihelp-query+linterrors-param-limit": "تعداد نتایج برای کوئری گرفتن",
|
||||
"apihelp-query+linterrors-param-limit": "تعداد نتایج برای پرسمان گرفتن",
|
||||
"apihelp-query+linterrors-param-from": "شناسهٔ خطاهای نحوی پنهان برای شروع به کوئریگرفتن از آنها",
|
||||
"apihelp-query+linterrors-param-namespace": "فقط شامل خطاهای نحوی پنهان یک فضای نام خاص",
|
||||
"apihelp-query+linterrors-example-1": "دریافت همهٔ خطاهای نحوی پنهان رده برچسبهای منسوخ",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"linterrors": "Erros de lint",
|
||||
"linterrors-subpage": "Erros de lintː $1",
|
||||
"linter-desc": "Supervisa erros informados por un servizo comprobador externo e móstraos ós usuarios",
|
||||
"linter-form-namespace": "Espazo de nomes:",
|
||||
"linter-pager-title": "Título da páxina",
|
||||
"linter-pager-template": "Vía un modelo?",
|
||||
"linter-pager-obsolete-tag-details": "Etiqueta HTML desbotada",
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
"linter-pager-self-closed-tag-details": "Table column heading",
|
||||
"linter-pager-deletable-table-tag-details": "Table column heading",
|
||||
"linter-pager-misnested-tag-details": "Table column heading",
|
||||
"linter-pager-pwrap-bug-workaround-details": "Table column heading",
|
||||
"linter-category-fostered": "Name of lint error category. See [[:mw:Help:Extension:Linter/fostered]]",
|
||||
"linter-category-fostered-desc": "Description of category.",
|
||||
"linter-category-obsolete-tag": "Name of lint error category. See [[:mw:Help:Extension:Linter/obsolete-tag]]",
|
||||
|
@ -36,8 +35,6 @@
|
|||
"linter-category-deletable-table-tag-desc": "Description of category.",
|
||||
"linter-category-misnested-tag": "Name of lint error category. See [[:mw:Help:Extension:Linter/misnested-tag]]",
|
||||
"linter-category-misnested-tag-desc": "Description of category.",
|
||||
"linter-category-pwrap-bug-workaround": "Name of lint error category. See [[:mw:Help:Extension:Linter/pwrap-bug-workaround]]",
|
||||
"linter-category-pwrap-bug-workaround-desc": "Description of category.",
|
||||
"linter-numerrors": "Shown after a category link to indicate how many errors are in that category. $1 is the number of errors, and can be used for PLURAL.\n{{Identical|Error}}",
|
||||
"linker-page-title-edit": "Used in a table cell. $1 is a link to the page, $2 is pipe separated links to the edit and history pages, the link text is {{msg-mw|linker-page-edit}} and {{msg-mw|linker-page-history}}",
|
||||
"linker-page-edit": "Link text for edit link in {{msg-mw|linker-page-title-edit}}\n{{Identical|Edit}}",
|
||||
|
|
Loading…
Reference in a new issue