Update view/ja/hmessages.po, view/ja/hstrings.php files

This commit is contained in:
harukin 2019-10-17 17:57:23 +02:00
parent d2b1a2e5a3
commit 76d34a4d74
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"
@ -265,7 +266,7 @@ msgstr "閉じる"
msgid "" msgid ""
"Post permissions %s cannot be changed %s after a post is shared.</br />These " "Post permissions %s cannot be changed %s after a post is shared.</br />These "
"permissions set who is allowed to view the post." "permissions set who is allowed to view the post."
msgstr "投稿を共有した後、投稿%s権限%sを%sに変更することはできません。</ br />これらの権限は、投稿の閲覧を許可するユーザーを設定します。" msgstr "投稿を共有した後、投稿権限%sを%sに変更することはできません。</ br />これらの権限は、投稿の閲覧を許可するユーザーを設定します。"
#: ../../include/activities.php:42 #: ../../include/activities.php:42
msgid " and " msgid " and "

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"] = "ログアウト";