Skip to content

Commit 0c06044

Browse files
committed
ioKeyMap 增加 选择 选项
1 parent dbdacd2 commit 0c06044

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

MaiChartManager/Front/src/components/ModManager/ConfigEntry.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default defineComponent({
1919

2020
const optionsIoKeyMap = [
2121
{ label: t('mod.adxHid.disabled'), value: 'None' },
22+
{ label: t('mod.adxHid.select'), value: 'Select' },
2223
{ label: t('mod.adxHid.select1P'), value: 'Select1P' },
2324
{ label: t('mod.adxHid.select2P'), value: 'Select2P' },
2425
{ label: t('mod.adxHid.service'), value: 'Service' },

MaiChartManager/Front/src/locales/en.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ mod:
322322
button3Desc: Downward triangle button
323323
button4: Button 4
324324
button4Desc: Bottom round button
325+
select: Select
325326
touchSensitivity:
326327
applyPresetToGlobal: Apply Preset to Global
327328
settingsFor: '{area} Sensitivity Settings'
@@ -378,7 +379,9 @@ mod:
378379
resetToDefault: Reset to default settings
379380
configVersionHigher: Config file version higher than AquaMai version
380381
aquaMaiSignatureVerificationFailed: AquaMai signature verification failed
381-
aquaMaiSignatureVerificationFailedMessage: Unable to verify AquaMai is from official source. Loading config requires executing code in it, which may pose security risks.
382+
aquaMaiSignatureVerificationFailedMessage: >-
383+
Unable to verify AquaMai is from official source. Loading config requires
384+
executing code in it, which may pose security risks.
382385
loadConfigIgnoreSignature: Ignore signature verification and load
383386
signature:
384387
verifiedOfficial: Verified official AquaMai version
@@ -397,9 +400,12 @@ mod:
397400
installSuccess: Installation successful
398401
community:
399402
title: Community Contributed Features
400-
description: |-
401-
This feature is contributed by community members and may not receive the same level of technical support as core features
402-
We will do our best to coordinate and handle technical issues if they arise
403+
description: >-
404+
This feature is contributed by community members and may not receive the
405+
same level of technical support as core features
406+
407+
We will do our best to coordinate and handle technical issues if they
408+
arise
403409
mmlIo:
404410
notInstalled: Dependencies not installed or conflicts exist
405411
oneClickInstall: One-Click Install

MaiChartManager/Front/src/locales/zh-TW.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ mod:
298298
button3Desc: 向下的三角鍵
299299
button4: 按鍵 4
300300
button4Desc: 最下方的圓形按鍵
301+
select: 選擇
301302
touchSensitivity:
302303
applyPresetToGlobal: 套用預設到全域
303304
settingsFor: '{area} 的靈敏度設定'

MaiChartManager/Front/src/locales/zh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ mod:
298298
button3Desc: 向下的三角键
299299
button4: 按键 4
300300
button4Desc: 最下方的圆形按键
301+
select: 选择
301302
touchSensitivity:
302303
applyPresetToGlobal: 应用预设到全局
303304
settingsFor: '{area} 的灵敏度设置'

0 commit comments

Comments
 (0)