TempoLife › Features › Help translate TempoLife › de
German — Deutsch
0 of 5 174 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 |
|---|---|---|
admin.users_verified | {count} users verified | missing |
admin.users_verified.one | 1 user verified | missing |
admin.users_verified.other | {n} users verified | missing |
admin.value | Value | missing |
admin.verified | Verified | missing |
admin.verify | Verify | missing |
admin.verify_all | Verify all | missing |
admin.verify_all_confirm | Verify {count} users? | missing |
admin.verify_all_confirm.one | Verify 1 user? | missing |
admin.verify_all_confirm.other | Verify {n} users? | missing |
admin.version | Version | missing |
admin.view | View | missing |
admin.vital_logs | Vital entries | missing |
admin.wal_size | WAL size | missing |
admin.warnings | Warnings | missing |
admin.week | Week | missing |
admin.weight_entries | Weight entries | missing |
admin.weight_kg | Weight (kg) | missing |
admin.weight_log | Weight log | missing |
admin.weight_logs | Weight logs | missing |
admin.yes | Yes | missing |
ai.need_more_data | Log more data (sleep, steps, mood) to see personal recommendations. | missing |
ai.sleep_irregular | Your sleep schedule varies a lot. Regular sleep improves rest. | missing |
ai.sleep_mood | More sleep = better mood. | missing |
ai.steps_declining | Your activity has declined. Try to move more. | missing |
ai.steps_improving | Your step count is trending up! Keep it up. | missing |
ai.steps_mood | You feel better on active days. Move more! | missing |
ai.title | AI Insights — Personal Recommendations | missing |
ai_coach.activity_analyze | 🏃 Analyze movement with AI | missing |
ai_coach.activity_score | Movement score | missing |
ai_coach.activity_title | AI Movement Coach | missing |
ai_coach.ai_do | What to do | missing |
ai_coach.ai_experiment | Try this week | missing |
ai_coach.ai_meal_plan | AI Meal Plan | missing |
ai_coach.ai_patterns | Patterns in your data | missing |
ai_coach.band_critical | Critical | missing |
ai_coach.band_excellent | Excellent | missing |
ai_coach.band_fair | Fair | missing |
ai_coach.band_good | Good | missing |
ai_coach.band_poor | Needs work | missing |
ai_coach.concerns | Attention | missing |
ai_coach.cook_heat | Cook {n} min | missing |
ai_coach.cook_mins | {n} min | missing |
ai_coach.cook_prep | Prep {n} min | missing |
ai_coach.correlations | Correlations | missing |
ai_coach.details | Details | missing |
ai_coach.drug_analyze | 🧠 Analyze with AI (drugs + food) | missing |
ai_coach.drug_side_effect | Possible drug side effect | missing |
ai_coach.drug_title | AI Interaction Analysis | missing |
ai_coach.error | AI service unavailable. Try again later. | missing |
ai_coach.food_drug | Food-drug interactions | missing |
ai_coach.from_library | From library | missing |
ai_coach.generate_ai | Analyze this with AI | missing |
ai_coach.goals | Goals | missing |
ai_coach.heart_analyze | ❤️ Analyze heart rate with AI | missing |
ai_coach.heart_score | Heart score | missing |
ai_coach.heart_title | AI Heart Coach | missing |
ai_coach.highlights | Highlights | missing |
ai_coach.how_to_cook | How to cook | missing |
ai_coach.ingredients | Ingredients | missing |
← Previous Page 12 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