tachybase_todo/packages/plugins/@nocobase/plugin-data-source-manager/src/locale/zh-CN.json
katherinehhh 00dc004601
refactor: view collection support filterTargetKey config (#3767)
* refactor: view collection support filterTargetkey config

* refactor: locale improve

* refactor: locale improve
2024-03-23 12:17:13 +08:00

35 lines
1.3 KiB
JSON

{
"Data source name": "数据源标识",
"Data source display name": "数据源名称",
"Host": "服务器地址",
"Port": "端口",
"Database": "数据库",
"Data source manager": "数据源管理",
"Data sources": "数据源",
"No external data source plugin installed": "未安装外部数据源",
"View documentation": "查看文档",
"Test Connection": "测试连接",
"Connection successful": "连接成功",
"Display name": "名称",
"Username": "用户名",
"Password": "密码",
"Type": "类型",
"Description": "描述",
"Storage": "文件地址",
"Collections": "数据表",
"Permissions": "权限",
"Allow adding and modifying collection": "允许添加和修改数据表结构",
"Unknown field type": "未知字段类型",
"The following field types are not compatible and do not support output and display": "以下字段类型未适配,不支持输出和显示",
"Field database type": "字段数据库类型",
"Field interface": "UI类型",
"Status": "状态",
"Loading": "加载中",
"Failed": "加载失败",
"Loaded": "已加载",
"Reloading": "加载中",
"Data source synchronization in progress": "数据源同步中",
"Data source synchronization successful": "数据源同步成功",
"Filter target key":"筛选目标键"
}