+
+
+
+
+ {{ $t({ en: 'Playback', zh: '播放' }) }}
+
+
+ {{
+ $t(
+ selectedPlayback === AnimationSoundPlayback.Loop
+ ? {
+ en: 'Loop the sound during each animation playback and stop it when the animation stops',
+ zh: '声音在动画的单次播放周期内循环播放,并在动画停止时停止'
+ }
+ : {
+ en: 'Play the sound once and let it complete independently of the animation',
+ zh: '声音播放一次,并独立于动画完整播放'
+ }
+ )
+ }}
+
+
+
+ {{ $t({ en: 'Once', zh: '一次' }) }}
+
+
+ {{ $t({ en: 'Loop', zh: '循环' }) }}
+
+
+
+
+
+