You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,14 @@
95
95
"pad.settings.language": "Language:",
96
96
"pad.settings.deletePad": "Delete Pad",
97
97
"pad.delete.confirm": "Do you really want to delete this pad?",
98
+
"pad.deletionToken.modalTitle": "Save your pad deletion token",
99
+
"pad.deletionToken.modalBody": "This token is the only way to delete this pad if you lose your browser session or switch device. Save it somewhere safe — it is shown here exactly once.",
100
+
"pad.deletionToken.copy": "Copy",
101
+
"pad.deletionToken.copied": "Copied",
102
+
"pad.deletionToken.acknowledge": "I've saved it",
103
+
"pad.deletionToken.deleteWithToken": "Delete with token",
0 commit comments