TempoLife › Features › Help translate TempoLife › fi
Finnish — Suomi
5 189 of 5 190 TempoLife strings are translated into Finnish (100.0%). Browse the string list, see the English source next to the current text, and suggest a better one.
Shipping. The health and food vocabulary is where most of the remaining awkwardness is.
The string list
Every row is one string in the app. The English column is the source; the Finnish 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 | Finnish |
|---|---|---|
app.sleep_good | 🙂 Good | 🙂 Hyvä |
app.sleep_invalid_date | Invalid date — use format YYYY-MM-DD | Virheellinen päivämäärä — käytä muotoa VVVV-KK-PP |
app.sleep_invalid_time | Invalid time — use format HH:MM (24h) | Virheellinen aika — käytä muotoa HH:MM (24 t) |
app.sleep_ok | 😐 OK | 😐 OK |
app.sleep_saved | ✅ Sleep saved | ✅ Uni tallennettu |
app.sleep_very_bad | 😩 Very bad | 😩 Hyvin huono |
app.source_db | DB cache | Välimuisti |
app.source_demo | Demo | Demo |
app.source_live | raviminfo.ee live | raviminfo.ee live |
app.start_scan | 📷 Start | 📷 Aloita |
app.status_ok | ✓ OK | ✓ OK |
app.steps_saved | ✅ Steps saved | ✅ Askeleet tallennettu |
app.steps_unit | steps | askelta |
app.sw_not_supported | Browser does not support service worker | Selain ei tue service workeria |
app.swipe_hint | ← Swipe to mark | ← Pyyhkäise merkitäksesi |
app.type_required | Type is required | Tyyppi on pakollinen |
app.undo | Undo | Kumoa |
app.undo_done | Reverted | Peruutettu |
app.unknown_action | Unknown action | Tuntematon toiminto |
app.update_loading | Update available — reloading… | Päivitys saatavilla — ladataan uudelleen… |
app.update_queued | Update will download on next opportunity | Päivitys ladataan seuraavalla kerralla |
app.uploading | Uploading... | Ladataan... |
app.usage_info_label | 📋 Usage: | 📋 Käyttö: |
app.usage_label | HOW TO USE | KÄYTTÖ |
app.used_for | 🎯 Used for: | 🎯 Käyttötarkoitus: |
app.user_fallback | User | Käyttäjä |
app.variants_count | variants | versiota |
app.view_detail | View details → | Näytä tiedot → |
app.view_details | 🔬 View details → | 🔬 Näytä tiedot → |
app.warning_group | 🟠 Attention | 🟠 Huomio |
app.warnings_label | ⚠️ WARNINGS AND RISKS | ⚠️ VAROITUKSET JA RISKIT |
app.weight_saved | ✅ Weight saved | ✅ Paino tallennettu |
app.when | When | Milloin |
app.years_suffix | y | v |
app.zxing_loading | ⚠️ ZXing loading... | ⚠️ ZXing latautuu... |
auth.alias | Public alias | Julkinen alias |
auth.alias_info | Shown in Community, Bonus Points and Challenges. Your real name stays private and is only… | Näkyy Yhteisössä, bonuspisteissä ja haasteissa. Oikea nimesi pysyy yksityisenä ja näkyy v… |
auth.alias_placeholder | e.g. BrightOtter | esim. KirkasSaukko |
auth.back | ← Back | ← Takaisin |
auth.change_pw | Change password → | Vaihda salasana → |
auth.check_spam | Can't find the email? Check your spam folder too | Jos viestiä ei näy, tarkista myös roskapostikansio |
auth.code_sent | Code sent! | Koodi lähetetty! |
auth.code_valid | Code valid for 15 minutes | Koodi voimassa 15 minuuttia |
auth.continue_facebook | Continue with Facebook | Jatka Facebookilla |
auth.continue_google | Continue with Google | Jatka Googlella |
auth.continue_guest | Continue as guest → | Jatka vieraana → |
auth.country | Country | Maa |
auth.country_placeholder | Select country | Valitse maa |
auth.create_account | Create account | Luo tili |
auth.create_account_btn | Create account | Luo tili |
auth.create_one | Create one | Luo tili |
auth.email | Sähköposti | |
auth.email_placeholder | name@example.com | nimi@esimerkki.fi |
auth.enter_code | Enter 6-digit code | Syötä 6-numeroinen koodi |
auth.enter_code_from | Enter code from | Syötä koodi osoitteesta |
auth.enter_email | Enter email address | Syötä sähköpostiosoite |
auth.err_account_disabled | This account has been deactivated | Tämä tili on poistettu käytöstä |
auth.err_account_locked | Account is temporarily locked (too many failed attempts). Please wait 15 minutes. | Tili on lukittu väliaikaisesti (liian monta epäonnistunutta yritystä). Odota 15 minuuttia. |
auth.err_alias_invalid | Choose a 2–40 character alias different from your real name. | Valitse oikeasta nimestäsi eroava 2–40 merkin alias. |
auth.err_alias_required_google | Choose your public alias before continuing with Google. | Valitse julkinen alias ennen Googlella jatkamista. |
← Previous Page 20 of 87 Next →
What makes a good Finnish 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 — 37 lines in the Finnish 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