mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-07 08:26:00 +00:00
feat(subscription): add English i18n for subscription feature
This commit is contained in:
parent
12ed6f9146
commit
e70de0fc2e
1 changed files with 12 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue