Initial commit
This commit is contained in:
33
application/Espo/Resources/i18n/zh_CN/DashletOptions.json
Normal file
33
application/Espo/Resources/i18n/zh_CN/DashletOptions.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"fields": {
|
||||
"title": "标题",
|
||||
"dateFrom": "开始日期",
|
||||
"dateTo": "结束日期",
|
||||
"autorefreshInterval": "自动刷新间隔",
|
||||
"displayRecords": "显示记录",
|
||||
"isDoubleHeight": "2倍高度",
|
||||
"mode": "模式",
|
||||
"enabledScopeList": "显示什么",
|
||||
"users": "用户",
|
||||
"entityType": "功能类型",
|
||||
"primaryFilter": "主要过滤器",
|
||||
"boolFilterList": "扩展过滤器",
|
||||
"sortBy": "订单(字段)",
|
||||
"sortDirection": "订单(方向)",
|
||||
"expandedLayout": "布局",
|
||||
"dateFilter": "日期过滤器"
|
||||
},
|
||||
"options": {
|
||||
"mode": {
|
||||
"agendaWeek": "周(议程)",
|
||||
"basicWeek": "周",
|
||||
"month": "月",
|
||||
"basicDay": "日",
|
||||
"agendaDay": "日(议程)",
|
||||
"timeline": "时间线"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"selectEntityType": "在看板设置里选择实体类型。"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user