Merge branch 'japanese' into 'master'
sync Japanese translation See merge request harukin/core!70
This commit is contained in:
commit
84d190f81a
@ -266,7 +266,7 @@ msgstr "閉じる"
|
||||
msgid ""
|
||||
"Post permissions %s cannot be changed %s after a post is shared.</br />These "
|
||||
"permissions set who is allowed to view the post."
|
||||
msgstr "投稿を共有した後、投稿%s権限%sを%sに変更することはできません。</ br />これらの権限は、投稿の閲覧を許可するユーザーを設定します。"
|
||||
msgstr "投稿を共有した後、投稿権限%sを%sに変更することはできません。</ br />これらの権限は、投稿の閲覧を許可するユーザーを設定します。"
|
||||
|
||||
#: ../../include/activities.php:42
|
||||
msgid " and "
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
if(! function_exists("string_plural_select_ja")) {
|
||||
function string_plural_select_ja($n){
|
||||
return 0;;
|
||||
return 0;
|
||||
}}
|
||||
App::$rtl = 0;
|
||||
App::$strings["plural_function_code"] = "0;";
|
||||
App::$strings["plural_function_code"] = "0";
|
||||
App::$strings["Create an account to access services and applications"] = "サービスとアプリケーションにアクセスするためにアカウントを作成する。";
|
||||
App::$strings["Register"] = "登録";
|
||||
App::$strings["Logout"] = "ログアウト";
|
||||
@ -50,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を%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に変更することはできません。</ 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