fangxiang e5ef89c939 修复div大小修改时窗口不缩放的问题
添加添加信号源组的功能
2021-08-10 11:22:39 +08:00

50 lines
1.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// This is just an example,
// so you can safely delete all default props below
export default {
title: "MediaPlayerWebAPP",
failed: "失败",
success: "成功",
Cancel: "取消",
Accept: "确认",
login: "登录",
"user name": "用户名",
password: "密码",
"please input user name": "请输入用户",
"please input password": "请输入密码",
"login fail!": "登陆失败!",
"user or password error!": "用户名或密码错误!",
"connect time out!": "连接超时",
"please check server state, or check server ip address!":
"请检查服务器状态或者检查服务器IP地址是否正确",
"Please type something": "请输入内容",
"grid setting": "宫格设置",
"background image": "底图设置",
"data import": "数据导入",
"data export": "数据导出",
root: "根节点",
"close all windwos": "关闭所有窗口",
"close this window": "关闭当前窗口",
"close other windows": "关闭其它窗口",
"network disconnect!": "网络连接断开!",
"wait reconnection": "等待重连中",
"add item": "添加",
"add signal source item": "添加信号源",
"add group": "添加组",
"delete group": "删除组",
"edit group": "修改组",
delete: "删除",
edit: "修改",
close: "关闭",
"parent group": "父节点",
"group name": "组名",
"please input group name": "请输入组名",
};