46 lines
		
	
	
		
			No EOL
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			No EOL
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
| Config.LocaleList['en'] = {
 | |
|     ['sound-button'] = 'Sound',
 | |
|     ['playlists-button'] = 'Playlists',
 | |
|     ['div-controls--input'] = 'MUSIC URL',
 | |
|     ['controller-button'] = 'Control',
 | |
|     ['colors-button'] = 'Colors',
 | |
|     ['range-label'] = 'Sound <span class="hightlight">Range</span>',
 | |
|     ['volume-label'] = 'Sound <span class="hightlight">Volume</span>',
 | |
|     ['microphone'] = '<span class="microphone-hightlight">Speak</span> to Microphone',
 | |
|     ['stop-microphone'] = 'Stop <span class="stopmicrophone-hightlight">Speaking</span>',
 | |
|     ['smoke-start'] = '<span class="microphone-hightlight">Create</span> Smoke',
 | |
|     ['effects-label'] = 'Effects <span class="hightlight">Machine</span>',
 | |
|     ['fire-start'] = '<span class="microphone-hightlight">Create</span> Fire',
 | |
|     ['firework-start'] = '<span class="microphone-hightlight">Create</span> Fireworks',
 | |
|     ['spotlight-label'] = 'Change <span class="hightlight">Spotlight Color</span>',
 | |
|     ['smoke-label'] = 'Change <span class="hightlight">Smoke Color</span>',
 | |
|     ['create-playlist-button'] = 'Send',
 | |
|     ['delete-playlist-button'] = 'Delete',
 | |
|     ['add-song-playlist-button'] = 'Send',
 | |
|     ['playlist-label'] = 'Create Playlist',
 | |
|     ['remove-label'] = 'Remove Playlist',
 | |
|     ['add-label'] = 'Add Song',
 | |
|     ['new-playlist'] = 'Playlist Name',
 | |
|     ['new-song-name'] = 'Song Name',
 | |
|     ['new-song-url'] = 'Song URL',
 | |
|     ['smoke-machine-label'] = 'Smoke <span class="hightlight">Machine</span>',
 | |
|     ['spotlight-mode-label'] = '<span class="hightlight">Spotlight</span> Mode',
 | |
|     ['dynamic-label'] = 'Dynamic',
 | |
|     ['static-label'] = 'Static',
 | |
|     ['epilepsy-label'] = 'Epilepsy',
 | |
|     ['close-dj-creator'] = 'Close DJ Creator',
 | |
|     ['set-dj-location'] = 'Set DJ location',
 | |
|     ['add-range'] = 'Add Range',
 | |
|     ['remove-range'] = 'Remove Range',
 | |
|     ['save-range'] = 'Save Range',
 | |
|     ['place-spotlight'] = 'Place spotlight & rotation',
 | |
|     ['remove-last-action'] = 'Remove last action',
 | |
|     ['save-spotlights'] = 'Save spotlights',
 | |
|     ['place-screen'] = 'Place screen & rotation',
 | |
|     ['save-screens'] = 'Save screens',
 | |
|     ['place-effect'] = 'Place effect & rotation',
 | |
|     ['save-effects'] = 'Save effects',
 | |
|     ['place-smoke'] = 'Place smoke machines & smokes',
 | |
|     ['save-smoke'] = 'Save smoke machines',
 | |
|     ['copied-to-clipboard'] = 'COPIED TO CLIPBOARD',
 | |
| } | 
