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: If8bf5233c900f126c180d881732700cc6b150be3
This commit is contained in:
parent
fddffa5ab3
commit
617e086d66
44
i18n/ast.json
Normal file
44
i18n/ast.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Xuacu"
|
||||
]
|
||||
},
|
||||
"linterrors": "Errores de lint",
|
||||
"linterrors-subpage": "Errores de lintː $1",
|
||||
"linter-desc": "Siguir los errores de lint d'un serviciu esternu y amosalos a los usuarios",
|
||||
"linter-pager-title": "Títulu de la páxina",
|
||||
"linter-pager-template": "¿Dientro d'una plantía?",
|
||||
"linter-pager-obsolete-tag-details": "Etiqueta HTML anticuada",
|
||||
"linter-pager-bogus-image-options-details": "Mala opción de ficheru",
|
||||
"linter-pager-missing-end-tag-details": "Etiqueta de zarramientu faltante",
|
||||
"linter-pager-stripped-tag-details": "Etiqueta quitada",
|
||||
"linter-pager-self-closed-tag-details": "Etiqueta auto-zarrada",
|
||||
"linter-category-fostered": "Conteníu promocional",
|
||||
"linter-category-fostered-desc": "Estes páxines tienen conteníu promocional.",
|
||||
"linter-category-obsolete-tag": "Etiquetes HTML anticuaes",
|
||||
"linter-category-obsolete-tag-desc": "Estes páxines usen etiquetes HTML anticuaes.",
|
||||
"linter-category-bogus-image-options": "Males opciones de ficheru",
|
||||
"linter-category-bogus-image-options-desc": "Estes páxines tienen ficheros con opciones males.",
|
||||
"linter-category-missing-end-tag": "Etiqueta de zarramientu faltante",
|
||||
"linter-category-missing-end-tag-desc": "Estes páxines tienen etiquetes a les que-yos falta'l zarramientu.",
|
||||
"linter-category-stripped-tag": "Etiquetes quitaes",
|
||||
"linter-category-stripped-tag-desc": "Estes páxines tienen etiquetes quitaes.",
|
||||
"linter-category-self-closed-tag": "Etiquetes auto-zarraes",
|
||||
"linter-category-self-closed-tag-desc": "Estes páxines tienen etiquetes auto-zarraes.",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|error|errores}})",
|
||||
"linker-page-edit": "editar",
|
||||
"linter-heading-errors": "Errores",
|
||||
"linter-heading-warnings": "Avisos",
|
||||
"pageinfo-linter": "Errores de lint",
|
||||
"apihelp-query+linterrors-description": "Llogra la llista d'errores de lint",
|
||||
"apihelp-query+linterrors-param-categories": "Categoríes d'errores de lint",
|
||||
"apihelp-query+linterrors-param-limit": "Númberu de resultaos a consultar",
|
||||
"apihelp-query+linterrors-param-from": "Id. de lint del que principiar una consulta",
|
||||
"apihelp-query+linterrors-param-namespace": "Incluir solo los errores de lint de los espacios de nomes especificaos",
|
||||
"apihelp-query+linterrors-example-1": "Llograr tolos errores de lint de la categoría «obsolete-tag»",
|
||||
"apihelp-record-lint-description": "Grabar un error de lint na base de datos",
|
||||
"apihelp-record-lint-param-data": "Datos codificaos en JSON sobro l'error",
|
||||
"apihelp-record-lint-param-page": "Títulu de la páxina",
|
||||
"apihelp-record-lint-param-revision": "Id. de la revisión na que s'atopó l'error"
|
||||
}
|
|
@ -5,6 +5,8 @@
|
|||
"Elias Ahmmad"
|
||||
]
|
||||
},
|
||||
"linterrors": "লিন্ট ত্রুটি",
|
||||
"linterrors-subpage": "লিন্ট ত্রুটি: $1",
|
||||
"linter-pager-title": "পাতার শিরোনাম",
|
||||
"linter-pager-self-closed-tag-details": "স্ব-বন্ধকৃত ট্যাগ",
|
||||
"linter-category-self-closed-tag": "স্ব-বন্ধকৃত ট্যাগ",
|
||||
|
|
|
@ -5,8 +5,14 @@
|
|||
"Mainframe98"
|
||||
]
|
||||
},
|
||||
"linter-pager-title": "Paginanaam",
|
||||
"linter-pager-template": "Door middel van een sjabloon?",
|
||||
"linter-pager-obsolete-tag-details": "Verouderde HTML-tag",
|
||||
"linter-category-obsolete-tag": "Verouderde HTML-tags",
|
||||
"linter-category-obsolete-tag-desc": "Deze pagina's maken gebruik van verouderde HTML tags.",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|fout|fouten}})",
|
||||
"linker-page-edit": "bewerken",
|
||||
"linter-heading-errors": "Fouten",
|
||||
"linter-heading-warnings": "Waarschuwingen"
|
||||
"linter-heading-warnings": "Waarschuwingen",
|
||||
"apihelp-record-lint-param-page": "Paginanaam"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue