feat(subscription): add English i18n for subscription feature

This commit is contained in:
dongmucat 2026-04-27 17:19:50 +08:00
parent 12ed6f9146
commit e70de0fc2e

View file

@ -314,6 +314,8 @@
"platformRoles": "Platform Roles",
"starsAndRatings": "Stars & Ratings",
"viewStars": "View My Stars",
"subscriptions": "Subscriptions",
"viewSubscriptions": "View My Subscriptions",
"mySkillsTitle": "My Skills",
"openMySkills": "View My Skills",
"mySkillsPreviewDescription": "Showing your 5 most recent skills. Open a skill or go to My Skills to view all.",
@ -519,6 +521,11 @@
"subtitle": "View your starred skills",
"empty": "No starred skills yet"
},
"subscriptions": {
"title": "My Subscriptions",
"subtitle": "Skills you subscribed to for updates",
"empty": "You haven't subscribed to any skills yet."
},
"promotions": {
"title": "Promotion Review",
"subtitle": "Review team skill promotion requests to global namespace",
@ -1150,6 +1157,10 @@
"starred": "Starred",
"star": "Star"
},
"subscribeButton": {
"subscribed": "Subscribed",
"subscribe": "Subscribe"
},
"skillCard": {
"starred": "Starred",
"starredAction": "Click to unstar",
@ -1174,6 +1185,7 @@
"myNamespaces": "My Namespaces",
"governance": "Governance Center",
"stars": "Starred",
"subscriptions": "My Subscriptions",
"reviews": "Review Management",
"promotions": "Promotion Management",
"reports": "Report Management",