TempoLife › Features › Help translate TempoLife › et
Estonian — Eesti
5 188 of 5 190 TempoLife strings are translated into Estonian (100.0%). Browse the string list, see the English source next to the current text, and suggest a better one.
Shipping since the beginning. Suggestions here are corrections and better wording rather than gaps.
The string list
Every row is one string in the app. The English column is the source; the Estonian 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 | Estonian |
|---|---|---|
app.sleep_good | 🙂 Good | 🙂 Hea |
app.sleep_invalid_date | Invalid date — use format YYYY-MM-DD | Vigane kuupäev — kasuta vormingut AAAA-KK-PP |
app.sleep_invalid_time | Invalid time — use format HH:MM (24h) | Vigane kellaaeg — kasuta vormingut HH:MM (24h) |
app.sleep_ok | 😐 OK | 😐 OK |
app.sleep_saved | ✅ Sleep saved | ✅ Uni salvestatud |
app.sleep_very_bad | 😩 Very bad | 😩 Väga halb |
app.source_db | DB cache | Andmebaasi vahemälu |
app.source_demo | Demo | Demo |
app.source_live | raviminfo.ee live | raviminfo.ee live |
app.start_scan | 📷 Start | 📷 Alusta |
app.status_ok | ✓ OK | ✓ OK |
app.steps_saved | ✅ Steps saved | ✅ Sammud salvestatud |
app.steps_unit | steps | sammu |
app.sw_not_supported | Browser does not support service worker | Brauser ei toeta service worker |
app.swipe_hint | ← Swipe to mark | ← Tõmba märkimiseks |
app.type_required | Type is required | Tüüp on kohustuslik |
app.undo | Undo | Võta tagasi |
app.undo_done | Reverted | Tagasi võetud |
app.unknown_action | Unknown action | Tundmatu tegevus |
app.update_loading | Update available — reloading… | Värskendus saadaval — laen uuesti… |
app.update_queued | Update will download on next opportunity | Uuendus laaditakse alla järgmisel võimalusel |
app.uploading | Uploading... | Laen üles... |
app.usage_info_label | 📋 Usage: | 📋 Kasutamine: |
app.usage_label | HOW TO USE | KUIDAS KASUTADA |
app.used_for | 🎯 Used for: | 🎯 Kasutatakse: |
app.user_fallback | User | Kasutaja |
app.variants_count | variants | varianti |
app.view_detail | View details → | Vaata detaile → |
app.view_details | 🔬 View details → | 🔬 Vaata täpsemalt → |
app.warning_group | 🟠 Attention | 🟠 Tähelepanu |
app.warnings_label | ⚠️ WARNINGS AND RISKS | ⚠️ HOIATUSED JA RISKID |
app.weight_saved | ✅ Weight saved | ✅ Kaal salvestatud |
app.when | When | Millal |
app.years_suffix | y | a |
app.zxing_loading | ⚠️ ZXing loading... | ⚠️ ZXing laadimine... |
auth.alias | Public alias | Avalik alias |
auth.alias_info | Shown in Community, Bonus Points and Challenges. Your real name stays private and is only… | Seda näidatakse kogukonnas, boonuspunktides ja väljakutsetes. Sinu pärisnimi jääb privaat… |
auth.alias_placeholder | e.g. BrightOtter | nt SäravSaarmas |
auth.back | ← Back | ← Tagasi |
auth.change_pw | Change password → | Muuda parool → |
auth.check_spam | Can't find the email? Check your spam folder too | Kui kirja ei leia, vaata ka rämpspostikausta |
auth.code_sent | Code sent! | Kood saadetud! |
auth.code_valid | Code valid for 15 minutes | Kood kehtib 15 minutit |
auth.continue_facebook | Continue with Facebook | Jätka Facebookiga |
auth.continue_google | Continue with Google | Jätka Google'iga |
auth.continue_guest | Continue as guest → | Jätka külalisena → |
auth.country | Country | Riik |
auth.country_placeholder | Select country | Vali riik |
auth.create_account | Create account | Loo konto |
auth.create_account_btn | Create account | Loo konto |
auth.create_one | Create one | Loo konto |
auth.email | E-post | |
auth.email_placeholder | name@example.com | nimi@näide.ee |
auth.enter_code | Enter 6-digit code | Sisesta 6-kohaline kood |
auth.enter_code_from | Enter code from | Sisesta kood aadressilt |
auth.enter_email | Enter email address | Sisesta e-posti aadress |
auth.err_account_disabled | This account has been deactivated | Konto on deaktiveeritud |
auth.err_account_locked | Account is temporarily locked (too many failed attempts). Please wait 15 minutes. | Konto on ajutiselt lukustatud (liiga palju ebaõnnestunud katseid). Oota 15 minutit. |
auth.err_alias_invalid | Choose a 2–40 character alias different from your real name. | Vali pärisnimest erinev 2–40 tähemärgine alias. |
auth.err_alias_required_google | Choose your public alias before continuing with Google. | Vali enne Google’iga jätkamist avalik alias. |
← Previous Page 20 of 87 Next →
What makes a good Estonian 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 — 38 lines in the Estonian 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