mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge 1.3.0 changes back to master.
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
"translations/fr.json",
|
||||
"translations/ja.json",
|
||||
"translations/pt.json",
|
||||
"translations/ru.json"
|
||||
"translations/ru.json",
|
||||
"translations/zh.json"
|
||||
],
|
||||
|
||||
"resources" : {
|
||||
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
|
||||
"DATA_SOURCE_QUICKCONNECT" : {
|
||||
"NAME" : "快速连接"
|
||||
},
|
||||
|
||||
"QUICKCONNECT" : {
|
||||
"ACTION_CONNECT" : "连接",
|
||||
|
||||
"ERROR_INVALID_URI" : "指定的URI无效",
|
||||
"ERROR_NO_HOST" : "未指定主机",
|
||||
"ERROR_NO_PROTOCOL" : "未指定协议",
|
||||
"ERROR_NOT_ABSOLUTE_URI" : "不是绝对URI地址",
|
||||
|
||||
"FIELD_PLACEHOLDER_URI" : "输入连接URI"
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user