Changes in Translation
This commit is contained in:
parent
f14a03f592
commit
0695759176
5 changed files with 16 additions and 6 deletions
|
|
@ -110,7 +110,9 @@
|
|||
<string name="help_protection_permission">Berechtigungen</string>
|
||||
<string name="help_protection_text">Der Privacy Friendly Break Reminder benötigt nur die Berechtigung für die Vibration</string>
|
||||
<string name="help_protection_title">Datenschutz Informationen</string>
|
||||
<string name="help_tipps_brac">Basic Rest Activity Circle: Weitere wissenschaftliche Studien, haben belegt, dass nach 70 Minuten Arbeitszeit eine unproduktive, 20 Minuten lange Phase folgt. Um diese zu umgehen, versuchen sie nach 60 Minuten arbeit, eine 10 Minuten Pause einzulegen, um effizienter zu arbeiten!</string>
|
||||
<string name="help_tipps_pomodoro">Pomodoro: Wissenschaftliche Studien haben gezeigt, dass nach 30 Minuten Arbeit die Konzentration leicht nachlässt. Um ihren Arbeitsablauf zu optimieren, nehmen sie alle 30 Minuten eine 5 Minuten Auszeit!</string>
|
||||
<string name="help_tipps_brac">Weitere wissenschaftliche Studien, haben belegt, dass nach 70 Minuten Arbeitszeit eine unproduktive, 20 Minuten lange Phase folgt. Um diese zu umgehen, versuchen sie nach 60 Minuten arbeit, eine 10 Minuten Pause einzulegen, um effizienter zu arbeiten!</string>
|
||||
<string name="help_tipps_pomodoro">Wissenschaftliche Studien haben gezeigt, dass nach 30 Minuten Arbeit die Konzentration leicht nachlässt. Um ihren Arbeitsablauf zu optimieren, nehmen sie alle 30 Minuten eine 5 Minuten Auszeit!</string>
|
||||
<string name="help_tipps_title">Tipps</string>
|
||||
<string name="help_tipps_pomodoro_title">Pomodoro</string>
|
||||
<string name="help_tepps_brac_title">Basic Rest Activity Circle</string>
|
||||
</resources>
|
||||
|
|
@ -110,8 +110,10 @@
|
|||
<string name="help_protection_permission">Autorisations</string>
|
||||
<string name="help_protection_text">Le Privacy Friendly Break Reminder utilise seulement l\'autorisation de vibration</string>
|
||||
<string name="help_protection_title">Politique de confidentialité</string>
|
||||
<string name="help_tipps_brac">Basic Rest Activity Circle: D\'autres études scientifiques ont montré que, après 70 minutes de travail la plupart des gens sont pas très productive pour 20 minutes. Pour couper de cet effet, essayez de faire une pause de 10 minutes au bout de 60 minutes de travail, pour être plus efficace.</string>
|
||||
<string name="help_tipps_pomodoro">Pomodoro : Des études scientifiques ont montré que, après 30 minutes de travail, nous commençons à perdre la concentration. Pour optimiser votre flux de travail prenez une pause de 5 minutes toutes les 30 minutes!</string>
|
||||
<string name="help_tipps_brac">D\'autres études scientifiques ont montré que, après 70 minutes de travail la plupart des gens sont pas très productive pour 20 minutes. Pour couper de cet effet, essayez de faire une pause de 10 minutes au bout de 60 minutes de travail, pour être plus efficace.</string>
|
||||
<string name="help_tipps_pomodoro">Des études scientifiques ont montré que, après 30 minutes de travail, nous commençons à perdre la concentration. Pour optimiser votre flux de travail prenez une pause de 5 minutes toutes les 30 minutes!</string>
|
||||
<string name="help_tipps_title"> Conseils</string>
|
||||
<string name="help_tipps_pomodoro_title">Pomodoro</string>
|
||||
<string name="help_tepps_brac_title">Basic Rest Activity Circle</string>
|
||||
|
||||
</resources>
|
||||
|
|
@ -102,4 +102,6 @@
|
|||
<string name="disclaimer_title">Дисклеймер </string>
|
||||
<string name="settings_exercise_summary">Выберите части тела, которые вы хотите тренировать</string>
|
||||
<string name="about_author_contributors">и соучастники</string>
|
||||
<string name="help_tipps_pomodoro_title">Pomodoro</string>
|
||||
<string name="help_tepps_brac_title">Basic Rest Activity Circle</string>
|
||||
</resources>
|
||||
|
|
@ -163,10 +163,12 @@
|
|||
<string name="help_general_breaks">You can work out at the breaks, but you don\'t have to! Just create a new profile and select no exercises to take a simple break.</string>
|
||||
<string name="help_general_settings">Alternatively the break profiles and there exercises can be changed in the profile-settings</string>
|
||||
<string name="help_tipps_title">Tips</string>
|
||||
<string name="help_tipps_pomodoro">Pomodoro: Scientific studies have shown, that after a 30 minute work-time we start to lose concentration. To optimize your workflow take a 5 minute break every 30 minutes!</string>
|
||||
<string name="help_tipps_brac">Basic Rest Activity Circle: Other scientific studies have shown, that after 70 minute of work most people have a down time of 20 minutes. To cut of this effect, try to make a 10 minute break after 60 minute of work, to be more efficient.</string>
|
||||
<string name="help_tipps_pomodoro">Scientific studies have shown, that after a 30 minute work-time we start to lose concentration. To optimize your workflow take a 5 minute break every 30 minutes!</string>
|
||||
<string name="help_tipps_brac">Other scientific studies have shown, that after 70 minute of work most people have a down time of 20 minutes. To cut of this effect, try to make a 10 minute break after 60 minute of work, to be more efficient.</string>
|
||||
<string name="help_protection_title">Information for data protection</string>
|
||||
<string name="help_protection_permission">Permissions</string>
|
||||
<string name="help_protection_text">The Privacy Friendly Break Reminder uses only the permission for vibration</string>
|
||||
<string name="help_tipps_pomodoro_title">Pomodoro</string>
|
||||
<string name="help_tepps_brac_title">Basic Rest Activity Circle</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -16,8 +16,10 @@
|
|||
|
||||
<PreferenceCategory android:title="@string/help_tipps_title">
|
||||
<Preference
|
||||
android:title="@string/help_tipps_pomodoro_title"
|
||||
android:summary="@string/help_tipps_pomodoro" />
|
||||
<Preference
|
||||
android:title="@string/help_tepps_brac_title"
|
||||
android:summary="@string/help_tipps_brac" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue