mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-821:Add Japanese language support
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
],
|
||||
|
||||
"translations" : [
|
||||
"translations/en.json"
|
||||
"translations/en.json",
|
||||
"translations/ja.json"
|
||||
],
|
||||
|
||||
"resources" : {
|
||||
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
|
||||
"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