fix plural-Forms

This commit is contained in:
harukin 2019-10-15 00:56:49 +09:00
parent 1fc82c5daf
commit a65453676f
2 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../boot.php:1609 #: ../../boot.php:1609
msgid "Create an account to access services and applications" msgid "Create an account to access services and applications"

View File

@ -1,6 +1,11 @@
<?php <?php
; if(! function_exists("string_plural_select_ja")) {
function string_plural_select_ja($n){
return 0;;
}}
App::$rtl = 0;
App::$strings["plural_function_code"] = "0;";
App::$strings["Create an account to access services and applications"] = "サービスとアプリケーションにアクセスするためにアカウントを作成する。"; App::$strings["Create an account to access services and applications"] = "サービスとアプリケーションにアクセスするためにアカウントを作成する。";
App::$strings["Register"] = "登録"; App::$strings["Register"] = "登録";
App::$strings["Logout"] = "ログアウト"; App::$strings["Logout"] = "ログアウト";
@ -45,7 +50,7 @@ App::$strings["Don't show"] = "非表示";
App::$strings["Search"] = "検索"; App::$strings["Search"] = "検索";
App::$strings["Permissions"] = "権限"; App::$strings["Permissions"] = "権限";
App::$strings["Close"] = "閉じる"; App::$strings["Close"] = "閉じる";
App::$strings["Post permissions %s cannot be changed %s after a post is shared.</br />These permissions set who is allowed to view the post."] = "投稿を共有した後、投稿権限%sを%sに変更することはできません。</ br />これらの権限は、投稿の閲覧を許可するユーザーを設定します。"; App::$strings["Post permissions %s cannot be changed %s after a post is shared.</br />These permissions set who is allowed to view the post."] = "投稿を共有した後、投稿%s権限%sを%sに変更することはできません。</ br />これらの権限は、投稿の閲覧を許可するユーザーを設定します。";
App::$strings[" and "] = "そして"; App::$strings[" and "] = "そして";
App::$strings["public profile"] = "公開プロフィール"; App::$strings["public profile"] = "公開プロフィール";
App::$strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$sが%2\$sをldquo;に変更しました%3\$s rdquo;"; App::$strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$sが%2\$sをldquo;に変更しました%3\$s rdquo;";