tr.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*************************************************************
  2. *
  3. * MathJax/localization/tr/tr.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("tr",null,{
  21. menuTitle: "T\u00FCrk\u00E7e",
  22. version: "2.7.2",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.2",
  27. isLoaded: true,
  28. strings: {
  29. MathProcessingError: "Matematik i\u015Fleme hatas\u0131",
  30. MathError: "Matematik hatas\u0131",
  31. LoadFile: "%1 Y\u00FCkleniyor",
  32. Loading: "Y\u00FCkleniyor",
  33. LoadFailed: "Dosya y\u00FCklenemedi: %1",
  34. ProcessMath: "Matematik i\u015Fleme: %%%1",
  35. MathJaxNotSupported: "Taray\u0131c\u0131n\u0131z MathJax'i desteklemiyor"
  36. }
  37. },
  38. "FontWarnings": {},
  39. "HTML-CSS": {},
  40. "HelpDialog": {},
  41. "MathML": {},
  42. "MathMenu": {},
  43. "TeX": {}
  44. },
  45. plural: function (n) {
  46. return 1; // other
  47. },
  48. number: function (n) {
  49. return n;
  50. }
  51. });
  52. MathJax.Ajax.loadComplete("[MathJax]/localization/tr/tr.js");