From ce908b31c123967ca5f981fb4c263b0be9b1939c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 29 Oct 2018 14:05:57 +0900 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E5=85=B1=E6=9C=89=E3=83=A1=E3=83=83?= =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E4=BF=AE=E5=BE=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/ja/hstrings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/ja/hstrings.php b/view/ja/hstrings.php index 6ea5735fc..f6a9c611b 100644 --- a/view/ja/hstrings.php +++ b/view/ja/hstrings.php @@ -716,8 +716,8 @@ App::$strings["block"] = "заблокировать"; App::$strings["menu"] = "меню"; App::$strings["card"] = "карточка"; App::$strings["article"] = "статья"; -App::$strings["post"] = "投稿"; -App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s が %2\$s %3\$s に投稿を作成しました。"; +App::$strings["post"] = "この投稿"; +App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s が %3\$s に %2\$sを作成しました。"; App::$strings["Click to open/close"] = "Click to open/close"; App::$strings["spoiler"] = "спойлер"; App::$strings["View article"] = "記事を見る";