e263b63ced
- 修复 LiveClock.tsx CopyButton size 属性类型错误 (small → sm) - 修复 ToolCard.tsx 紫色 RGB 值拼写错误 (147,51,2 purple → 147,51,232) - 替换 4 处硬编码中文为 i18n 调用 (StorageCleaner, JsonTools) - MarkdownToHtml 预览链接色改为 CSS 变量以支持暗黑模式 - 移除 Base64Converter 中已被 Base64ConverterSection 替代的死代码 (FileMode.tsx, ImageMode.tsx 及其测试文件) - 更新 README.md 移除对已删除文件的引用 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"pageTitle": "Storage Cleaner",
|
|
"pageSubtitle": "Clear cache, cookies, and local storage",
|
|
"loading": "Loading...",
|
|
"initializing": "Reading site data...",
|
|
"occupied": "Occupied {{size}}",
|
|
"cleaning": "Cleaning...",
|
|
"cleanNow": "Clean Now",
|
|
"autoRefresh": "Auto refresh page after cleaning",
|
|
"selectAll": "Select all items",
|
|
"cleanSuccess": "Cleaning complete",
|
|
"cleanError": "Cleaning failed",
|
|
"noData": "No data",
|
|
"countUnit": "items",
|
|
"errorNoTab": "Unable to get current tab",
|
|
"errorRestricted": "Storage cleaning is not supported on this page",
|
|
"cleanSuccessReload": "Cleaning successful, reloading page...",
|
|
"errorStandardOnly": "Storage cleaning only works on standard web pages",
|
|
"confirmTitle": "Confirm Clear Data?",
|
|
"confirmDesc": "You are about to permanently delete the following selected storage items from the current page.",
|
|
"irreversible": "This action is irreversible",
|
|
"confirmAction": "Confirm Clear",
|
|
"cleanedSummary": "Cleaned {{items}}",
|
|
"noDataToClean": "No storage data found to clean",
|
|
"partialFailure": "Some items failed to clean",
|
|
"options": {
|
|
"localStorage": "Local Storage",
|
|
"sessionStorage": "Session Storage",
|
|
"indexedDB": "IndexedDB",
|
|
"cookies": "Cookies",
|
|
"cacheStorage": "Cache Storage",
|
|
"serviceWorkers": "Service Workers"
|
|
}
|
|
}
|