diq.js 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*************************************************************
  2. *
  3. * MathJax/localization/diq/diq.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("diq",null,{
  21. menuTitle: "Zazaki",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. MathProcessingError: "X\u0131raba kar\u00EA matematiki",
  30. MathError: "Xetay matematiki",
  31. LoadFile: "%1 Bar keri",
  32. Loading: "Bar beno",
  33. LoadFailed: "Dosyay bar nebi: %1",
  34. ProcessMath: "Matematik neq\u0131\u015F kerden: %1%%",
  35. Processing: "Kar\u00EAno...",
  36. TypesetMath: "Tewr\u00EA eyar\u00EA matematiki:%1",
  37. Typesetting: "Eyar\u00EA tewri",
  38. MathJaxNotSupported: "Rov\u0131tera \u015F\u0131ma MathJax'i n\u00EAgurweyne na"
  39. }
  40. },
  41. "FontWarnings": {},
  42. "HTML-CSS": {},
  43. "HelpDialog": {},
  44. "MathML": {},
  45. "MathMenu": {},
  46. "TeX": {}
  47. },
  48. plural: function (n) {
  49. return 1; // other
  50. },
  51. number: function (n) {
  52. return n;
  53. }
  54. });
  55. MathJax.Ajax.loadComplete("[MathJax]/localization/diq/diq.js");