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:
parent
4bbc2a4b98
commit
8a1e33fc1a
1 changed files with 20 additions and 19 deletions
|
@ -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: 失败
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue