Merge pull request #326 from glyptodon/japanese-keymap

GUAC-1410: Add parameter and value translation string for Japanese keymap.
This commit is contained in:
James Muehlner
2016-02-01 14:59:52 -08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
"fr-fr-azerty", "fr-fr-azerty",
"de-de-qwertz", "de-de-qwertz",
"it-it-qwerty", "it-it-qwerty",
"ja-jp-qwerty",
"sv-se-qwerty", "sv-se-qwerty",
"failsafe" "failsafe"
] ]

View File

@@ -330,6 +330,7 @@
"FIELD_OPTION_SERVER_LAYOUT_FAILSAFE" : "Unicode", "FIELD_OPTION_SERVER_LAYOUT_FAILSAFE" : "Unicode",
"FIELD_OPTION_SERVER_LAYOUT_FR_FR_AZERTY" : "French (Azerty)", "FIELD_OPTION_SERVER_LAYOUT_FR_FR_AZERTY" : "French (Azerty)",
"FIELD_OPTION_SERVER_LAYOUT_IT_IT_QWERTY" : "Italian (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_IT_IT_QWERTY" : "Italian (Qwerty)",
"FIELD_OPTION_SERVER_LAYOUT_JA_JP_QWERTY" : "Japanese (Qwerty)",
"FIELD_OPTION_SERVER_LAYOUT_SV_SE_QWERTY" : "Swedish (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_SV_SE_QWERTY" : "Swedish (Qwerty)",
"NAME" : "RDP", "NAME" : "RDP",