scribble-mathjax/unpacked/localization/zh-hans/MathML.js
2013-09-26 10:05:57 +02:00

38 lines
1.5 KiB
JavaScript

/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/*************************************************************
*
* MathJax/localization/zh-hans/MathML.js
*
* Copyright (c) 2009-2013 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
MathJax.Localization.addTranslation("zh-hans","MathML",{
version: "2.3",
isLoaded: true,
strings: {
BadMglyph: "\u9519\u8BEF\u7684\u79FB\u52A8\u5B57\u5F62\uFF1A%1",
BadMglyphFont: "\u9519\u8BEF\u5B57\u4F53\uFF1A%1",
UnknownNodeType: "\u672A\u77E5\u7684\u8282\u70B9\u7C7B\u578B\uFF1A%1",
UnexpectedTextNode: "\u610F\u5916\u7684\u6587\u672C\u8282\u70B9\uFF1A%1",
ErrorParsingMathML: "\u89E3\u6790MathML\u65F6\u51FA\u9519",
ParsingError: "\u89E3\u6790MathML\u65F6\u51FA\u9519\uFF1A%1"
}
});
MathJax.Ajax.loadComplete("[MathJax]/localization/zh-hans/MathML.js");