From 98ee1b88f4976a28eb77bab108a9c220b6cd08fb Mon Sep 17 00:00:00 2001 From: Finn M Glas Date: Tue, 23 Jun 2020 21:22:55 +0200 Subject: [PATCH] Add translations for the improved tutorial --- app/src/main/res/layout/tutorial_concept.xml | 9 ++--- app/src/main/res/layout/tutorial_finish.xml | 6 ++-- app/src/main/res/layout/tutorial_setup.xml | 8 ++--- app/src/main/res/layout/tutorial_start.xml | 2 +- app/src/main/res/layout/tutorial_usage.xml | 9 ++--- app/src/main/res/values-de/strings.xml | 35 +++++++++--------- app/src/main/res/values-fr/strings.xml | 37 +++++++++++--------- app/src/main/res/values/strings.xml | 36 ++++++++++--------- 8 files changed, 75 insertions(+), 67 deletions(-) diff --git a/app/src/main/res/layout/tutorial_concept.xml b/app/src/main/res/layout/tutorial_concept.xml index 318c0ee..72ec885 100644 --- a/app/src/main/res/layout/tutorial_concept.xml +++ b/app/src/main/res/layout/tutorial_concept.xml @@ -16,7 +16,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" - android:text="Concept" + android:text="@string/tutorial_concept_title" android:textSize="30sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" - android:text="Launcher is designed to be minimal, efficient and free of distraction.\n\nIt is free of payments, ads and tracking services." + android:text="@string/tutorial_concept_text" android:textSize="18sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" @@ -41,7 +41,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="16dp" android:gravity="center" - android:text="The app is open-source (MIT license) and available on GitHub!\n\nMake sure to check out the repository!" + android:text="@string/tutorial_concept_text_2" android:textSize="18sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" @@ -59,6 +59,7 @@ app:layout_constraintBottom_toTopOf="@+id/tutorial_concept_text_2" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@+id/tutorial_concept_text" /> + app:layout_constraintTop_toBottomOf="@+id/tutorial_concept_text" + tools:ignore="ContentDescription" /> diff --git a/app/src/main/res/layout/tutorial_finish.xml b/app/src/main/res/layout/tutorial_finish.xml index 1843595..1a01d4e 100644 --- a/app/src/main/res/layout/tutorial_finish.xml +++ b/app/src/main/res/layout/tutorial_finish.xml @@ -17,7 +17,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" - android:text="Let's go!" + android:text="@string/tutorial_finish_title" android:textSize="30sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -28,7 +28,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" - android:text="You are ready to get started!\n\n I hope this provides great value to you!\n\n- Finn M Glas\n(the developer)" + android:text="@string/tutorial_finish_text" android:textSize="18sp" app:layout_constraintBottom_toTopOf="@id/tutorial_finish_button_start" app:layout_constraintEnd_toEndOf="parent" @@ -41,7 +41,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="32sp" - android:text="Start Launcher" + android:text="@string/tutorial_finish_button" android:textAllCaps="false" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/layout/tutorial_setup.xml b/app/src/main/res/layout/tutorial_setup.xml index a397073..7d71718 100644 --- a/app/src/main/res/layout/tutorial_setup.xml +++ b/app/src/main/res/layout/tutorial_setup.xml @@ -16,7 +16,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" - android:text="Setup" + android:text="@string/tutorial_setup_title" android:textSize="30sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -28,7 +28,7 @@ android:layout_height="wrap_content" android:layout_marginTop="16dp" android:gravity="center" - android:text="We chose some default apps for you, if you want to, you can change them now." + android:text="@string/tutorial_setup_text" android:textSize="18sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -52,8 +52,8 @@ android:layout_height="wrap_content" android:layout_marginBottom="16dp" android:gravity="center" - android:text="You can also change your selection later." - android:textSize="18sp" + android:text="@string/tutorial_setup_text_2" + android:textSize="14sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" /> diff --git a/app/src/main/res/layout/tutorial_start.xml b/app/src/main/res/layout/tutorial_start.xml index 6f0f882..02685a3 100644 --- a/app/src/main/res/layout/tutorial_start.xml +++ b/app/src/main/res/layout/tutorial_start.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" - android:text="Take a few seconds to learn how to use this Launcher!" + android:text="@string/tutorial_start_text" android:textSize="18sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/layout/tutorial_usage.xml b/app/src/main/res/layout/tutorial_usage.xml index d02adc3..9bee04e 100644 --- a/app/src/main/res/layout/tutorial_usage.xml +++ b/app/src/main/res/layout/tutorial_usage.xml @@ -15,7 +15,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" - android:text="Usage" + android:text="@string/tutorial_usage_title" android:textSize="30sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -28,7 +28,7 @@ android:layout_marginTop="16dp" android:layout_marginBottom="32dp" android:gravity="center" - android:text="Your home screen contains the local date and time. No distraction." + android:text="@string/tutorial_usage_text" android:textSize="18sp" app:layout_constraintBottom_toTopOf="@+id/tutorial_usage_screen" app:layout_constraintEnd_toEndOf="parent" @@ -45,7 +45,8 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="@+id/tutorial_usage_text" app:layout_constraintTop_toBottomOf="@id/tutorial_usage_text" - app:srcCompat="@drawable/home_round_screen" /> + app:srcCompat="@drawable/home_round_screen" + tools:ignore="ContentDescription" /> https://www.finnmglas.com/de/kontakt/ Finanziell unterstützen - + App wählen Alle Apps @@ -57,22 +57,23 @@ Die App wurde entfernt Die App konnte nicht entfernt werden - + Tutorial - - - |Nimm dir kurz Zeit und lerne, wie du diesen Launcher verwendest!\n\n|— Tippe um weiterzukommen —|36F|0 - Konzept|Er bietet dir eine minimalistische, effiziente und ablenkungsfreie digitale Umgebung.|— Tippe um weiterzukommen —|36F|0 - Konzept|Er kostet dich nichts, enthält keine Werbung, sammelt keine persönlichen Daten.|— Tippe um weiterzukommen —|36F|0 - Benutzung|Auf deinem Homescreen siehst du nur das Datum und die Uhrzeit. Keine Ablenkung.|— Tippe um weiterzukommen —|36F|0 - Benutzung|Du öffnest Apps indem du über den Bildschirm wischt oder die Lautstärketasten drückst.|— Tippe um weiterzukommen —|36F|0 - Einrichtung|Wir haben dir ein paar Standardaktionen eingerichtet…|— Zurück = Lautstärke Runter —|36F|0 - Einrichtung|Hochwischen: Browser öffnen (%1$s)\n\nRunterwischen: Interne Such-app öffnen (%2$s)\n\n - Rechtswischen: Mails öffnen (%3$s)\n\nLinkswischen: Kalendar öffnen (%4$s)\n\n - Lautstärke Hoch: Messenger öffnen (%5$s)\n\nLautstärke Runter: Tools öffnen (%6$s)|— Zurück = Lautstärke Runter —|18F|1 - - Einrichtung|Du kannst auch eigene Apps auswählen:\n\nÖffne die Einstellungen durch langes tippen auf den Startbildschirm.|— Zurück = Lautstärke Runter —|36F|0 - |Du bist bereit loszulegen!\n\nIch hoffe diese App ist sehr wertvoll für dich!\n\n- Finn M Glas\n\n|— Launcher von Finn M Glas —|36F|0 - + Nimm dir kurz Zeit und lerne, wie du diesen Launcher verwendest! + Konzept + Launcher bietet dir eine minimalistische, effiziente und ablenkungsfreie digitale Umgebung.\n\nDie App kostet dich nichts, enthält keine Werbung, sammelt keine persönlichen Daten. + Launcher ist open-source (MIT license) und auf GitHub!\n\nSchau gerne mal dort vorbei! + + Benutzung + Auf deinem Homescreen siehst du nur das Datum und die Uhrzeit. Keine Ablenkung. + Du öffnest Apps indem du über den Bildschirm wischt oder die Lautstärketasten drückst. Gleich wählst du deine Apps. + + Einrichtung + Wir haben dir ein paar Standardapps ausgewählt, du kannst sie gerne ändern. + Du kannst deine Einstellungen auch später noch ändern. + + Los gehts! + Du bist bereit loszulegen!\n\nIch hoffe diese App ist sehr wertvoll für dich!\n\n- Finn M Glas\n(der Entwickler) + Launcher starten \ No newline at end of file diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 97bd459..900aff7 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -48,7 +48,7 @@ https://www.finnmglas.com/fr/contact/ Faire un don - + Choisir App Applications @@ -57,21 +57,24 @@ Application supprimée Impossible de supprimer l\'application - + Le Tutoriel - - - |Prenez un moment et apprenez à utiliser ce lanceur!\n\n|— Appuyez pour continuer —|36F|0 - Concept|Il vous offre un environnement minimaliste, efficace et sans distraction.|— Appuyez pour continuer —|36F|0 - Concept|Il ne vous coûte rien, ne contient aucune publicité, ne recueille pas de données personnelles.|— Appuyez pour continuer —|36F|0 - Utilisation|Vous ne voyez que la date et l\'heure sur votre écran d\'accueil. Aucune distraction.|— Appuyez pour continuer —|36F|0 - Utilisation|Vous ouvrez des applications en faisant glisser l\'écran ou en appuyant sur les touches de volume.|— Appuyez pour continuer —|36F|0 - Installer|Nous avons mis en place quelques promotions standards pour vous…|— Retour = volume en baisse —|36F|0 - Installer|Balayez haut: Ouvrir le navigateur (%1$s)\n\nBalayez bas: Ouvrir l\'application de recherche interne (%2$s)\n\n - Balayez droit: Ouvrir Mail (%3$s)\n\nBalayez gauche: Ouvrir le Calendrier (%4$s)\n\n - Monter volume: Ouvrir Messenger (%5$s)\n\nBaisser volume: Ouvrir utilitaires (%6$s)|— Retour = volume en baisse —|18F|1 - - Installer|Vous pouvez choisir vos applications:\n\nOuvrez les paramètres en appuyant longuement sur l\'écran d\'accueil.|— Retour = volume en baisse —|36F|0 - |Vous êtes prêt à commencer!\n\nJ\'espère que cette application vous sera très précieuse!\n\n- Finn M Glas\n\n|— Launcher par Finn M Glas —|36F|0 - + Prenez un moment et apprenez à utiliser ce lanceur! + + Concept + Launcher vous offre un environnement minimaliste, efficace et sans distraction.\n\nIl ne vous coûte rien, ne contient aucune publicité, ne recueille pas de données personnelles. + L\'application est open-source (licence MIT) et disponible sur GitHub!\n\nAssurez-vous de visiter le repo! + + Utilisation + Vous ne voyez que la date et l\'heure sur votre écran d\'accueil. Aucune distraction. + Vous ouvrez des applications en faisant glisser l\'écran ou en appuyant sur les touches de volume. Choisissez-les maintenant. + + Installer + Nous avons choisi quelques applications standards pour vous, vous pouvez changer-les maintenant. + Vous pouvez également modifier votre sélection ultérieurement. + + Allez! + Vous êtes prêt à commencer!\n\nJ\'espère que cette application vous sera très précieuse!\n\n- Finn M Glas\n(le développeur) + Ouvrir Launcher + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index bf6442b..9f30827 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -57,7 +57,7 @@ Make a donation https://sponsor.finnmglas.com - + Choose App All Apps @@ -69,23 +69,25 @@ Removed the selected application Unable to remove application - + Tutorial - - - |Take a few seconds to learn how to use this Launcher!\n\n|— Tap anywhere to continue —|36F|0 - Concept|It is designed to be minimal, efficient and free of distraction.|— Tap anywhere to continue —|36F|0 - Concept|It is free of payments, ads and tracking services.|— Tap anywhere to continue —|36F|0 - Usage|Your home screen contains the local date and time. No distraction.|— Tap anywhere to continue —|36F|0 - Usage|You can open your apps with a single swipe or button press.|— Tap anywhere to continue —|36F|0 - Setup|We have set up some default actions for you…|— Use volume keys to navigate —|36F|0 - Setup|Swipe Up: Open a Browser (%1$s)\n\nSwipe Down: Open internal Search App (%2$s)\n\n - Swipe Right: Open Mail (%3$s)\n\nSwipe Left: Open Calendar (%4$s)\n\n - Volume Up: Open a messenger (%5$s)\n\nVolume Down: Open Utilities (%6$s)|— Use volume keys to navigate —|18F|1 - - Setup|You can choose your own apps:\n\nOpen settings by tapping and holding the home screen.|— Use volume keys to navigate —|36F|0 - |You are ready to get started!\n\n I hope this provides great value to you!\n\n- Finn M Glas\n\n|— Launcher by Finn M Glas —|36F|0 - + Take a few seconds to learn how to use this Launcher! + + Concept + Launcher is designed to be minimal, efficient and free of distraction.\n\nIt is free of payments, ads and tracking services. + The app is open-source (MIT license) and available on GitHub!\n\nMake sure to check out the repository! + + Usage + Your home screen contains the local date and time. No distraction. + You can launch your apps with a single swipe or button press. Choose some in the next slide. + + Setup + We chose some default apps for you, if you want to, you can change them now. + You can also change your selection later. + + Let\'s go! + You are ready to get started!\n\n I hope this provides great value to you!\n\n- Finn M Glas\n(the developer) + Start Launcher