Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View 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": "在看板设置里选择实体类型。"
}
}