This commit is contained in:
harukin 2018-11-01 10:40:58 +09:00
parent 7303cdbe08
commit 38e3369566

View File

@ -1453,45 +1453,45 @@ App::$strings["timeago.suffixAgo"] = "前";
App::$strings["timeago.suffixFromNow"] = "";
App::$strings["less than a minute"] = "ほんのちょっとすぐ";
App::$strings["about a minute"] = "1分ぐらい";
App::$strings["%d minutes"] = "%d ";
App::$strings["%d minutes"] = "%d";
App::$strings["about an hour"] = "約1時間";
App::$strings["about %d hours"] = " %d 時間";
App::$strings["about %d hours"] = "%d時間";
App::$strings["a day"] = "1日";
App::$strings["%d days"] = "%d日";
App::$strings["about a month"] = "約1ヶ月";
App::$strings["%d months"] = "%d ヶ月";
App::$strings["%d months"] = "%dヶ月";
App::$strings["about a year"] = "約1年";
App::$strings["%d years"] = "%d ";
App::$strings["%d years"] = "%d";
App::$strings[" "] = " ";
App::$strings["timeago.numbers"] = "";
App::$strings["__ctx:long__ May"] = "Май";
App::$strings["Jan"] = "Янв";
App::$strings["Feb"] = "Фев";
App::$strings["Mar"] = "Мар";
App::$strings["Apr"] = "Апр";
App::$strings["__ctx:short__ May"] = "Май";
App::$strings["Jun"] = "Июн";
App::$strings["Jul"] = "Июл";
App::$strings["Aug"] = "Авг";
App::$strings["Sep"] = "Сен";
App::$strings["Oct"] = "Окт";
App::$strings["Nov"] = "Ноя";
App::$strings["Dec"] = "Дек";
App::$strings["Sun"] = "Вск";
App::$strings["Mon"] = "Пон";
App::$strings["Tue"] = "Вт";
App::$strings["Wed"] = "Ср";
App::$strings["Thu"] = "Чет";
App::$strings["Fri"] = "Пят";
App::$strings["Sat"] = "Суб";
App::$strings["__ctx:calendar__ today"] = "сегодня";
App::$strings["__ctx:calendar__ month"] = "месяц";
App::$strings["__ctx:calendar__ week"] = "неделя";
App::$strings["__ctx:calendar__ day"] = "день";
App::$strings["__ctx:calendar__ All day"] = "Весь день";
App::$strings["View PDF"] = "Просмотреть PDF";
App::$strings[" by "] = " по ";
App::$strings[" on "] = " на ";
App::$strings["__ctx:long__ May"] = "5月";
App::$strings["Jan"] = "1月";
App::$strings["Feb"] = "2月";
App::$strings["Mar"] = "3月";
App::$strings["Apr"] = "4月";
App::$strings["__ctx:short__ May"] = "5月";
App::$strings["Jun"] = "6月";
App::$strings["Jul"] = "7月";
App::$strings["Aug"] = "8月";
App::$strings["Sep"] = "9月";
App::$strings["Oct"] = "10月";
App::$strings["Nov"] = "11月";
App::$strings["Dec"] = "12月";
App::$strings["Sun"] = "";
App::$strings["Mon"] = "";
App::$strings["Tue"] = "";
App::$strings["Wed"] = "";
App::$strings["Thu"] = "";
App::$strings["Fri"] = "";
App::$strings["Sat"] = "";
App::$strings["__ctx:calendar__ today"] = "今日";
App::$strings["__ctx:calendar__ month"] = "";
App::$strings["__ctx:calendar__ week"] = "";
App::$strings["__ctx:calendar__ day"] = "";
App::$strings["__ctx:calendar__ All day"] = "毎日";
App::$strings["View PDF"] = "PDFで見る";
App::$strings[" by "] = "";
App::$strings[" on "] = "";
App::$strings["Embedded content"] = "Встроенное содержимое";
App::$strings["Embedding disabled"] = "Встраивание отключено";
App::$strings["Image exceeds website size limit of %lu bytes"] = "Файл превышает предельный размер для сайта в %lu байт";