GUACAMOLE-821:Add Japanese language support

This commit is contained in:
chisatohasimoto
2019-07-08 13:28:03 +09:00
parent 5f1c70e737
commit 0cad9eef69
17 changed files with 933 additions and 6 deletions

View File

@@ -10,7 +10,8 @@
],
"translations" : [
"translations/en.json"
"translations/en.json",
"translations/ja.json"
],
"js" : [

View File

@@ -0,0 +1,7 @@
{
"LOGIN" : {
"INFO_CAS_REDIRECT_PENDING" : "CAS認証にリダイレクトしています。"
}
}