Skip to content

Commit d58f3d8

Browse files
committed
feat(i18n): add MuMod internationalization entries
1 parent d358cfd commit d58f3d8

3 files changed

Lines changed: 45 additions & 0 deletions

File tree

MaiChartManager/Front/src/locales/en.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,21 @@ mod:
438438
tip: If mixing Maimoller with other protocols, disable this for the non-Maimoller side
439439
on: 'On'
440440
off: 'Off'
441+
stableChannel: "Stable Channel"
442+
fastChannel: "Fast Channel"
443+
mumod: "MuMod"
444+
mumodDesc: "Auto-update Loader"
445+
mumodInstalled: "MuMod Installed"
446+
mumodChannel: "Update Channel"
447+
mumodChannelSlow: "Stable"
448+
mumodChannelFast: "Fast"
449+
cacheUpdating: "Updating cache..."
450+
cacheFailed: "Cache update failed"
451+
conflict:
452+
title: "Conflict Detected"
453+
message: "Both AquaMai and MuMod are present, please choose which to keep"
454+
deleteAquaMai: "Delete AquaMai"
455+
deleteMuMod: "Delete MuMod"
441456
pdx:
442457
noDevice: "No PDX device detected"
443458
deviceCount: "{count} PDX device(s) detected"

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,21 @@ mod:
399399
tip: 如果混用 Maimoller 與其他協議,請對不是 Maimoller 的一侧停用
400400
on:
401401
off:
402+
stableChannel: "穩定通道"
403+
fastChannel: "快速通道"
404+
mumod: "MuMod"
405+
mumodDesc: "自動更新載入器"
406+
mumodInstalled: "MuMod 已安裝"
407+
mumodChannel: "更新通道"
408+
mumodChannelSlow: "穩定"
409+
mumodChannelFast: "快速"
410+
cacheUpdating: "正在更新快取..."
411+
cacheFailed: "快取更新失敗"
412+
conflict:
413+
title: "偵測到衝突"
414+
message: "AquaMai 和 MuMod 同時存在,請選擇保留哪一個"
415+
deleteAquaMai: "刪除 AquaMai"
416+
deleteMuMod: "刪除 MuMod"
402417
pdx:
403418
noDevice: "未偵測到 PDX 設備"
404419
deviceCount: "偵測到 {count} 個 PDX 設備"

MaiChartManager/Front/src/locales/zh.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,21 @@ mod:
405405
off:
406406
enable: 启用
407407
disable: 禁用
408+
stableChannel: "稳定通道"
409+
fastChannel: "快速通道"
410+
mumod: "MuMod"
411+
mumodDesc: "自动更新加载器"
412+
mumodInstalled: "MuMod 已安装"
413+
mumodChannel: "更新通道"
414+
mumodChannelSlow: "稳定"
415+
mumodChannelFast: "快速"
416+
cacheUpdating: "正在更新缓存..."
417+
cacheFailed: "缓存更新失败"
418+
conflict:
419+
title: "检测到冲突"
420+
message: "AquaMai 和 MuMod 同时存在,请选择保留哪一个"
421+
deleteAquaMai: "删除 AquaMai"
422+
deleteMuMod: "删除 MuMod"
408423
pdx:
409424
noDevice: "未检测到 PDX 设备"
410425
deviceCount: "检测到 {count} 个 PDX 设备"

0 commit comments

Comments
 (0)