fix: deletion lock translations
This commit is contained in:
@@ -23,9 +23,9 @@
|
|||||||
>
|
>
|
||||||
{#if unlocked}
|
{#if unlocked}
|
||||||
<Lock class="mr-2 h-4 w-4" />
|
<Lock class="mr-2 h-4 w-4" />
|
||||||
{t.wishlist.lockEditing}
|
{t.wishlist.lockDeletion}
|
||||||
{:else}
|
{:else}
|
||||||
<LockOpen class="mr-2 h-4 w-4" />
|
<LockOpen class="mr-2 h-4 w-4" />
|
||||||
{t.wishlist.unlockEditing}
|
{t.wishlist.unlockDeletion}
|
||||||
{/if}
|
{/if}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -58,8 +58,8 @@ export const da: Translation = {
|
|||||||
claimedDescription: 'Du har taget ejerskab af denne ønskeliste og kan tilgå den fra dit dashboard',
|
claimedDescription: 'Du har taget ejerskab af denne ønskeliste og kan tilgå den fra dit dashboard',
|
||||||
deleteWishlist: 'Slet Ønskeliste',
|
deleteWishlist: 'Slet Ønskeliste',
|
||||||
deleteConfirm: 'Er du sikker på, at du vil slette denne ønskeliste? Denne handling kan ikke fortrydes.',
|
deleteConfirm: 'Er du sikker på, at du vil slette denne ønskeliste? Denne handling kan ikke fortrydes.',
|
||||||
lockEditing: 'Lås Redigering',
|
lockDeletion: 'Lås Sletning',
|
||||||
unlockEditing: 'Lås Op for Sletning',
|
unlockDeletion: 'Lås Op for Sletning',
|
||||||
shareViewOnly: 'Del med venner (afslører reservationer)',
|
shareViewOnly: 'Del med venner (afslører reservationer)',
|
||||||
shareEditLink: 'Dit redigeringslink (giver redigeringsadgang)',
|
shareEditLink: 'Dit redigeringslink (giver redigeringsadgang)',
|
||||||
copy: 'Kopiér',
|
copy: 'Kopiér',
|
||||||
|
|||||||
@@ -55,8 +55,8 @@ export const en = {
|
|||||||
claimedDescription: 'You have claimed this wishlist and can access it from your dashboard',
|
claimedDescription: 'You have claimed this wishlist and can access it from your dashboard',
|
||||||
deleteWishlist: 'Delete Wishlist',
|
deleteWishlist: 'Delete Wishlist',
|
||||||
deleteConfirm: 'Are you sure you want to delete this wishlist? This action cannot be undone.',
|
deleteConfirm: 'Are you sure you want to delete this wishlist? This action cannot be undone.',
|
||||||
lockEditing: 'Lock Editing',
|
lockDeletion: 'Lock Deletion',
|
||||||
unlockEditing: 'Unlock for Deletion',
|
unlockDeletion: 'Unlock for Deletion',
|
||||||
shareViewOnly: 'Share with friends (view only)',
|
shareViewOnly: 'Share with friends (view only)',
|
||||||
shareEditLink: 'Your edit link (keep this private!)',
|
shareEditLink: 'Your edit link (keep this private!)',
|
||||||
copy: 'Copy',
|
copy: 'Copy',
|
||||||
|
|||||||
Reference in New Issue
Block a user