diff options
author | GiteaBot <teabot@gitea.io> | 2020-02-03 08:48:26 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2020-02-03 08:48:26 +0000 |
commit | 29151b90c62d4f997a5503c3e0d42468f404a73c (patch) | |
tree | 9b70978aee907d221b417174e5e54878cf341df1 /options | |
parent | 48ce135cc9d54d1c5cf876411453414a53183968 (diff) | |
download | gitea-29151b90c62d4f997a5503c3e0d42468f404a73c.tar.gz gitea-29151b90c62d4f997a5503c3e0d42468f404a73c.zip |
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_ja-JP.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini index c7ab98db43..79344b2ede 100644 --- a/options/locale/locale_ja-JP.ini +++ b/options/locale/locale_ja-JP.ini @@ -2082,6 +2082,10 @@ monitor.queue.pool.addworkers.numberworkers.placeholder=ワーカー数 monitor.queue.pool.addworkers.timeout.placeholder=0でタイムアウト無し monitor.queue.pool.addworkers.mustnumbergreaterzero=追加するワーカー数は1以上にしてください monitor.queue.pool.addworkers.musttimeoutduration=タイムアウトは 、Go言語の時間差表記(例 5m)、または0にしてください +monitor.queue.pool.flush.title=キューの掃き出し +monitor.queue.pool.flush.desc=キューが空になるかタイムアウトになると終了するワーカーを、ひとつ追加します。 +monitor.queue.pool.flush.submit=掃き出しワーカーを追加 +monitor.queue.pool.flush.added=掃き出しワーカーを %[1]s に追加しました monitor.queue.settings.title=プール設定 monitor.queue.settings.desc=ワーカーへのキューのブロックが発生すると、それに応じてプール数がブースト分ずつ動的に増えます。 これらの変更は現在のワーカーグループには影響しません。 |