diff --git a/src/components/TeamsOverview.svelte b/src/components/TeamsOverview.svelte
index b76db2da..204d3ddc 100644
--- a/src/components/TeamsOverview.svelte
+++ b/src/components/TeamsOverview.svelte
@@ -104,7 +104,11 @@
diff --git a/src/locales/en.json b/src/locales/en.json
index 85a3a196..3eee95c6 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -3,24 +3,36 @@
"404title": "Error 404",
"about": "About",
"action": "Action",
+ "add-your-first-contact": "Add your first contact",
"add-your-first-track": "Add your first track.",
"address": "Address",
+ "address-is-required": "Address is required",
+ "apartment-suite-etc": "Apartment, suite, etc.",
"application_name": "Lauf für Kaya! - Admin",
+ "attention": "Attention!",
"author": "Author",
"bitte-bestaetige-diese-laeufer-fuer-den-import": "Please confirm these runners for import.",
"browse": "Browse",
"by": "by",
"cancel": "Cancel",
+ "cancel-delete": "Cancel Delete",
+ "cancel-keep-team": "Cancel, keep team",
"cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity",
"changelog": "Changelog",
+ "city": "City",
"close": "Close",
"confirm-delete": "Confirm Delete",
+ "confirm-delete-team-and-associated-runners": "Confirm, delete team and associated runners.",
"confirm-deletion": "Confirm Deletion",
"contact": "Contact",
"contact-information": "Contact Information",
+ "contact-is-being-updated": "Contact is being updated...",
+ "contact-is-not-a-member-in-any-group": "Contact is not a member in any group",
+ "contacts": "Contacts",
"count_organizations": "# Organizations",
"count_teams": "# Teams",
"create": "Create",
+ "create-a-new-contact": "Create a new contact",
"create-a-new-runner": "Create a new Runner",
"create-a-new-track": "Create a new Track",
"create-organization": "Create Organization",
@@ -49,6 +61,7 @@
"an_error_happened_while_fetching_the_data": "An error happened while fetching the data"
},
"delete": "Delete",
+ "delete-contact": "Delete Contact",
"delete-organization": "Delete Organization",
"delete-runner": "Delete Runner",
"delete-team": "Delete Team",
@@ -60,6 +73,7 @@
"dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌",
"drag-and-drop-your-files-or__legacy": "Drag & Drop your files or",
"e-mail-adress": "E-Mail Adress",
+ "edit": "Edit",
"edit-permissions": "edit permissions",
"email_address_or_username": "Email / username",
"error_on_login": "Error on login",
@@ -106,6 +120,7 @@
"lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.",
"license": "License",
"licenses-are-being-loaded": "Licenses are being loaded...",
+ "loading-contact-details": "Loading contact details...",
"loading-runners": "loading runners...",
"log_in": "Log in",
"log_in_to_your_account": "Log in to your account",
@@ -157,7 +172,9 @@
"team": "Team",
"team-name": "Team name",
"teams": "Teams",
+ "teams-are-being-loaded": "Teams are being loaded...",
"the-provided-phone-number-is-invalid-less-than-br-greater-than-please-enter-a-valid-international-number": "the provided phone number is invalid.
please enter a valid international number...",
+ "there-are-no-contacts-added-yet": "There are no contacts added yet.",
"this-might-take-a-moment": "This might take a moment 👀",
"total-distance": "total distance",
"total-donations": "total donations",
@@ -168,13 +185,18 @@
"track-length-in-m": "Track Length in m",
"track-name": "Track name",
"tracks": "Tracks",
+ "updated-contact": "Updated contact!",
"updating-runner": "Updating runner...",
"updating-user": "updating user...",
"user-updated": "User updated",
"username": "Username",
"users": "Users",
+ "valid-city-is-required": "Valid city is required",
"valid-email-is-required": "valid email is required",
+ "valid-international-phone-number-is-required": "valid international phone number is required...",
+ "valid-zipcode-postal-code-is-required": "Valid zipcode/ postal code is required",
"welcome_wavinghand": "Welcome 👋",
"you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉",
- "your_profile": "Your Profile"
+ "your_profile": "Your Profile",
+ "zip-postal-code": "ZIP/ postal code"
}
\ No newline at end of file