New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
33
public/locales/cn/modules/date.json
Normal file
33
public/locales/cn/modules/date.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "日期和时间",
|
||||
"description": "显示当前的日期和时间。",
|
||||
"settings": {
|
||||
"title": "日期和时间组件设置",
|
||||
"display24HourFormat": {
|
||||
"label": "全时显示(24 小时)"
|
||||
},
|
||||
"dateFormat": {
|
||||
"label": "日期格式",
|
||||
"data": {
|
||||
"hide": "隐藏日期"
|
||||
}
|
||||
},
|
||||
"enableTimezone": {
|
||||
"label": "显示自定义时区"
|
||||
},
|
||||
"timezoneLocation": {
|
||||
"label": "时区位置"
|
||||
},
|
||||
"titleState": {
|
||||
"label": "城市名称",
|
||||
"info": "如果激活时区选项,则可显示城市名称和时区代码。<br/>您也可以只显示城市,甚至不显示。",
|
||||
"data": {
|
||||
"both": "城市和时区",
|
||||
"city": "仅城市",
|
||||
"none": "无"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user