From edbfd180b8da969443bad764cb903ab5840a5972 Mon Sep 17 00:00:00 2001 From: BALLOON | FU-SEN <5434159+fu-sen@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:36:40 +0900 Subject: [PATCH] =?UTF-8?q?locales/ja:=20Change=20the=20position=20of=20th?= =?UTF-8?q?e=20`=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3`=20(version)?= =?UTF-8?q?=20(#1527)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When displayed in Japanese, the `バージョン` (version) is in the middle, but the version number is at the end, so it is displayed strangely. Improve this. **"version_info":** ``` このウェブサイトはAnubisバージョンで動作しています ``` to ``` このウェブサイトはAnubisで動作しています バージョン ``` Signed-off-by: BALLOON | FU-SEN <5434159+fu-sen@users.noreply.github.com> --- lib/localization/locales/ja.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/localization/locales/ja.json b/lib/localization/locales/ja.json index 369438ed..791c963f 100644 --- a/lib/localization/locales/ja.json +++ b/lib/localization/locales/ja.json @@ -9,7 +9,7 @@ "anubis_compromise": "Anubisは妥協策です。AnubisはHashcashのようなProof-of-Work方式を採用しており、これは元々メールスパムを減らすために提案された仕組みです。個人レベルでは追加の負荷は無視できる程度ですが、大規模なスクレイピングでは負荷が積み重なり、スクレイピングのコストが大幅に増加します。", "hack_purpose": "最終的に、これはヘッドレスブラウザのフィンガープリントと識別に時間を費やすためのプレースホルダーソリューションです(例:フォントレンダリングの方法による)。これにより、正当なユーザーにはチャレンジのプルーフオブワークページを提示する必要がなくなります。", "jshelter_note": "Anubisは、JShelterのようなプラグインが無効化する最新のJavaScript機能を必要とします。このドメインではJShelterや同様のプラグインを無効にしてください。", - "version_info": "このウェブサイトはAnubisバージョンで動作しています", + "version_info": "このウェブサイトはAnubisで動作しています バージョン", "try_again": "再試行", "go_home": "ホームに戻る", "contact_webmaster": "もしブロックされるべきでないと思われる場合は、ウェブマスターにご連絡ください:",