Browse Source

Use pt-BR for Portuguese (Brazil) and pt for Portuguese (Portugal)

Portuguese (Brazil) is only used in Brazil, whereas Portuguese
(Portugal) is used in other Portuguese-speaking countries. Therefore,
it is standard practice to have a pt and pt-BR translation. I don't
know why the eyes-free port of eSpeak decided to do things
differently.
master
Reece H. Dunn 12 years ago
parent
commit
65207e3d04
2 changed files with 22 additions and 22 deletions
  1. 11
    11
      android/res/values-pt-rBR/strings.xml
  2. 11
    11
      android/res/values-pt/strings.xml

android/res/values-pt-rPT/strings.xml → android/res/values-pt-rBR/strings.xml View File

@@ -4,40 +4,40 @@
Description: The name of the application.-->
<!--Source: Activity title.
Description: Title for the Settings activity.-->
<string name="tts_settings_label">Definições do eSpeak TTS</string>
<string name="tts_settings_label">Configurações de TTS do eSpeak</string>
<!--Source: Preference title.
Description: Title for the preference that controls default voice pitch.-->
<string name="setting_default_pitch">Tom predefinido</string>
<string name="setting_default_pitch">Frequência padrão do som</string>
<!--Source: Preference title.
Description: Title for the preference that controls default speech rate.-->
<string name="setting_default_rate">Multiplicador da taxa de voz</string>
<string name="setting_default_rate">Multiplicador da taxa de fala</string>
<!--Source: Dialog text.
Description: Status message shown when installing voice data.-->
<string name="installing_voice_data">A instalar dados de voz...</string>
<string name="installing_voice_data">Instalando dados de voz...</string>
<!--Source: Dialog message.
Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.-->
<string name="set_default_message">O eSpeak não está definido como o motor de síntese de voz predefinido.</string>
<string name="set_default_message">O eSpeak não está definido como seu mecanismo padrão de conversão de texto em voz.</string>
<!--Source: Dialog message.
Description: Alert dialog telling the user that voice data installation failed.-->
<string name="voice_data_failed_message">Ocorreu uma falha ao instalar os dados de voz do eSpeak. Verifique o cartão SD.</string>
<string name="voice_data_failed_message">Falha ao instalar os dados de voz do eSpeak. Verifique seu cartão SD.</string>
<!--Source: Dialog message.
Description: Alert dialog telling the user that an unknown error has occurred.-->
<string name="error_message">Ocorreu uma falha ao iniciar o eSpeak.</string>
<string name="error_message">Falha ao iniciar o eSpeak.</string>
<!--Source: Label text.
Description: Label informing the user of the current text-to-speech language.-->
<string name="current_tts_locale">Voz predefinida</string>
<string name="current_tts_locale">Voz padrão</string>
<!--Source: Label text.
Description: Label informing the user of how many voices are installed.-->
<string name="available_voices">Vozes instaladas</string>
<!--Source: Button label.
Description: Button for launching general text-to-speech settings.-->
<string name="tts_settings">Definições gerais do TTS</string>
<string name="tts_settings">Configurações gerais de TTS</string>
<!--Source: Button label.
Description: Button for launching eSpeak-specific settings.-->
<string name="engine_settings">Definições do eSpeak TTS</string>
<string name="engine_settings">Configurações de TTS do eSpeak</string>
<!--Source: Label text.
Description: Label informing the user that eSpeak is loading resources.-->
<string name="loading">A carregar; aguarde...</string>
<string name="loading">Carregando. Aguarde…</string>
<!--Source: Spoken aloud.
Description: Sample text spoken aloud when the user is trying out a language.-->
<string name="sample_text"></string>

+ 11
- 11
android/res/values-pt/strings.xml View File

@@ -4,40 +4,40 @@
Description: The name of the application.-->
<!--Source: Activity title.
Description: Title for the Settings activity.-->
<string name="tts_settings_label">Configurações de TTS do eSpeak</string>
<string name="tts_settings_label">Definições do eSpeak TTS</string>
<!--Source: Preference title.
Description: Title for the preference that controls default voice pitch.-->
<string name="setting_default_pitch">Frequência padrão do som</string>
<string name="setting_default_pitch">Tom predefinido</string>
<!--Source: Preference title.
Description: Title for the preference that controls default speech rate.-->
<string name="setting_default_rate">Multiplicador da taxa de fala</string>
<string name="setting_default_rate">Multiplicador da taxa de voz</string>
<!--Source: Dialog text.
Description: Status message shown when installing voice data.-->
<string name="installing_voice_data">Instalando dados de voz...</string>
<string name="installing_voice_data">A instalar dados de voz...</string>
<!--Source: Dialog message.
Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.-->
<string name="set_default_message">O eSpeak não está definido como seu mecanismo padrão de conversão de texto em voz.</string>
<string name="set_default_message">O eSpeak não está definido como o motor de síntese de voz predefinido.</string>
<!--Source: Dialog message.
Description: Alert dialog telling the user that voice data installation failed.-->
<string name="voice_data_failed_message">Falha ao instalar os dados de voz do eSpeak. Verifique seu cartão SD.</string>
<string name="voice_data_failed_message">Ocorreu uma falha ao instalar os dados de voz do eSpeak. Verifique o cartão SD.</string>
<!--Source: Dialog message.
Description: Alert dialog telling the user that an unknown error has occurred.-->
<string name="error_message">Falha ao iniciar o eSpeak.</string>
<string name="error_message">Ocorreu uma falha ao iniciar o eSpeak.</string>
<!--Source: Label text.
Description: Label informing the user of the current text-to-speech language.-->
<string name="current_tts_locale">Voz padrão</string>
<string name="current_tts_locale">Voz predefinida</string>
<!--Source: Label text.
Description: Label informing the user of how many voices are installed.-->
<string name="available_voices">Vozes instaladas</string>
<!--Source: Button label.
Description: Button for launching general text-to-speech settings.-->
<string name="tts_settings">Configurações gerais de TTS</string>
<string name="tts_settings">Definições gerais do TTS</string>
<!--Source: Button label.
Description: Button for launching eSpeak-specific settings.-->
<string name="engine_settings">Configurações de TTS do eSpeak</string>
<string name="engine_settings">Definições do eSpeak TTS</string>
<!--Source: Label text.
Description: Label informing the user that eSpeak is loading resources.-->
<string name="loading">Carregando. Aguarde…</string>
<string name="loading">A carregar; aguarde...</string>
<!--Source: Spoken aloud.
Description: Sample text spoken aloud when the user is trying out a language.-->
<string name="sample_text"></string>

Loading…
Cancel
Save