DocSpace-client/packages/client/public/locales/en/DeleteDialog.json

17 lines
1.4 KiB
JSON
Raw Normal View History

{
"DeleteFile": "You are about to delete this file. Are you sure you want to continue?",
"DeleteFolder": "You are about to delete this folder. Are you sure you want to continue?",
"DeleteItems": "You are about to delete these items. Are you sure you want to continue?",
2023-01-10 14:56:40 +00:00
"DeleteRoom": "You are about to delete this room. You wont be able to restore it.",
"DeleteRooms": "You are about to delete these rooms. You wont be able to restore them.",
"MoveToTrashButton": "Move to Trash",
2023-02-13 12:19:02 +00:00
"MoveToTrashFile": "You are about to delete this file. Please note that if you have shared it with someone, it will become unavailable. The file will be permanently deleted in 30 days. Are you sure you want to continue?",
2023-01-10 14:56:40 +00:00
"MoveToTrashFolder": "You are about to delete this folder. Please note that if you have shared it with someone, it will become unavailable. Are you sure you want to continue?",
"MoveToTrashFolderFromPersonal": "You are about to delete this folder. Are you sure you want to continue?",
2023-01-10 14:56:40 +00:00
"MoveToTrashItems": "You are about to delete these items. Please note that if you have shared them with someone, they will become unavailable. Are you sure you want to continue?",
"MoveToTrashTitle": "Move to Trash?",
"UnsubscribeButton": "Unsubscribe",
"UnsubscribeNote": "Are you sure you want to unsubscribe from the selected items from the list?",
"UnsubscribeTitle": "Unsubscribe confirmation"
}