1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Fix wrong translation. And add missing translation for metric page (#5601)

This commit is contained in:
zp yuan 2022-10-30 21:03:25 +08:00 committed by GitHub
parent 4bbc2a4b98
commit 8a1e33fc1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,23 +32,22 @@ zh-cn: # <---- change this to your locale code
Size: 容量 Size: 容量
Actions: 动作 Actions: 动作
NextRetry: 下次重试 NextRetry: 下次重试
RetryCount: 重试次 RetryCount: 重试次
RetryNow: 现在重试 RetryNow: 现在重试
Kill: 终止 Kill: 终止
LastRetry: 最后一次重试 LastRetry: 次重试
OriginallyFailed: 原本已失败 OriginallyFailed: 首次失败
AreYouSure: 你确定? AreYouSure: 你确定?
DeleteAll: 全部删除 DeleteAll: 全部删除
RetryAll: 全部重试 RetryAll: 全部重试
KillAll: 全部终止 KillAll: 全部终止
NoRetriesFound: 有发现可重试 NoRetriesFound: 有发现可重试
Error: 错误 Error: 错误
ErrorBacktrace: 错误的回调追踪
ErrorClass: 错误类别 ErrorClass: 错误类别
ErrorMessage: 错误消息 ErrorMessage: 错误消息
ErrorBacktrace: 错误细节 ErrorBacktrace: 错误细节
GoBack: ← 返回 GoBack: ← 返回
NoScheduledFound: 有发现计划任务 NoScheduledFound: 有发现计划任务
When: When:
ScheduledJobs: 计划任务 ScheduledJobs: 计划任务
idle: 闲置 idle: 闲置
@ -64,26 +63,26 @@ zh-cn: # <---- change this to your locale code
SixMonths: 六个月 SixMonths: 六个月
Failures: 失败 Failures: 失败
DeadJobs: 已停滞任务 DeadJobs: 已停滞任务
NoDeadJobsFound: 有发现任何已停滞的任务 NoDeadJobsFound: 有发现任何已停滞的任务
Dead: 已停滞 Dead: 已停滞
Process: 进程 Process: 进程
Processes: 处理中 Processes: 进程
Name: 名称 Name: 名称
Thread: 线程 Thread: 线程
Threads: 线程 Threads: 线程
Jobs: 任务 Jobs: 任务
Paused: Paused:
Stop: 強制暫 Stop: 强制暂
Quiet: Quiet:
StopAll: 全部強制暫 StopAll: 全部强制暂
QuietAll: 全部 QuietAll: 全部
PollingInterval: 輪詢週 PollingInterval: 轮询周
Plugins: Plugins:
NotYetEnqueued: 尚未進入佇 NotYetEnqueued: 尚未进入队
CreatedAt: 建立時間 CreatedAt: 建立时间
BackToApp: 回首頁 BackToApp: 回首頁
Latency: Latency:
Pause: Pause:
Unpause: 取消暂停 Unpause: 取消暂停
Metrics: 指标 Metrics: 指标
NoDataFound: 无数据 NoDataFound: 无数据
@ -92,3 +91,5 @@ zh-cn: # <---- change this to your locale code
Context: 上下文 Context: 上下文
Bucket: Bucket:
NoJobMetricsFound: 无任务相关指标数据 NoJobMetricsFound: 无任务相关指标数据
Success: 成功
Failure: 失败