ko.js (2460B)
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/ko/ko.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("ko",null,{ 25 menuTitle: "\uD55C\uAD6D\uC5B4", 26 version: "2.6.0", 27 isLoaded: true, 28 domains: { 29 "_": { 30 version: "2.6.0", 31 isLoaded: true, 32 strings: { 33 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.)", 34 MathProcessingError: "\uC218\uC2DD \uCC98\uB9AC \uC624\uB958", 35 MathError: "\uC218\uC2DD \uC624\uB958", 36 LoadFile: "%1(\uC744)\uB97C \uBD88\uB7EC\uC624\uB294 \uC911", 37 Loading: "\uBD88\uB7EC\uC624\uB294 \uC911", 38 LoadFailed: "\uD30C\uC77C\uC744 \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: %1", 39 ProcessMath: "\uC218\uC2DD \uCC98\uB9AC \uC911: %1%%", 40 Processing: "\uCC98\uB9AC \uC911", 41 TypesetMath: "\uC218\uC2DD \uC870\uD310 \uC911: %1%%", 42 Typesetting: "\uC870\uD310 \uC911", 43 MathJaxNotSupported: "\uC0AC\uC6A9\uD558\uB294 \uBE0C\uB77C\uC6B0\uC800\uB294 MathJax\uB97C \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4" 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/ko/ko.js");