Skip to content

Commit ccf4210

Browse files
VintotanLekoArts
andauthored
fix(localizations): Add German translation for deletePage section (#1797)
* feat(localizations): Added German translation of deletePage section * Delete package-lock.json * feat(localizations): Added changeset * Delete .changeset/lovely-snakes-pump.md * fix changeset * chore(repo): Revert package-lock change --------- Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent c7c6912 commit ccf4210

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/localizations': patch
3+
---
4+
5+
Add German translation for `deletePage` section

packages/localizations/src/de-DE.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,13 @@ export const deDE: LocalizationResource = {
478478
actionLabel__download: 'Laden Sie .txt herunter',
479479
actionLabel__print: 'Drucken',
480480
},
481+
deletePage: {
482+
title: 'Konto löschen',
483+
messageLine1: 'Sind Sie sicher, dass Sie ihr Konto löschen möchten?',
484+
messageLine2: 'Diese Aktion ist endgültig und kann nicht rückgängig gemacht werden.',
485+
actionDescription: 'Geben Sie "Konto löschen" ein, um fortzufahren.',
486+
confirm: 'Konto löschen',
487+
},
481488
},
482489
userButton: {
483490
action__manageAccount: 'Konto verwalten',

0 commit comments

Comments
 (0)