TempoLife › Features › Help translate TempoLife › fi
Finnish — Suomi
5 173 of 5 174 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 |
|---|---|---|
admin.manual_verify_confirm | Manually verify email for {email}? | Vahvistatko manuaalisesti käyttäjän sähköpostiosoitteen {email}? |
admin.manual_verify_fail | Verification failed | Vahvistus epäonnistui |
admin.manual_verify_ok | Email verified: {email} | Sähköposti vahvistettu: {email} |
admin.manual_verify_title | Verify email manually | Vahvista sähköposti manuaalisesti |
admin.max_5_users | Max 5 users at once | Enintään 5 käyttäjää kerrallaan |
admin.meal_breakfast | Breakfast | Aamupala |
admin.meal_dinner | Dinner | Päivällinen |
admin.meal_distribution | Meal distribution | Aterioiden jakautuminen |
admin.meal_lunch | Lunch | Lounas |
admin.meal_snack | Snack | Välipala |
admin.measurements | Measurements | Mittaukset |
admin.memory_limit | Memory limit | Muistiraja |
admin.memory_used | Memory used | Käytetty muisti |
admin.merge_confirm | Merge foods? | Yhdistetäänkö ruoat? |
admin.merge_to | Merge to | Yhdistä |
admin.message | Message | Viesti |
admin.monitoring | Monitoring | Valvonta |
admin.most_active | Most active users | Aktiivisimmat käyttäjät |
admin.most_expensive | Most expensive drugs | Kalleimmat lääkkeet |
admin.most_expensive_label | Most expensive | Kallein |
admin.name | Name | Nimi |
admin.name_required | Name is required | Nimi on pakollinen |
admin.new_password | New password | Uusi salasana |
admin.no | No | Ei |
admin.no_data | No data available | Ei tietoja |
admin.no_duplicates | No duplicates found | Duplikaatteja ei löytynyt |
admin.no_errors | No errors | Ei virheitä |
admin.no_unverified | No unverified users | Ei vahvistamattomia käyttäjiä |
admin.no_unverified_users | No unverified users | Ei vahvistamattomia käyttäjiä |
admin.normal | Normal | Normaali |
admin.normal_mode | Normal | Normaali |
admin.not_logged_days | Not logged in (days) | Ei kirjautunut (päivää) |
admin.nutrition | Nutrition | Ruoka |
admin.off_label | Turned OFF | Kytketty POIS |
admin.older_than_days | Older than (days) | Vanhempi kuin (päivää) |
admin.on_label | Turned ON | Kytketty PÄÄLLE |
admin.optimize | Optimize | Optimoi |
admin.optimize_confirm | Optimize database (VACUUM + ANALYZE)? | Optimoidaanko tietokanta (VACUUM + ANALYZE)? |
admin.other | Other | Muu |
admin.output_tokens | Output | Tuloste |
admin.overview | Overview | Yleiskatsaus |
admin.page_count | Page count | Sivuja yhteensä |
admin.page_size | Page size | Sivukoko |
admin.pages | Pages | Sivuja |
admin.panel | Admin Panel | Hallintapaneeli |
admin.pause | Pause | Keskeytä |
admin.paused | Paused | Keskeytetty |
admin.paywall_force_off | Off — always free | Pois — aina ilmainen |
admin.paywall_force_on | On — test the paywall | Päällä — testaa paywallia |
admin.paywall_global_off | currently OFF | nyt POIS |
admin.paywall_global_on | currently ON | nyt PÄÄLLÄ |
admin.paywall_info_inherit | Follows the global 💎 Premium switch. | Seuraa globaalia 💎 Premium-kytkintä. |
admin.paywall_info_off | This user never hits the paywall, even after the global launch. | Tämä käyttäjä ei koskaan törmää paywalliin, ei myöskään globaalin julkaisun jälkeen. |
admin.paywall_info_on | Trial/premium applies to this user immediately, regardless of the global switch. | Kokeilu/premium koskee tätä käyttäjää heti, globaalista kytkimestä riippumatta. |
admin.paywall_inherit | Default (global switch) | Oletus (globaali kytkin) |
admin.paywall_override | Paywall | Paywall |
admin.pharm_search_ph | Search pharmacy by name, address or city… | Hae apteekkia nimen, osoitteen tai kaupungin perusteella… |
admin.pharmacies | Pharmacies | Apteekit |
admin.pharmacies_by_chain | Pharmacies by chain | Apteekit ketjuittain |
admin.pharmacy | Pharmacy | Apteekki |
← Previous Page 8 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