@@ -10,7 +10,7 @@ const consoleArt = `
1010
1111Welcome to AMLL Editor!
1212
13- Project URL: https://github.com/Linho1219/AMLL-Editor
13+ Project URL: https://github.com/amll-dev/amll-editor
1414 Licensed under AGPLv3 only
1515
1616Related projects: AMLL Homepage https://amll.dev/
@@ -70,6 +70,9 @@ const en = {
7070 generateRomanFromSyl : 'Generate from syllable romanization' ,
7171 startTime : 'Line start time' ,
7272 endTime : 'Line end time' ,
73+ endTimeClickToConnect : 'Click to toggle connect end time' ,
74+ endTimeDbClickToEdit : 'Double-click to edit' ,
75+ connectNext : 'Connect end time to next line' ,
7376 continueToNextLine : 'Extend end time to next line' ,
7477 addSyllable : 'Add syllable' ,
7578 fields : {
@@ -135,6 +138,7 @@ const en = {
135138 duet : 'Duet' ,
136139 background : 'Background' ,
137140 ignoreInTiming : 'Ignore in Timing' ,
141+ connectNext : 'End time to next' ,
138142 startTime : 'Start' ,
139143 endTime : 'End' ,
140144 duration : 'Dur' ,
@@ -283,10 +287,10 @@ const en = {
283287 alwaysIgnoreBackgroundDesc : 'Always skip background lines in the timeline view' ,
284288 hideLineTiming : 'Hide line timestamps' ,
285289 hideLineTimingDesc : 'Automatically generate line timestamps from syllables' ,
286- autoConnectLineTimes : 'Auto connect line times' ,
287- autoConnectLineTimesDesc : 'Automatically connect timestamps of adjacent lines when close' ,
288- autoConnectThresholdMs : 'Auto connect threshold' ,
289- autoConnectThresholdMsDesc : 'Maximum allowed gap between lines to auto-connect (ms)' ,
290+ // autoConnectLineTimes: 'Auto connect line times',
291+ // autoConnectLineTimesDesc: 'Automatically connect timestamps of adjacent lines when close',
292+ // autoConnectThresholdMs: 'Auto connect threshold',
293+ // autoConnectThresholdMsDesc: 'Maximum allowed gap between lines to auto-connect (ms)',
290294 scrollWithPlayback : 'Auto-scroll with playback' ,
291295 scrollWithPlaybackDesc : 'Timeline view automatically scrolls following playback position' ,
292296 compatibilityReport : 'Compatibility report' ,
@@ -560,6 +564,7 @@ const en = {
560564 breakLine : 'Split Line' ,
561565 duet : 'Toggle Duet Line' ,
562566 background : 'Toggle Background Line' ,
567+ connectNextLine : 'Toggle Sibling Line Connection' ,
563568
564569 goPrevLine : 'Previous Line' ,
565570 goPrevSyl : 'Previous Syllable' ,
0 commit comments