Skip to content

Commit

Permalink
docs: arguments-builder.config
Browse files Browse the repository at this point in the history
Update arguments-builder.config.ts
  • Loading branch information
VirgilClyne committed Oct 30, 2024
1 parent cc77979 commit c1da4f6
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,15 @@ export default defineConfig({
label: "翻译字幕(翻译器)",
},
],
description:
"请选择要添加的字幕选项,如果为标准播放器,则会在字幕选项中新增勾选字幕选项。",
description: "请选择要添加的字幕选项,如果为标准播放器,则会在字幕选项中新增勾选字幕选项。",
},
{
key: "Languages[0]",
name: "[字幕]主语言(源语言)",
defaultValue: "AUTO",
type: "string",
boxJsType: "selects",
description:
"当“主语言”字幕存在时,将生成“主语言/副语言(翻译)”与“主语言(外挂)”的字幕或字幕选项。",
description: "当“主语言”字幕存在时,将生成“主语言/副语言(翻译)”与“主语言(外挂)”的字幕或字幕选项。",
options: [
{
key: "AUTO",
Expand Down Expand Up @@ -119,6 +117,10 @@ export default defineConfig({
key: "TR",
label: "Türkçe - 土耳其语",
},
{
key: "KM",
label: "ភាសាខ្មែរ - 高棉语",
},
],
},
{
Expand All @@ -127,8 +129,7 @@ export default defineConfig({
defaultValue: "ZH",
type: "string",
boxJsType: "selects",
description:
"当“副语言”字幕存在时,将生成“副语言/主语言(官方)”的字幕或字幕选项。",
description: "当“副语言”字幕存在时,将生成“副语言/主语言(官方)”的字幕或字幕选项。",
options: [
{
key: "ZH",
Expand All @@ -150,10 +151,22 @@ export default defineConfig({
key: "EN",
label: "English - 英语(自动)",
},
{
key: "EN-US",
label: "英语(美国)",
},
{
key: "ES",
label: "Español - 西班牙语(自动)",
},
{
key: "ES-ES",
label: "Español - 西班牙语",
},
{
key: "ES-419",
label: "西班牙语(拉丁美洲)",
},
{
key: "JA",
label: "日本語 - 日语",
Expand All @@ -174,6 +187,10 @@ export default defineConfig({
key: "TR",
label: "Türkçe - 土耳其语",
},
{
key: "KM",
label: "ភាសាខ្មែរ - 高棉语",
},
],
},
{
Expand Down

0 comments on commit c1da4f6

Please sign in to comment.