2021-08-13 16:50:03 +08:00

75 lines
2.3 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: "失败",
fail: "失败",
Confirm: "确认",
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": "请输入组名",
"add signal source": "添加信号源",
"edit signal source": "修改信号源",
"signal source name": "信号源名称",
"please input signal source name": "请输入信号源名称",
"signal source type": "信号源类型",
"please select signal source type": "请选择信号源类型",
"multimedia file": "多媒体文件",
Web: "网页",
image: "图片",
rtsp: "RTSP视频流",
"media url": "媒体 RUL",
"please input media url": "请输入媒体 RUL",
"please input": "请输入",
"http url": "HTTP超链接",
"RTSP url": "RTSP链接",
"file path": "文件路径",
"wall row": "行",
"wall col": "列",
"select background image": "选择底图",
"use this image to background image": "确定使用这张图片作为背景图片吗",
"upload background image": "上传图片",
"view current background image": "查看当前底图",
};