From 4d0ecbae3de205cf9b8723b63853c2c865425a6f Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 20 Feb 2025 08:44:31 -0500 Subject: [PATCH] Import translation work from https://crowdin.com/project/ublock --- platform/mv3/extension/_locales/ja/messages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/mv3/extension/_locales/ja/messages.json b/platform/mv3/extension/_locales/ja/messages.json index e94d710cf..30bc6cd71 100644 --- a/platform/mv3/extension/_locales/ja/messages.json +++ b/platform/mv3/extension/_locales/ja/messages.json @@ -240,7 +240,7 @@ "description": "Label for a checkbox in the options page" }, "findListsPlaceholder": { - "message": "Find lists", + "message": "リストを検索", "description": "Placeholder for the input field used to find lists" }, "strictblockTitle": { @@ -252,11 +252,11 @@ "description": "Sentence used in the strict-blocked page" }, "strictblockReasonSentence1": { - "message": "The page was blocked because of a matching filter in {{listname}}.", + "message": "このページは、{{listname}} のフィルターに一致したためブロックされました。", "description": "Text informing about what is causing the page to be blocked" }, "strictblockRedirectSentence1": { - "message": "The blocked page wants to redirect to another site. If you choose to proceed, you will navigate directly to: {{url}}", + "message": "ブロックしたページは別のサイトへリダイレクトしようとしています。続行すると次の URL へ移動します: {{url}}", "description": "Text warning about an incoming redirect" }, "strictblockNoParamsPrompt": {