Fixed translation

This commit is contained in:
Nicolai Ort 2023-05-01 15:10:18 +02:00
parent f0475bd9a0
commit 1da775a09b
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
3 changed files with 1019 additions and 1017 deletions

View File

@ -188,7 +188,7 @@
tracksstore.set(
$tracksstore.filter((tr) => tr.id !== t.id)
);
toast($_("runner-deleted"));
toast($_("track-deleted"));
}}
class="ml-4 text-red-600 hover:text-red-900 cursor-pointer"
>{$_("confirm-delete")}</button

View File

@ -505,5 +505,6 @@
"you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
"you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.",
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen.",
"zip-postal-code": "Postleitzahl"
"zip-postal-code": "Postleitzahl",
"track-deleted": "Track gelöscht"
}

View File

@ -505,5 +505,6 @@
"you-have-to-provide-an-organization": "You have to provide an organization",
"you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.",
"you-must-create-at-least-one-card-or-cancel": "You must create at least one card.",
"zip-postal-code": "ZIP/ postal code"
"zip-postal-code": "ZIP/ postal code",
"track-deleted": "Track deleted"
}