This commit is contained in:
harukin 2018-11-26 00:00:41 +09:00
parent 1a1e8463cc
commit 7bd89a9ab1

View File

@ -1,9 +1,11 @@
<?php <?php
if (!function_exists("string_plural_select_ja")) { if (!function_exists("string_plural_select_ja")) {
function string_plural_select_ja($n){ function string_plural_select_ja($n)
{
return ($n % 10 == 1 && $n % 100 != 11 ? 0 : ($n % 10 >= 2 && $n % 10 <= 4 && ($n % 100 < 12 || $n % 100 > 14) ? 1 : 2)); return ($n % 10 == 1 && $n % 100 != 11 ? 0 : ($n % 10 >= 2 && $n % 10 <= 4 && ($n % 100 < 12 || $n % 100 > 14) ? 1 : 2));
}} }
}
App::$rtl = 0; App::$rtl = 0;
App::$strings["Source channel not found."] = "Канал-источник не найден."; App::$strings["Source channel not found."] = "Канал-источник не найден.";
App::$strings["lonely"] = "одинокий"; App::$strings["lonely"] = "одинокий";
@ -1038,11 +1040,12 @@ App::$strings["__ctx:acl__ Profile"] = "プロファイル";
App::$strings["Only me"] = "自分だけ"; App::$strings["Only me"] = "自分だけ";
App::$strings["Who can see this?"] = "投稿範囲 : "; App::$strings["Who can see this?"] = "投稿範囲 : ";
App::$strings["Custom selection"] = "カスタマイズ"; App::$strings["Custom selection"] = "カスタマイズ";
App::$strings["Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit the scope of \"Show\"."] = "Нажмите \"Показать\" чтобы разрешить просмотр. \"Не показывать\" позволит вам переопределить и ограничить область показа."; App::$strings["Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit the scope of \"Show\"."] = "
App::$strings["Show"] = "Показать"; \"表示\"で表示されます。\"非表示\"\"表示\"よりも優先されます。";
App::$strings["Don't show"] = "Не показывать"; App::$strings["Show"] = "表示";
App::$strings["Don't show"] = "非表示";
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 変更することはできません。ここで設定した人のみがこの投稿を観覧でいるようになります。"; 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 変更することはできません。ここで設定した人のみがこの投稿を観覧でいるようになります。";
App::$strings["Miscellaneous"] = "その他"; App::$strings["Miscellaneous"] = "その他";
App::$strings["Birthday"] = "誕生日"; App::$strings["Birthday"] = "誕生日";
@ -2473,7 +2476,7 @@ App::$strings["Unable to create element."] = "Невозможно создат
App::$strings["Unable to update menu element."] = "Невозможно обновить элемент меню."; App::$strings["Unable to update menu element."] = "Невозможно обновить элемент меню.";
App::$strings["Unable to add menu element."] = "Невозможно добавить элемент меню."; App::$strings["Unable to add menu element."] = "Невозможно добавить элемент меню.";
App::$strings["Menu Item Permissions"] = "Разрешения на пункт меню"; App::$strings["Menu Item Permissions"] = "Разрешения на пункт меню";
App::$strings["(click to open/close)"] = "(нажмите чтобы открыть/закрыть)"; App::$strings["(click to open/close)"] = "(クリックして開く、閉じる)";
App::$strings["Link Name"] = "Имя ссылки"; App::$strings["Link Name"] = "Имя ссылки";
App::$strings["Link or Submenu Target"] = "Ссылка или цель подменю"; App::$strings["Link or Submenu Target"] = "Ссылка или цель подменю";
App::$strings["Enter URL of the link or select a menu name to create a submenu"] = "Введите URL ссылки или выберите имя меню для создания подменю"; App::$strings["Enter URL of the link or select a menu name to create a submenu"] = "Введите URL ссылки или выберите имя меню для создания подменю";