aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
authorGary Wang <wzc782970009@gmail.com>2022-08-22 00:20:55 +0000
committerGary Wang <wzc782970009@gmail.com>2022-08-22 00:20:55 +0000
commit585e80a7facd961c7c472ca7cfd9b62fc6711eee (patch)
tree6822fdc144b02e4b8f2926f49d20c347842dd18b /options/locale
parent36dfe544f49b26a77f7ee87d30b5464f1df1a6a7 (diff)
downloadgitea-585e80a7facd961c7c472ca7cfd9b62fc6711eee.tar.gz
gitea-585e80a7facd961c7c472ca7cfd9b62fc6711eee.zip
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options/locale')
-rw-r--r--options/locale/locale_ja-JP.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini
index efb41ddd84..04e5d25436 100644
--- a/options/locale/locale_ja-JP.ini
+++ b/options/locale/locale_ja-JP.ini
@@ -1035,6 +1035,13 @@ file_view_rendered=レンダリング表示
file_view_raw=Rawデータを見る
file_permalink=パーマリンク
file_too_large=このファイルは大きすぎるため、表示できません。
+invisible_runes_header=`このファイルには不可視のUnicode文字が含まれています!`
+invisible_runes_description=`このファイルには不可視Unicode文字が含まれており、下に見えているものとは異なる処理が行われる可能性があります。 あなたのユースケースが意図的かつ正当な場合はこの警告を無視して構いません。 不可視文字を表示するにはエスケープボタンを使用します。`
+ambiguous_runes_header=`このファイルには曖昧(ambiguous)なUnicode文字が含まれています!`
+ambiguous_runes_description=`このファイルには曖昧(ambiguous)なUnicode文字が含まれており、あなたが使用しているロケールにおいて他の文字と混同する可能性があります。 あなたのユースケースが意図的かつ正当な場合はこの警告を無視して構いません。 それらの文字をハイライトするにはエスケープボタンを使用します。`
+invisible_runes_line=`この行には不可視のUnicode文字があります`
+ambiguous_runes_line=`この行には曖昧(ambiguous)なUnicode文字があります`
+ambiguous_character=`%[1]c [U+%04[1]X] は %[2]c [U+%04[2]X] と混同するおそれがあります`
escape_control_characters=エスケープ
unescape_control_characters=エスケープ解除
@@ -2888,6 +2895,7 @@ monitor.queue.nopool.title=ワーカープールはありません
monitor.queue.nopool.desc=このキューは他のキューをラップし、これ自体にはワーカープールがありません。
monitor.queue.wrapped.desc=wrappedキューは、すぐに開始されないキューをラップし、入ってきたリクエストをチャンネルにバッファリングします。 これ自体にはワーカープールがありません。
monitor.queue.persistable-channel.desc=persistable-channelキューは二つのキューをラップします。 一つはchannelキューで、自分のワーカープールを持ちます。もう一つはlevelキューで、前回のシャットダウンからリクエストを引き継ぐためのものです。 これ自体にはワーカープールがありません。
+monitor.queue.flush=掃き出しワーカー
monitor.queue.pool.timeout=タイムアウト
monitor.queue.pool.addworkers.title=ワーカーの追加
monitor.queue.pool.addworkers.submit=ワーカーを追加