New translations zh-CN.toml (English)

This commit is contained in:
naiba 2022-04-29 13:56:31 +08:00
parent c491404381
commit 4450b1380b

View File

@ -2,94 +2,94 @@
other = "Nezha monitoring" other = "Nezha monitoring"
[Server] [Server]
other = "主机" other = "Servers"
[Services] [Services]
other = "服务" other = "Services"
[Task] [Task]
other = "任务" other = "Tasks"
[Notification] [Notification]
other = "报警" other = "Notifications"
[Settings] [Settings]
other = "设置" other = "Settings"
[Home] [Home]
other = "首页" other = "Home"
[BackToHomepage] [BackToHomepage]
other = "返回前台" other = "Back to home"
[AdminPanel] [AdminPanel]
other = "管理后台" other = "Admin"
[Logout] [Logout]
other = "注销登录" other = "Log out"
[Login] [Login]
other = "登录" other = "Log in"
[ConfirmLogout] [ConfirmLogout]
other = "确认注销?" other = "Confirm logout?"
[AfterLoggingOutYouHaveToLoginAgain] [AfterLoggingOutYouHaveToLoginAgain]
other = "注销后您必须重新登录才能使用" other = "You must log in before access admin area"
[Cancel] [Cancel]
other = "取消" other = "Cancel"
[Confirm] [Confirm]
other = "确认" other = "Confirm"
[AddScheduledTasks] [AddScheduledTasks]
other = "添加计划任务" other = "Add Schedule Task"
[Name] [Name]
other = "名称" other = "Name"
[Scheduler] [Scheduler]
other = "计划" other = "Cron Expression"
[BackUp] [BackUp]
other = "备份" other = "Backup"
[3amDaily] [3amDaily]
other = "(每天3点)" other = "(03:00:00 Every day)"
[Command] [Command]
other = "命令" other = "Command"
[Coverage] [Coverage]
other = "覆盖范围" other = "Coverage"
[IgnoreAllAndExecuteOnlyThroughSpecificServers] [IgnoreAllAndExecuteOnlyThroughSpecificServers]
other = "忽略所有,仅通过特定服务器执行" other = "Ignore All, Only execute by specific servers"
[AllIncludedOnlySpecificServersAreNotExecuted] [AllIncludedOnlySpecificServersAreNotExecuted]
other = "覆盖所有,仅特定服务器不执行" other = "Cover All, Only ignore specific servers"
[SpecificServers] [SpecificServers]
other = "特定服务器" other = "Specific Servers"
[EnterIdAndNameToSearch] [EnterIdAndNameToSearch]
other = "输入ID/名称以搜索" other = "Input Server ID/Name to search"
[NotificationMethod] [NotificationMethod]
other = "通知方式组" other = "Notification Group"
[PushSuccessMessages] [PushSuccessMessages]
other = "推送成功的消息" other = "Send success notification"
[TheFormaOfTheScheduleIs] [TheFormaOfTheScheduleIs]
other = "计划的格式为:" other = "The Cron Expression is like:"
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails] [SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
other = "秒 分 时 天 月 星期,详情见" other = "sec min hour day month week, details in "
[ScheduleExpressionFormat] [ScheduleExpressionFormat]
other = "计划表达式格式" other = "CRON Expression Format"
[IntroductionOfCommands] [IntroductionOfCommands]
other = "命令:就像写 shell/bat 脚本一样,但是不推荐换行,多个命令使用 <code>&&</code>/<code>&</code> 连接,如果遇到 xxx 命令找不到,可能是<code>PATH</code> 环境变量的问题,<code>Linux</code> 主机在命令开头加入<code>source ~/.bashrc</code>或者使用绝对路径执行。" other = "命令:就像写 shell/bat 脚本一样,但是不推荐换行,多个命令使用 <code>&&</code>/<code>&</code> 连接,如果遇到 xxx 命令找不到,可能是<code>PATH</code> 环境变量的问题,<code>Linux</code> 主机在命令开头加入<code>source ~/.bashrc</code>或者使用绝对路径执行。"