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.compare_avg_kcal | Avg kcal | Keskim. kcal |
admin.compare_doses | Doses | Annoksia |
admin.compare_food_logs | Food logs | Ruokakirjauksia |
admin.compare_gender | Gender | Sukupuoli |
admin.compare_height | Height | Pituus |
admin.compare_last_login | Last login | Viimeisin kirjautuminen |
admin.compare_registered | Registered | Rekisteröitynyt |
admin.compare_weight | Weight | Paino |
admin.compare_weight_logs | Weight logs | Painokirjauksia |
admin.compliance | Compliance % | Noudattaminen % |
admin.confirm_remove_premium | Remove premium from this user? They lose premium features immediately. | Poistetaanko käyttäjän Premium? Käyttäjä menettää Premium-ominaisuudet heti. |
admin.copy | Copy | Kopioi |
admin.copy_failed | Copy failed | Kopiointi epäonnistui |
admin.country | Country | Maa |
admin.created | Created | Luotu |
admin.cron_import_logs | ⏰ Cron import logs | ⏰ Cron-tuontilokit |
admin.cron_logs | Cron logs | Cron-lokit |
admin.daily_activity_30d | Daily activity (30 days) | Päivittäinen aktiivisuus (30 päivää) |
admin.dashboard | Dashboard | Työpöytä |
admin.data_purge | 🗑️ Data purging | 🗑️ Tietojen puhdistus |
admin.database | Database | Tietokanta |
admin.date | Date | Päivämäärä |
admin.days_short | d | p |
admin.days_with_data | Days with data | Päiviä tietojen kanssa |
admin.db_diagnostics | 🔬 Database diagnostics | 🔬 Tietokannan diagnostiikka |
admin.db_health | Database health | Tietokannan kunto |
admin.db_integrity | DB integrity | Tietokannan eheys |
admin.db_optimized | DB optimized! | Tietokanta optimoitu! |
admin.db_size | DB size | Tietokannan koko |
admin.db_tools | Database tools | Tietokannan työkalut |
admin.deactivate | Deactivate | Deaktivoi |
admin.deactivate_confirm | Deactivate all users who have not logged in for {days} days? | Deaktivoidaanko kaikki käyttäjät, jotka eivät ole kirjautuneet {days} päivään? |
admin.deactivate_inactive | 👤 Deactivate inactive users | 👤 Ei-aktiivisten käyttäjien deaktivointi |
admin.deactivate_inactive_confirm | Deactivate all inactive users? | Deaktivoidaanko kaikki ei-aktiiviset käyttäjät? |
admin.delete | Delete | Poista |
admin.delete_announcement | Delete announcement? | Poistetaanko ilmoitus? |
admin.delete_drug_confirm | Delete this drug? | Poistetaanko lääke? |
admin.delete_food_confirm | Delete this food? | Poistetaanko ruoka? |
admin.delete_setting_confirm | Delete setting "{key}"? | Poistetaanko asetus "{key}"? |
admin.delete_user_confirm | Delete user {email}? This is irreversible! | Poistetaanko käyttäjä {email}? Tämä on peruuttamatonta! |
admin.delete_user_confirm2 | Are you sure? All user data will be deleted. | Oletko varma? Kaikki käyttäjän tiedot poistetaan. |
admin.deleted | Deleted | Poistettu |
admin.description | Description | Kuvaus |
admin.details | Details | Tiedot |
admin.difference | Difference | Ero |
admin.disk_free | Free disk | Vapaa tila |
admin.disk_total | Total disk | Kokonaistila |
admin.display_name | Display name | Näyttönimi |
admin.dose | Dose | Annos |
admin.dose_compliance | Dose compliance | Annosten noudattaminen |
admin.dose_pending | Pending | Odottaa |
admin.dose_skipped | Skipped | Ohitettu |
admin.dose_taken | Taken | Otettu |
admin.doses | Doses | Annokset |
admin.doses_7d | Doses 7d | Annokset 7p |
admin.doses_skipped | Skipped | Ohitettu |
admin.doses_taken | Taken | Otettu |
admin.download_backup_confirm | Download backup? | Ladataanko varmuuskopio? |
admin.drug | Drug | Lääke |
admin.drug_adherence | Drug adherence | Lääkkeiden noudattaminen |
← Previous Page 5 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