diff --git a/src/locales/de.json b/src/locales/de.json index f0ca38b..669b1bd 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -18,6 +18,7 @@ "error-loading-privacy-policy": "Fehler beim Laden der Datenschutzerklärung", "error_loading_imprint": "Fehler beim Laden des Impressums", "error_requesting_the_login_link": "Fehler beim Anfordern des Login-Links...", + "first_lap": "👏 erste Runde", "i_accept": "Ich habe die ", "i_accept_end": "gelesen und akzeptiert.", "if_you_are_the_system_administrator_please_refer_to_the_official_product_documentation_readme_for_configuration_guidance": "Wenn Sie der Systemadministrator sind, finden Sie Konfigurationsanweisungen in der offiziellen Produktdokumentation / README.", @@ -63,6 +64,7 @@ "the_system_is_not_properly_configured_please_contact_the_system_administrator_for_help": "Das System ist nicht richtig konfiguriert. Bitte wenden Sie sich an den Systemadministrator, um Hilfe zu erhalten.", "this_is_not_a_valid_international_phone_number": "Dies ist keine gültige internationale Telefonnummer", "total": "Gesamt", + "total_distance": "Gesamt-Distanz", "urkunde_generiert": "Urkunde generiert!", "urkunde_konnte_nicht_generiert_werden": "Urkunde konnte nicht generiert werden...", "urkunde_wird_generiert": "Urkunde wird generiert...", diff --git a/src/locales/en.json b/src/locales/en.json index 698cbf5..ac34998 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -18,6 +18,7 @@ "error-loading-privacy-policy": "Error loading Privacy Policy", "error_loading_imprint": "Error loading Imprint", "error_requesting_the_login_link": "Error requesting the login link...", + "first_lap": "👏 first lap", "i_accept": "I have read and accepted the ", "i_accept_end": "", "if_you_are_the_system_administrator_please_refer_to_the_official_product_documentation_readme_for_configuration_guidance": "If you are the system administrator, please refer to the official product documentation/ README for configuration guidance.", @@ -63,6 +64,7 @@ "the_system_is_not_properly_configured_please_contact_the_system_administrator_for_help": "The system is not properly configured. Please contact the system administrator for help.", "this_is_not_a_valid_international_phone_number": "This is not a valid international phone number", "total": "Total", + "total_distance": "total distance", "urkunde_generiert": "created certificate", "urkunde_konnte_nicht_generiert_werden": "could not create your certificate...", "urkunde_wird_generiert": "creating certificate...", diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 1863922..1e8223f 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -299,6 +299,11 @@
+ {{ $t('total_distance') }}: {{ getReadableDistance(state.scans.reduce((accumulator, currentValue) => + accumulator + + currentValue.distance, 0)) }} +
- + | -+ |