mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: If99b80c59ca02b90b1605ef567279fed7b516ae8
This commit is contained in:
parent
b2e524160a
commit
21152584b0
11
i18n/api/ast.json
Normal file
11
i18n/api/ast.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Xuacu"
|
||||
]
|
||||
},
|
||||
"apihelp-query+mathwbextracts-example-1": "Solicita un resume d'elementos matemáticos de Wikibase.",
|
||||
"apihelp-query+mathwbextracts-summary": "Devuelve un resume d'un elementu matemáticu de Wikibase en HTML.",
|
||||
"apihelp-query+mathwbextracts-param-qid": "El ID Q del elementu de Wikibase que va solicitase.",
|
||||
"apihelp-query+mathwbextracts-param-uselang": "La llingua que tendría de solicitase pal elementu de Wikibase. L'inglés ye'l valor predetermináu."
|
||||
}
|
11
i18n/api/tr.json
Normal file
11
i18n/api/tr.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"BaRaN6161 TURK"
|
||||
]
|
||||
},
|
||||
"apihelp-query+mathwbextracts-example-1": "Matematiksel Wikibase öğelerinin bir özetini ister.",
|
||||
"apihelp-query+mathwbextracts-summary": "HTML'deki matematiksel bir Wikibase öğesinin bir özetini döndürür.",
|
||||
"apihelp-query+mathwbextracts-param-qid": "İstenecek Wikibase maddesinin QID değeri.",
|
||||
"apihelp-query+mathwbextracts-param-uselang": "Wikibase maddesi için talep edilmesi gereken dil. İngilizce varsayılan değerdir."
|
||||
}
|
|
@ -72,6 +72,8 @@
|
|||
"math-test-equals-diff": "La cadena «$1» devuelta ye distinta de la cadena esperada «$2»",
|
||||
"math-tracking-category-error": "Páxines con errores matemáticos",
|
||||
"math-tracking-category-error-desc": "Les páxines d'esta categoría tienen errores nel usu de les etiquetes de matemátiques.",
|
||||
"math-tracking-category-mhchem-deprecation": "Páxines qu'utilicen un formatu anticuáu de les etiquetes chem",
|
||||
"math-tracking-category-mhchem-deprecation-desc": "Les páxines d'esta categoría utilicen un formatu anticuáu de les etiquetes chem",
|
||||
"math-tracking-category-render-error": "Páxines con errores na representación matemática",
|
||||
"math-tracking-category-render-error-desc": "Les páxines d'esta categoría contienen errores de representación nes etiquetes matemátiques.",
|
||||
"math_unknown_error": "error desconocíu",
|
||||
|
@ -82,9 +84,11 @@
|
|||
"mw_math_source": "Fonte LaTeX (pa restoladores de testu)",
|
||||
"prefs-math": "Fórmules matemátiques",
|
||||
"mathstatus": "Estau de Math",
|
||||
"mathwikibase": "Información de fórmula matemática",
|
||||
"datatypes-type-math": "Espresión matemática",
|
||||
"wikibase-listdatatypes-math-head": "Espresión matemática",
|
||||
"wikibase-listdatatypes-math-body": "Campu lliteral de datos pa espresiones matemátiques, formules, ecuaciones y coses asemeyaes, espresaes nuna variante de LaTeX.",
|
||||
"math-wikibase-header": "Información de los elementos matemáticos",
|
||||
"math-wikibase-formula": "Fórmula",
|
||||
"math-wikibase-formula-name": "Nome",
|
||||
"math-wikibase-formula-type": "Triba",
|
||||
|
@ -95,5 +99,8 @@
|
|||
"math-wikibase-special-form-header": "Especifica'l nome de la fórmula:",
|
||||
"math-wikibase-special-form-placeholder": "Títulu de la fórmula",
|
||||
"math-wikibase-special-form-button": "Solicitar información",
|
||||
"math-wikibase-special-error-header": "Error"
|
||||
"math-wikibase-special-error-header": "Error",
|
||||
"math-wikibase-special-error-invalid-argument": "L'ID d'elementu de Wikibase qu'especificasti nun esiste.",
|
||||
"math-wikibase-special-error-unknown": "Asocedió un error desconocíu al recuperar datos de Wikibase.",
|
||||
"math-wikibase-special-error-no-wikibase": "Ríquese la estensión Wikibase pa utilizar esta páxina especial."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue