mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-27 17:01:07 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: If065fa2b639cb95e3e6bdee30053a49dcc3f993f
This commit is contained in:
parent
5a6626fcce
commit
6927f7c8c9
|
@ -8,7 +8,7 @@
|
|||
]
|
||||
},
|
||||
"math-visualeditor-mwlatexdialog-card-formula": "Формула",
|
||||
"math-visualeditor-mwlatexdialog-card-options": "Настройки",
|
||||
"math-visualeditor-mwlatexdialog-card-options": "Параметри",
|
||||
"math-visualeditor-mwlatexinspector-display": "Показване",
|
||||
"math-visualeditor-mwlatexinspector-display-default": "По подразбиране",
|
||||
"math-visualeditor-mwmathdialog-title": "Математическа формула",
|
||||
|
|
|
@ -7,10 +7,49 @@
|
|||
"555",
|
||||
"Macofe",
|
||||
"Dianakc",
|
||||
"Hamilton Abreu"
|
||||
"Hamilton Abreu",
|
||||
"Felipe L. Ewald"
|
||||
]
|
||||
},
|
||||
"math-desc": "Renderiza fórmulas matemáticas entre etiquetas <code><math></code> ... <code></math></code>",
|
||||
"math-visualeditor-mwchemdialog-title": "Fórmula química",
|
||||
"math-visualeditor-mwcheminspector-title": "Fórmula química",
|
||||
"math-visualeditor-mwlatexcontextitem-quickedit": "Edição rápida",
|
||||
"math-visualeditor-mwlatexdialog-card-formula": "Fórmula",
|
||||
"math-visualeditor-mwlatexdialog-card-options": "Opções",
|
||||
"math-visualeditor-mwlatexinspector-display": "Mostrar",
|
||||
"math-visualeditor-mwlatexinspector-display-block": "Bloco",
|
||||
"math-visualeditor-mwlatexinspector-display-default": "Padrão",
|
||||
"math-visualeditor-mwlatexinspector-display-inline": "Em linha",
|
||||
"math-visualeditor-mwlatexinspector-id": "Link ID (opcional)",
|
||||
"math-visualeditor-mwmathdialog-title": "Fórmula matemática",
|
||||
"math-visualeditor-symbol-group-chem-aggregation": "Estados de agregação",
|
||||
"math-visualeditor-symbol-group-chem-brackets": "Parênteses, colchetes e chaves",
|
||||
"math-visualeditor-symbol-group-chem-charges": "Cargas",
|
||||
"math-visualeditor-symbol-group-chem-equations": "Equações químicas",
|
||||
"math-visualeditor-symbol-group-chem-formulae": "Fórmulas químicas",
|
||||
"math-visualeditor-symbol-group-chem-greek": "Caracteres gregos",
|
||||
"math-visualeditor-symbol-group-chem-isotopes": "Isótopos",
|
||||
"math-visualeditor-symbol-group-chem-operators": "Operadores de equação",
|
||||
"math-visualeditor-symbol-group-chem-oxidation": "Estados de oxidação",
|
||||
"math-visualeditor-symbol-group-chem-precipitate": "Precipitado e gás",
|
||||
"math-visualeditor-symbol-group-chem-stoichiometric": "Números estequiométricos",
|
||||
"math-visualeditor-symbol-group-math-accents": "Acentos e diacríticos",
|
||||
"math-visualeditor-symbol-group-math-arrows": "Setas",
|
||||
"math-visualeditor-symbol-group-math-derivatives": "Diferenciais e derivadas",
|
||||
"math-visualeditor-symbol-group-math-functions": "Funções numéricas padrão",
|
||||
"math-visualeditor-symbol-group-math-large": "Layouts grandes",
|
||||
"math-visualeditor-symbol-group-math-logic": "Lógica",
|
||||
"math-visualeditor-symbol-group-math-matrices": "Matrizes",
|
||||
"math-visualeditor-symbol-group-math-modular": "Aritmética modular",
|
||||
"math-visualeditor-symbol-group-math-operators": "Operadores",
|
||||
"math-visualeditor-symbol-group-math-parentheses": "Parênteses",
|
||||
"math-visualeditor-symbol-group-math-projections": "Projeções",
|
||||
"math-visualeditor-symbol-group-math-relations": "Relações",
|
||||
"math-visualeditor-symbol-group-math-root": "Raízes",
|
||||
"math-visualeditor-symbol-group-math-symbols": "Símbolos e constantes",
|
||||
"math-visualeditor-symbol-group-math-typefaces": "Tipos de letra",
|
||||
"math-visualeditor-symbol-group-math-unsorted": "Outras",
|
||||
"math_bad_output": "Ocorreram problemas na criação ou escrita no diretório de resultados math",
|
||||
"math_bad_tmpdir": "Ocorreram problemas na criação ou escrita no diretório temporário math",
|
||||
"math_failure": "Falhou ao verificar gramática",
|
||||
|
@ -21,6 +60,8 @@
|
|||
"math_sample": "Inserir fórmula aqui",
|
||||
"math_syntax_error": "Erro de sintaxe",
|
||||
"math_tip": "Fórmula matemática (LaTeX)",
|
||||
"math-tracking-category-error": "Páginas com erros matemáticos",
|
||||
"math-tracking-category-error-desc": "Páginas nesta categoria têm erros no uso de tags matemáticas.",
|
||||
"math_unknown_error": "Erro desconhecido",
|
||||
"math_unknown_function": "função desconhecida '$1'",
|
||||
"mw_math_latexml": "LaTeXML (experimental; usa MathML)",
|
||||
|
@ -28,5 +69,7 @@
|
|||
"mw_math_mathml": "MathML se possível (experimental)",
|
||||
"mw_math_png": "Imagens PNG",
|
||||
"mw_math_source": "Fonte LaTeX (para navegadores de texto)",
|
||||
"prefs-math": "Matemática"
|
||||
"prefs-math": "Matemática",
|
||||
"datatypes-type-math": "Expressão matemática",
|
||||
"wikibase-listdatatypes-math-head": "Expressão matemática"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue