UNPKG

3.97 kBJavaScriptView Raw
1
2
3/*
4* Licensed to the Apache Software Foundation (ASF) under one
5* or more contributor license agreements. See the NOTICE file
6* distributed with this work for additional information
7* regarding copyright ownership. The ASF licenses this file
8* to you under the Apache License, Version 2.0 (the
9* "License"); you may not use this file except in compliance
10* with the License. You may obtain a copy of the License at
11*
12* http://www.apache.org/licenses/LICENSE-2.0
13*
14* Unless required by applicable law or agreed to in writing,
15* software distributed under the License is distributed on an
16* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17* KIND, either express or implied. See the License for the
18* specific language governing permissions and limitations
19* under the License.
20*/
21
22
23/**
24 * AUTO-GENERATED FILE. DO NOT MODIFY.
25 */
26(function(root, factory) {
27 if (typeof define === 'function' && define.amd) {
28 // AMD. Register as an anonymous module.
29 define(['exports', 'echarts'], factory);
30 } else if (
31 typeof exports === 'object' &&
32 typeof exports.nodeName !== 'string'
33 ) {
34 // CommonJS
35 factory(exports, require('echarts/lib/echarts'));
36 } else {
37 // Browser globals
38 factory({}, root.echarts);
39 }
40})(this, function(exports, echarts) {
41
42
43var localeObj = {
44 time: {
45 month: [
46 'มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน',
47 'กรกฎาคม', 'สิงหาคม', 'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม'
48 ],
49 monthAbbr: [
50 'ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.',
51 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.'
52 ],
53 dayOfWeek: [
54 'วันอาทิตย์', 'วันจันทร์', 'วันอังคาร', 'วันพุธ', 'วันพฤหัสบดี', 'วันศุกร์', 'วันเสาร์'
55 ],
56 dayOfWeekAbbr: [
57 'อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.'
58 ]
59 },
60 legend: {
61 selector: {
62 all: 'ทั้งหมด',
63 inverse: 'ผกผัน'
64 }
65 },
66 toolbox: {
67 brush: {
68 title: {
69 rect: 'ตัวเลือกแบบกล่อง',
70 polygon: 'ตัวเลือกแบบบ่วงบาศ',
71 lineX: 'ตัวเลือกแบบแนวนอน',
72 lineY: 'ตัวเลือกแบบแนวตั้ง',
73 keep: 'บันทึกตัวเลือก',
74 clear: 'ล้างตัวเลือก'
75 }
76 },
77 dataView: {
78 title: 'มุมมองข้อมูล',
79 lang: ['มุมมองข้อมูล', 'ปิด', 'รีเฟรช']
80 },
81 dataZoom: {
82 title: {
83 zoom: 'ซูม',
84 back: 'ตั้งซูมใหม่'
85 }
86 },
87 magicType: {
88 title: {
89 line: 'สวิตซ์แบบแผนภาพเส้น',
90 bar: 'สวิตซ์แบบแผนภาพแท่ง',
91 stack: 'กองไว้',
92 tiled: 'แยกไว้'
93 }
94 },
95 restore: {
96 title: 'ตั้งค่าใหม่'
97 },
98 saveAsImage: {
99 title: 'บันทึกไปยังรูปภาพ',
100 lang: ['คลิกขวาเพื่อบันทึกรูปภาพ']
101 }
102 }
103};
104
105 echarts.registerLocale('TH', localeObj);
106
107});
\No newline at end of file