TF-2327 Delete duplicated text
This commit is contained in:
@@ -59,7 +59,7 @@ mixin MailboxActionHandlerMixin {
|
|||||||
|
|
||||||
if (responsiveUtils.isScreenWithShortestSide(context)) {
|
if (responsiveUtils.isScreenWithShortestSide(context)) {
|
||||||
(ConfirmationDialogActionSheetBuilder(context)
|
(ConfirmationDialogActionSheetBuilder(context)
|
||||||
..messageText(AppLocalizations.of(context).emptyTrashMessageDialog)
|
..messageText(AppLocalizations.of(context).empty_trash_dialog_message)
|
||||||
..onCancelAction(AppLocalizations.of(context).cancel, popBack)
|
..onCancelAction(AppLocalizations.of(context).cancel, popBack)
|
||||||
..onConfirmAction(AppLocalizations.of(context).delete, () {
|
..onConfirmAction(AppLocalizations.of(context).delete, () {
|
||||||
popBack();
|
popBack();
|
||||||
@@ -78,7 +78,7 @@ mixin MailboxActionHandlerMixin {
|
|||||||
PointerInterceptor(child: (ConfirmDialogBuilder(imagePaths)
|
PointerInterceptor(child: (ConfirmDialogBuilder(imagePaths)
|
||||||
..key(const Key('confirm_dialog_empty_trash'))
|
..key(const Key('confirm_dialog_empty_trash'))
|
||||||
..title(AppLocalizations.of(context).emptyTrash)
|
..title(AppLocalizations.of(context).emptyTrash)
|
||||||
..content(AppLocalizations.of(context).emptyTrashMessageDialog)
|
..content(AppLocalizations.of(context).empty_trash_dialog_message)
|
||||||
..addIcon(SvgPicture.asset(imagePaths.icRemoveDialog, fit: BoxFit.fill))
|
..addIcon(SvgPicture.asset(imagePaths.icRemoveDialog, fit: BoxFit.fill))
|
||||||
..colorConfirmButton(AppColor.colorConfirmActionDialog)
|
..colorConfirmButton(AppColor.colorConfirmActionDialog)
|
||||||
..styleTextConfirmButton(const TextStyle(
|
..styleTextConfirmButton(const TextStyle(
|
||||||
|
|||||||
@@ -2967,12 +2967,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"emptyTrashMessageDialog": "أنت على وشك حذف جميع العناصر الموجودة في سلة المهملات نهائيًا. هل تريد الاستمرار؟",
|
|
||||||
"@emptyTrashMessageDialog": {
|
|
||||||
"type": "text",
|
|
||||||
"placeholders_order": [],
|
|
||||||
"placeholders": {}
|
|
||||||
},
|
|
||||||
"messageHasBeenSavedToTheSendingQueue": "تم حفظ الرسالة في قائمة انتظار الإرسال.",
|
"messageHasBeenSavedToTheSendingQueue": "تم حفظ الرسالة في قائمة انتظار الإرسال.",
|
||||||
"@messageHasBeenSavedToTheSendingQueue": {
|
"@messageHasBeenSavedToTheSendingQueue": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
@@ -2723,12 +2723,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"emptyTrashMessageDialog": "You are about to permanently delete all items in Trash. Do you want to continue?",
|
|
||||||
"@emptyTrashMessageDialog": {
|
|
||||||
"type": "text",
|
|
||||||
"placeholders_order": [],
|
|
||||||
"placeholders": {}
|
|
||||||
},
|
|
||||||
"cannotSelectThisImage": "Cannot select this image.",
|
"cannotSelectThisImage": "Cannot select this image.",
|
||||||
"@cannotSelectThisImage": {
|
"@cannotSelectThisImage": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
@@ -2852,12 +2852,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"emptyTrashMessageDialog": "Vous êtes sur le point de supprimer définitivement tous les éléments de la corbeille. Voulez-vous continuer ?",
|
|
||||||
"@emptyTrashMessageDialog": {
|
|
||||||
"type": "text",
|
|
||||||
"placeholders_order": [],
|
|
||||||
"placeholders": {}
|
|
||||||
},
|
|
||||||
"bannerDeleteAllSpamEmailsMessage": "Tous les messages dans le dossier Spam seront supprimés si vous atteignez votre limite de stockage.",
|
"bannerDeleteAllSpamEmailsMessage": "Tous les messages dans le dossier Spam seront supprimés si vous atteignez votre limite de stockage.",
|
||||||
"@bannerDeleteAllSpamEmailsMessage": {
|
"@bannerDeleteAllSpamEmailsMessage": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"@@last_modified": "2024-01-30T15:37:19.009501",
|
"@@last_modified": "2024-01-30T21:47:03.306097",
|
||||||
"initializing_data": "Initializing data...",
|
"initializing_data": "Initializing data...",
|
||||||
"@initializing_data": {
|
"@initializing_data": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -2724,12 +2724,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"emptyTrashMessageDialog": "You are about to permanently delete all items in Trash. Do you want to continue?",
|
|
||||||
"@emptyTrashMessageDialog": {
|
|
||||||
"type": "text",
|
|
||||||
"placeholders_order": [],
|
|
||||||
"placeholders": {}
|
|
||||||
},
|
|
||||||
"cannotSelectThisImage": "Cannot select this image.",
|
"cannotSelectThisImage": "Cannot select this image.",
|
||||||
"@cannotSelectThisImage": {
|
"@cannotSelectThisImage": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
@@ -2656,12 +2656,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"emptyTrashMessageDialog": "Вы собираетесь безвозвратно удалить все элементы из корзины. Продолжить?",
|
|
||||||
"@emptyTrashMessageDialog": {
|
|
||||||
"type": "text",
|
|
||||||
"placeholders_order": [],
|
|
||||||
"placeholders": {}
|
|
||||||
},
|
|
||||||
"repliedMessage": "Сообщение с ответом",
|
"repliedMessage": "Сообщение с ответом",
|
||||||
"@repliedMessage": {
|
"@repliedMessage": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
@@ -3030,12 +3030,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"emptyTrashMessageDialog": "Bạn đang xóa vĩnh viễn tất cả các tin nhắn trong thư mục Rác. Bạn có muốn tiếp tục không?",
|
|
||||||
"@emptyTrashMessageDialog": {
|
|
||||||
"type": "text",
|
|
||||||
"placeholders_order": [],
|
|
||||||
"placeholders": {}
|
|
||||||
},
|
|
||||||
"messageHasBeenSavedToTheSendingQueue": "Tin nhắn đã được lưu vào hàng đợi để gửi.",
|
"messageHasBeenSavedToTheSendingQueue": "Tin nhắn đã được lưu vào hàng đợi để gửi.",
|
||||||
"@messageHasBeenSavedToTheSendingQueue": {
|
"@messageHasBeenSavedToTheSendingQueue": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
@@ -2803,12 +2803,6 @@ class AppLocalizations {
|
|||||||
name: 'emptyTrash');
|
name: 'emptyTrash');
|
||||||
}
|
}
|
||||||
|
|
||||||
String get emptyTrashMessageDialog {
|
|
||||||
return Intl.message(
|
|
||||||
'You are about to permanently delete all items in Trash. Do you want to continue?',
|
|
||||||
name: 'emptyTrashMessageDialog');
|
|
||||||
}
|
|
||||||
|
|
||||||
String get cannotSelectThisImage {
|
String get cannotSelectThisImage {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'Cannot select this image.',
|
'Cannot select this image.',
|
||||||
|
|||||||
Reference in New Issue
Block a user