cs.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*************************************************************
  2. *
  3. * MathJax/localization/cs/cs.js
  4. *
  5. * Copyright (c) 2009-2018 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("cs",null,{
  21. menuTitle: "\u010De\u0161tina",
  22. version: "2.7.5",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.5",
  27. isLoaded: true,
  28. strings: {
  29. CookieConfig: "MathJax nalezl cookie u\u017Eivatelsk\u00E9 konfigurace obsahuj\u00EDc\u00ED spustiteln\u00FD k\u00F3d. Chcete ho spustit?\n\n(Pokud jste cookie nenastavili sami, m\u011Bli byste stisknout Storno.)",
  30. MathProcessingError: "Chyba zpracov\u00E1n\u00ED matematiky",
  31. MathError: "Chyba matematiky",
  32. LoadFile: "Na\u010D\u00EDt\u00E1 se %1",
  33. Loading: "Na\u010D\u00EDt\u00E1 se",
  34. LoadFailed: "Nepoda\u0159ilo se na\u010D\u00EDst soubor: %1",
  35. ProcessMath: "Zpracov\u00E1v\u00E1 se matematika: %1 %%",
  36. Processing: "Zpracov\u00E1v\u00E1 se",
  37. TypesetMath: "S\u00E1z\u00ED se matematika: %1 %%",
  38. Typesetting: "S\u00E1z\u00ED se",
  39. MathJaxNotSupported: "V\u00E1\u0161 prohl\u00ED\u017Ee\u010D nepodporuje MathJax",
  40. ErrorTips: "Tipy pro lad\u011Bn\u00ED: pou\u017Eijte %%1, prozkoumejte %%2 v konzoli prohl\u00ED\u017Ee\u010De"
  41. }
  42. },
  43. "FontWarnings": {},
  44. "HTML-CSS": {},
  45. "HelpDialog": {},
  46. "MathML": {},
  47. "MathMenu": {},
  48. "TeX": {}
  49. },
  50. plural: function (n) {
  51. if (n === 1) {return 1} // one
  52. if (n === 2 || n === 3 || n === 4) {return 2} // two--four
  53. return 3; // other
  54. },
  55. number: function (n) {
  56. return String(n).replace(".", ","); // replace dot by comma
  57. }
  58. });
  59. MathJax.Ajax.loadComplete("[MathJax]/localization/cs/cs.js");