json工具增加越南语

This commit is contained in:
yangjiaxuan 2024-05-09 12:00:30 +08:00
parent 0053a98ea7
commit 515487b051
9 changed files with 11 additions and 10 deletions

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},
@ -601,7 +601,7 @@
"type": "string",
"cur": "画质优先",
"default": "画质优先",
"size": 24,
"size": 64,
"range": ["速度优先", "画质优先"],
"depend_or": ["resolution>=300"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},
@ -601,7 +601,7 @@
"type": "string",
"cur": "画质优先",
"default": "画质优先",
"size": 24,
"size": 64,
"range": ["速度优先", "画质优先"],
"depend_or": ["resolution>=300"]
},

View File

@ -1,4 +1,4 @@
// CDlgLang.cpp: 实现文件
// CDlgLang.cpp: 实现文件
//
#include "stdafx.h"
@ -178,6 +178,7 @@ namespace sdk_util
, {50, 1144, "\346\204\217\345\244\247\345\210\251\350\257\255"} // 意大利语
, {60, 932, "\346\227\245\350\257\255"} // 日语
, {70, 949, "\351\237\251\346\226\207"} // 韩文
, {80, 1258, "\350\266\212\345\215\227\350\257\255"} // 越南语
};
LANGID* lang_info_from_cp(int cp)
{

Binary file not shown.