Skip to content

Commit 170c543

Browse files
committed
feat(l10n): enhance feed decorator dismissal UX
- Update localization files for both Arabic and English - Improve confirmation message for dismissed decorators - Add new localization for hide action
1 parent f159c03 commit 170c543

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,8 +1502,12 @@
15021502
"@sourceTypeOthers": {
15031503
"description": "نوع المصدر بصيغة الجمع لأخرى"
15041504
},
1505-
"decoratorDismissedConfirmation": "تم تجاهل هذه البطاقة.",
1505+
"decoratorDismissedConfirmation": "تم إخفاء الاقتراح.",
15061506
"@decoratorDismissedConfirmation": {
1507-
"description": "رسالة تأكيد تظهر بدلاً من مزين الخلاصة بعد أن يتجاهله المستخدم."
1507+
"description": "رسالة تأكيد سهلة الاستخدام تظهر بدلاً من مزين الخلاصة بعد أن يتجاهله المستخدم."
1508+
},
1509+
"decoratorDismissAction": "إخفاء الاقتراح",
1510+
"@decoratorDismissAction": {
1511+
"description": "النص الخاص بعنصر القائمة الذي يسمح للمستخدم بإخفاء أو تجاهل مزين الخلاصة."
15081512
}
15091513
}

lib/l10n/arb/app_en.arb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,8 +1502,12 @@
15021502
"@sourceTypeOthers": {
15031503
"description": "Plural source type for Other"
15041504
},
1505-
"decoratorDismissedConfirmation": "This card has been dismissed.",
1505+
"decoratorDismissedConfirmation": "Suggestion hidden.",
15061506
"@decoratorDismissedConfirmation": {
1507-
"description": "Confirmation message shown in place of a feed decorator after it has been dismissed by the user."
1507+
"description": "User-friendly confirmation message shown in place of a feed decorator after it has been dismissed."
1508+
},
1509+
"decoratorDismissAction": "Hide suggestion",
1510+
"@decoratorDismissAction": {
1511+
"description": "The text for the menu item that allows a user to hide or dismiss a feed decorator."
15081512
}
15091513
}

0 commit comments

Comments
 (0)