TempoLife › Features › Help translate TempoLife › lt
Lithuanian — Lietuvių
0 of 5 190 TempoLife strings are translated into Lithuanian (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 Lithuanian 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 | Lithuanian |
|---|---|---|
auth.err_code_6digit | Enter the 6-digit code | missing |
auth.err_country_required | Please select your country | missing |
auth.err_email_taken | This email is already registered | missing |
auth.err_enter_email | Enter your email address | missing |
auth.err_fill_all | Please fill in all fields | missing |
auth.err_google_data_missing | Google did not return the required data | missing |
auth.err_invalid_email | Invalid email address | missing |
auth.err_invite_invalid | This invite code was not found. Check it and try again, or leave the field empty. | missing |
auth.err_name_too_short | Please enter your name (at least 2 characters) | missing |
auth.err_pw_needs_upper_digit | Password must contain at least one uppercase letter and one digit | missing |
auth.err_pw_too_short | Password must be at least 8 characters | missing |
auth.err_session | Session error. Please try again. | missing |
auth.err_wrong_creds | Incorrect email or password | missing |
auth.error | Error | missing |
auth.facebook_no_email | Facebook did not share your email address. Please try again and allow email access. | missing |
auth.facebook_signin_failed | Facebook sign-in failed | missing |
auth.fill_all | Fill in all fields | missing |
auth.fill_email_pw | Enter email and password | missing |
auth.footer | missing | |
auth.forgot | Forgot password? | missing |
auth.forgot_sub | Enter your email address and we'll send a code | missing |
auth.forgot_title | Forgot password? | missing |
auth.get_on_play | Get it on Google Play | missing |
auth.google_err_config | Google sign-in is not available right now. Try email sign-in instead. | missing |
auth.google_err_generic | Google sign-in error | missing |
auth.google_err_in_progress | Google sign-in is already in progress — please wait. | missing |
auth.google_err_network | Google sign-in failed — please check your internet connection. | missing |
auth.google_err_signin | Google sign-in failed. Please try again. | missing |
auth.google_signin_failed | Google sign-in failed | missing |
auth.google_signin_timeout | Google sign-in timed out. Please try again. | missing |
auth.have_account | Already have an account? | missing |
auth.have_invite_code | Have an invite code? | missing |
auth.invite_code | Invite code (optional) | missing |
auth.invite_code_info | Enter a friend’s invite code to connect your accounts. Optional. | missing |
auth.invite_code_placeholder | Friend’s code, e.g. ABC234 | missing |
auth.invite_expired_ignored | That invite code has expired. Your account will still be created without it. | missing |
auth.invite_invalid_ignored | That invite code was not found. Your account will still be created without it. | missing |
auth.invite_malformed_ignored | That invite code format is invalid. Your account will still be created without it. | missing |
auth.invite_revoked_ignored | That invite code is no longer active. Your account will still be created without it. | missing |
auth.invite_self_ignored | You cannot use your own invite code. Your account will still be created. | missing |
auth.invite_unavailable_ignored | Invite validation is temporarily unavailable. Your account will still be created. | missing |
auth.ios_install | To install: tap Share, then “Add to Home Screen”. | missing |
auth.landing_text | Snap a photo of your meal — AI counts the calories. Weight, nutrition and health in one s… | missing |
auth.learn_more | Learn more about TempoLife | missing |
auth.login | Login | missing |
auth.login_btn | Login → | missing |
auth.login_failed | Login failed | missing |
auth.login_register | Login / Register | missing |
auth.logo_sub | Health diary | missing |
auth.min_chars | Min 8 characters | missing |
auth.name | Name | missing |
auth.name_placeholder | First Last | missing |
auth.name_private | Real name (private) | missing |
auth.name_private_info | Used for your account and visible to accepted friends. | missing |
auth.new_code_sent | New code sent! | missing |
auth.new_password | New password | missing |
auth.no_account | No account yet? | missing |
auth.no_code | Didn't receive a code? | missing |
auth.or | or | missing |
auth.password | Password | missing |
← Previous Page 21 of 87 Next →
What makes a good Lithuanian 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 Lithuanian 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