mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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>
36 lines
777 B
JSON
36 lines
777 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.3.0",
|
|
|
|
"name" : "SQLServer Authentication",
|
|
"namespace" : "guac-sqlserver",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.sqlserver.SQLServerAuthenticationProvider",
|
|
"org.apache.guacamole.auth.sqlserver.SQLServerSharedAuthenticationProvider"
|
|
],
|
|
|
|
"css" : [
|
|
"styles/jdbc.css"
|
|
],
|
|
|
|
"html" : [
|
|
"html/shared-connection.html"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/ca.json",
|
|
"translations/de.json",
|
|
"translations/en.json",
|
|
"translations/es.json",
|
|
"translations/fr.json",
|
|
"translations/ja.json",
|
|
"translations/ko.json",
|
|
"translations/pt.json",
|
|
"translations/ru.json",
|
|
"translations/zh.json"
|
|
]
|
|
|
|
}
|
|
|