Soniox Mobile to Mac - Real-time Voice Dictation & Remote Input Control
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
2.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="accent_blue">#3B82F6</color>
<color name="accent_green">#10B981</color>
<color name="accent_red">#EF4444</color>
<color name="accent_yellow">#F59E0B</color>
<color name="bg_dark">#0F1115</color>
<color name="card_border">#282E3A</color>
<color name="card_dark">#181B22</color>
<color name="mic_glow_active">#4DF43F5E</color>
<color name="mic_glow_idle">#263B82F6</color>
<color name="text_muted">#64748B</color>
<color name="text_primary">#F8FAFC</color>
<color name="text_secondary">#94A3B8</color>
<string name="app_name">Soniox Voice</string>
<string name="hold_to_speak">نگه‌دارید و صحبت کنید</string>
<string name="live_transcript_placeholder">متن صحبت شما به‌صورت زنده در این قسمت نمایش داده می‌شود...</string>
<string name="open_voice_input_settings">⚙️ انتخاب Soniox به عنوان ورودی صوتی سیستم</string>
<string name="release_to_type">رها کنید تا تایپ شود</string>
<string name="save_host">ذخیره آدرس</string>
<string name="server_host_label">آدرس سرور وب‌سوکت:</string>
<string name="status_ready">آماده برای ضبط صدا</string>
<string name="status_recording">🎙️ در حال استریم زنده صدا...</string>
<string name="status_sent">✨ متن آماده شد</string>
<string name="status_transcribing">⏳ در حال دریافت متن...</string>
<string name="test_connection">تست اتصال</string>
<string name="voice_typing_service_name">Soniox Voice Typing</string>
<style name="Theme.SonioxRemoteMic" parent="Theme.Material3.Dark.NoActionBar">
<item name="android:statusBarColor">@color/bg_dark</item>
<item name="android:navigationBarColor">@color/bg_dark</item>
<item name="android:windowBackground">@color/bg_dark</item>
<item name="colorPrimary">@color/accent_blue</item>
<item name="colorSecondary">@color/accent_green</item>
</style>
<style name="Theme.SonioxRemoteMic.Dialog" parent="Theme.Material3.Dark.Dialog">
<item name="android:windowBackground">@drawable/bg_dialog</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="colorPrimary">@color/accent_blue</item>
</style>
</resources>