cy.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*************************************************************
  2. *
  3. * MathJax/localization/cy/cy.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("cy",null,{
  21. menuTitle: "Cymraeg",
  22. version: "2.7.5",
  23. isLoaded: true,
  24. domains: {
  25. "_": {
  26. version: "2.7.5",
  27. isLoaded: true,
  28. strings: {
  29. MathProcessingError: "Gwall prosesu mathemateg",
  30. MathError: "Gwall mathemategol",
  31. LoadFile: "Yn llwytho %1",
  32. Loading: "Yn llwytho",
  33. LoadFailed: "Methwyd llwytho'r ffeil: %1",
  34. ProcessMath: "Prosesu'r math'g: %1%%",
  35. Processing: "Yn prosesu",
  36. TypesetMath: "Yn gosod fformat i'r math'g: %1%%",
  37. Typesetting: "Yn gosod fformat",
  38. MathJaxNotSupported: "'Dyw eich porwr ddim yn cynnal 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 // needs check
  50. return 2; // other // needs check
  51. },
  52. number: function (n) {
  53. return n; // needs check
  54. }
  55. });
  56. MathJax.Ajax.loadComplete("[MathJax]/localization/cy/cy.js");