From 87927a632846d41e57320ebc6beb981d962e300f Mon Sep 17 00:00:00 2001 From: yasminddias Date: Mon, 16 Jun 2025 09:43:39 +0100 Subject: [PATCH] arruma mensagem da caixa de texto --- frontend/i18n/en/projects/perspectives.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/i18n/en/projects/perspectives.js b/frontend/i18n/en/projects/perspectives.js index 68764c0a..44345a88 100644 --- a/frontend/i18n/en/projects/perspectives.js +++ b/frontend/i18n/en/projects/perspectives.js @@ -47,6 +47,14 @@ export default { databaseConnectionError: 'Unable to connect to database. Cannot delete question.', databaseConnectionErrorTitle: 'Database Connection Error', + // Delete All Perspective messages + confirmDeleteAll: 'Confirm Delete Perspective', + deleteAllQuestionsWarning: 'This will permanently delete the entire perspective and all associated answers', + deleteAllQuestionsConfirm: 'Are you sure you want to delete this perspective for the project?', + thisActionCannotBeUndone: 'This action cannot be undone.', + deleteAll: 'Delete Perspective', + allQuestionsDeletedSuccess: 'Perspective deleted successfully', + // Validation messages questionTextRequired: 'Question text is required', questionTextMinLength: 'Question must be at least 10 characters',