bg.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*************************************************************
  2. *
  3. * MathJax/localization/bg/bg.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("bg",null,{
  21. menuTitle: " \u0431\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438",
  22. version: "2.7.5",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.5",
  27. isLoaded: true,
  28. strings: {
  29. MathProcessingError: "\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430\u0442\u0430",
  30. MathError: "\u041C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0430 \u0433\u0440\u0435\u0448\u043A\u0430",
  31. LoadFile: "\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 %1",
  32. Loading: "\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435",
  33. LoadFailed: "\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0437\u0430\u0440\u0435\u0434\u0438: %1",
  34. ProcessMath: "\u041E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u043D\u0430 \u043A\u043E\u0434\u0430: %1%%",
  35. Processing: "\u041E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430",
  36. TypesetMath: "\u041E\u0444\u043E\u0440\u043C\u044F\u043D\u0435: %1%%",
  37. Typesetting: "\u041E\u0444\u043E\u0440\u043C\u044F\u043D\u0435",
  38. MathJaxNotSupported: "\u0411\u0440\u0430\u0443\u0437\u044A\u0440\u044A\u0442 \u0412\u0438 \u043D\u0435 \u043F\u043E\u0434\u0434\u044A\u0440\u0436\u0430 MathJax"
  39. }
  40. },
  41. "FontWarnings": {},
  42. "HTML-CSS": {},
  43. "HelpDialog": {},
  44. "MathML": {},
  45. "MathMenu": {},
  46. "TeX": {}
  47. },
  48. plural: function (n) {
  49. if (n === 1) {return 1} // one
  50. return 2; // other
  51. },
  52. number: undefined
  53. });
  54. MathJax.Ajax.loadComplete("[MathJax]/localization/bg/bg.js");