We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d03de commit bb37228Copy full SHA for bb37228
lunaria/files/zh-CN.json
@@ -124,9 +124,22 @@
124
"navigation": "包导航",
125
"copy_name": "拷贝包名",
126
"deprecation": {
127
+ "action": "废弃",
128
+ "action_change": "修改弃用",
129
"package": "这个包已经被弃用。",
130
"version": "这个版本已经被弃用。",
- "no_reason": "没有提供原因"
131
+ "no_reason": "没有提供原因",
132
+ "modal": {
133
+ "deprecating": "废弃中",
134
+ "title": "废弃",
135
+ "title_version": "废弃版本",
136
+ "reason": "原因",
137
+ "reason_placeholder": "例如:使用 package-x 替代。这个包不再维护。",
138
+ "success": "包已废弃",
139
+ "success_detail": "这个包已废弃。",
140
+ "version": "版本",
141
+ "version_placeholder": "留空则废弃整个包"
142
+ }
143
},
144
"replacement": {
145
"title": "你可能不需要这个依赖。",
0 commit comments