1/*
2@license
3
4dhtmlxGantt v.6.3.5 Standard
5
6This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL projects.
7
8To use dhtmlxGantt in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxGantt/#licensing or contact us at sales@dhtmlx.com
9
10(c) XB Software Ltd.
11
12*/
13(function webpackUniversalModuleDefinition(root, factory) {
14	if(typeof exports === 'object' && typeof module === 'object')
15		module.exports = factory();
16	else if(typeof define === 'function' && define.amd)
17		define("locale/locale_cn", [], factory);
18	else if(typeof exports === 'object')
19		exports["locale/locale_cn"] = factory();
20	else
21		root["locale/locale_cn"] = factory();
22})(window, function() {
23return /******/ (function(modules) { // webpackBootstrap
24/******/ 	// The module cache
25/******/ 	var installedModules = {};
26/******/
27/******/ 	// The require function
28/******/ 	function __webpack_require__(moduleId) {
29/******/
30/******/ 		// Check if module is in cache
31/******/ 		if(installedModules[moduleId]) {
32/******/ 			return installedModules[moduleId].exports;
33/******/ 		}
34/******/ 		// Create a new module (and put it into the cache)
35/******/ 		var module = installedModules[moduleId] = {
36/******/ 			i: moduleId,
37/******/ 			l: false,
38/******/ 			exports: {}
39/******/ 		};
40/******/
41/******/ 		// Execute the module function
42/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
43/******/
44/******/ 		// Flag the module as loaded
45/******/ 		module.l = true;
46/******/
47/******/ 		// Return the exports of the module
48/******/ 		return module.exports;
49/******/ 	}
50/******/
51/******/
52/******/ 	// expose the modules object (__webpack_modules__)
53/******/ 	__webpack_require__.m = modules;
54/******/
55/******/ 	// expose the module cache
56/******/ 	__webpack_require__.c = installedModules;
57/******/
58/******/ 	// define getter function for harmony exports
59/******/ 	__webpack_require__.d = function(exports, name, getter) {
60/******/ 		if(!__webpack_require__.o(exports, name)) {
61/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
62/******/ 		}
63/******/ 	};
64/******/
65/******/ 	// define __esModule on exports
66/******/ 	__webpack_require__.r = function(exports) {
67/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
68/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
69/******/ 		}
70/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
71/******/ 	};
72/******/
73/******/ 	// create a fake namespace object
74/******/ 	// mode & 1: value is a module id, require it
75/******/ 	// mode & 2: merge all properties of value into the ns
76/******/ 	// mode & 4: return value when already ns object
77/******/ 	// mode & 8|1: behave like require
78/******/ 	__webpack_require__.t = function(value, mode) {
79/******/ 		if(mode & 1) value = __webpack_require__(value);
80/******/ 		if(mode & 8) return value;
81/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82/******/ 		var ns = Object.create(null);
83/******/ 		__webpack_require__.r(ns);
84/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
85/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
86/******/ 		return ns;
87/******/ 	};
88/******/
89/******/ 	// getDefaultExport function for compatibility with non-harmony modules
90/******/ 	__webpack_require__.n = function(module) {
91/******/ 		var getter = module && module.__esModule ?
92/******/ 			function getDefault() { return module['default']; } :
93/******/ 			function getModuleExports() { return module; };
94/******/ 		__webpack_require__.d(getter, 'a', getter);
95/******/ 		return getter;
96/******/ 	};
97/******/
98/******/ 	// Object.prototype.hasOwnProperty.call
99/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
100/******/
101/******/ 	// __webpack_public_path__
102/******/ 	__webpack_require__.p = "/codebase/sources/";
103/******/
104/******/
105/******/ 	// Load entry module and return exports
106/******/ 	return __webpack_require__(__webpack_require__.s = "./sources/locale/locale_cn.js");
107/******/ })
108/************************************************************************/
109/******/ ({
110
111/***/ "./sources/locale/locale_cn.js":
112/*!*************************************!*\
113  !*** ./sources/locale/locale_cn.js ***!
114  \*************************************/
115/*! no static exports found */
116/***/ (function(module, exports) {
117
118/*
119Translation by FreezeSoul
120
121Update 26/10/2015:
122Translation of new labels by zwh8800
123 https://github.com/DHTMLX/gantt/pull/7
124
125*/
126gantt.config.day_date = "%M %d日 %D";
127gantt.config.default_date = "%Y年 %M %d日";
128gantt.config.month_date = "%Y年 %M";
129
130gantt.locale = {
131	date: {
132		month_full: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
133		month_short: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
134		day_full: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
135		day_short: ["日", "一", "二", "三", "四", "五", "六"]
136	},
137	labels: {
138		new_task: "新任務",
139		dhx_cal_today_button: "今天",
140		day_tab: "日",
141		week_tab: "周",
142		month_tab: "月",
143		new_event: "新建日程",
144		icon_save: "保存",
145		icon_cancel: "关闭",
146		icon_details: "详细",
147		icon_edit: "编辑",
148		icon_delete: "删除",
149		confirm_closing: "请确认是否撤销修改!", //Your changes will be lost, are your sure?
150		confirm_deleting: "是否删除日程?",
151		section_description: "描述",
152		section_time: "时间范围",
153		section_type: "类型",
154
155		/* grid columns */
156
157		column_wbs: "工作分解结构",
158		column_text: "任务名",
159		column_start_date: "开始时间",
160		column_duration: "持续时间",
161		column_add: "",
162
163		/* link confirmation */
164
165		link: "关联",
166		confirm_link_deleting: "将被删除",
167		link_start: " (开始)",
168		link_end: " (结束)",
169
170		type_task: "任务",
171		type_project: "项目",
172		type_milestone: "里程碑",
173
174		minutes: "分钟",
175		hours: "小时",
176		days: "天",
177		weeks: "周",
178		months: "月",
179		years: "年",
180
181		/* message popup */
182		message_ok: "OK",
183		message_cancel: "关闭",
184
185		/* constraints */
186		section_constraint: "Constraint",
187		constraint_type: "Constraint type",
188		constraint_date: "Constraint date",
189		asap: "As Soon As Possible",
190		alap: "As Late As Possible",
191		snet: "Start No Earlier Than",
192		snlt: "Start No Later Than",
193		fnet: "Finish No Earlier Than",
194		fnlt: "Finish No Later Than",
195		mso: "Must Start On",
196		mfo: "Must Finish On",
197
198		/* resource control */
199		resources_filter_placeholder: "type to filter",
200		resources_filter_label: "hide empty"
201	}
202};
203
204
205
206/***/ })
207
208/******/ });
209});