mirror of
https://shylinux.com/x/operation
synced 2025-04-25 09:08:07 +08:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"portal": "数据分析",
|
|
"dashboard": "连接配置", "summary": "数据汇总",
|
|
"config": "配置", "schema": "概况",
|
|
"icons": {
|
|
"dashboard": "https://img.icons8.com/officel/80/data-configuration.png",
|
|
"summary": "https://img.icons8.com/officel/80/statistics.png"
|
|
},
|
|
"input": {
|
|
"My Dashboard": "我的数据",
|
|
"user_dashboard_role": "用户角色",
|
|
"dashboard_name": "数据名称",
|
|
"dashboard_type": "数据类型",
|
|
"database": "数据库",
|
|
"query": "条件",
|
|
"field": "字段",
|
|
"score": "排序"
|
|
},
|
|
"value": {
|
|
"user_dashboard_role": {
|
|
"visitor": "访客",
|
|
"creator": "创建人",
|
|
"leader": "管理人员",
|
|
"worker": "工作人员",
|
|
"server": "服务人员",
|
|
"style": {
|
|
"creator": "danger",
|
|
"leader": "danger"
|
|
}
|
|
},
|
|
"dashboard_type": {
|
|
"place": "Place",
|
|
"mysql": "MySQL",
|
|
"redis": "Redis",
|
|
"icons": {
|
|
"mysql": "/p/src/studio/studio.png?pod=20230511-mysql-story",
|
|
"redis": "/p/src/client/redis.png?pod=20230511-redis-story"
|
|
}
|
|
}
|
|
}
|
|
} |