langTH.js 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. /**
  20. * Language: Thai
  21. */
  22. export default {
  23. legend: {
  24. selector: {
  25. all: 'ทั้งหมด',
  26. inverse: 'ผกผัน'
  27. }
  28. },
  29. toolbox: {
  30. brush: {
  31. title: {
  32. rect: 'ตัวเลือกแบบกล่อง',
  33. polygon: 'ตัวเลือกแบบบ่วงบาศ',
  34. lineX: 'ตัวเลือกแบบแนวนอน',
  35. lineY: 'ตัวเลือกแบบแนวตั้ง',
  36. keep: 'บันทึกตัวเลือก',
  37. clear: 'ล้างตัวเลือก'
  38. }
  39. },
  40. dataView: {
  41. title: 'มุมมองข้อมูล',
  42. lang: ['มุมมองข้อมูล', 'ปิด', 'รีเฟรช']
  43. },
  44. dataZoom: {
  45. title: {
  46. zoom: 'ซูม',
  47. back: 'ตั้งซูมใหม่'
  48. }
  49. },
  50. magicType: {
  51. title: {
  52. line: 'สวิตซ์แบบแผนภาพเส้น',
  53. bar: 'สวิตซ์แบบแผนภาพแท่ง',
  54. stack: 'กองไว้',
  55. tiled: 'แยกไว้'
  56. }
  57. },
  58. restore: {
  59. title: 'ตั้งค่าใหม่'
  60. },
  61. saveAsImage: {
  62. title: 'บันทึกไปยังรูปภาพ',
  63. lang: ['คลิกขวาเพื่อบันทึกรูปภาพ']
  64. }
  65. }
  66. };