Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to Add Read Aloud Extension #2005 #2048

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
176 changes: 176 additions & 0 deletions Read Aloud Extension/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
{
"extension_name": {
"message": "Read Aloud: A Text to Speech Voice Reader"
},
"extension_short_name": {
"message": "Read Aloud"
},
"extension_description": {
"message": "Read aloud the current web-page article with one click, using text to speech (TTS). Supports 40+ languages."
},
"options_heading": {
"message": "Options"
},
"options_voice_label": {
"message": "Voice"
},
"options_voicegroup_offline": {
"message": "Offline Voices"
},
"options_voicegroup_piper": {
"message": "Piper Voices (experimental)"
},
"options_voicegroup_standard": {
"message": "Standard Voices"
},
"options_voicegroup_premium": {
"message": "Premium Voices"
},
"options_voicegroup_additional": {
"message": "Additional Voices"
},
"options_enable_custom_voices": {
"message": "Enable Custom Voices"
},
"options_enable_piper_voices": {
"message": "Manage Piper Voices"
},
"options_rate_label": {
"message": "Speed"
},
"options_rate_warning": {
"message": "Note: some voices may not work at a high speed."
},
"options_pitch_label": {
"message": "Pitch"
},
"options_volume_label": {
"message": "Volume"
},
"options_show_highlighting": {
"message": "Text Highlighting"
},
"options_highlighting_off": {
"message": "Turn off"
},
"options_highlighting_popup": {
"message": "Show in popup"
},
"options_highlighting_window": {
"message": "Show in a separate window"
},
"options_audio_playback": {
"message": "Audio Playback"
},
"options_audio_playback_standalone": {
"message": "Use separate tab"
},
"options_audio_playback_embedded": {
"message": "In page"
},
"options_hotkeys_link": {
"message": "Edit shortcut keys"
},
"options_test_button": {
"message": "Test"
},
"options_reset_button": {
"message": "Reset"
},
"options_logged_in_as": {
"message": "Logged in as"
},
"options_account_button": {
"message": "Account"
},
"options_logout_button": {
"message": "Logout"
},
"player_tab_explanation": {
"message": "Read Aloud uses this tab for audio playback. This tab will automatically close after 5 minutes of no activity."
},
"player_hidethistab_link": {
"message": "Hide this tab"
},
"player_hidethistab_dialog_title": {
"message": "Hide this tab?"
},
"player_hidethistab_dialog_body": {
"message": "If you hide this tab, Read Aloud will play audio inside the current webpage. This means navigating away from the page will cause the speech to stop.\n\n(This setting can be reverted from the extension Options page)"
},
"player_hidethistab_dialog_ok_button": {
"message": "Hide"
},
"player_hidethistab_dialog_cancel_button": {
"message": "Cancel"
},
"player_permission_dialog_title": {
"message": "Permission Requested"
},
"player_permission_dialog_body": {
"message": "Allow Read Aloud to play audio?"
},
"player_permission_dialog_ok_button": {
"message": "Allow"
},
"context_read_selection": {
"message": "Read aloud selected text"
},
"error_no_text": {
"message": "Didn't find any text to read, try selecting the text you want to read first"
},
"error_no_voice": {
"message": "Language not supported '{lang}'"
},
"error_upload_pdf": {
"message": "Please use the form to upload your PDF file to read aloud"
},
"error_ajax_pdf": {
"message": "Please save this PDF file to your computer and open it inside this [PDF viewer](open-pdf-viewer) to read aloud"
},
"error_page_unreadable": {
"message": "Cannot read aloud this website"
},
"error_file_access": {
"message": "You need to grant Read Aloud access to file URLs in extension [settings](open-extension-settings)"
},
"error_add_permissions": {
"message": "You need to grant Read Aloud additional [permissions](request-permissions) for this website"
},
"error_login_required": {
"message": "Please [sign in](sign-in) to use the Premium Voices"
},
"error_voice_unavailable": {
"message": "Voice unavailable, please pick another"
},
"error_payment_required": {
"message": "Out of credits"
},
"error_wavenet_auth_required": {
"message": "You need to grant additional [permissions](auth-wavenet) to enable Google Wavenet voices"
},
"error_phone_not_connected": {
"message": "Phone not connected. [Connect](connect-phone)"
},
"error_phone_disconnected": {
"message": "Phone disconnected ({reason}). [Reconnect](connect-phone)"
},
"error_chatgpt": {
"message": "Click the speaker icon next to each answer to read it aloud"
},
"languages_heading": {
"message": "Language Options"
},
"languages_back_button": {
"message": "Back to Options"
},
"google_translate_request_permission": {
"message": "Read Aloud would like to use Google Translate for text-to-speech."
},
"google_translate_allow_button": {
"message": "Allow"
},
"google_translate_keep_page_open": {
"message": "Read Aloud is using Google Translate for text-to-speech. Please keep this tab open."
}
}
161 changes: 161 additions & 0 deletions Read Aloud Extension/_locales/es/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"extension_name": {
"message": "Read Aloud: Texto A Voz"
},
"extension_short_name": {
"message": "Read Aloud"
},
"extension_description": {
"message": "Lea en voz alta el artículo actual con un solo clic."
},
"options_heading": {
"message": "Configuración"
},
"options_voice_label": {
"message": "Voz"
},
"options_voicegroup_offline": {
"message": "Voces sin conexión"
},
"options_voicegroup_standard": {
"message": "Voces Estándar"
},
"options_voicegroup_premium": {
"message": "Voces Premium"
},
"options_voicegroup_additional": {
"message": "Voces adicionales"
},
"options_enable_custom_voices": {
"message": "Habilitar voces personalizadas"
},
"options_rate_label": {
"message": "Velocidad"
},
"options_rate_warning": {
"message": "Nota: algunas voces pueden no funcionar a alta velocidad."
},
"options_pitch_label": {
"message": "Tono"
},
"options_volume_label": {
"message": "Volumen"
},
"options_show_highlighting": {
"message": "Resaltado De Texto"
},
"options_highlighting_off": {
"message": "Apagar"
},
"options_highlighting_popup": {
"message": "Mostrar en ventana emergente"
},
"options_highlighting_window": {
"message": "Mostrar en una ventana separada"
},
"options_audio_playback": {
"message": "Reproducción de audio"
},
"options_audio_playback_standalone": {
"message": "Usar pestaña separada"
},
"options_audio_playback_embedded": {
"message": "En pagina"
},
"options_hotkeys_link": {
"message": "Editar teclas de acceso directo"
},
"options_test_button": {
"message": "Probar"
},
"options_reset_button": {
"message": "Reiniciar"
},
"options_logged_in_as": {
"message": "Conectado como"
},
"options_account_button": {
"message": "Cuenta"
},
"options_logout_button": {
"message": "Cerrar sesión"
},
"player_tab_explanation": {
"message": "Leer en voz alta utiliza esta pestaña para la reproducción de audio. Esta pestaña se cerrará automáticamente después de 5 minutos sin actividad."
},
"player_hidethistab_link": {
"message": "Ocultar esta pestaña"
},
"player_hidethistab_dialog_title": {
"message": "¿Ocultar esta pestaña?"
},
"player_hidethistab_dialog_body": {
"message": "Si oculta esta pestaña, Leer en voz alta reproducirá audio dentro de la página web actual. Esto significa que navegar fuera de la página hará que el discurso se detenga. (Esta configuración se puede revertir desde la página Opciones de extensión)"
},
"player_hidethistab_dialog_ok_button": {
"message": "Esconder"
},
"player_hidethistab_dialog_cancel_button": {
"message": "Cancelar"
},
"player_permission_dialog_title": {
"message": "Permiso solicitado"
},
"player_permission_dialog_body": {
"message": "¿Permitir lectura en voz alta para reproducir audio?"
},
"player_permission_dialog_ok_button": {
"message": "Permitir"
},
"context_read_selection": {
"message": "Leer en voz alta el texto seleccionado"
},
"error_no_text": {
"message": "No encontré ningún texto para leer"
},
"error_no_voice": {
"message": "Idioma no admitido '{lang}'"
},
"error_upload_pdf": {
"message": "Use el formulario para cargar su archivo PDF y leer en voz alta"
},
"error_ajax_pdf": {
"message": "Guarde este archivo PDF en su computadora y ábralo dentro de este [visor de PDF](open-pdf-viewer) para leer en voz alta"
},
"error_page_unreadable": {
"message": "No puedo leer en voz alta este sitio web"
},
"error_file_access": {
"message": "Debe otorgar acceso de lectura en voz alta a las URL de los archivos en la extensión [configuración](open-extension-settings)"
},
"error_add_permissions": {
"message": "Debe conceder [permisos](request-permissions) adicionales para leer en voz alta para este sitio web"
},
"error_login_required": {
"message": "Por favor [inicie sesión](sign-in) para utilizar las voces premium"
},
"error_voice_unavailable": {
"message": "Voz no disponible, por favor elija otro"
},
"error_payment_required": {
"message": "Sin creditos"
},
"error_wavenet_auth_required": {
"message": "Debe conceder [permisos](auth-wavenet) adicionales para habilitar las voces de Google Wavenet"
},
"languages_heading": {
"message": "Opciones de lenguaje"
},
"languages_back_button": {
"message": "Volver a la configuración"
},
"google_translate_request_permission": {
"message": "Read Aloud le gustaría usar el Traductor de Google para síntesis de voz."
},
"google_translate_allow_button": {
"message": "Permitir"
},
"google_translate_keep_page_open": {
"message": "Read Aloud está usando el Traductor de Google para síntesis de voz. Por favor, mantenga esta pestaña abierta."
}
}
Loading
Loading