Commit be18a7b 1 parent 32c69bb commit be18a7b Copy full SHA for be18a7b
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 219
219
"no-unused-resources" : " No unused resources" ,
220
220
"reset-link" : " Reset Link" ,
221
221
"reset-link-prompt" : " Are you sure to reset the link? This will break all current link usages. THIS ACTION IS IRREVERSIBLE" ,
222
- "reset-resource-link" : " Reset Resource Link"
222
+ "reset-resource-link" : " Reset Resource Link" ,
223
+ "unused-resources" : " Unused resources"
223
224
},
224
225
"router" : {
225
226
"back-to-top" : " Back to Top" ,
Original file line number Diff line number Diff line change 212
212
"no-unused-resources" : " 没有可删除的资源" ,
213
213
"reset-link" : " 重置链接" ,
214
214
"reset-link-prompt" : " 您确定要重置链接吗?这将导致当前使用的链接失效。(此操作不可逆)" ,
215
- "reset-resource-link" : " 重置资源链接"
215
+ "reset-resource-link" : " 重置资源链接" ,
216
+ "unused-resources" : " 未使用到的资源"
216
217
},
217
218
"router" : {
218
219
"back-to-top" : " 回到顶部" ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ const Resources = () => {
132
132
< div className = "w-16 sm:w-24 sm:pl-4 flex flex-col justify-start items-start" > </ div >
133
133
< div className = "w-full max-w-[calc(100%-4rem)] sm:max-w-[calc(100%-6rem)] flex flex-row justify-start items-start gap-4 flex-wrap" >
134
134
< div className = "w-full flex flex-row justify-start items-center gap-2" >
135
- < span className = "text-gray-600 dark:text-gray-400" > Unused resources</ span >
135
+ < span className = "text-gray-600 dark:text-gray-400" > { t ( "resource.unused- resources" ) } </ span >
136
136
< span className = "text-gray-500 dark:text-gray-500 opacity-80" > ({ unusedResources . length } )</ span >
137
137
< Tooltip title = "Delete all" placement = "top" >
138
138
< Button size = "sm" variant = "plain" onClick = { handleDeleteUnusedResources } >
You can’t perform that action at this time.
0 commit comments