cdo.js 2.3 KB

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