mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-24 07:53:51 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I1163f60f4b7d310595ebbecc85547c4eeffd8658
This commit is contained in:
parent
6c1da28376
commit
6e9e16179e
|
@ -13,6 +13,7 @@
|
|||
"linter-pager-template": "من خلال قالب؟",
|
||||
"linter-numerrors": "({{PLURAL:$1|خطأ|خطآن|$1 أخطاء}})",
|
||||
"linter-page-edit": "تعديل",
|
||||
"linter-page-viewsource": "عرض المصدر",
|
||||
"linter-page-history": "تاريخ",
|
||||
"linter-heading-high-priority": "أولوية عالية",
|
||||
"linter-heading-medium-priority": "أولوية متوسطة",
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
"linter-category-html5-misnesting-desc": "Estas etiquetas mal anidadas tendrán un comportamiento distinto en HTML5 en comparación con HTML4.",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|error|errores}})",
|
||||
"linter-page-edit": "editar",
|
||||
"linter-page-viewsource": "ver código",
|
||||
"linter-page-history": "historial",
|
||||
"linter-heading-high-priority": "Prioridad alta",
|
||||
"linter-heading-medium-priority": "Prioridad media",
|
||||
|
@ -57,6 +58,7 @@
|
|||
"apihelp-query+linterrors-param-limit": "Cantidad de resultados que consultar",
|
||||
"apihelp-query+linterrors-param-from": "Identificador de sintaxis a partir del cual comenzar una consulta",
|
||||
"apihelp-query+linterrors-param-namespace": "Incluir solo errores de sintaxis de los espacios de nombres especificados",
|
||||
"apihelp-query+linterrors-param-pageid": "Incluir solo errores de sintaxis de los identificadores de páginas especificados",
|
||||
"apihelp-query+linterrors-example-1": "Obtener todos los errores de sintaxis de la categoría «obsolete-tag»",
|
||||
"apihelp-record-lint-description": "Registrar un error de sintaxis en la base de datos",
|
||||
"apihelp-record-lint-summary": "Registrar un error de sintaxis en la base de datos",
|
||||
|
|
|
@ -3,13 +3,15 @@
|
|||
"authors": [
|
||||
"Valtlait",
|
||||
"Nike",
|
||||
"Silvonen"
|
||||
"Silvonen",
|
||||
"BriskyBlizzard"
|
||||
]
|
||||
},
|
||||
"linterrors": "Lint-virheet",
|
||||
"linter-pager-title": "Sivun otsikko",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|virhe|virhettä}})",
|
||||
"linter-page-edit": "muokkaa",
|
||||
"linter-page-viewsource": "näytä wikiteksti",
|
||||
"pageinfo-linter": "Lint-virheet",
|
||||
"apihelp-record-lint-param-page": "Sivun otsikko"
|
||||
}
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
"linter-category-tidy-font-bug-desc": "Tidy déplace ces balises font à l’intérieur des liens pour modifier leur couleur",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|erreur|erreurs}})",
|
||||
"linter-page-edit": "modifier",
|
||||
"linter-page-viewsource": "voir la source",
|
||||
"linter-page-history": "historique",
|
||||
"linter-heading-high-priority": "Priorité haute",
|
||||
"linter-heading-medium-priority": "Priorité moyenne",
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"linter-category-missing-end-tag-desc": "Op dëse Säite feelen Schluss-Tagen.",
|
||||
"linter-numerrors": "({{PLURAL:$1|Ee|$1}} Feeler)",
|
||||
"linter-page-edit": "änneren",
|
||||
"linter-page-viewsource": "Quellcode kucken",
|
||||
"linter-page-history": "Versiounen",
|
||||
"linter-heading-high-priority": "Héich Prioritéit",
|
||||
"linter-heading-medium-priority": "Mëttel Prioritéit",
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
"linter-category-tidy-font-bug-desc": "O Tidy move estas etiquetas font para dentro de hiperligações para mudar a cor das hiperligações",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|erro|erros}})",
|
||||
"linter-page-edit": "editar",
|
||||
"linter-page-viewsource": "ver código-fonte",
|
||||
"linter-page-history": "histórico",
|
||||
"linter-heading-high-priority": "Alta prioridade",
|
||||
"linter-heading-medium-priority": "Média prioridade",
|
||||
|
@ -63,12 +64,13 @@
|
|||
"apihelp-query+linterrors-param-limit": "Número de resultados a pesquisar",
|
||||
"apihelp-query+linterrors-param-from": "Identificador de lint no qual iniciar a pesquisa",
|
||||
"apihelp-query+linterrors-param-namespace": "Só incluir erros de lint dos espaços nominais especificados",
|
||||
"apihelp-query+linterrors-param-pageid": "Só incluir erros de lint dos identificadores de página especificados",
|
||||
"apihelp-query+linterrors-example-1": "Obter todos os erros de lint da categoria de elementos obsoletos",
|
||||
"apihelp-record-lint-description": "Registar um erro de lint na base de dados",
|
||||
"apihelp-record-lint-summary": "Registar um erro de lint na base de dados",
|
||||
"apihelp-record-lint-param-data": "Dados codificados em JSON sobre o erro",
|
||||
"apihelp-record-lint-param-page": "Título da página",
|
||||
"apihelp-record-lint-param-revision": "Identificador da revisão em que o erro foi encontrado",
|
||||
"apihelp-record-lint-param-revision": "Identificador da revisão na qual o erro foi encontrado",
|
||||
"apihelp-query+linterstats-description": "Obter o número de erros de lint em cada categoria",
|
||||
"apihelp-query+linterstats-summary": "Obter o número de erros de lint em cada categoria",
|
||||
"apihelp-query+linterstats-example-1": "Obter o número de erros de lint em cada categoria"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
"linter-category-html5-misnesting-desc": "Följande felnästade taggar uppför sig annorlunda i HTML5 jämfört med HTML4.",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|fel}})",
|
||||
"linter-page-edit": "redigera",
|
||||
"linter-page-viewsource": "visa wikitext",
|
||||
"linter-page-history": "historik",
|
||||
"linter-heading-high-priority": "Hög prioritet",
|
||||
"linter-heading-medium-priority": "Medelprioritet",
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Obaid Raza",
|
||||
"Muhammad Shuaib"
|
||||
"Muhammad Shuaib",
|
||||
"Zainab Meher"
|
||||
]
|
||||
},
|
||||
"linterrors": "پوشیدہ نحوی نقائص",
|
||||
|
@ -34,6 +35,7 @@
|
|||
"linter-category-misnested-tag-desc": "یہ وہ صفحات ہیں جن میں ایسے مسنیسٹڈ ٹیگ ہیں جن کو درست کیا جا سکتا ہے۔",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|نقص|نقائص}})",
|
||||
"linter-page-edit": "ترمیم",
|
||||
"linter-page-viewsource": "ماخذ دیکھیں",
|
||||
"linter-page-history": "تاریخچہ",
|
||||
"linter-heading-high-priority": "اعلی ترجیح",
|
||||
"linter-heading-medium-priority": "درمیانی ترجیح",
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
"linter-category-tidy-font-bug-desc": "Tidy将这些字体标签移动到链接内以更改链接颜色",
|
||||
"linter-numerrors": "($1个{{PLURAL:$1|错误}})",
|
||||
"linter-page-edit": "编辑",
|
||||
"linter-page-viewsource": "查看源代码",
|
||||
"linter-page-history": "历史",
|
||||
"linter-heading-high-priority": "高优先级",
|
||||
"linter-heading-medium-priority": "中优先级",
|
||||
|
|
Loading…
Reference in a new issue