Files
cronmaster/app/_translations/zh.json
yws112358 d05e76c582 add zh-cn translation
add zh-cn translation
2026-04-15 11:42:55 +08:00

210 lines
9.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"common": {
"cronManagementMadeEasy": "让计划任务管理变得简单",
"allUsers": "所有用户",
"userWithUsername": "用户: {user}",
"user": "用户",
"change": "修改",
"description": "描述",
"optional": "可选",
"cancel": "取消",
"close": "关闭",
"refresh": "刷新",
"loading": "加载中",
"version": "版本: {version}"
},
"cronjobs": {
"cronJobs": "定时任务",
"cronJob": "定时任务",
"scheduledTasks": "计划任务",
"nOfNJObs": "{filtered} / {total} 计划任务",
"forUser": "所属用户 {user}",
"newTask": "新建任务",
"runCronManually": "手动运行定时任务",
"editCronJob": "编辑定时任务",
"cloneCronJob": "复制定时任务",
"deleteCronJob": "删除定时任务",
"pauseCronJob": "暂停定时任务",
"resumeCronJob": "继续定时任务",
"runCronJob": "运行定时任务",
"runCronJobSuccess": "定时任务执行成功",
"runCronJobFailed": "定时任务执行失败",
"paused": "已暂停",
"createNewScheduledTask": "新建计划任务",
"schedule": "计划",
"taskType": "任务类型",
"customCommand": "自定义命令",
"singleCommand": "单个命令",
"command": "命令",
"whatDoesThisTaskDo": "这个任务的作用?",
"createTask": "创建任务",
"editScheduledTask": "编辑计划任务",
"enableLogging": "开启日志",
"disableLogging": "禁用日志",
"loggingDescription": "采集标准(及错误)输出, 退出码, 以及任务执行的时间戳.日志存于./data/logs有自动清理机制(默认每个任务保留50条日志或30天, 可以在环境变量中修改).",
"logged": "已记录",
"viewLogs": "查看日志",
"logs": "日志",
"logFiles": "日志文件",
"logContent": "日志内容",
"downloadLog": "下载",
"selectLogToView": "选择一个日志以查看内容",
"noLogsFound": "这个任务还没有日志",
"confirmDeleteLog": "确定删除这个日志文件?",
"confirmDeleteAllLogs": "确定删除这个任务的所有日志?此操作不可撤销!",
"deleteAll": "清空",
"refresh": "刷新",
"loading": "加载中",
"close": "关闭",
"healthy": "健康",
"failed": "失败 (退出码: {exitCode})",
"backupJob": "备份任务",
"restoreJob": "恢复任务",
"backupAll": "备份所有",
"backups": "备份",
"restoreAll": "恢复所有",
"confirmRestoreAll": "确定恢复所有备份的任务吗?这将添加到你现有的定时任务表中.",
"backupJobSuccess": "任务备份成功",
"backupJobFailed": "任务备份失败",
"backupAllSuccess": "所有任务备份成功",
"backupAllFailed": "所有任务备份失败",
"restoreJobSuccess": "任务恢复成功",
"restoreJobFailed": "任务恢复失败",
"moreActions": "更多操作",
"restoreBackups": "恢复备份",
"availableBackups": "可用的备份",
"noBackupsFound": "没找到备份文件",
"backedUpAt": "备份于",
"restoreThisBackup": "恢复这个备份",
"deleteBackup": "删除备份",
"confirmDeleteBackup": "确定删除此备份?此操作不可撤销!",
"backupDeleted": "备份删除成功",
"filters": "筛选",
"filtersAndDisplay": "筛选 & 显示选项",
"filterByUser": "筛选用户",
"scheduleDisplay": "计划显示",
"cronSyntax": "定时语法",
"humanReadable": "人类可读",
"both": "都有",
"minimalMode": "最小模式",
"minimalModeDescription": "使用简洁图标代替文字",
"applyFilters": "应用筛选",
"nLines": "{count} 行",
"liveJobExecution": "实时任务执行",
"running": "运行中...",
"completed": "完成 (退出码: {exitCode})",
"jobFailed": "失败 (退出码: {exitCode})",
"showLast": "显示最后:",
"viewFullLog": "查看整个日志共 ({totalLines} 行)",
"viewFullLogNoCount": "查看整个日志",
"viewingFullLog": "正在查看共 ({totalLines} 行)",
"viewingFullLogNoCount": "正在查看整个日志",
"backToWindowedView": "返回窗口模式",
"showingLastOf": "正在显示 {lineCount} / {totalLines} 行",
"showingLastLines": "正在显示最后 {lineCount} 行",
"largeLogFileDetected": "检测到大型日志文件",
"tailModeEnabled": "已启用尾部tail模式, 正在显示最后 {tailLines} 行",
"showAllLines": "显示所有行",
"enableTailMode": "启用尾部tail模式",
"waitingForJobToStart": "等待任务开始...\n\n日志将实时展示。",
"runIdJobId": "运行 ID: {runId} | 任务 ID: {jobId}"
},
"scripts": {
"scripts": "脚本",
"scriptsLibrary": "脚本库",
"file": "文件",
"newScript": "新建脚本",
"noScriptsYet": "还没有脚本",
"createReusableBashScripts": "创建可重复使用的bash脚本用于你的计划任务。",
"createYourFirstScript": "创建你的第一个脚本",
"nOfNSavedScripts": "{count} 份已保存的脚本",
"savedScript": "已保存的脚本",
"selectFromLibrary": "从库中选择",
"scriptPathReadOnly": "脚本路径是只读的。在脚本库中编辑脚本",
"selectScript": "选择脚本",
"availableScripts": "{count} 份可用脚本",
"noScriptsFound": "未找到适合的脚本",
"noScriptsAvailable": "没有可用的脚本",
"scriptPreview": "脚本预览",
"commandPreview": "命令预览",
"scriptContent": "脚本内容",
"selectScriptToPreview": "选择脚本以预览",
"searchScripts": "搜索脚本中...",
"draft": "草稿",
"clearDraft": "清空草稿",
"close": "关闭",
"draftCleared": "草稿已清空"
},
"sidebar": {
"systemOverview": "系统概述",
"uptime": "运行时间",
"memory": "内存",
"cpu": "CPU",
"gpu": "GPU",
"network": "网络",
"networkLatency": "网络延迟",
"memoryUsage": "内存使用率",
"cpuUsage": "CPU使用率",
"systemInformation": "系统信息",
"performanceMetrics": "性能指标",
"statsUpdateEvery": "状态更新于每",
"updating": "更新中",
"networkSpeedEstimatedFromLatency": "网速由延迟估算(所以不准)"
},
"system": {
"optimal": "非常好",
"critical": "危急",
"high": "高效",
"moderate": "适中",
"warning": "警告",
"unknown": "未知",
"connected": "已连接",
"allSystemsRunningNormally": "系统正常运行",
"highResourceUsageDetectedImmediateAttentionRequired": "检测到高资源使用 - 需要立即注意",
"moderateResourceUsageMonitoringRecommended": "处于适度的资源使用 - 持续监测即可",
"unknownGPU": "未知GPU",
"noGPUDetected": "未检测到GPU",
"gpuDetectionFailed": "GPU检测失败",
"available": "可用的",
"systemStatus": "系统状态",
"lastUpdated": "上次更新于"
},
"login": {
"welcomeTitle": "欢迎来到定时管家",
"signInWithPasswordOrSSO": "使用密码或SSO登录",
"signInWithSSO": "使用SSO登录",
"enterPasswordToContinue": "输入密码以继续",
"authenticationNotConfigured": "未配置认证信息",
"noAuthMethodsEnabled": "密码认证或OIDC SSO都未启用.请在环境变量中至少配置一种用于登录。",
"enterPassword": "输入密码",
"signingIn": "登录中...",
"signIn": "登录",
"redirecting": "重定向中...",
"redirectingToOIDC": "正在定向到OIDC提供商",
"pleaseWait": "请稍等...",
"orContinueWith": "或者继续使用",
"loginFailed": "登录失败",
"genericError": "发生错误,请重试。"
},
"warnings": {
"wrapperScriptModified": "封装脚本已被修改",
"wrapperScriptModifiedDescription": "你的cron-log-wrapper.sh已经被修改为非官方版本。这可能会影响日志功能。可以考虑切换回官方版本或者确认不会影响日志解析功能"
},
"notFound": {
"title": "404 - 页面未找到",
"subtitle": "错误: 找不到要找的资源。",
"message": "你要找的页面不存在,是否玩几句贪吃蛇?",
"gameOver": "游戏结束",
"score": "分数",
"highScore": "最高分",
"pressToStart": "敲空格键或点击来开始",
"pressToRestart": "敲空格键或点击来重新开始",
"controls": "控制方法",
"useArrowKeys": "使用方向键来移动",
"tapToMove": "点击屏幕边缘来移动",
"goHome": "返回仪表盘",
"pauseGame": "按 P 暂停",
"paused": "已暂停"
}
}