fix: deletion lock translations
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user