cdo.js (2327B)
1 /* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ 2 /* vim: set ts=2 et sw=2 tw=80: */ 3 4 /************************************************************* 5 * 6 * MathJax/localization/cdo/cdo.js 7 * 8 * Copyright (c) 2009-2015 The MathJax Consortium 9 * 10 * Licensed under the Apache License, Version 2.0 (the "License"); 11 * you may not use this file except in compliance with the License. 12 * You may obtain a copy of the License at 13 * 14 * http://www.apache.org/licenses/LICENSE-2.0 15 * 16 * Unless required by applicable law or agreed to in writing, software 17 * distributed under the License is distributed on an "AS IS" BASIS, 18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 * See the License for the specific language governing permissions and 20 * limitations under the License. 21 * 22 */ 23 24 MathJax.Localization.addTranslation("cdo",null,{ 25 menuTitle: "M\u00ECng-d\u0115\u0324ng-ng\u1E73\u0304", 26 version: "2.6.0", 27 isLoaded: true, 28 domains: { 29 "_": { 30 version: "2.6.0", 31 isLoaded: true, 32 strings: { 33 CookieConfig: "MathJax\u5DF2\u7D93\u8A0E\u8457\u5305\u62EC\u6703\u904B\u884C\u5176\u4EE3\u78BC\u5176\u7528\u6236\u914D\u7F6Ecookie\u3002\u6C5D\u6709\u60F3\u904B\u884C\u7121\uFF1F\n\n\uFF08\u9664\u958B\u9019\u78BA\u5BE6\u662F\u6C5D\u81EA\u5BB6\u7279\u610F\u8A2D\u5176cookie\uFF0C\u82E5\u7121\u6C5D\u8457\u9EDE\u53D6\u6D88\u3002\uFF09", 34 MathProcessingError: "\u6578\u5B78\u8655\u7406\u932F\u8AA4", 35 MathError: "\u6578\u5B78\u932F\u8AA4", 36 LoadFile: "\u8F09\u5165%1", 37 Loading: "\u8F09\u5165", 38 LoadFailed: "\u6587\u4EF6\u8F09\u5165\u5931\u6557\uFF1A%1", 39 ProcessMath: "\u8655\u7406\u6578\u5B78\uFF1A%1%%", 40 Processing: "\u6546\uD844\uDD4F\u8655\u7406", 41 TypesetMath: "\u6392\u7248\u6578\u5B78\uFF1A%1%%", 42 Typesetting: "\u6546\uD844\uDD4F\u6392\u7248", 43 MathJaxNotSupported: "\u6C5D\u5176\u700F\u89BD\u5668\uD84C\uDF50\u652F\u6301MathJax" 44 } 45 }, 46 "FontWarnings": {}, 47 "HTML-CSS": {}, 48 "HelpDialog": {}, 49 "MathML": {}, 50 "MathMenu": {}, 51 "TeX": {} 52 }, 53 plural: function (n) { 54 return 1; // other 55 }, 56 number: function (n) { 57 return n; 58 } 59 }); 60 61 MathJax.Ajax.loadComplete("[MathJax]/localization/cdo/cdo.js");