From 1fc82c5daf38c301f152efddf889a5ebfedbd680 Mon Sep 17 00:00:00 2001 From: harukin Date: Mon, 14 Oct 2019 10:41:40 +0900 Subject: [PATCH 1/2] edit translation --- view/ja/hstrings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/ja/hstrings.php b/view/ja/hstrings.php index 2d1e969ad..f580df6e9 100644 --- a/view/ja/hstrings.php +++ b/view/ja/hstrings.php @@ -45,7 +45,7 @@ App::$strings["Don't show"] = "非表示"; App::$strings["Search"] = "検索"; App::$strings["Permissions"] = "権限"; App::$strings["Close"] = "閉じる"; -App::$strings["Post permissions %s cannot be changed %s after a post is shared.
These permissions set who is allowed to view the post."] = "投稿を共有した後、投稿%s権限%sを%sに変更することはできません。これらの権限は、投稿の閲覧を許可するユーザーを設定します。"; +App::$strings["Post permissions %s cannot be changed %s after a post is shared.
These permissions set who is allowed to view the post."] = "投稿を共有した後、投稿権限%sを%sに変更することはできません。これらの権限は、投稿の閲覧を許可するユーザーを設定します。"; App::$strings[" and "] = "そして"; App::$strings["public profile"] = "公開プロフィール"; App::$strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$sが%2\$sを“に変更しました%3\$s ”"; From a65453676f6f814f618bcecbdc624fe01b37dfd7 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 15 Oct 2019 00:56:49 +0900 Subject: [PATCH 2/2] fix plural-Forms --- view/ja/hmessages.po | 1 + view/ja/hstrings.php | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/view/ja/hmessages.po b/view/ja/hmessages.po index 7c61001cd..302a25cc6 100644 --- a/view/ja/hmessages.po +++ b/view/ja/hmessages.po @@ -16,6 +16,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../../boot.php:1609 msgid "Create an account to access services and applications" diff --git a/view/ja/hstrings.php b/view/ja/hstrings.php index f580df6e9..7fef2d5c3 100644 --- a/view/ja/hstrings.php +++ b/view/ja/hstrings.php @@ -1,6 +1,11 @@ These permissions set who is allowed to view the post."] = "投稿を共有した後、投稿権限%sを%sに変更することはできません。これらの権限は、投稿の閲覧を許可するユーザーを設定します。"; +App::$strings["Post permissions %s cannot be changed %s after a post is shared.
These permissions set who is allowed to view the post."] = "投稿を共有した後、投稿%s権限%sを%sに変更することはできません。これらの権限は、投稿の閲覧を許可するユーザーを設定します。"; App::$strings[" and "] = "そして"; App::$strings["public profile"] = "公開プロフィール"; App::$strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$sが%2\$sを“に変更しました%3\$s ”";