mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1291: Add Korean language support
Add translation files for the webapp and the following extensions: - guacamole-auth-cas - guacamole-auth-duo - guacamole-auth-jdbc - guacamole-auth-openid - guacamole-auth-quickconnect - guacamole-auth-saml - guacamole-auth-totp Co-authored-by: hwjdghks <5832120@naver.com> Co-authored-by: JueunPark <josojoso0702@gmail.com> Co-authored-by: from97 <skm1104@daum.net> Co-authored-by: Eomhyunjun <zzp1318@gmail.com>
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"translations/en.json",
|
||||
"translations/fr.json",
|
||||
"translations/ja.json",
|
||||
"translations/ko.json",
|
||||
"translations/pt.json",
|
||||
"translations/ru.json",
|
||||
"translations/zh.json"
|
||||
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
|
||||
"QUICKCONNECT" : {
|
||||
"ACTION_CONNECT" : "연결",
|
||||
|
||||
"ERROR_INVALID_URI" : "잘못된 URI 지정",
|
||||
"ERROR_NO_HOST" : "지정된 호스트 없음",
|
||||
"ERROR_NO_PROTOCOL" : "지정된 프로토콜 없음",
|
||||
"ERROR_NOT_ABSOLUTE_URI" : "URL이 절대 경로가 아님",
|
||||
|
||||
"FIELD_PLACEHOLDER_URI" : "연결 URI 입력"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user