TempoLife › Features › Help translate TempoLife › lv
Latvian — Latviešu
0 of 5 174 TempoLife strings are translated into Latvian (0.0%). Browse the string list, see the English source next to the current text, and suggest a better one.
Not started. Nothing is translated yet, so every string here is an open one.
The string list
Every row is one string in the app. The English column is the source; the Latvian 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 | Latvian |
|---|---|---|
app.day_streak | Day streak | missing |
app.days_streak | days streak | missing |
app.days_unit | days | missing |
app.delete | Delete | missing |
app.delete_activity | Delete this activity? | missing |
app.delete_btn | Delete | missing |
app.delete_drug | Delete drug | missing |
app.delete_entry | Delete entry? | missing |
app.delete_sleep | Delete this sleep entry? | missing |
app.delete_steps | Delete this step entry? | missing |
app.delete_weight | Delete this weight entry? | missing |
app.deleted | 🗑️ Deleted | missing |
app.description_label | DESCRIPTION | missing |
app.discount_label | 🏥 Discount | missing |
app.doctor_notified | 📞 Doctor notified! | missing |
app.doctor_notified_body | Doctor received interaction notification. | missing |
app.dosage_info | 💊 Dosage: | missing |
app.dosage_label | DOSAGE | missing |
app.dose | Dose | missing |
app.dose_marked | Dose marked | missing |
app.dose_missed_title | Missed | missing |
app.dose_placeholder | e.g. 500mg | missing |
app.dose_reminder | You will get reminders at 07:00 and 20:00 if a dose is not taken. | missing |
app.dose_taken | Taken | missing |
app.dr_prefix | Dr: | missing |
app.drug_added | added! | missing |
app.drug_already_added | A medication with the same name is already added | missing |
app.drug_dose_too_long | Dose description is too long (max 100 characters) | missing |
app.drug_expiry_invalid | Invalid expiry date | missing |
app.drug_expiry_too_far | Expiry date too far in the future (> 20 years) | missing |
app.drug_expiry_too_old | Expiry date too far in the past (> 1 year ago) | missing |
app.drug_found_toast | 📦 Found: %name% | missing |
app.drug_frequency_invalid | Invalid frequency | missing |
app.drug_id_required | Medication ID is required | missing |
app.drug_name_required | Medication name is required | missing |
app.drug_name_too_long | Medication name is too long (max 200 characters) | missing |
app.drug_not_found | Medication not found | missing |
app.drug_not_found_barcode | Drug not found with this code | missing |
app.drug_not_found_region | Drug not found in this region | missing |
app.drug_not_found_symptom | No drugs found for this symptom | missing |
app.drug_reminder_time_invalid | Invalid reminder time (use HH:MM) | missing |
app.drug_scanned_title | 📦 Drug scanned | missing |
app.drug_schedule_invalid | Invalid schedule | missing |
app.drug_updated | updated! | missing |
app.drugs_label | drugs | missing |
app.drugs_not_found | No drugs found | missing |
app.ean_not_in_db | Drug not in database — searching... | missing |
app.ean_searching | 🔍 EAN: %code% — searching... | missing |
app.edit | Edit | missing |
app.edit_drug | ✏️ Edit: {0} | missing |
app.enter_drug | 💊 Enter drug name | missing |
app.enter_drug_name | 💊 Enter drug name | missing |
app.enter_drug_or_symptom | Enter drug name or symptom | missing |
app.enter_duration | ⏱️ Enter duration in minutes | missing |
app.enter_location | 📍 Enter location | missing |
app.enter_sleep_times | 😴 Enter bedtime and wake-up time | missing |
app.enter_step_count | 🚶 Enter step count | missing |
app.enter_steps | 🚶 Enter number of steps | missing |
app.enter_valid_weight | ⚖️ Enter a valid weight | missing |
app.enter_value | ⚠️ Enter at least one value | missing |
← Previous Page 16 of 87 Next →
What makes a good Latvian 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 Latvian 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