mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I4b6ba944af00ce0e6a40567e6a5ba6d8c3be371e
This commit is contained in:
parent
a5e91f78ac
commit
e38262caa9
|
@ -1742,6 +1742,7 @@ $messages['ka'] = array(
|
|||
'prefs-math' => 'მათემატიკა',
|
||||
'mw_math_png' => 'მუდამ გამოიყენე PNG',
|
||||
'mw_math_source' => 'დატოვე როგორც TeX (ტექსტური ბრაუზერებისთვის)',
|
||||
'mw_math_mathjax' => 'MathJax (ექსპერიმენტული; ყველაზე შესაფერისი ბრაუზერების უმეტესობისათვის)',
|
||||
'math_failure' => 'შეუძლებელია გამონათქვამის გარჩევაშ',
|
||||
'math_unknown_error' => 'უცნობი შეცდომა',
|
||||
'math_unknown_function' => 'უცნობი ფუნქცია',
|
||||
|
@ -4081,14 +4082,15 @@ $messages['zea'] = array(
|
|||
);
|
||||
|
||||
/** Simplified Chinese (中文(简体))
|
||||
* @author Xiaomingyan
|
||||
* @author Yfdyh000
|
||||
*/
|
||||
$messages['zh-hans'] = array(
|
||||
'math-desc' => '呈现在<code><math></code> ... <code></math></code>标签之间的数学公式',
|
||||
'math-desc' => '在<code><math></code>...<code></math></code>标签间生成数学公式',
|
||||
'math_sample' => '在此插入数学公式',
|
||||
'math_tip' => '插入数学公式 (LaTeX)',
|
||||
'prefs-math' => '数学公式',
|
||||
'mw_math_png' => '永远使用PNG图像',
|
||||
'mw_math_png' => '总生成PNG',
|
||||
'mw_math_source' => '显示TeX代码(供文字浏览器使用)',
|
||||
'mw_math_mathjax' => 'MathJax(实验性;适合大多数浏览器)',
|
||||
'math_failure' => '解析失败',
|
||||
|
|
Loading…
Reference in a new issue