ko.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*************************************************************
  2. *
  3. * MathJax/localization/ko/ko.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("ko",null,{
  21. menuTitle: "\uD55C\uAD6D\uC5B4",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. CookieConfig: "MathJax\uAC00 \uC2E4\uD589\uD560 \uCF54\uB4DC\uB97C \uD3EC\uD568\uD558\uB294 \uC0AC\uC6A9\uC790-\uC124\uC815 \uCFE0\uD0A4\uB97C \uCC3E\uC558\uC2B5\uB2C8\uB2E4. \uC2E4\uD589\uD558\uACA0\uC2B5\uB2C8\uAE4C?\n\n(\uCFE0\uD0A4\uB97C \uC2A4\uC2A4\uB85C \uC124\uC815\uD558\uC9C0 \uC54A\uC73C\uBA74 \uCDE8\uC18C\uB97C \uB20C\uB7EC\uC57C \uD569\uB2C8\uB2E4.)",
  30. MathProcessingError: "\uC218\uC2DD \uCC98\uB9AC \uC624\uB958",
  31. MathError: "\uC218\uC2DD \uC624\uB958",
  32. LoadFile: "%1\uC744(\uB97C) \uBD88\uB7EC\uC624\uB294 \uC911",
  33. Loading: "\uBD88\uB7EC\uC624\uB294 \uC911",
  34. LoadFailed: "\uD30C\uC77C\uC744 \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: %1",
  35. ProcessMath: "\uC218\uC2DD \uCC98\uB9AC \uC911: %1%%",
  36. Processing: "\uCC98\uB9AC \uC911",
  37. TypesetMath: "\uC218\uC2DD \uC870\uD310 \uC911: %1%%",
  38. Typesetting: "\uC870\uD310 \uC911",
  39. MathJaxNotSupported: "\uC0AC\uC6A9\uD558\uB294 \uBE0C\uB77C\uC6B0\uC800\uB294 MathJax\uB97C \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4"
  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/ko/ko.js");