{{ 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('randomMac') }}
{{ t('invalidMacAddressFormat') }}
{{ getRoleDescription(currentRole) }}
❯
{{ currentIndex + 1 }}/{{ roles.length }}
{{ t('startChat') }}
{{ t('deviceBind') }}
{{ t('deviceBind') }}
{{ t('deviceBindHint') }}
{{ t('bindStatusLoading') }}
{{ t('bindCurrentCode') }}
{{ deviceStatus.info.code }}
{{ codeRemainText }}
{{ t('bindAlreadyBound') }}
{{ t('bindNoCode') }}
{{ bindLoading ? t('binding') : t('bindSubmit') }}
{{ bindResult }}
{{ t('close') }}