mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge branch 'master' of git://github.com/bosslee/sidekiq into bosslee-master
This commit is contained in:
commit
9e2bdac861
1 changed files with 62 additions and 0 deletions
62
web/locales/ja.yml
Normal file
62
web/locales/ja.yml
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
# elements like %{queue} are variables and should not be translated
|
||||||
|
en:
|
||||||
|
Dashboard: ダッシュボード
|
||||||
|
Status: ステータス
|
||||||
|
Time: 時間
|
||||||
|
Namespace: ネームスペース
|
||||||
|
Realtime: リアルタイム
|
||||||
|
History: 履歴
|
||||||
|
Busy: ビジー
|
||||||
|
Processed: 処理完了
|
||||||
|
Failed: 失敗
|
||||||
|
Scheduled: 予定
|
||||||
|
Retries: 再試行
|
||||||
|
Enqueued: 待機状態
|
||||||
|
ClearWorkerList: 動作中の作業を停止
|
||||||
|
Worker: 動作中の作業
|
||||||
|
Workers: 動作中の作業
|
||||||
|
LivePoll: 転送中
|
||||||
|
StopPolling: 転送停止
|
||||||
|
Queue: キュー
|
||||||
|
Class: クラス
|
||||||
|
Job: ジョブ
|
||||||
|
Arguments: 引数
|
||||||
|
Started: 開始
|
||||||
|
ShowAll: 全て見せる
|
||||||
|
CurrentMessagesInQueue: メッセージがあります <span class='title'>%{queue}</span>
|
||||||
|
Delete: 削除
|
||||||
|
AreYouSureDeleteJob: 本当にこの作業を削除しますか?
|
||||||
|
AreYouSureDeleteQueue: 本当に削除しますか %{queue} queue?
|
||||||
|
Queues: キュー
|
||||||
|
Size: サイズ
|
||||||
|
Actions: アクション
|
||||||
|
NextRetry: 再試行
|
||||||
|
RetryCount: 再試行
|
||||||
|
RetryNow: 今すぐ再試行
|
||||||
|
LastRetry: 再試行履歴
|
||||||
|
OriginallyFailed: 失敗
|
||||||
|
AreYouSure: 本当にいいですか?
|
||||||
|
DeleteAll: 全て削除
|
||||||
|
RetryAll: 全て再試行
|
||||||
|
NoRetriesFound: 再試行できません
|
||||||
|
Error: エラー
|
||||||
|
ErrorClass: クラスエラー
|
||||||
|
ErrorMessage: エラーメッセージ
|
||||||
|
ErrorBacktrace: エラーバックトレース
|
||||||
|
GoBack: ← 戻る
|
||||||
|
NoScheduledFound: 予定された作業はありません
|
||||||
|
When: いつ
|
||||||
|
ScheduledJobs: 予定された作業
|
||||||
|
idle: アイドル状態
|
||||||
|
active: アクティブ
|
||||||
|
Version: バージョン
|
||||||
|
Connections: 接続
|
||||||
|
MemoryUsage: メモリー容量
|
||||||
|
PeakMemoryUsage: 最大メモリー容量
|
||||||
|
Uptime: Uptime (days)
|
||||||
|
OneWeek: 1週
|
||||||
|
OneMonth: 1 ヶ月
|
||||||
|
ThreeMonths: 3 ヶ月
|
||||||
|
SixMonths: 6 ヶ月
|
||||||
|
Batches: Batches
|
||||||
|
Failures: 失敗
|
Loading…
Add table
Reference in a new issue