summaryrefslogtreecommitdiffstats
path: root/codebase/sources/locale/locale_cn.js
diff options
context:
space:
mode:
authorAlexKlimenkov <shurick.klimenkov@gmail.com>2015-04-29 22:07:09 +0300
committerAlexKlimenkov <shurick.klimenkov@gmail.com>2015-04-29 22:07:09 +0300
commit16f6e54edba096c0cdd789edc9fca85d312c2ebb (patch)
treec21979537b1e0c2fb9622f8e0cd9059bad8b9729 /codebase/sources/locale/locale_cn.js
parentf56a0475d90af025e92ec4716ff4e5121992b4fe (diff)
downloadscheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.zip
scheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.tar.gz
scheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.tar.bz2
[fix] version 4.3.1
Diffstat (limited to 'codebase/sources/locale/locale_cn.js')
-rw-r--r--codebase/sources/locale/locale_cn.js70
1 files changed, 70 insertions, 0 deletions
diff --git a/codebase/sources/locale/locale_cn.js b/codebase/sources/locale/locale_cn.js
new file mode 100644
index 0000000..6219381
--- /dev/null
+++ b/codebase/sources/locale/locale_cn.js
@@ -0,0 +1,70 @@
+/*
+@license
+dhtmlxScheduler v.4.3.1
+
+This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
+
+(c) Dinamenta, UAB.
+*/
+/*
+Translation by FreezeSoul
+*/
+scheduler.config.day_date="%M %d日 %D";
+scheduler.config.default_date="%Y年 %M %d日";
+scheduler.config.month_date="%Y年 %M";
+
+scheduler.locale={
+ date: {
+ month_full: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
+ month_short: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
+ day_full: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
+ day_short: ["日", "一", "二", "三", "四", "五", "六"]
+ },
+ labels: {
+ dhx_cal_today_button: "今天",
+ day_tab: "日",
+ week_tab: "周",
+ month_tab: "月",
+ new_event: "新建日程",
+ icon_save: "保存",
+ icon_cancel: "关闭",
+ icon_details: "详细",
+ icon_edit: "编辑",
+ icon_delete: "删除",
+ confirm_closing: "请确认是否撤销修改!", //Your changes will be lost, are your sure?
+ confirm_deleting: "是否删除日程?",
+ section_description: "描述",
+ section_time: "时间范围",
+ full_day: "整天",
+
+ confirm_recurring:"请确认是否将日程设为重复模式?",
+ section_recurring:"重复周期",
+ button_recurring:"禁用",
+ button_recurring_open:"启用",
+ button_edit_series: "编辑系列",
+ button_edit_occurrence: "编辑实例",
+
+ /*agenda view extension*/
+ agenda_tab:"议程",
+ date:"日期",
+ description:"说明",
+
+ /*year view extension*/
+ year_tab:"今年",
+
+ /*week agenda view extension*/
+ week_agenda_tab: "议程",
+
+ /*grid view extension*/
+ grid_tab:"电网",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+