File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 36
36
<ul class =" file-menu" >
37
37
<li >
38
38
<button
39
- v-t =" 'newSong '"
39
+ v-t =" 'new '"
40
40
type =" button"
41
41
class =" menu-button"
42
42
@click =" handleReset()"
46
46
<!-- applications to hook into their behaviour -->
47
47
<li >
48
48
<button
49
- v-t =" 'loadSong '"
49
+ v-t =" 'open '"
50
50
type =" button"
51
51
class =" menu-button"
52
52
@click =" handleLoad()"
55
55
</li >
56
56
<li >
57
57
<button
58
- v-t =" 'saveSong '"
58
+ v-t =" 'save '"
59
59
type =" button"
60
60
class =" menu-button"
61
61
@click =" handleSave( true )"
62
62
></button >
63
63
</li >
64
64
<li >
65
65
<button
66
- v-t =" 'saveSongAs '"
66
+ v-t =" 'saveAs '"
67
67
type =" button"
68
68
class =" menu-button"
69
69
@click =" handleSave( false )"
72
72
</li >
73
73
<li >
74
74
<button
75
- v-t =" 'exportSong '"
75
+ v-t =" 'exportProject '"
76
76
type =" button"
77
77
class =" menu-button"
78
78
@click =" handleExport()"
79
79
></button >
80
80
</li >
81
81
<li >
82
82
<button
83
- v-t =" 'exportAsMidi '"
83
+ v-t =" 'exportMidi '"
84
84
type =" button"
85
85
class =" menu-button"
86
86
@click =" handleMidiExport()"
Original file line number Diff line number Diff line change 2
2
"en-US" : {
3
3
"title" : " efflux" ,
4
4
"file" : " File" ,
5
- "loadSong " : " Load song " ,
6
- "saveSong " : " Save song " ,
7
- "saveSongAs " : " Save song as " ,
8
- "newSong " : " New song " ,
5
+ "new " : " New " ,
6
+ "open " : " Open " ,
7
+ "save " : " Save" ,
8
+ "saveAs " : " Save as " ,
9
9
"instruments" : " Instruments" ,
10
10
"instrumentEditor" : " Instrument editor" ,
11
11
"sampleEditor" : " Sample editor" ,
20
20
"recordOutput" : " Record output" ,
21
21
"stopRecording" : " Stop recording" ,
22
22
"emptySong" : " Song has no pattern content!" ,
23
- "exportSong " : " Export song " ,
24
- "exportAsMidi " : " Export MIDI" ,
23
+ "exportProject " : " Export project " ,
24
+ "exportMidi " : " Export MIDI" ,
25
25
"songExported" : " Song \" {song}\" exported to your download folder" ,
26
26
"errorSongExport" : " Could not export song."
27
27
}
You can’t perform that action at this time.
0 commit comments