Refactor SurveyDialog i18n translations
kestra-io/kestra • PR #12985
✅ MergedRefactored SurveyDialog.vue to remove the unnecessary useI18n composable and use the globally available $t helper in the template.
This aligns the component with Kestra’s standard i18n usage and simplifies translation handling.