cdo.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*************************************************************
  2. *
  3. * MathJax/localization/cdo/cdo.js
  4. *
  5. * Copyright (c) 2009-2016 The MathJax Consortium
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. */
  20. MathJax.Localization.addTranslation("cdo",null,{
  21. menuTitle: "M\u00ECng-d\u0115\u0324ng-ng\u1E73\u0304",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. 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",
  30. MathProcessingError: "\u6578\u5B78\u8655\u7406\u932F\u8AA4",
  31. MathError: "\u6578\u5B78\u932F\u8AA4",
  32. LoadFile: "\u8F09\u5165%1",
  33. Loading: "\u8F09\u5165",
  34. LoadFailed: "\u6587\u4EF6\u8F09\u5165\u5931\u6557\uFF1A%1",
  35. ProcessMath: "\u8655\u7406\u6578\u5B78\uFF1A%1%%",
  36. Processing: "\u6546\uD844\uDD4F\u8655\u7406",
  37. TypesetMath: "\u6392\u7248\u6578\u5B78\uFF1A%1%%",
  38. Typesetting: "\u6546\uD844\uDD4F\u6392\u7248",
  39. MathJaxNotSupported: "\u6C5D\u5176\u700F\u89BD\u5668\uD84C\uDF50\u652F\u6301MathJax"
  40. }
  41. },
  42. "FontWarnings": {},
  43. "HTML-CSS": {},
  44. "HelpDialog": {},
  45. "MathML": {},
  46. "MathMenu": {},
  47. "TeX": {}
  48. },
  49. plural: function (n) {
  50. return 1; // other
  51. },
  52. number: function (n) {
  53. return n;
  54. }
  55. });
  56. MathJax.Ajax.loadComplete("[MathJax]/localization/cdo/cdo.js");