Skip to content

Commit dde95d8

Browse files
committed
feat(l10n): add translations for notification deletion feature
- Add Arabic and English translations for new strings related to deleting read notifications - Include tooltip, dialog content, and button label for the feature
1 parent 7dad523 commit dde95d8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,5 +1721,17 @@
17211721
"notificationCenterTabDigests": "الملخصات",
17221722
"@notificationCenterTabDigests": {
17231723
"description": "Label for the 'Digests' tab in the notification center."
1724+
},
1725+
"deleteReadNotificationsButtonTooltip": "حذف جميع الإشعارات المقروءة",
1726+
"@deleteReadNotificationsButtonTooltip": {
1727+
"description": "Tooltip for the button to delete all read notifications in the current tab."
1728+
},
1729+
"deleteReadNotificationsDialogContent": "هل أنت متأكد أنك تريد حذف جميع الإشعارات المقروءة في علامة التبويب هذه؟ لا يمكن التراجع عن هذا الإجراء.",
1730+
"@deleteReadNotificationsDialogContent": {
1731+
"description": "The main text in the dialog confirming the deletion of read notifications."
1732+
},
1733+
"deleteButtonLabel": "حذف",
1734+
"@deleteButtonLabel": {
1735+
"description": "Generic label for a delete button."
17241736
}
17251737
}

lib/l10n/arb/app_en.arb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,5 +1721,17 @@
17211721
"notificationCenterTabDigests": "Digests",
17221722
"@notificationCenterTabDigests": {
17231723
"description": "Label for the 'Digests' tab in the notification center."
1724+
},
1725+
"deleteReadNotificationsButtonTooltip": "Delete all read notifications",
1726+
"@deleteReadNotificationsButtonTooltip": {
1727+
"description": "Tooltip for the button to delete all read notifications in the current tab."
1728+
},
1729+
"deleteReadNotificationsDialogContent": "Are you sure you want to delete all read notifications in this tab? This action cannot be undone.",
1730+
"@deleteReadNotificationsDialogContent": {
1731+
"description": "The main text in the dialog confirming the deletion of read notifications."
1732+
},
1733+
"deleteButtonLabel": "Delete",
1734+
"@deleteButtonLabel": {
1735+
"description": "Generic label for a delete button."
17241736
}
17251737
}

0 commit comments

Comments
 (0)