add i18n translations

This commit is contained in:
杨黄林
2023-09-25 22:44:51 +08:00
parent 7310e1117c
commit cd5109e5f1
9 changed files with 93 additions and 68 deletions

View File

@@ -55,5 +55,15 @@
"Local Port": "Local Port",
"Operation": "Operation",
"Confirm": "Confirm",
"Cancel": "Cancel"
"Cancel": "Cancel",
"Token Invalid": "Token invalid",
"Operate Success": "Operate success",
"Operate Failed": "Operate failed",
"Should Check Proxy": "You should check at least one proxy",
"Confirm Remove Proxy": "Confirm to remove proxy ?",
"Operation Confirm": "Operation confirm",
"Param Error": "Param error",
"Frp Client Error": "Frp client error",
"Proxy Exist,": "Proxy name exist",
"Proxy Not Exist": "Proxy name not exist"
}

View File

@@ -55,5 +55,15 @@
"Local Port": "本地端口",
"Operation": "操作",
"Confirm": "确定",
"Cancel": "取消"
"Cancel": "取消",
"Token Invalid": "登录信息无效",
"Operate Success": "操作成功",
"Operate Failed": "操作失败",
"Should Check Proxy": "请选中需要操作的代理",
"Confirm Remove Proxy": "确定删除代理?",
"Operation Confirm": "操作确认",
"Param Error": "参数错误",
"Frp Client Error": "Frp客户端错误",
"Proxy Exist": "代理名称重复",
"Proxy Not Exist": "代理名称不存在"
}