Skip to content

Commit

Permalink
2.4
Browse files Browse the repository at this point in the history
- Updated languages
  • Loading branch information
Sav22999 committed Sep 11, 2021
1 parent 3fcf38a commit 12ad011
Show file tree
Hide file tree
Showing 699 changed files with 3,574 additions and 94 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ android {
compileSdkVersion 30

defaultConfig {
applicationId 'org.commonvoice.saverio.beta'
applicationId 'org.commonvoice.saverio'
minSdkVersion 26
targetSdkVersion 30
versionCode = 172
versionName '2.4b'
versionCode = 173
versionName '2.4'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
android:allowBackup="true"
android:configChanges="locale"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_cvproject_beta"
android:icon="@mipmap/ic_cvproject_stable"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_cvproject_beta_round"
android:roundIcon="@mipmap/ic_cvproject_stable_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values-bn-rBD/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<string name="txt_microphone_permission_first_launch" comment="Text | First-run">Common Voice Android অ্যাপের \"মাইক্রোফোন\" অনুমতি লাগবে সঠিকভাবে কাজ করার জন্য।</string>
<string name="txt_storage_permission_first_launch" comment="Text | First-run">তুমি গিটহাব(GitHub) বা টেলিগ্রামে(Telegram) বাগগুলি প্রতিবেদন করতে পারবে। ডেভেলপারকে সমস্যাটি দ্রুত বুঝতে সহায়তা করার জন্য অ্যাপ্লিকেশনটির লগ ফাইলটি তোমার প্রতিবেদনের সাথে সংযুক্ত করা উচিত। অ্যাপ্লিকেশনটির লগ ফাইলটি সংরক্ষণের জন্য \"স্টোরেজ\" অনুমতি প্রয়োজন।</string>
<string name="txt_offline_mode_first_launch" comment="Text | First-run">এমনকি তুমি অফলাইনে থাকাকালীনও অবদান রাখতে পারেন। অ্যাপ্লিকেশনটির \"অফলাইন মোড\" স্বয়ংক্রিয়ভাবে সক্ষম হবে এবং তুমি কোনও ইন্টারনেট সংযোগ ছাড়াই রেকর্ড করতে এবং শুনতে শুনতে পারেন।</string>
<string name="txt_themes_first_launch" comment="Text | First-run">Choose your preferred theme. \"Auto\" toggles the theme based on the current time. You can change this later in Settings.</string>
<string name="txt_themes_first_launch" comment="txt_themes_first_launch&#10;Text | First-run. &quot;Auto&quot; is the label used in the radioButton (&quot;Light&quot;, &quot;Dark&quot; and &quot;Auto&quot;)">Choose your preferred theme. \"Auto\" toggles the theme based on the current time. You can change this later in Settings.</string>
<string name="txt_turn_on_dark_theme_first_launch" comment="Text | First-run">অন্ধকার ভাব(থিম)</string>
<string name="txt_gestures_first_launch" comment="Text | First-run">কিছু কাজের সংকেত রয়েছে। উদাহরণস্বরূপ, তুমি বাক্যে বামদিকে সোয়াইপ করে একটি বাক্যটি এড়িয়ে যেতে পারো।</string>
<string name="txt_customise_gestures_first_launch" comment="Text | First-run">তুমি সেটিংসে এই সংকেতগুলো পরিবর্তন করতে পারো।</string>
Expand Down Expand Up @@ -173,7 +173,7 @@
<string name="label_dailygoal_notifications_first_alert" comment="Label to choose the first alert">First alert</string>
<string name="label_dailygoal_notifications_second_alert" comment="Label to choose the second alert">Second alert</string>
<string name="label_dailygoal_notifications_second_alert_none" comment="Label if you don't desire the second alert">None</string>
<string name="title_sub_section_statistics" comment="Title for a sub-section in Settings &gt; Advanced">Statistics</string>
<string name="title_sub_section_statistics" comment="Title for a sub-section in Settings &gt; Advanced">পরিসংখ্যান</string>
<string name="title_sub_section_destination_api_server" comment="Title for a sub-section in Settings &gt; Advanced">Destination API server</string>
<string name="button_reset_default_api_server" comment="It's a button to reset the default API server">Reset to the default API server</string>
<string name="button_customise_api_server" comment="Button">Customise API server</string>
Expand Down Expand Up @@ -280,7 +280,7 @@
<string name="accessibility_stop_recording" comment="contentDescription for Accessibility feature">Stop recording</string>
<string name="accessibility_listen_recording" comment="contentDescription for Accessibility feature">Play recording</string>
<string name="accessibility_stop_listening" comment="contentDescription for Accessibility feature">Stop listening</string>
<string name="accessibility_send_recording" comment="contentDescription for Accessibility feature">Send recording</string>
<string name="accessibility_send_recording" comment="contentDescription for Accessibility feature">রেকর্ডিং পাঠাও</string>
<string name="accessibility_read_contribution_criteria" comment="contentDescription for Accessibility feature">Read contribution criteria</string>
<string name="accessibility_see_offline_mode" comment="contentDescription for Accessibility feature">See offline mode details</string>
<string name="accessibility_see_info_clip" comment="contentDescription for Accessibility feature">See information about the current clip</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<string name="txt_microphone_permission_first_launch" comment="Text | First-run">Esta aplicación necesita el permiso \"Micrófono\" para grabar tu voz.</string>
<string name="txt_storage_permission_first_launch" comment="Text | First-run">Puede reportar errores en GitHub o Telegram. Para ayudar al desarrollador a entender el problema rápidamente, debes adjuntar el archivo de registro de la aplicación a tu informe. La aplicación necesita el permiso \"Almacenar\" para guardar el archivo de registro.</string>
<string name="txt_offline_mode_first_launch" comment="Text | First-run">Incluso puedes contribuir mientras estás fuera de línea. El \"modo sin conexión\" de la aplicación se habilitará automáticamente, y puede continuar grabando y escuchando sin conexión a Internet.</string>
<string name="txt_themes_first_launch" comment="Text | First-run">Choose your preferred theme. \"Auto\" toggles the theme based on the current time. You can change this later in Settings.</string>
<string name="txt_themes_first_launch" comment="txt_themes_first_launch&#10;Text | First-run. &quot;Auto&quot; is the label used in the radioButton (&quot;Light&quot;, &quot;Dark&quot; and &quot;Auto&quot;)">Elige tu tema preferido. \"Automático\" activa el tema basado en la hora actual. Puedes cambiar esto más tarde en Ajustes.</string>
<string name="txt_turn_on_dark_theme_first_launch" comment="Text | First-run">Tema oscuro</string>
<string name="txt_gestures_first_launch" comment="Text | First-run">Algunas acciones tienen gestos correspondientes. Por ejemplo, puedes omitir una frase en Hablar deslizando hacia la izquierda.</string>
<string name="txt_customise_gestures_first_launch" comment="Text | First-run">Puede personalizar estos gestos en Configuración.</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr-rFR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<string name="txt_microphone_permission_first_launch" comment="Text | First-run">Cette application a besoin de la permission \"Microphone\" pour enregistrer votre voix.</string>
<string name="txt_storage_permission_first_launch" comment="Text | First-run">Vous pouvez rapporter des bugs sur GitHub ou Telegram. Pour aider le développeur à comprendre le problème rapidement, vous devez joindre le fichier journal de l\'application à votre rapport. L\'application a besoin de la permission \"Stockage\" pour enregistrer le fichier journal.</string>
<string name="txt_offline_mode_first_launch" comment="Text | First-run">Vous pouvez même contribuer pendant que vous êtes hors ligne. Le mode hors-ligne de l\'application sera activé automatiquement et vous pouvez continuer à enregistrer et à écouter sans connexion Internet.</string>
<string name="txt_themes_first_launch" comment="Text | First-run">Choose your preferred theme. \"Auto\" toggles the theme based on the current time. You can change this later in Settings.</string>
<string name="txt_themes_first_launch" comment="txt_themes_first_launch&#10;Text | First-run. &quot;Auto&quot; is the label used in the radioButton (&quot;Light&quot;, &quot;Dark&quot; and &quot;Auto&quot;)">Choisissez votre thème préféré. « Auto » active le thème en fonction de l\'heure actuelle. Vous pourrez le modifier plus tard dans les paramètres.</string>
<string name="txt_turn_on_dark_theme_first_launch" comment="Text | First-run">Thème sombre</string>
<string name="txt_gestures_first_launch" comment="Text | First-run">Certaines actions ont des gestes correspondants. Par exemple, vous pouvez sauter une phrase dans Speak en faisant glisser vers la gauche.</string>
<string name="txt_customise_gestures_first_launch" comment="Text | First-run">Vous pouvez personnaliser ces gestes dans les paramètres.</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="toastNoLoginNoStatistics">Devi effettuare l\'accesso per vedere le statistiche</string>
<string name="toastNoLoginNoDailyGoal">Devi effettuare l\'accesso per poter impostare l\'obiettivo giornaliero</string>
<string name="textHoursAbbreviation">o</string>
<string name="textHour" comment="Label in Dashboard, like 'Hour 09:00', etc.">Hour {{hour}}</string>
<string name="textHour" comment="Label in Dashboard, like 'Hour 09:00', etc.">Ora {{hour}}</string>
<string name="txt_top_contributors">Collaboratori principali</string>
<string name="txt_top_contributors_recorded">Registrazioni</string>
<string name="txt_top_contributors_validated">Convalide</string>
Expand All @@ -46,7 +46,7 @@
<string name="txt_microphone_permission_first_launch" comment="Text | First-run">Questa app ha bisogno del permesso \"Microfono\" per registrare la voce.</string>
<string name="txt_storage_permission_first_launch" comment="Text | First-run">Puoi segnalare bug su GitHub o Telegram. Per aiutare lo sviluppatore a capire rapidamente il problema, è necessario allegare il file di log dell\'app alla segnalazione. L\'applicazione ha bisogno dell\'autorizzazione \"Archiviazione\" per salvare il file di log.</string>
<string name="txt_offline_mode_first_launch" comment="Text | First-run">Puoi anche contribuire mentre sei offline. La \"modalità Offline\" dell\'app sarà attivata automaticamente, e puoi continuare a registrare e ascoltare senza una connessione Internet.</string>
<string name="txt_themes_first_launch" comment="Text | First-run">Choose your preferred theme. \"Auto\" toggles the theme based on the current time. You can change this later in Settings.</string>
<string name="txt_themes_first_launch" comment="txt_themes_first_launch&#10;Text | First-run. &quot;Auto&quot; is the label used in the radioButton (&quot;Light&quot;, &quot;Dark&quot; and &quot;Auto&quot;)">Scegli il tuo tema preferito. \"Automatico\" permette di cambiare automaticamente il tema in base all\'attuale ora. Puoi modificarlo successivamente nelle Impostazioni.</string>
<string name="txt_turn_on_dark_theme_first_launch" comment="Text | First-run">Tema scuro</string>
<string name="txt_gestures_first_launch" comment="Text | First-run">Alcune azioni possono essere fatte attraverso dei gesti. Ad esempio, puoi saltare una frase in Parla scorrendo verso sinistra.</string>
<string name="txt_customise_gestures_first_launch" comment="Text | First-run">È possibile personalizzare questi gesti nelle Impostazioni.</string>
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values-sv-rSE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ De främsta deltagarna</string>
<string name="txt_microphone_permission_first_launch" comment="Text | First-run">Denna app behöver behörigheten \"Mikrofon\" för att spela in din röst.</string>
<string name="txt_storage_permission_first_launch" comment="Text | First-run">Du kan rapportera fel på GitHub eller Telegram. För att hjälpa utvecklaren att förstå problemet snabbt bör du bifoga appens loggfil till din rapport. Appen behöver behörigheten \"Lagring\" för att spara loggfilen.</string>
<string name="txt_offline_mode_first_launch" comment="Text | First-run">Du kan även bidra medan du är offline. Appens \"Offline-läge\" kommer att aktiveras automatiskt, och du kan fortsätta spela in och lyssna utan internetanslutning.</string>
<string name="txt_themes_first_launch" comment="Text | First-run">Choose your preferred theme. \"Auto\" toggles the theme based on the current time. You can change this later in Settings.</string>
<string name="txt_themes_first_launch" comment="txt_themes_first_launch&#10;Text | First-run. &quot;Auto&quot; is the label used in the radioButton (&quot;Light&quot;, &quot;Dark&quot; and &quot;Auto&quot;)">Choose your preferred theme. \"Auto\" toggles the theme based on the current time. You can change this later in Settings.</string>
<string name="txt_turn_on_dark_theme_first_launch" comment="Text | First-run">Mörkt tema</string>
<string name="txt_gestures_first_launch" comment="Text | First-run">Vissa åtgärder har motsvarande gester. Du kan till exempel hoppa över en mening i Tala genom att svepa vänster.</string>
<string name="txt_customise_gestures_first_launch" comment="Text | First-run">Du kan anpassa dessa gester i inställningar.</string>
Expand Down Expand Up @@ -176,11 +176,11 @@ De främsta deltagarna</string>
<string name="label_dailygoal_notifications_second_alert" comment="Label to choose the second alert">Second alert</string>
<string name="label_dailygoal_notifications_second_alert_none" comment="Label if you don't desire the second alert">None</string>
<string name="title_sub_section_statistics" comment="Title for a sub-section in Settings &gt; Advanced">Statistik</string>
<string name="title_sub_section_destination_api_server" comment="Title for a sub-section in Settings &gt; Advanced">Destination API server</string>
<string name="title_sub_section_destination_api_server" comment="Title for a sub-section in Settings &gt; Advanced">Destination API-server</string>
<string name="button_reset_default_api_server" comment="It's a button to reset the default API server">Reset to the default API server</string>
<string name="button_customise_api_server" comment="Button">Customise API server</string>
<string name="button_customise_api_server" comment="Button">Anpassa API-server</string>
<string name="message_customisation_api_server_text" comment="Message dialog">Are you sure you want to customise the API server? This is potentially a dangerous action.\nYou can reset to the default API server at any moment.</string>
<string name="label_destination_api_server" comment="Label (hint)">Destination API server</string>
<string name="label_destination_api_server" comment="Label (hint)">Destination API-server</string>
<!-- Speak & Listen-->
<string name="txt_loading_sentence" comment="Label in Speak">Laddar mening…</string>
<string name="btn_skip_sentence" comment="Button in Speak and Listen">Hoppa över</string>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/ar-SA/changelogs/173.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
★ Changelogs ★

You can see more details here: https://www.saveriomorelli.com/commonvoice/release/2-4/
2 changes: 1 addition & 1 deletion fastlane/metadata/android/ar-SA/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Common Voice is Mozilla's initiative to help teach machines how real people spea
Voice is natural, voice is human. That’s why we’re excited about creating usable voice technology for our machines. But to create voice systems, developers need an extremely large amount of voice data.
Most of the data used by large companies isn’t available to the majority of people. We think that stifles innovation. So we’ve launched Common Voice, a project to help make voice recognition open and accessible to everyone.
Now you can donate your voice to help us build an open-source voice database that anyone can use to make innovative apps for devices and the web. Read a sentence to help machines learn how real people speak. Check the work of other contributors to improve the quality. It’s that simple!
You can find more details on the official website <a href="https://commonvoice.mozilla.org/">https://commonvoice.mozilla.org/</a>
You can find more details on the official website <a href="https://commonvoice.mozilla.org">https://commonvoice.mozilla.org</a>
</p>
<p>
<b>Why should you use the app instead of the website on mobile?</b>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/as-IN/changelogs/173.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
★ Changelogs ★

You can see more details here: https://www.saveriomorelli.com/commonvoice/release/2-4/
2 changes: 1 addition & 1 deletion fastlane/metadata/android/as-IN/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Common Voice is Mozilla's initiative to help teach machines how real people spea
Voice is natural, voice is human. That’s why we’re excited about creating usable voice technology for our machines. But to create voice systems, developers need an extremely large amount of voice data.
Most of the data used by large companies isn’t available to the majority of people. We think that stifles innovation. So we’ve launched Common Voice, a project to help make voice recognition open and accessible to everyone.
Now you can donate your voice to help us build an open-source voice database that anyone can use to make innovative apps for devices and the web. Read a sentence to help machines learn how real people speak. Check the work of other contributors to improve the quality. It’s that simple!
You can find more details on the official website <a href="https://commonvoice.mozilla.org/">https://commonvoice.mozilla.org/</a>
You can find more details on the official website <a href="https://commonvoice.mozilla.org">https://commonvoice.mozilla.org</a>
</p>
<p>
<b>Why should you use the app instead of the website on mobile?</b>
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/az-AZ/changelogs/100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Improved performance
- Implemented "gestures": you can swipe-up to Report sentence/clip, you can swipe-right to Skip the current sentence/clip, you can swipe-left to "go back". Read more about gestures added on GitHub > README.md. They are turned off by default, but you can turn on in Settings
- Implemented "Skip recording confirmation": if it's turned on, you will not forced to listen to your audio before to send it. They are turned off by default, but you can turn on in Settings
- Fixed a bug in Daily Goal for Android 7
- Added translation in Persian
- Added seekBar in First-run Speak & Listen
6 changes: 6 additions & 0 deletions fastlane/metadata/android/az-AZ/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Improved performance
- Implemented "gestures": you can swipe-up to Report sentence/clip, you can swipe-right to Skip the current sentence/clip, you can swipe-left to "go back". Read more about gestures added on GitHub > README.md. They are turned off by default, but you can turn on in Settings
- Implemented "Skip recording confirmation": if it's turned on, you will not forced to listen to your audio before to send it. They are turned off by default, but you can turn on in Settings
- Fixed a bug in Daily Goal for Android 7
- Added translation in Persian
- Added seekBar in First-run Speak & Listen
10 changes: 10 additions & 0 deletions fastlane/metadata/android/az-AZ/changelogs/103.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Fixed many bugs
- Added "Buy me a coffee" in F-Droid and GitHub version
- Added message "Review the app on Google Play Store" for Play Store version
- Added message "The app is not (completed) translated …"
- Added check when you run the app if the session id of the user is expired
- Fix a bug with gestures
- Added Arabic and Catalan
- Translation in Tamil (ta) completed.
- Updated all translations
- Added 5 new languages supported: "ka", "mt", "or", "uk" and "vi" (added also on Crowdin)
Loading

0 comments on commit 12ad011

Please sign in to comment.