fix: deletion lock translations

This commit is contained in:
2025-11-25 22:43:23 +01:00
parent b67f1e2470
commit b6010e80ca
3 changed files with 6 additions and 6 deletions

View File

@@ -23,9 +23,9 @@
>
{#if unlocked}
<Lock class="mr-2 h-4 w-4" />
{t.wishlist.lockEditing}
{t.wishlist.lockDeletion}
{:else}
<LockOpen class="mr-2 h-4 w-4" />
{t.wishlist.unlockEditing}
{t.wishlist.unlockDeletion}
{/if}
</Button>

View File

@@ -58,8 +58,8 @@ export const da: Translation = {
claimedDescription: 'Du har taget ejerskab af denne ønskeliste og kan tilgå den fra dit dashboard',
deleteWishlist: 'Slet Ønskeliste',
deleteConfirm: 'Er du sikker på, at du vil slette denne ønskeliste? Denne handling kan ikke fortrydes.',
lockEditing: 'Lås Redigering',
unlockEditing: 'Lås Op for Sletning',
lockDeletion: 'Lås Sletning',
unlockDeletion: 'Lås Op for Sletning',
shareViewOnly: 'Del med venner (afslører reservationer)',
shareEditLink: 'Dit redigeringslink (giver redigeringsadgang)',
copy: 'Kopiér',

View File

@@ -55,8 +55,8 @@ export const en = {
claimedDescription: 'You have claimed this wishlist and can access it from your dashboard',
deleteWishlist: 'Delete Wishlist',
deleteConfirm: 'Are you sure you want to delete this wishlist? This action cannot be undone.',
lockEditing: 'Lock Editing',
unlockEditing: 'Unlock for Deletion',
lockDeletion: 'Lock Deletion',
unlockDeletion: 'Unlock for Deletion',
shareViewOnly: 'Share with friends (view only)',
shareEditLink: 'Your edit link (keep this private!)',
copy: 'Copy',