🐛 fix(protocol): Add 'conf' output format option and update translations
This commit is contained in:
parent
4a907257c6
commit
6a889e7f2d
@ -479,9 +479,10 @@ export function ProtocolForm() {
|
||||
<SelectValue placeholder='Select ...' />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value='base64'>{t('outputFormats.base64')}</SelectItem>
|
||||
<SelectItem value='yaml'>{t('outputFormats.yaml')}</SelectItem>
|
||||
<SelectItem value='json'>{t('outputFormats.json')}</SelectItem>
|
||||
<SelectItem value='base64'>{t('outputFormats.base64')}</SelectItem>
|
||||
<SelectItem value='conf'>{t('outputFormats.conf')}</SelectItem>
|
||||
<SelectItem value='plain'>{t('outputFormats.plain')}</SelectItem>
|
||||
</SelectContent>
|
||||
</Select>
|
||||
|
||||
@ -74,7 +74,8 @@
|
||||
"yaml": "YAML",
|
||||
"json": "JSON",
|
||||
"base64": "Base64",
|
||||
"plain": "Plain Text"
|
||||
"plain": "Plain Text",
|
||||
"conf": "Config File"
|
||||
},
|
||||
"platforms": {
|
||||
"windows": "Windows",
|
||||
|
||||
@ -74,7 +74,8 @@
|
||||
"base64": "Base64",
|
||||
"json": "JSON",
|
||||
"plain": "纯文本",
|
||||
"yaml": "YAML"
|
||||
"yaml": "YAML",
|
||||
"conf": "配置文件"
|
||||
},
|
||||
"platforms": {
|
||||
"android": "Android",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user