From 4d6279a6c39c3907d0c94eb2078d4ec0f1d11a0a Mon Sep 17 00:00:00 2001 From: Bryan Lee Date: Wed, 24 Apr 2013 15:00:20 +0800 Subject: [PATCH] added Japanese translation --- web/locales/ja.yml | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 web/locales/ja.yml diff --git a/web/locales/ja.yml b/web/locales/ja.yml new file mode 100644 index 00000000..4fe76dbe --- /dev/null +++ b/web/locales/ja.yml @@ -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: メッセージがあります %{queue} + 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: 失敗 \ No newline at end of file