diff --git a/src/App.svelte b/src/App.svelte index f7bfc82e..0ec9b765 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -58,9 +58,9 @@ import RunnerDetail from "./components/runners/RunnerDetail.svelte"; import Imprint from "./components/general/Imprint.svelte"; import Privacy from "./components/general/Privacy.svelte"; -import ResetPassword from "./components/auth/ResetPassword.svelte"; -import Contacts from "./components/contacts/Contacts.svelte"; -import ContactDetail from "./components/contacts/ContactDetail.svelte"; + import ResetPassword from "./components/auth/ResetPassword.svelte"; + import Contacts from "./components/contacts/Contacts.svelte"; + import ContactDetail from "./components/contacts/ContactDetail.svelte"; store.init(); registerSW(); diff --git a/src/components/auth/ForgotPassword.svelte b/src/components/auth/ForgotPassword.svelte index 9d6f3936..986e4fdd 100644 --- a/src/components/auth/ForgotPassword.svelte +++ b/src/components/auth/ForgotPassword.svelte @@ -17,8 +17,7 @@ }).showToast(); reset_mail_sent = true; }) - .catch((err) => { - }); + .catch((err) => {}); } else { Toastify({ text: $_("invalid-mail-reset"), @@ -36,9 +35,7 @@ {$_('application_name')}
- Passwort-Reset Mail wurde an - {usersEmail} - geschickt + {$_('password-reset-mail-sent', { values: { usersEmail: usersEmail } })}
- {$_('forgot_password?')} + {$_('forgot_password')}
{$_('dont-panic-were-resetting-it')} diff --git a/src/components/auth/Login.svelte b/src/components/auth/Login.svelte index b6d21c73..a8476b20 100644 --- a/src/components/auth/Login.svelte +++ b/src/components/auth/Login.svelte @@ -136,7 +136,7 @@ - {$_('forgot_password?')} + {$_('forgot_password')}
- Something went wrong in the UI logic + {$_('generic-ui-logic-error')}
- Please provide the required information to add a new contact. + {$_('please-provide-the-required-information-to-add-a-new-contact')}
contacts are being loaded...
+{$_('contacts-are-being-loaded')}
{$_('this-might-take-a-moment')}
- Please provide the required information to add a new - organization. + {$_('please-provide-the-required-information-to-add-a-new-organization')}
- Do you want to delete the organization
- {delete_org.name}?
All associated teams and runners will
- be deleted too!
+ {$_(
+ 'do-you-want-to-delete-the-organization-delete_org-name',
+ {
+ values: { orgname: delete_org.name },
+ }
+ )}
+ {$_('all-associated-teams-and-runners-will-be-deleted-too')}
organizations are being loaded...
+{$_('organizations-are-being-loaded')}
{$_('this-might-take-a-moment')}
manage runner organizations
- There are no organizations added yet.
- Add your first organization
+ {$_('there-are-no-organizations-added-yet')}
+ {$_('add-your-first-organization')}
{$_('bitte-bestaetige-diese-laeufer-fuer-den-import')}
{/if} {#if opened_from === 'RunnerOverview'} -Group
+{$_('group')}