GUACAMOLE-1291: Merge Korean language support

This commit is contained in:
Virtually Nick
2021-05-13 14:47:38 -04:00
committed by GitHub
17 changed files with 1044 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"translations" : [
"translations/ca.json",
"translations/en.json",
"translations/ko.json",
"translations/fr.json",
"translations/pt.json"
]

View File

@@ -0,0 +1,11 @@
{
"DATA_SOURCE_SAML" : {
"NAME" : "SAML 인증 확장 프로그램"
},
"LOGIN" : {
"INFO_SAML_REDIRECT_PENDING": "잠시만 기다려주십시오. ID 제공자로 리디렉션 중..."
}
}