diff --git a/src/locales/de.json b/src/locales/de.json index 949674f7..cc929e7d 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -23,6 +23,19 @@ "e-mail-adress": "E-Mail-Adresse", "invalid-mail-reset": "Das ist keine gültige E-Mail", "datatable": { - "search": "🔍 Suche ..." - } + "search": "🔍 Suche ...", + "an_error_happened_while_fetching_the_data": "Beim Abrufen der Daten ist ein Fehler aufgetreten", + "loading": "Wird geladen...", + "next": "Nächste", + "of": "von", + "previous": "Vorherige" + }, + "lfk-is-os": "Das \"Lauf für Kaya!\" Frontend ist (wie alle anderen Projekte für den \"LfK!\" auch) ein OpenSource Projekt.", + "oss_credit_description": "Wir verwenden eine Menge Open Source-Software bei diesen Projekten und möchten uns bei den folgenden Projekten und Mitwirkenden bedanken, die dazu beitragen, Open Source großartig zu machen!", + "about": "Über", + "by": "von", + "hallo": "hallo", + "total-scans": "gesamte Scans", + "total-donations": "Spendensumme", + "credits": "" } diff --git a/src/locales/en.json b/src/locales/en.json index d43745dc..61ccce04 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,47 +1,52 @@ { - "forgot_password?": "Forgot your password?", - "register": "Register", - "log_in": "Log in", - "password": "Password", - "log_in_to_your_account": "Log in to your account", - "welcome_wavinghand": "Welcome 👋", - "login_is_checked": "Login is being checked...", - "error_on_login": "Error on login", - "settings": "Settings", - "your_profile": "Your Profile", - "email_address_or_username": "Email / username", - "tracks": "Tracks", - "signout": "Sign out", - "hallo": "hallo", - "404message": "Sorry, the page you are looking for could not be found.", - "404title": "Error 404", - "goback": "Go Home", - "application_name": "Lauf für Kaya! - Admin", - "reset-my-password": "Reset my password", - "cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity", - "send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services", - "dont-have-your-email-connected": "Don't have your email connected?", - "dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌", - "e-mail-adress": "E-Mail Adress", - "mail-validation-in-progress": "mail validation in progress...", - "invalid-mail-reset": "the provided email is invalid", - "runners": "runners", - "total-scans": "total scans", - "total-donations": "total donations", - "total-distance": "total distance", - "datatable": { - "search": "🔍 Search...", - "sort_column_ascending": "Sort column ascending", - "sort_column_descending": "Sort column descending", - "previous": "Previous", - "next": "Next", - "page": "Page", - "showing": "Showing", - "records": "Records", - "of": "of", - "to": "to", - "loading": "Loading...", - "no_matching_records_found": "No matching records found", - "an_error_happened_while_fetching_the_data": "An error happened while fetching the data" - } + "forgot_password?": "Forgot your password?", + "register": "Register", + "log_in": "Log in", + "password": "Password", + "log_in_to_your_account": "Log in to your account", + "welcome_wavinghand": "Welcome 👋", + "login_is_checked": "Login is being checked...", + "error_on_login": "Error on login", + "settings": "Settings", + "your_profile": "Your Profile", + "email_address_or_username": "Email / username", + "tracks": "Tracks", + "signout": "Sign out", + "hallo": "hello", + "404message": "Sorry, the page you are looking for could not be found.", + "404title": "Error 404", + "goback": "Go Home", + "application_name": "Lauf für Kaya! - Admin", + "reset-my-password": "Reset my password", + "cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity", + "send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services", + "dont-have-your-email-connected": "Don't have your email connected?", + "dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌", + "e-mail-adress": "E-Mail Adress", + "mail-validation-in-progress": "mail validation in progress...", + "invalid-mail-reset": "the provided email is invalid", + "runners": "runners", + "total-scans": "total scans", + "total-donations": "total donations", + "total-distance": "total distance", + "datatable": { + "search": "🔍 Search...", + "sort_column_ascending": "Sort column ascending", + "sort_column_descending": "Sort column descending", + "previous": "Previous", + "next": "Next", + "page": "Page", + "showing": "Showing", + "records": "Records", + "of": "of", + "to": "to", + "loading": "Loading...", + "no_matching_records_found": "No matching records found", + "an_error_happened_while_fetching_the_data": "An error happened while fetching the data" + }, + "about": "About", + "by": "by", + "lfk-is-os": "The \"Lauf for Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.", + "oss_credit_description": "We use a lot of open source software on these projects, and would like to thank the following projects and contributors who help make open source great!", + "credits": "Credits" }