TempoLife › Features › Help translate TempoLife › de
German — Deutsch
0 of 5 190 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 |
|---|---|---|
auth.password_repeat | Repeat password | missing |
auth.pw_changed | Password changed! Redirecting to login... | missing |
auth.pw_mismatch | Passwords don't match | missing |
auth.pw_rules | At least 8 characters | missing |
auth.pw_too_short | Password must be at least 8 characters | missing |
auth.reg_failed | Registration failed | missing |
auth.register | Register | missing |
auth.register_btn | Create account → | missing |
auth.resend | Resend | missing |
auth.resend_failed | Sending failed | missing |
auth.reset_code_sent | If this email is registered, you will receive a reset code. | missing |
auth.send_code | Send code → | missing |
auth.server_error | Server error. Try again. | missing |
auth.show_password | Show password | missing |
auth.sign_in | Sign in | missing |
auth.sign_in_btn | Sign in | missing |
auth.terms | terms of service | missing |
auth.terms_agree | By using you agree to | missing |
auth.use_password_instead | Use a password instead | missing |
auth.verified | Email verified! Redirecting... | missing |
auth.verify_btn | Verify → | missing |
auth.verify_failed | Verification failed | missing |
auth.verify_sub | We sent a 6-digit code to | missing |
auth.verify_title | Verify your email | missing |
bc.close | Close | missing |
bc.hint | Hold the EAN-13 barcode in front of the camera | missing |
bc.ready | Press "Start" to open camera | missing |
bc.start | 📷 Start | missing |
bc.stop | ⏹ Stop | missing |
bc.title | 📷 Scan drug package | missing |
bc.title_food | 📷 Scan food package | missing |
bedtime.body | Bedtime is at | missing |
bedtime.dismiss | OK, got it | missing |
bedtime.sub | Your bedtime is | missing |
bedtime.sub2 | Good sleep is the foundation of health. | missing |
bedtime.title | Time to go to sleep! | missing |
bill.billing_soon | Payments open soon | missing |
bill.cancel | Cancel subscription | missing |
bill.cancel_confirm | Cancel subscription? You keep access until the period ends. | missing |
bill.cancel_hint | You keep access until the end of the period. | missing |
bill.cancel_success | Subscription cancelled | missing |
bill.cancels_on | Cancelled — active until {d} | missing |
bill.checkout_cancelled | Payment cancelled | missing |
bill.choose_plan | Choose a plan | missing |
bill.ev_cancelled | Subscription cancelled | missing |
bill.ev_change | Plan changed | missing |
bill.ev_expired | Subscription expired | missing |
bill.ev_grant | Premium granted | missing |
bill.ev_purchase | Premium purchased | missing |
bill.ev_reactivated | Subscription reactivated | missing |
bill.ev_trial | Trial started | missing |
bill.free_scans | {n} scans per month — {l} left | missing |
bill.free_scans_day | {n} scans per day — {l} left | missing |
bill.free_scans_dual | {w}/week · {m}/month — {l} left | missing |
bill.history | History | missing |
bill.included | Included | missing |
bill.no_active | No active subscription | missing |
bill.no_expiry | No expiry — no auto-renewal | missing |
bill.no_history | No events yet | missing |
bill.no_method | No payment method saved | missing |
← Previous Page 22 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