24 lines
641 B
JSON
24 lines
641 B
JSON
{
|
|
"title": "清除缓存",
|
|
"selector": {
|
|
"label": "选择要清除的缓存",
|
|
"data": {
|
|
"ping": "Ping 查询",
|
|
"repositoryIcons": "远程/本地图标",
|
|
"calendar&medias": "日历中的媒体",
|
|
"weather": "天气数据"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"notificationTitle": "已清除缓存",
|
|
"clearAll": {
|
|
"text": "清除所有缓存",
|
|
"notificationMessage": "已清除所有缓存"
|
|
},
|
|
"clearSelect": {
|
|
"text": "清除所选缓存",
|
|
"notificationMessageSingle": "{{value}} 的缓存已清除",
|
|
"notificationMessageMulti": "{{values}} 的缓存已清除"
|
|
}
|
|
}
|
|
} |