{{ currentLanguage === 'zh' ? '🇨🇳' : '🇺🇸' }}
{{ currentLanguage === 'zh' ? '中文' : 'English' }}
⚙️
{{ t('settings') }}
{{ t('settings') }}
✕
{{ t('microphoneSelection') }}
{{ t('autoSelectMicrophone') }}
{{ device.label || t('microphone') + ' ' + device.deviceId.slice(0, 8) }}
{{ t('speakerSelection') }}
{{ t('autoSelectSpeaker') }}
{{ device.label || t('speaker') + ' ' + device.deviceId.slice(0, 8) }}
{{ t('voiceMode') }}
{{ t('continuousConversation') }}
{{ t('pushToTalk') }}
{{ t('done') }}
{{ t('selectRole') }}
❮
{{ getRoleName(currentRole) }}
{{ t('invalidMacAddressFormat') }}
{{ getRoleDescription(currentRole) }}
❯
{{ currentIndex + 1 }}/{{ roles.length }}
{{ t('startChat') }}