GUACAMOLE-821: Merge Japanese translation.

This commit is contained in:
Mike Jumper
2019-07-19 23:40:10 -07:00
committed by GitHub
17 changed files with 926 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認証にリダイレクトしています。"
}
}