source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/sources/locale_cn.js @ 6779

Revision 6779, 1.4 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1/*
2Translation by FreezeSoul
3*/
4scheduler.config.day_date="%M %d日 %D";
5scheduler.config.default_date="%Y幎 %M %d日";
6scheduler.config.month_date="%Y幎 %M";
7
8scheduler.locale={
9        date: {
10                month_full: ["䞀月", "二月", "䞉月", "四月", "五月", "六月", "䞃月", "八月", "九月", "十月", "十䞀月", "十二月"],
11                month_short: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
12                day_full: ["星期日", "星期䞀", "星期二", "星期䞉", "星期四", "星期五", "星期六"],
13                day_short: ["日", "侀", "二", "侉", "四", "五", "六"]
14        },
15        labels: {
16                dhx_cal_today_button: "今倩",
17                day_tab: "日",
18                week_tab: "å‘š",
19                month_tab: "月",
20                new_event: "新建日皋",
21                icon_save: "保存",
22                icon_cancel: "关闭",
23                icon_details: "诊细",
24                icon_edit: "猖蟑",
25                icon_delete: "删陀",
26                confirm_closing: "请确讀是吊撀销修改!", //Your changes will be lost, are your sure?
27                confirm_deleting: "是吊删陀日皋?",
28                section_description: "描述",
29                section_time: "时闎范囎",
30                full_day: "敎倩",
31
32                confirm_recurring:"请确讀是吊将日皋讟䞺重倍暡匏?",
33                section_recurring:"重倍呚期",
34                button_recurring:"穁甹",
35                button_recurring_open:"启甚",
36               
37                /*agenda view extension*/
38                agenda_tab:"议皋",
39                date:"日期",
40                description:"诎明",
41               
42                /*year view extension*/
43                year_tab:"今幎"
44        }
45};
46
Note: See TracBrowser for help on using the repository browser.