From f141130db5ede60a623747f4e324f66259e5bc75 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 17:14:22 +0200 Subject: [PATCH 1/7] Added basic sponsoring table ref #39 --- src/views/Profile.vue | 52 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 7eeb9ff..7f2e78c 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -236,7 +236,55 @@
-
coming soon...
+
+
+
+
+ + + + + + + + + + + + + + + +
NameAmount per distance (in €)Current total amount (in €)
+ + + + + + + +
+
+ + No sponsorings for you were recorded yet... +
+
+
+
+
@@ -256,6 +304,7 @@ const state = reactive({ middlename: "", lastname: "", scans: [], + sponsorings: [], group: "", activetab: "profile", delete_active: false, @@ -274,6 +323,7 @@ axios.get(`${config.baseurl}api/runners/me/${accesstoken}`) state.middlename = data.middlename; state.lastname = data.lastname; state.group = data.group; + state.sponsorings = data.distanceDonations; state.fullobject = data; }).catch((error) => { toast.error("An error occured while loading your profile data"); -- 2.47.2 From baa6da3dd06c493fccc61945b9bcbd9b2e79d910 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 17:18:09 +0200 Subject: [PATCH 2/7] Fixed spaces in name ref #39 --- src/views/Profile.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 7f2e78c..9147c9b 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -260,8 +260,10 @@ - - +   + +   + -- 2.47.2 From 815a36f20271f47f49c3814b001c3404d43113cd Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 17:20:41 +0200 Subject: [PATCH 3/7] Now w/ formatted currency amount ref #39 --- src/views/Profile.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 9147c9b..25a3147 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -260,17 +260,25 @@ -   + -   + - + € - + € -- 2.47.2 From d713fbef94e75fbbc62254ea8f0ca50dc4e93d79 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 17:27:18 +0200 Subject: [PATCH 4/7] =?UTF-8?q?Added=20translations=20=F0=9F=8C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #39 --- src/locales/de.json | 5 ++++- src/locales/en.json | 3 +++ src/views/Profile.vue | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/locales/de.json b/src/locales/de.json index 6defd9c..8e0ebc9 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -1,12 +1,14 @@ { "access_is_only_provided_via_your_email_link": "Der Zugang erfolgt nur über den Link, den Sie bei der Registrierung erhalten haben.", "already_have_an_account": "Sie haben bereits einen Account?", + "amount_per_kilometer_in_eur": "Betrag pro Kilometer (in €)", "apartment_suite_etc": "Addresszeile 2", "cancel_keep_my_data": "Abbrechen, meine Daten behalten", "configuration_error": "Konfigurationsfehler", "confirm_delete_all_of_my_data": "Bestätigung, meine gesamten Daten löschen", "confirm_personal_data": "Hiermit bestätige ich die Vollständigkeit und Richtigkeit der oben genannten Angaben", - "delete-all-of-my-data": "Meine gesamten Daten löschen", + "current_total_amount_in_eur": "Aktueller Gesamtbetrag (in €)", + "delete_all_of_my_data": "Meine gesamten Daten löschen", "delete_my_data": "Meine Daten löschen", "deletion_in_progress": "Daten werden gelöscht...", "distance": "Distanz", @@ -24,6 +26,7 @@ "mittelname": "Mittelname", "nachname": "Nachname", "no_laps_scans_were_recorded_yet": "Es wurden noch keine Runden / Scans aufgezeichnet ...", + "no_sponsorings_for_you_were_recorded_yet": "Es gibt noch keine Sponsorings für dich", "not_registered_yet": "Noch nicht registriert?", "organization": "Organisation", "ort": "Ort", diff --git a/src/locales/en.json b/src/locales/en.json index e55c7e6..6440260 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -2,11 +2,13 @@ "access_is_only_provided_via_your_email_link": "Access is only provided via the link you received upon registration.", "all_data_deleted": "All Data deleted!", "already_have_an_account": "Already have an account?", + "amount_per_kilometer_in_eur": "Amount per kilometer (in €)", "apartment_suite_etc": "Apartment, suite, etc.", "cancel_keep_my_data": "Cancel, keep my data", "configuration_error": "Configuration error", "confirm_delete_all_of_my_data": "Confirm, delete all of my data", "confirm_personal_data": "I hereby confirm that the above information is complete and correct", + "current_total_amount_in_eur": "Current total amount (in €)", "delete_my_data": "Delete my data", "deletion_in_progress": "Deletion in progress...", "distance": "Distance", @@ -24,6 +26,7 @@ "mittelname": "Middlename", "nachname": "Lastname", "no_laps_scans_were_recorded_yet": "No laps/ scans were recorded yet...", + "no_sponsorings_for_you_were_recorded_yet": "No sponsorings for you were recorded yet...", "not_registered_yet": "Not registered yet?", "organization": "Organization", "ort": "City", diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 25a3147..bdc1747 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -251,10 +251,10 @@ Name Amount per distance (in €) + >{{ $t('amount_per_kilometer_in_eur') }} Current total amount (in €) + >{{ $t('current_total_amount_in_eur') }} @@ -287,9 +287,9 @@ - No sponsorings for you were recorded yet... + {{ $t('no_sponsorings_for_you_were_recorded_yet') }} -- 2.47.2 From 121022c8434484a363a3f2ea68aba4d8ef7cad2d Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Tue, 6 Apr 2021 21:23:24 +0200 Subject: [PATCH 5/7] added distance formatting ref #39 --- src/views/Profile.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index bdc1747..8d123bf 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -216,7 +216,7 @@ - m + @@ -342,6 +342,7 @@ axios.get(`${config.baseurl}api/runners/me/${accesstoken}/scans`) .then(({ data }) => { data.map(function(s) { s.lapTime = Math.floor(s.lapTime / 60) + 'min ' + (Math.floor(s.lapTime % 60) + "").padStart(2, "0") + "s" + s.distance = Math.floor(s.distance / 1000) + 'km ' + (Math.floor(s.distance % 1000) + "").padStart(3, "0") + "m" return s; }) data.filter(s => s.valid === true); -- 2.47.2 From 89820d44501793365248b8e778522cdc188afa70 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 21:25:10 +0200 Subject: [PATCH 6/7] Added total to bottom of page ref #39 --- src/locales/de.json | 113 +++++++++++++++++++++--------------------- src/locales/en.json | 113 +++++++++++++++++++++--------------------- src/views/Profile.vue | 23 +++++++++ 3 files changed, 137 insertions(+), 112 deletions(-) diff --git a/src/locales/de.json b/src/locales/de.json index 8e0ebc9..1294c8a 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -1,57 +1,58 @@ { - "access_is_only_provided_via_your_email_link": "Der Zugang erfolgt nur über den Link, den Sie bei der Registrierung erhalten haben.", - "already_have_an_account": "Sie haben bereits einen Account?", - "amount_per_kilometer_in_eur": "Betrag pro Kilometer (in €)", - "apartment_suite_etc": "Addresszeile 2", - "cancel_keep_my_data": "Abbrechen, meine Daten behalten", - "configuration_error": "Konfigurationsfehler", - "confirm_delete_all_of_my_data": "Bestätigung, meine gesamten Daten löschen", - "confirm_personal_data": "Hiermit bestätige ich die Vollständigkeit und Richtigkeit der oben genannten Angaben", - "current_total_amount_in_eur": "Aktueller Gesamtbetrag (in €)", - "delete_all_of_my_data": "Meine gesamten Daten löschen", - "delete_my_data": "Meine Daten löschen", - "deletion_in_progress": "Daten werden gelöscht...", - "distance": "Distanz", - "download_certificate": "Urkunde herunterladen", - "e_mail_adress": "E-Mail Adresse", - "go_to_login": "Zum Login", - "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.", - "imprint": "Impressum", - "lap_time": "Rundenzeit", - "lap_times": "Rundenzeiten", - "lost_your_registration_mail": "Haben Sie Ihre Registrierungsmail verloren?", - "main_page_text": "Hier können Sie sich für den Lauf Für Kaya! registrieren oder ihr Läuferprofil verwalten.", - "mittelname": "Mittelname", - "nachname": "Nachname", - "no_laps_scans_were_recorded_yet": "Es wurden noch keine Runden / Scans aufgezeichnet ...", - "no_sponsorings_for_you_were_recorded_yet": "Es gibt noch keine Sponsorings für dich", - "not_registered_yet": "Noch nicht registriert?", - "organization": "Organisation", - "ort": "Ort", - "phone_number": "Telefonnummer", - "please_provide_a_valid_zipcode": "Bitte geben Sie eine gültige Postleitzahl an...", - "please_provide_valid_mail": "Bitte geben Sie eine gültige E-Mail Adresse an", - "plz": "PLZ", - "privacy_policy": "Datenschutzerklärung", - "profile": "Profil", - "provide_address": "Adresse angeben?", - "register": { - "register_now": "Jetzt für den Lauf für Kaya! 2021 registrieren." - }, - "register_now": "Jetzt registrieren!", - "register_now_small": "Jetzt registrieren", - "registrieren": "Registrieren", - "resend_the_registration_mail": "Registrierungsmail erneut versenden", - "save_changes": "Änderungen speichern", - "sponsoring": "Sponsoring", - "strasse": "Straße", - "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", - "tos": "AGBs", - "view_my_data": "Meine Läuferdaten einsehen", - "vorname": "Vorname", - "you_have_been_registered": "Sie wurden registriert!", - "you_have_not_provided_a_valid_access_key": "Sie haben keinen gültigen Zugangsschlüssel angegeben..." -} \ No newline at end of file + "access_is_only_provided_via_your_email_link": "Der Zugang erfolgt nur über den Link, den Sie bei der Registrierung erhalten haben.", + "already_have_an_account": "Sie haben bereits einen Account?", + "amount_per_kilometer_in_eur": "Betrag pro Kilometer (in €)", + "apartment_suite_etc": "Addresszeile 2", + "cancel_keep_my_data": "Abbrechen, meine Daten behalten", + "configuration_error": "Konfigurationsfehler", + "confirm_delete_all_of_my_data": "Bestätigung, meine gesamten Daten löschen", + "confirm_personal_data": "Hiermit bestätige ich die Vollständigkeit und Richtigkeit der oben genannten Angaben", + "current_total_amount_in_eur": "Aktueller Gesamtbetrag (in €)", + "delete_all_of_my_data": "Meine gesamten Daten löschen", + "delete_my_data": "Meine Daten löschen", + "deletion_in_progress": "Daten werden gelöscht...", + "distance": "Distanz", + "download_certificate": "Urkunde herunterladen", + "e_mail_adress": "E-Mail Adresse", + "go_to_login": "Zum Login", + "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.", + "imprint": "Impressum", + "lap_time": "Rundenzeit", + "lap_times": "Rundenzeiten", + "lost_your_registration_mail": "Haben Sie Ihre Registrierungsmail verloren?", + "main_page_text": "Hier können Sie sich für den Lauf Für Kaya! registrieren oder ihr Läuferprofil verwalten.", + "mittelname": "Mittelname", + "nachname": "Nachname", + "no_laps_scans_were_recorded_yet": "Es wurden noch keine Runden / Scans aufgezeichnet ...", + "no_sponsorings_for_you_were_recorded_yet": "Es gibt noch keine Sponsorings für dich", + "not_registered_yet": "Noch nicht registriert?", + "organization": "Organisation", + "ort": "Ort", + "phone_number": "Telefonnummer", + "please_provide_a_valid_zipcode": "Bitte geben Sie eine gültige Postleitzahl an...", + "please_provide_valid_mail": "Bitte geben Sie eine gültige E-Mail Adresse an", + "plz": "PLZ", + "privacy_policy": "Datenschutzerklärung", + "profile": "Profil", + "provide_address": "Adresse angeben?", + "register": { + "register_now": "Jetzt für den Lauf für Kaya! 2021 registrieren." + }, + "register_now": "Jetzt registrieren!", + "register_now_small": "Jetzt registrieren", + "registrieren": "Registrieren", + "resend_the_registration_mail": "Registrierungsmail erneut versenden", + "save_changes": "Änderungen speichern", + "sponsoring": "Sponsoring", + "strasse": "Straße", + "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", + "tos": "AGBs", + "view_my_data": "Meine Läuferdaten einsehen", + "vorname": "Vorname", + "you_have_been_registered": "Sie wurden registriert!", + "you_have_not_provided_a_valid_access_key": "Sie haben keinen gültigen Zugangsschlüssel angegeben...", + "total": "Gesamt" +} diff --git a/src/locales/en.json b/src/locales/en.json index 6440260..4613b28 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,57 +1,58 @@ { - "access_is_only_provided_via_your_email_link": "Access is only provided via the link you received upon registration.", - "all_data_deleted": "All Data deleted!", - "already_have_an_account": "Already have an account?", - "amount_per_kilometer_in_eur": "Amount per kilometer (in €)", - "apartment_suite_etc": "Apartment, suite, etc.", - "cancel_keep_my_data": "Cancel, keep my data", - "configuration_error": "Configuration error", - "confirm_delete_all_of_my_data": "Confirm, delete all of my data", - "confirm_personal_data": "I hereby confirm that the above information is complete and correct", - "current_total_amount_in_eur": "Current total amount (in €)", - "delete_my_data": "Delete my data", - "deletion_in_progress": "Deletion in progress...", - "distance": "Distance", - "download_certificate": "Download certificate", - "e_mail_adress": "mail address", - "go_to_login": "Go To Login", - "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.", - "imprint": "Imprint", - "lap_time": "Lap time", - "lap_times": "Lap times", - "lost_your_registration_mail": "Lost your registration mail?", - "main_page_text": "Here you can register for the Lauf Für Kaya! or manage your runner profile.", - "mittelname": "Middlename", - "nachname": "Lastname", - "no_laps_scans_were_recorded_yet": "No laps/ scans were recorded yet...", - "no_sponsorings_for_you_were_recorded_yet": "No sponsorings for you were recorded yet...", - "not_registered_yet": "Not registered yet?", - "organization": "Organization", - "ort": "City", - "phone_number": "Phone Number", - "please_provide_a_valid_zipcode": "Please provide a valid zipcode...", - "please_provide_valid_mail": "Please provide a valid mail address.", - "plz": "zipcode", - "privacy_policy": "Privacy Policy", - "profile": "Profile", - "provide_address": "Provide a postal address?", - "register": { - "register_now": "Register now for Lauf für Kaya! 2021." - }, - "register_now": "Register now!", - "register_now_small": "Register now", - "registrieren": "Register Now", - "resend_the_registration_mail": "Resend the registration mail", - "save_changes": "Save changes", - "sponsoring": "Sponsoring", - "strasse": "Street/ Block", - "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", - "tos": "Terms of Service", - "view_my_data": "View my data", - "vorname": "Firstname", - "you_have_been_registered": "You have been registered!", - "you_have_not_provided_a_valid_access_key": "You have not provided a valid access key..." -} \ No newline at end of file + "access_is_only_provided_via_your_email_link": "Access is only provided via the link you received upon registration.", + "all_data_deleted": "All Data deleted!", + "already_have_an_account": "Already have an account?", + "amount_per_kilometer_in_eur": "Amount per kilometer (in €)", + "apartment_suite_etc": "Apartment, suite, etc.", + "cancel_keep_my_data": "Cancel, keep my data", + "configuration_error": "Configuration error", + "confirm_delete_all_of_my_data": "Confirm, delete all of my data", + "confirm_personal_data": "I hereby confirm that the above information is complete and correct", + "current_total_amount_in_eur": "Current total amount (in €)", + "delete_my_data": "Delete my data", + "deletion_in_progress": "Deletion in progress...", + "distance": "Distance", + "download_certificate": "Download certificate", + "e_mail_adress": "mail address", + "go_to_login": "Go To Login", + "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.", + "imprint": "Imprint", + "lap_time": "Lap time", + "lap_times": "Lap times", + "lost_your_registration_mail": "Lost your registration mail?", + "main_page_text": "Here you can register for the Lauf Für Kaya! or manage your runner profile.", + "mittelname": "Middlename", + "nachname": "Lastname", + "no_laps_scans_were_recorded_yet": "No laps/ scans were recorded yet...", + "no_sponsorings_for_you_were_recorded_yet": "No sponsorings for you were recorded yet...", + "not_registered_yet": "Not registered yet?", + "organization": "Organization", + "ort": "City", + "phone_number": "Phone Number", + "please_provide_a_valid_zipcode": "Please provide a valid zipcode...", + "please_provide_valid_mail": "Please provide a valid mail address.", + "plz": "zipcode", + "privacy_policy": "Privacy Policy", + "profile": "Profile", + "provide_address": "Provide a postal address?", + "register": { + "register_now": "Register now for Lauf für Kaya! 2021." + }, + "register_now": "Register now!", + "register_now_small": "Register now", + "registrieren": "Register Now", + "resend_the_registration_mail": "Resend the registration mail", + "save_changes": "Save changes", + "sponsoring": "Sponsoring", + "strasse": "Street/ Block", + "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", + "tos": "Terms of Service", + "view_my_data": "View my data", + "vorname": "Firstname", + "you_have_been_registered": "You have been registered!", + "you_have_not_provided_a_valid_access_key": "You have not provided a valid access key...", + "total": "Total" +} diff --git a/src/views/Profile.vue b/src/views/Profile.vue index bdc1747..360bc95 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -282,6 +282,29 @@ + + + {{ $t('total') }} + + € + + + € + + +
Date: Tue, 6 Apr 2021 21:25:36 +0200 Subject: [PATCH 7/7] =?UTF-8?q?Sorted=20translations=20=F0=9F=8C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #39 --- src/locales/de.json | 114 ++++++++++++++++++++++---------------------- src/locales/en.json | 114 ++++++++++++++++++++++---------------------- 2 files changed, 114 insertions(+), 114 deletions(-) diff --git a/src/locales/de.json b/src/locales/de.json index 1294c8a..be62862 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -1,58 +1,58 @@ { - "access_is_only_provided_via_your_email_link": "Der Zugang erfolgt nur über den Link, den Sie bei der Registrierung erhalten haben.", - "already_have_an_account": "Sie haben bereits einen Account?", - "amount_per_kilometer_in_eur": "Betrag pro Kilometer (in €)", - "apartment_suite_etc": "Addresszeile 2", - "cancel_keep_my_data": "Abbrechen, meine Daten behalten", - "configuration_error": "Konfigurationsfehler", - "confirm_delete_all_of_my_data": "Bestätigung, meine gesamten Daten löschen", - "confirm_personal_data": "Hiermit bestätige ich die Vollständigkeit und Richtigkeit der oben genannten Angaben", - "current_total_amount_in_eur": "Aktueller Gesamtbetrag (in €)", - "delete_all_of_my_data": "Meine gesamten Daten löschen", - "delete_my_data": "Meine Daten löschen", - "deletion_in_progress": "Daten werden gelöscht...", - "distance": "Distanz", - "download_certificate": "Urkunde herunterladen", - "e_mail_adress": "E-Mail Adresse", - "go_to_login": "Zum Login", - "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.", - "imprint": "Impressum", - "lap_time": "Rundenzeit", - "lap_times": "Rundenzeiten", - "lost_your_registration_mail": "Haben Sie Ihre Registrierungsmail verloren?", - "main_page_text": "Hier können Sie sich für den Lauf Für Kaya! registrieren oder ihr Läuferprofil verwalten.", - "mittelname": "Mittelname", - "nachname": "Nachname", - "no_laps_scans_were_recorded_yet": "Es wurden noch keine Runden / Scans aufgezeichnet ...", - "no_sponsorings_for_you_were_recorded_yet": "Es gibt noch keine Sponsorings für dich", - "not_registered_yet": "Noch nicht registriert?", - "organization": "Organisation", - "ort": "Ort", - "phone_number": "Telefonnummer", - "please_provide_a_valid_zipcode": "Bitte geben Sie eine gültige Postleitzahl an...", - "please_provide_valid_mail": "Bitte geben Sie eine gültige E-Mail Adresse an", - "plz": "PLZ", - "privacy_policy": "Datenschutzerklärung", - "profile": "Profil", - "provide_address": "Adresse angeben?", - "register": { - "register_now": "Jetzt für den Lauf für Kaya! 2021 registrieren." - }, - "register_now": "Jetzt registrieren!", - "register_now_small": "Jetzt registrieren", - "registrieren": "Registrieren", - "resend_the_registration_mail": "Registrierungsmail erneut versenden", - "save_changes": "Änderungen speichern", - "sponsoring": "Sponsoring", - "strasse": "Straße", - "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", - "tos": "AGBs", - "view_my_data": "Meine Läuferdaten einsehen", - "vorname": "Vorname", - "you_have_been_registered": "Sie wurden registriert!", - "you_have_not_provided_a_valid_access_key": "Sie haben keinen gültigen Zugangsschlüssel angegeben...", - "total": "Gesamt" -} + "access_is_only_provided_via_your_email_link": "Der Zugang erfolgt nur über den Link, den Sie bei der Registrierung erhalten haben.", + "already_have_an_account": "Sie haben bereits einen Account?", + "amount_per_kilometer_in_eur": "Betrag pro Kilometer (in €)", + "apartment_suite_etc": "Addresszeile 2", + "cancel_keep_my_data": "Abbrechen, meine Daten behalten", + "configuration_error": "Konfigurationsfehler", + "confirm_delete_all_of_my_data": "Bestätigung, meine gesamten Daten löschen", + "confirm_personal_data": "Hiermit bestätige ich die Vollständigkeit und Richtigkeit der oben genannten Angaben", + "current_total_amount_in_eur": "Aktueller Gesamtbetrag (in €)", + "delete_all_of_my_data": "Meine gesamten Daten löschen", + "delete_my_data": "Meine Daten löschen", + "deletion_in_progress": "Daten werden gelöscht...", + "distance": "Distanz", + "download_certificate": "Urkunde herunterladen", + "e_mail_adress": "E-Mail Adresse", + "go_to_login": "Zum Login", + "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.", + "imprint": "Impressum", + "lap_time": "Rundenzeit", + "lap_times": "Rundenzeiten", + "lost_your_registration_mail": "Haben Sie Ihre Registrierungsmail verloren?", + "main_page_text": "Hier können Sie sich für den Lauf Für Kaya! registrieren oder ihr Läuferprofil verwalten.", + "mittelname": "Mittelname", + "nachname": "Nachname", + "no_laps_scans_were_recorded_yet": "Es wurden noch keine Runden / Scans aufgezeichnet ...", + "no_sponsorings_for_you_were_recorded_yet": "Es gibt noch keine Sponsorings für dich", + "not_registered_yet": "Noch nicht registriert?", + "organization": "Organisation", + "ort": "Ort", + "phone_number": "Telefonnummer", + "please_provide_a_valid_zipcode": "Bitte geben Sie eine gültige Postleitzahl an...", + "please_provide_valid_mail": "Bitte geben Sie eine gültige E-Mail Adresse an", + "plz": "PLZ", + "privacy_policy": "Datenschutzerklärung", + "profile": "Profil", + "provide_address": "Adresse angeben?", + "register": { + "register_now": "Jetzt für den Lauf für Kaya! 2021 registrieren." + }, + "register_now": "Jetzt registrieren!", + "register_now_small": "Jetzt registrieren", + "registrieren": "Registrieren", + "resend_the_registration_mail": "Registrierungsmail erneut versenden", + "save_changes": "Änderungen speichern", + "sponsoring": "Sponsoring", + "strasse": "Straße", + "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", + "tos": "AGBs", + "total": "Gesamt", + "view_my_data": "Meine Läuferdaten einsehen", + "vorname": "Vorname", + "you_have_been_registered": "Sie wurden registriert!", + "you_have_not_provided_a_valid_access_key": "Sie haben keinen gültigen Zugangsschlüssel angegeben..." +} \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json index 4613b28..56e68d6 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,58 +1,58 @@ { - "access_is_only_provided_via_your_email_link": "Access is only provided via the link you received upon registration.", - "all_data_deleted": "All Data deleted!", - "already_have_an_account": "Already have an account?", - "amount_per_kilometer_in_eur": "Amount per kilometer (in €)", - "apartment_suite_etc": "Apartment, suite, etc.", - "cancel_keep_my_data": "Cancel, keep my data", - "configuration_error": "Configuration error", - "confirm_delete_all_of_my_data": "Confirm, delete all of my data", - "confirm_personal_data": "I hereby confirm that the above information is complete and correct", - "current_total_amount_in_eur": "Current total amount (in €)", - "delete_my_data": "Delete my data", - "deletion_in_progress": "Deletion in progress...", - "distance": "Distance", - "download_certificate": "Download certificate", - "e_mail_adress": "mail address", - "go_to_login": "Go To Login", - "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.", - "imprint": "Imprint", - "lap_time": "Lap time", - "lap_times": "Lap times", - "lost_your_registration_mail": "Lost your registration mail?", - "main_page_text": "Here you can register for the Lauf Für Kaya! or manage your runner profile.", - "mittelname": "Middlename", - "nachname": "Lastname", - "no_laps_scans_were_recorded_yet": "No laps/ scans were recorded yet...", - "no_sponsorings_for_you_were_recorded_yet": "No sponsorings for you were recorded yet...", - "not_registered_yet": "Not registered yet?", - "organization": "Organization", - "ort": "City", - "phone_number": "Phone Number", - "please_provide_a_valid_zipcode": "Please provide a valid zipcode...", - "please_provide_valid_mail": "Please provide a valid mail address.", - "plz": "zipcode", - "privacy_policy": "Privacy Policy", - "profile": "Profile", - "provide_address": "Provide a postal address?", - "register": { - "register_now": "Register now for Lauf für Kaya! 2021." - }, - "register_now": "Register now!", - "register_now_small": "Register now", - "registrieren": "Register Now", - "resend_the_registration_mail": "Resend the registration mail", - "save_changes": "Save changes", - "sponsoring": "Sponsoring", - "strasse": "Street/ Block", - "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", - "tos": "Terms of Service", - "view_my_data": "View my data", - "vorname": "Firstname", - "you_have_been_registered": "You have been registered!", - "you_have_not_provided_a_valid_access_key": "You have not provided a valid access key...", - "total": "Total" -} + "access_is_only_provided_via_your_email_link": "Access is only provided via the link you received upon registration.", + "all_data_deleted": "All Data deleted!", + "already_have_an_account": "Already have an account?", + "amount_per_kilometer_in_eur": "Amount per kilometer (in €)", + "apartment_suite_etc": "Apartment, suite, etc.", + "cancel_keep_my_data": "Cancel, keep my data", + "configuration_error": "Configuration error", + "confirm_delete_all_of_my_data": "Confirm, delete all of my data", + "confirm_personal_data": "I hereby confirm that the above information is complete and correct", + "current_total_amount_in_eur": "Current total amount (in €)", + "delete_my_data": "Delete my data", + "deletion_in_progress": "Deletion in progress...", + "distance": "Distance", + "download_certificate": "Download certificate", + "e_mail_adress": "mail address", + "go_to_login": "Go To Login", + "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.", + "imprint": "Imprint", + "lap_time": "Lap time", + "lap_times": "Lap times", + "lost_your_registration_mail": "Lost your registration mail?", + "main_page_text": "Here you can register for the Lauf Für Kaya! or manage your runner profile.", + "mittelname": "Middlename", + "nachname": "Lastname", + "no_laps_scans_were_recorded_yet": "No laps/ scans were recorded yet...", + "no_sponsorings_for_you_were_recorded_yet": "No sponsorings for you were recorded yet...", + "not_registered_yet": "Not registered yet?", + "organization": "Organization", + "ort": "City", + "phone_number": "Phone Number", + "please_provide_a_valid_zipcode": "Please provide a valid zipcode...", + "please_provide_valid_mail": "Please provide a valid mail address.", + "plz": "zipcode", + "privacy_policy": "Privacy Policy", + "profile": "Profile", + "provide_address": "Provide a postal address?", + "register": { + "register_now": "Register now for Lauf für Kaya! 2021." + }, + "register_now": "Register now!", + "register_now_small": "Register now", + "registrieren": "Register Now", + "resend_the_registration_mail": "Resend the registration mail", + "save_changes": "Save changes", + "sponsoring": "Sponsoring", + "strasse": "Street/ Block", + "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", + "tos": "Terms of Service", + "total": "Total", + "view_my_data": "View my data", + "vorname": "Firstname", + "you_have_been_registered": "You have been registered!", + "you_have_not_provided_a_valid_access_key": "You have not provided a valid access key..." +} \ No newline at end of file -- 2.47.2