File tree Expand file tree Collapse file tree
ChuChartManager/Front/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ music:
119119 importChart : Import Chart
120120 exportC2S : Export C2S
121121 exportUGC : Export UGC
122+ exportSUS : Export SUS
122123 save : Save Changes
123124 copyToOption : Copy to other Option
124125 copy : Copy
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ music:
119119 importChart : 譜面をインポート
120120 exportC2S : C2S エクスポート
121121 exportUGC : UGC エクスポート
122+ exportSUS : SUS エクスポート
122123 save : 変更を保存
123124 copyToOption : 他のオプションにコピー
124125 copy : コピー
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ music:
119119 importChart : 导入谱面
120120 exportC2S : 导出 C2S
121121 exportUGC : 导出 UGC
122+ exportSUS : 导出 SUS
122123 save : 保存修改
123124 copyToOption : 复制到其他 Option
124125 copy : 复制
Original file line number Diff line number Diff line change @@ -381,6 +381,7 @@ function getDiffPanelStyle(i: number) {
381381 <Button v-if =" ! isA000 " @click =" handleImportChart (selectedDiff )" >{{ editFumens[selectedDiff].enable ? t('music.replaceChart') : t('music.importChart') }} (C2S/UGC/SUS)</Button >
382382 <Button v-if =" editFumens [selectedDiff ].enable " @click =" handleExportChart (selectedDiff , ' c2s' )" >{{ t('music.exportC2S') }}</Button >
383383 <Button v-if =" editFumens [selectedDiff ].enable " @click =" handleExportChart (selectedDiff , ' ugc' )" >{{ t('music.exportUGC') }}</Button >
384+ <Button v-if =" editFumens [selectedDiff ].enable " @click =" handleExportChart (selectedDiff , ' sus' )" >{{ t('music.exportSUS') }}</Button >
384385 </div >
385386 </div >
386387 </div >
You can’t perform that action at this time.
0 commit comments