- Create a new scanstation
+ {$_('create-a-new-scanstation')}
- Please provide the required information to create a new
- scanstation
+ {$_('please-provide-the-required-information-to-create-a-new-scanstation')}
diff --git a/src/components/scanstations/ConfirmScanStationDeletion.svelte b/src/components/scanstations/ConfirmScanStationDeletion.svelte
index f69a059f..9dbd8b8e 100644
--- a/src/components/scanstations/ConfirmScanStationDeletion.svelte
+++ b/src/components/scanstations/ConfirmScanStationDeletion.svelte
@@ -19,7 +19,7 @@
)
.then((resp) => {
Toastify({
- text: "Station deleted",
+ text: $_('station-deleted'),
duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast();
@@ -66,7 +66,7 @@
'do-you-want-to-delete-this-donor-with-all-related-donations'
)}
- All associated scans will get deleted as well
+ {$_('all-associated-scans-will-get-deleted-as-well')}
@@ -77,13 +77,13 @@
on:click={deleteStation}
type="button"
class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm">
- Confirm, delete station with all scans
+ {$_('confirm-delete-station-with-all-scans')}