TempoLife › Features › Help translate TempoLife › de
German — Deutsch
0 of 5 216 TempoLife strings are translated into German (0.0%). Browse the string list, see the English source next to the current text, and suggest a better one.
Not started. German compounds are long, so button and tab strings need particular care.
The string list
Every row is one string in the app. The English column is the source; the German column is what ships today, or missing when nothing does. Open a row to see it in the other languages and to suggest a change.
All strings Missing only
| Key | English | German |
|---|---|---|
hs.detail_excellent | Excellent | missing |
hs.detail_fair | Fair | missing |
hs.detail_good | Good | missing |
hs.detail_low | Low | missing |
hs.drugs | Medications | missing |
hs.excellent | Excellent | missing |
hs.fair | Fair | missing |
hs.food_logged | Food logged | missing |
hs.good | Good | missing |
hs.health_score | Health Score | missing |
hs.meds_taken | Medications taken | missing |
hs.mood | Mood | missing |
hs.mood_good | Good mood | missing |
hs.needs_attention | Needs Attention | missing |
hs.needs_work | Needs work | missing |
hs.not_enough_data | Not enough data | missing |
hs.not_logged | Not logged | missing |
hs.sleep | Sleep | missing |
hs.sleep_good | Good sleep | missing |
hs.steps_good | Step goal reached | missing |
hs.title | Health Score | missing |
hyd.custom | Other | missing |
hyd.custom_prompt | Amount in ml (1–3000)? | missing |
hyd.from_food | from food (estimate) | missing |
hyd.glass_add | Add a glass | missing |
hyd.glass_remove | Remove a glass | missing |
hyd.goal_reached | 🎉 Goal reached! | missing |
hyd.logged | Water logged | missing |
hyd.title | Water | missing |
hydration.range_error | Allowed range 1–3000 ml | missing |
insights.adherence_mood_pos | On days you take all meds, your mood is {pct}% better on average. | missing |
insights.glucose_steps_neg | On more active days your blood sugar is {diff} mmol/L higher on average. | missing |
insights.glucose_steps_pos | On more active days your blood sugar is {diff} mmol/L lower on average. | missing |
insights.locked_sub | TempoLife found patterns in your data. Unlock them with Premium. | missing |
insights.locked_sub_one | Open it with Premium — patterns and next steps. | missing |
insights.locked_title | {n} discoveries waiting | missing |
insights.locked_title_one | 1 discovery waiting | missing |
insights.locked_title_other | {n} discoveries waiting | missing |
insights.meditation_mood_pos | On meditation days your mood is {pct}% better on average. | missing |
insights.meditation_sleep_pos | After meditation days you sleep {min} min longer on average. | missing |
insights.need_more | Keep logging sleep, steps and mood — TempoLife looks for personal patterns in your data. | missing |
insights.new_label | NEW | missing |
insights.new_many | new | missing |
insights.new_one | new | missing |
insights.show_all | Show all ({n}) | missing |
insights.show_less | Show less | missing |
insights.sleep_mood_neg | On longer nights (≥{hours} h) your mood the next day is {pct}% lower. | missing |
insights.sleep_mood_pos | When you sleep at least {hours} h, your mood the next day is {pct}% better. | missing |
insights.steps_mood_neg | On days with at least {steps} steps, your mood is {pct}% lower on average. | missing |
insights.steps_mood_pos | On days with at least {steps} steps, your mood is {pct}% better on average. | missing |
insights.steps_sleep_neg | On more active days (≥{steps} steps) you sleep {min} min less the next night on average. | missing |
insights.steps_sleep_pos | On more active days (≥{steps} steps) you sleep {min} min longer the next night on average. | missing |
insights.title | Your discoveries | missing |
insights.weekday_steps | Your most active weekday is {weekday} — {pct}% more steps than usual. | missing |
install.android_web_sub | Limited web version — full experience is in the Android app | missing |
install.menu_sub | Add TempoLife to your Home Screen | missing |
install.menu_title | Install app | missing |
integr.later | Later | missing |
integr.never | Never | missing |
integr.sub | Steps, sleep and activity sync automatically via Google Health — including data from Sams… | missing |
← Previous Page 51 of 87 Next →
What makes a good German string here
Keep the placeholders. Anything in curly braces is replaced with a real value before the string is shown. Drop {n} and the sentence loses its number; rename it and the replacement silently fails. They can move within the sentence, but they must all still be there and spelled exactly as in the English.
Watch the length. Most of these strings live in a fixed space: a tab label, a button, a stat tile under a big number. A translation half again as long as the English will be clipped or will push a layout apart on a small phone. When the natural translation is much longer, a shorter and slightly blunter phrasing is the right answer.
Use the app's own vocabulary consistently. The same concept should read the same way everywhere — one word for a logged meal, one for a fast, one for a streak. Consistency matters more than variety; a synonym used once reads as a different feature.
Do not translate health claims into advice. Several strings deliberately describe a number without telling anyone what to do about it. A translation that turns "your resting rate is above your baseline" into "see a doctor" changes what the app claims, which is not a translation decision.
How this list is built
The list is parsed from the app's own translation files at the moment you load the page, so it cannot drift from what ships. Strings the parser could not read in a single pass are left out entirely — 0 lines in the German files fell into that category — rather than being shown with a guessed value.
Source: TempoLife app translation files (assets/js/i18n*.js), parsed at page render · checked 2026-09-02