Skip to content

Commit 6d9a276

Browse files
committed
new translation on File tab
1 parent ac1c79b commit 6d9a276

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/control_draw/control_draw.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ function control_draw() {
15501550
icon(icons.SAVE)+"Ctrl+S$保存歌曲|"+
15511551
icon(icons.SAVE_AS)+"另存为|保存选项......|-|"+
15521552
"导入片段......|"+"导出片段......|"+"从 MIDI 文件导入......|从 Schematic 文件导入......|-|"+
1553-
inactive(totalblocks = 0) + "导出为 MP3......|"+
1553+
inactive(totalblocks = 0) + "导出音频文件......|"+
15541554
inactive(totalblocks = 0) + "导出为 schematic......|"+
15551555
inactive(totalblocks = 0) + "导出为分支 schematic......|"+
15561556
inactive(totalblocks = 0) + "导出为数据包......|-|" +

scripts/macros/macros.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function macros() {
22
#macro gm_runtime_version "2022.2.0.487"
3-
#macro version_date "2022.04.05"
4-
#macro version "3.10.0-beta.2"
3+
#macro version_date "2022.04.06"
4+
#macro version "3.10.0-beta.3"
55
#macro is_prerelease 1 // remember to change to 0 in the release!
66
#macro nbs_version 5
77
#macro pat_version 1

0 commit comments

Comments
 (0)