zh-hant.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*************************************************************
  2. *
  3. * MathJax/localization/zh-hant/zh-hant.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("zh-hant",null,{
  21. menuTitle: "\u6C49\u8BED",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. MathProcessingError: "\u6578\u5B78\u8655\u7406\u932F\u8AA4",
  30. MathError: "\u6578\u5B78\u932F\u8AA4",
  31. LoadFile: "\u6B63\u5728\u8F09\u5165%1",
  32. Loading: "\u8F09\u5165\u4E2D\u2026",
  33. LoadFailed: "\u7121\u6CD5\u8F09\u5165\u6A94\u6848\uFF1A%1",
  34. ProcessMath: "\u8655\u7406\u6578\u5B78\uFF1A%1%%",
  35. Processing: "\u8655\u7406\u4E2D",
  36. TypesetMath: "\u6392\u7248\u6578\u5B78\uFF1A%1%%",
  37. Typesetting: "\u6392\u7248",
  38. MathJaxNotSupported: "\u60A8\u7684\u700F\u89BD\u5668\u4E0D\u652F\u63F4MathJax",
  39. ErrorTips: "\u9664\u932F\u63D0\u793A\uFF1A\u4F7F\u7528%%1\uFF0C\u5728\u700F\u89BD\u5668\u63A7\u5236\u53F0\u6AA2\u67E5%%2"
  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/zh-hant/zh-hant.js");