online加声音目录

This commit is contained in:
whm1216
2025-12-02 00:57:34 +08:00
parent 7835a77ae2
commit 3ecb7d8cfb
37 changed files with 2444 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ En.MSG = {
catOLED: 'OLED Screen',
catMatrix: 'Matrix',
catFactory: 'Factory',
catSound: 'Sound',
catBlynk: 'Blynk IoT',
catFile: 'File',
catOnenet: 'OneNET',
@@ -4068,4 +4069,41 @@ En.MIXLY_ERROR_RATE = 'error-tolerant rate';
En.MIXLY_Enlarge_and_scale_to = 'enlarge and scale to';
En.MIXLY_High_zoom_level_to = 'high zoom level to';
En.MIXLY_OPEN_IMAGE_TOOLTIP = 'Scaling is only supported for multiples of 8. A value of 0 indicates no scaling.';
En.MIXLY_SOUND_PLAY_WAIT='Play sound %1 and wait for it to finish';
En.MIXLY_SOUND_PLAY='Play Sound';
En.MIXLY_catSoundSOUND_STOP_ALL='Stop all sounds';
En.MIXLY_catSoundSOUND_PITCH_INCREASE='Increase the tone';
En.MIXLY_catSoundSOUND_PITCH_SET='Set the tone to';
En.MIXLY_catSoundSOUND_CLEAR_EFFECTS='Clear sound effects';
En.MIXLY_catSoundSOUND_VOLUME_INCREASE='Increase the volume';
En.MIXLY_catSoundSOUND_VOLUME_SET='Set the volume to';
En.MIXLY_catSoundSOUND_VOLUME_GET='volume';
En.MIXLY_catSoundSOUND_DROPDOWN='Meow';
En.MIXLY_SOUND_PLAY_FREQUENCY_NO_DURATION='Play Sound Frequency';
En.MIXLY_SOUND_FREQUENCY='Frequency';
En.MIXLY_SOUND_DURATION='Duration';
En.MIXLY_SOUND_PLAY_NOTE_LIST='Play Note Sequence';
En.MIXLY_SOUND_WAIT_FINISH='and wait to finish';
En.MIXLY_SOUND_RECORD='Record Sound';
En.MIXLY_SOUND_RECORD_OPTION='Record...';
En.MIXLY_SOUND_NOTE='Note Sequence';
En.MIXLY_SOUND_EFFECT_PITCH='Pitch';
En.MIXLY_SOUND_EFFECT_PAN='Pan Left/Right';
En.MIXLY_SOUND_EFFECT_SET_TO='effect to';
En.MIXLY_SOUND_EFFECT_ADD_BY='effect by';
En.MIXLY_SOUND_SET_TO='Set';
En.MIXLY_SOUND_PLAY_FREQUENCY_NO_DURATION_TOOLTIP='Play sound at a specific frequency';
En.MIXLY_SOUND_PLAY_FREQUENCY_TOOLTIP='Play sound at a specific frequency for a limited time';
En.MIXLY_SOUND_PLAY_NOTE_LIST_TOOLTIP='Play a preset note sequence';
En.MIXLY_SOUND_PLAY_WAIT_TOOLTIP='Play sound and wait for it to finish';
En.MIXLY_SOUND_PLAY_TOOLTIP='Play sound';
En.MIXLY_SOUND_NOTE_TOOLTIP='Note sequence';
En.MIXLY_SOUND_STOP_ALL_TOOLTIP='Stop all sounds';
En.MIXLY_SOUND_RECORD_TOOLTIP='Record sound';
En.MIXLY_SOUND_VOLUME_GET_TOOLTIP='Get volume';
En.MIXLY_SOUND_VOLUME_SET_TOOLTIP='Set volume';
En.MIXLY_SOUND_VOLUME_ADD_TOOLTIP='Change volume';
En.MIXLY_SOUND_EFFECT_SET_TOOLTIP='Set sound effect';
En.MIXLY_SOUND_EFFECT_CLEAR_TOOLTIP='Clear sound effects';
En.MIXLY_SOUND_EFFECT_ADD_TOOLTIP='Change sound effect';
})();