TempoLife › Features › Help translate TempoLife › de
German — Deutsch
0 of 5 217 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 |
|---|---|---|
mv.adaptive | adaptive | missing |
mv.adaptive_off_toast | Adaptive goal off | missing |
mv.adaptive_on_toast | Adaptive goal on — computed from your 28-day rhythm | missing |
mv.adaptive_title | Adaptive step goal — computed from your last 28 days (within 3,000–20,000) | missing |
mv.add_set | + Add set | missing |
mv.band_light | light day | missing |
mv.band_ready | ready | missing |
mv.band_recover | recover | missing |
mv.band_steady | steady | missing |
mv.bingo_claim_done | Marked | missing |
mv.bingo_line | Bingo row complete! | missing |
mv.bingo_tip | Walk, mark what you saw — a full row = a point! | missing |
mv.bingo_title | 📷 Photo-walk bingo | missing |
mv.clock_empty | No hour-by-hour data for today yet — it fills in as your connected tracker syncs. | missing |
mv.clock_more | longer bar = more movement | missing |
mv.clock_no_steps | No movement recorded today yet. | missing |
mv.clock_peak | Most active | missing |
mv.clock_share | {pct}% of time-stamped steps | missing |
mv.clock_title | 🕐 24 hours of movement | missing |
mv.compare | 📊 Compare | missing |
mv.compare_avg | average | missing |
mv.debt_free | No step debt — you have met your goal for the last 7 days! | missing |
mv.debt_missing | steps short over the last 7 days | missing |
mv.debt_plan | 3-day plan: up to {cap} extra steps per day | missing |
mv.debt_title | 🏦 Step debt | missing |
mv.eco_community | community: {kg} kg CO₂ saved | missing |
mv.eco_title | Your walks 🌱 | missing |
mv.eco_you | {km} km walked this week | missing |
mv.ex_bench_press | Bench press | missing |
mv.ex_curl | Biceps curl | missing |
mv.ex_deadlift | Deadlift | missing |
mv.ex_lunge | Lunge | missing |
mv.ex_other | Other | missing |
mv.ex_overhead_press | Overhead press | missing |
mv.ex_plank | Plank | missing |
mv.ex_pull_up | Pull-up | missing |
mv.ex_push_up | Push-up | missing |
mv.ex_row | Row | missing |
mv.ex_squat | Squat | missing |
mv.exercise | Exercise | missing |
mv.goal | Goal | missing |
mv.less | less | missing |
mv.milestones_left | {km} km to go | missing |
mv.milestones_next | next: {km} km | missing |
mv.milestones_title | Lifetime distance | missing |
mv.more | more | missing |
mv.nudge_best | Best hour: {h}:00 | missing |
mv.nudge_label | Smart reminder | missing |
mv.nudge_note | We send a small nudge at the hour you are most likely to start moving. | missing |
mv.nudge_off_toast | Reminder off | missing |
mv.nudge_on_toast | Reminder on — we will learn which hour works best for you | missing |
mv.nudge_title | 🔔 Movement reminder | missing |
mv.pace_best | Fastest: {kmh} km/h | missing |
mv.pace_none | more data needed for a trend | missing |
mv.pace_per_km | min/km | missing |
mv.pace_week_trend | week over week | missing |
mv.patterns_empty | About 2 weeks of data are needed to find patterns | missing |
mv.patterns_light_day | Least movement: {day} ({steps} steps) | missing |
mv.patterns_sleep | On active days you sleep about {d} min {dir} | missing |
mv.patterns_title | 🔗 Steps and rhythm | missing |
← Previous Page 58 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