Browse Source

arruma mensagem da caixa de texto

pull/2438/head
yasminddias 3 months ago
parent
commit
87927a6328
1 changed files with 8 additions and 0 deletions
  1. 8
      frontend/i18n/en/projects/perspectives.js

8
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',

Loading…
Cancel
Save