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>
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"formatTitle": "JSON 格式化",
|
|
"formatSubtitle": "美化和格式化 JSON 数据",
|
|
"inputPlaceholder": "输入需要格式化的 JSON...",
|
|
"formatButton": "格式化",
|
|
"clearButton": "清空",
|
|
"sortKeys": "键名排序",
|
|
"sortKeysTooltip": "按字母顺序对 JSON 对象键进行排序",
|
|
"indentSize": "缩进",
|
|
"indentSpaces": "{{count}} 个空格",
|
|
"outputLabel": "格式化结果",
|
|
"copySuccess": "复制成功",
|
|
"copyFail": "复制失败",
|
|
"noContent": "无内容可复制",
|
|
"invalidJson": "无效的 JSON 格式",
|
|
"emptyHint": "输入 JSON 后点击格式化",
|
|
"fixErrorHint": "请修正上方 JSON 的语法错误以开启实时流式格式化",
|
|
"originalSize": "原始大小",
|
|
"formattedSize": "格式化后大小",
|
|
"diffMode": "差异比较",
|
|
"formatMode": "格式化",
|
|
"yamlMode": "YAML",
|
|
"tomlMode": "TOML",
|
|
"minifyMode": "压缩",
|
|
"yamlTitle": "JSON 转 YAML",
|
|
"yamlSubtitle": "将 JSON 数据转换为 YAML 格式",
|
|
"yamlModeInputPlaceholder": "输入需要转换的 JSON...",
|
|
"yamlModeOutputLabel": "YAML 结果",
|
|
"yamlModeEmptyHint": "输入 JSON 后点击转换",
|
|
"convertButton": "转换",
|
|
"tomlTitle": "JSON 转 TOML",
|
|
"tomlSubtitle": "将 JSON 数据转换为 TOML 格式",
|
|
"tomlModeInputPlaceholder": "输入需要转换的 JSON...",
|
|
"tomlModeOutputLabel": "TOML 结果",
|
|
"tomlModeEmptyHint": "输入 JSON 后点击转换",
|
|
"minifyTitle": "JSON 压缩",
|
|
"minifySubtitle": "将 JSON 压缩为紧凑的单行格式",
|
|
"minifyModeInputPlaceholder": "输入需要压缩的 JSON...",
|
|
"minifyModeOutputLabel": "压缩结果",
|
|
"minifyModeEmptyHint": "输入 JSON 后点击压缩",
|
|
"minifyButton": "压缩"
|
|
}
|