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.
Show all strings Missing only
| Key | English | German |
|---|---|---|
heart.zone_goal_active_days | active days | missing |
heart.zone_goal_empty | Set a weekly zone-minutes goal. | missing |
heart.zone_goal_left | {n} min left | missing |
heart.zone_goal_met | Goal met! 🎉 | missing |
heart.zone_goal_ph | Goal (min) | missing |
heart.zone_goal_save | Save | missing |
heart.zone_goal_saved | Goal saved | missing |
heart.zone_goal_title | Weekly zone minutes | missing |
heart.zone_method | Zones use an age-estimated maximum of {max} BPM. | missing |
heart.zone_method_karvonen | Zones use heart-rate reserve (Karvonen) from your resting and max BPM. | missing |
heart.zone_method_observed | Zones use the highest peak from your recent workouts ({max} BPM). | missing |
heart.zone_method_profile | Zones use your typed maximum of {max} BPM. | missing |
heart.zone_minutes_short | Zone min | missing |
heart.zones_day_empty | All-day zones appear after enough heart-rate samples. | missing |
heart.zones_day_title | All-day zones | missing |
heart.zones_period | This week | missing |
heart.zones_today | Today | missing |
heart.zoom_hint | Pinch to zoom · double-tap resets | missing |
heart.zoom_reset | Reset zoom | missing |
help.intro | TempoLife is one journal for food, movement, sleep, fasting, mood and weight — with an AI… | missing |
help.loading | Loading… | missing |
help.menu_sub | AI answers & tickets | missing |
help.menu_title | How to use the app | missing |
help.notif_auto_closed | Your ticket was closed automatically. Reply to reopen it. | missing |
help.notif_stale_reminder | We are still waiting for your reply on the ticket — can we help? | missing |
help.notif_ticket_reply | Support replied to your ticket | missing |
help.s10b | • Log your weight on the Weight screen or in Settings — the hero shows a 7-day trend, so… | missing |
help.s10t | Weight | missing |
help.s11b | • AI Coach: ask about your data, meal plans or fasting, or analyze any screen with AI. •… | missing |
help.s11t | AI Coach & AI Lab | missing |
help.s12b | • Leaderboards: compare steps and points with friends. • Friends & messages: find users b… | missing |
help.s12t | Community | missing |
help.s13b | • Every month you can win the prize — joining is explicit (Join button), and only positiv… | missing |
help.s13t | The monthly challenge | missing |
help.s14b | • Theme: light, dark, blue, green, sky or automatic. • Language: Estonian, English, Finni… | missing |
help.s14t | Settings | missing |
help.s15b | • Everything syncs to your account; offline logs wait in the queue and upload automatical… | missing |
help.s15t | Data, sync & privacy | missing |
help.s16b | • Notifications missing? Check system permissions, quiet hours and the daily limit (Setti… | missing |
help.s16t | Help & troubleshooting | missing |
help.s17b | TempoLife is not eight separate trackers — it is one loop. Logging in one place changes w… | missing |
help.s17t | How everything connects | missing |
help.s18b | • 🌅 Morning: wake-up reminder → sleep logs itself (Health Connect) or one tap → weigh in… | missing |
help.s18t | A day with TempoLife | missing |
help.s1b | ◆ Create your account • Create an account with email and password, or continue as a guest… | missing |
help.s1t | Getting started & account | missing |
help.s2b | ◆ Your day at a glance • The dashboard summarizes calories, steps, sleep, water and mood… | missing |
help.s2t | Dashboard (home) | missing |
help.s3b | • Photo scan: Food → camera — the AI recognizes the foods on the plate, suggests portions… | missing |
help.s3t | AI food scanning | missing |
help.s4b | ◆ Logging food • Log meals manually, by photo or barcode scan, or with the one-line quick… | missing |
help.s4t | Food, meal plan & water | missing |
help.s5b | • Log workouts: type, duration, speed, steps, distance — calories are estimated automatic… | missing |
help.s5t | Activity, steps & Google Health | missing |
help.s6b | • Log bedtime and wake-up times, or just the duration — the night card shows your hours a… | missing |
help.s6t | Sleep | missing |
help.s7b | ◆ How to start • Pick a plan — 16:8, 14:10, OMAD/20:4 or a 36-hour fast — press Start; th… | missing |
help.s7t | Fasting | missing |
help.s8b | • Log your mood (1–5) with notes — the monthly chart shows your trend. • PHQ-9 / GAD-7 qu… | missing |
help.s8t | Mood & journal | missing |
← Previous Page 46 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