feature: Batch-Manual export for CHUNITHM (#161)

This commit is contained in:
crxmsxn
2025-07-24 22:04:16 -05:00
committed by GitHub
parent bd32677e9e
commit 5b699a2c3c
3 changed files with 125 additions and 0 deletions

View File

@@ -183,6 +183,7 @@ export const EN_REF_SETTINGS = {
'settings.profile.logout': 'Log out',
'settings.profile.unchanged': 'Unchanged',
'settings.export': 'Export Player Data',
'settings.batchManualExport': "Export in Batch Manual (for Tachi)",
'settings.cabNotice': "Note: These settings will only affect your own cab/setup. If you're playing on someone else's setup, please contact them to change these settings.",
'settings.gameNotice': "These only apply to Mai and Wacca."
}

View File

@@ -195,6 +195,7 @@ const zhSettings: typeof EN_REF_SETTINGS = {
'settings.profile.logout': '登出',
'settings.profile.unchanged': '未更改',
'settings.export': '导出玩家数据',
'settings.batchManualExport': "导出 Batch Manual 格式(用于 Tachi",
'settings.cabNotice': '注意:下面这些设置只会影响你自己的机器,如果你是在其他人的机器上玩的话,请联系机主来改设置',
'settings.gameNotice': "这些设置仅对舞萌和华卡生效。",
}