Skip to content

Commit dfebeb2

Browse files
committed
Fix i18n labels
1 parent df422e2 commit dfebeb2

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed
Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
22
"link.item.label.Try MongoDB Atlas": {
33
"message": "试用 MongoDB Atlas",
4-
"description": "The label of footer link with label=Try MongoDB Atlas linking to https://www.mongodb.com/try?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
4+
"description": "The label of footer link with label=Try MongoDB Atlas linking to https://www.mongodb.com/try"
55
},
66
"link.item.label.Forums": {
77
"message": "论坛",
8-
"description": "The label of footer link with label=Forums linking to https://www.mongodb.com/community/forums/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
8+
"description": "The label of footer link with label=Forums linking to https://www.mongodb.com/community/forums"
99
},
10-
"link.item.label.Developer Center": {
11-
"message": "开发者中心",
12-
"description": "The label of footer link with label=Developer Center linking to https://www.mongodb.com/developer/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
13-
},
14-
"link.item.label.MongoDB University": {
15-
"message": "MongoDB 大学",
16-
"description": "The label of footer link with label=MongoDB University linking to https://learn.mongodb.com/utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=search-party-lab&utm_term=joel.lord"
10+
"link.item.label.Skill Badges": {
11+
"message": "MongoDB Skill Badges",
12+
"description": "The label of footer link with label=MongoDB Skill Badges linking to https://learn.mongodb.com/skills?team=devrel"
1713
},
1814
"link.item.label.This lab in GitHub": {
1915
"message": "GitHub 上的更多实验",
20-
"description": "The label of footer link with label=This lab in GitHub linking to https://github.com/mongodb-developer/search-lab"
16+
"description": "The label of footer link with label=This lab in GitHub linking to https://github.com/mongodb-developer/aggregation-pipeline-lab"
2117
},
22-
"link.item.label.© 2024 MongoDB, Inc.": {
23-
"message": "© 2024 MongoDB, Inc.",
24-
"description": "The label of footer link with label=© 2024 MongoDB, Inc. linking to #"
18+
"link.item.label.© 2025 MongoDB, Inc.": {
19+
"message": "© 2025 MongoDB, Inc.",
20+
"description": "The label of footer link with label=© 2025 MongoDB, Inc. linking to #"
2521
}
2622
}

0 commit comments

Comments
 (0)