fix plural-Forms
This commit is contained in:
parent
1fc82c5daf
commit
a65453676f
@ -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"
|
||||
|
@ -1,6 +1,11 @@
|
||||
<?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["Register"] = "登録";
|
||||
App::$strings["Logout"] = "ログアウト";
|
||||
@ -45,7 +50,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.</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["public profile"] = "公開プロフィール";
|
||||
App::$strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$sが%2\$sを&ldquo;に変更しました%3\$s &rdquo;";
|
||||
|
Reference in New Issue
Block a user