139 lines
6.5 KiB
JSON
Raw Normal View History

{
2022-12-11 15:05:35 +01:00
"ACCOUNT_CONFIRMATION_NOT_RECEIVED": "Didn't received instructions?",
"ACCOUNT_CONFIRMATION_SENT": "Check your email. A new confirmation email has been sent to the address provided.",
"ADMIN": "Admin",
"ALREADY_HAVE_ACCOUNT": "Already have an account?",
"CONFIRM_ACCOUNT_DELETION": "Are you sure you want to delete your account? All data will be deleted, this cannot be undone.",
2022-12-11 15:05:35 +01:00
"CURRENT_PASSWORD": "Current password",
"EMAIL": "Email",
"EMAIL_INFO": "Enter a valid email address.",
"ENTER_PASSWORD": "Enter a password",
"EXPORT_REQUEST": {
"DATA_EXPORT": "Data export",
"DOWNLOAD_ARCHIVE": "Download archive",
2023-03-05 12:41:01 +01:00
"GENERATING_LINK": "generating link...",
"ONLY_ONE_EXPORT_PER_DAY": "You can request an archive by 24 hours",
"STATUS": {
"errored": "errored (please request another export)",
"in_progress": "in progres..."
2023-03-05 12:41:01 +01:00
}
},
2022-12-11 15:05:35 +01:00
"FILTER_ON_USERNAME": "Filter on username",
"HIDE_PASSWORD": "hide password",
"INVALID_TOKEN": "Invalid token, please request a new password reset.",
2023-03-05 12:41:01 +01:00
"I_WANT_TO_DELETE_MY_ACCOUNT": "I want to delete my account",
2021-10-13 18:45:34 +02:00
"LANGUAGE": "Language",
"LAST_PRIVACY_POLICY_TO_VALIDATE": "The privacy policy has been updated, please {0} it before proceeding.",
2022-12-11 15:05:35 +01:00
"LOGIN": "Login",
"LOGOUT": "Logout",
"LOG_IN": "log in",
"NEW_PASSWORD": "New password",
"NO_USERS_FOUND": "No users found.",
"PASSWORD": "Password",
"PASSWORD_FORGOTTEN": "Forgot password?",
"PASSWORD_INFO": "At least 8 characters required.",
"PASSWORD_RESET": "Password reset",
"PASSWORD_SENT_EMAIL_TEXT": "Check your email. If your address is in our database, you'll received an email with a link to reset your password.",
"PASSWORD_STRENGTH": {
"AVERAGE": "average",
"GOOD": "good",
"LABEL": "password strength",
"STRONG": "strong",
"SUGGESTIONS": {
"allUppercase": "Capitalize some, but not all letters.",
"anotherWord": "Add more words that are less common.",
"associatedYears": "Avoid years that are associated with you.",
"capitalization": "Capitalize more than the first letter.",
"dates": "Avoid dates and years that are associated with you.",
"l33t": "Avoid predictable letter substitutions like {'@'} for a.",
"longerKeyboardPattern": "Use longer keyboard patterns and change typing direction multiple times.",
"noNeed": "You can create strong passwords without using symbols, numbers, or uppercase letters.",
"pwned": "If you use this password elsewhere, you should change it.",
"recentYears": "Avoid recent years.",
"repeated": "Avoid repeated words and characters.",
"reverseWords": "Avoid reversed spellings of common words.",
"sequences": "Avoid common character sequences.",
"useWords": "Use multiple words, but avoid common phrases."
},
"WEAK": "weak"
},
2022-12-11 15:05:35 +01:00
"PASSWORD_UPDATED": "Your password have been updated. Click {0} to log in.",
"PROFILE": {
"ACCOUNT_EDITION": "Account edition",
"ASCENT_DATA": "Ascent-related data (records, total)",
"BACK_TO_PROFILE": "Back to profile",
"BIO": "Bio",
"BIRTH_DATE": "Birth date",
"DATE_FORMAT": "Date display format",
"EDIT": "Edit profile",
"EDIT_PREFERENCES": "Edit preferences",
"EDIT_SPORTS_PREFERENCES": "Edit sports preferences",
2023-04-08 10:31:58 +02:00
"ELEVATION_CHART_START": {
"LABEL": "Elevation chart starts at",
2023-05-28 15:22:15 +02:00
"MIN_ALT": "Minimum altitude",
"ZERO": "Zero"
2023-04-08 10:31:58 +02:00
},
2023-05-28 15:22:15 +02:00
"ERRORED_EMAIL_UPDATE": "Please {0} to change your email address again or contact the administrator",
2022-12-11 15:05:35 +01:00
"FIRST_DAY_OF_WEEK": "First day of week",
"FIRST_NAME": "First name",
"LANGUAGE": "Language",
"LAST_NAME": "Last name",
"LOCATION": "Location",
"MONDAY": "Monday",
"PICTURE": "Picture",
"PICTURE_EDITION": "Picture edition",
"PICTURE_REMOVE": "Remove picture",
"PICTURE_UPDATE": "Update picture",
"PREFERENCES_EDITION": "Preferences edition",
"PRIVACY-POLICY_EDITION": "Privacy policy",
2022-12-11 15:05:35 +01:00
"PROFILE_EDITION": "Profile edition",
"REGISTRATION_DATE": "Registration date",
"SPORT": {
"ACTION": "action",
"COLOR": "color",
"DISABLED_BY_ADMIN": "disabled by admin",
"IS_ACTIVE": "active",
"LABEL": "label",
"STOPPED_SPEED_THRESHOLD": "stopped speed threshold"
},
"SPORTS_EDITION": "Sports preferences edition",
"SUCCESSFUL_EMAIL_UPDATE": "Your account has been updated successfully. Please check your email to confirm your new email address.",
"SUCCESSFUL_REGISTRATION": "Your account has been created successfully.",
"SUCCESSFUL_REGISTRATION_WITH_EMAIL": "A link to activate your account has been emailed to the address provided.",
"SUCCESSFUL_UPDATE": "Your account has been updated successfully.",
"SUNDAY": "Sunday",
"TABS": {
"ACCOUNT": "account",
"APPS": "apps",
"PICTURE": "picture",
"PREFERENCES": "preferences",
"PRIVACY-POLICY": "privacy policy",
2022-12-11 15:05:35 +01:00
"PROFILE": "profile",
"SPORTS": "sports"
},
"TIMEZONE": "Timezone",
"UNITS": {
"IMPERIAL": "Imperial system (ft, mi, mph, °F)",
2022-12-11 15:05:35 +01:00
"LABEL": "Units for distance",
"METRIC": "Metric system (m, km, m/s, °C)"
},
"USE_RAW_GPX_SPEED": {
"FILTERED_SPEED": "Filtered",
2023-05-28 15:22:15 +02:00
"HELP": "If filtered, it excludes extreme values (which may be GPS errors) when calculating the maximum speed.",
"LABEL": "GPX max speed strategy",
"RAW_SPEED": "Raw"
2022-12-11 15:05:35 +01:00
}
},
"READ_AND_ACCEPT_PRIVACY_POLICY": "I have read and agree to the {0}.",
2022-12-11 15:05:35 +01:00
"REGISTER": "Register",
"REGISTER_DISABLED": "Sorry, registration is disabled.",
"RESENT_ACCOUNT_CONFIRMATION": "Resend account confirmation email",
"RESET_PASSWORD": "Reset your password",
"REVIEW": "review",
2022-12-11 15:05:35 +01:00
"SHOW_PASSWORD": "show password",
"THIS_USER_ACCOUNT_IS_INACTIVE": "This user account is inactive.",
"USERNAME": "Username",
"USERNAME_INFO": "3 to 30 characters required, only alphanumeric characters and the underscore character \"_\" allowed.",
"USER_PICTURE": "user picture",
"YOU_HAVE_ACCEPTED_PRIVACY_POLICY": "You have accepted the {0}."
}