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,8 @@
{
"LOGIN" : {
"INFO_DUO_VALIDATION_CODE_INCORRECT" : "Duoの認証コードが間違っています。",
"INFO_DUO_AUTH_REQUIRED" : "Duoで認証してください。"
}
}