GUACAMOLE-565: Add en translations for terminal-type parameter.

Add en translations for the terminal-type parameter and its enum values.
Also add an empty value to the terminal-type enum lists.
This commit is contained in:
Jim Chen
2018-06-05 22:33:50 -04:00
parent ad7d3dde34
commit edecaa46b2
3 changed files with 20 additions and 2 deletions

View File

@@ -87,7 +87,7 @@
{
"name" : "terminal-type",
"type" : "ENUM",
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
}
]
},

View File

@@ -70,7 +70,7 @@
{
"name" : "terminal-type",
"type" : "ENUM",
"options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
"options" : [ "", "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
}
]
},