From 38e3369566b0c91e26df0a9f9d5766e6c7b26f21 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 1 Nov 2018 10:40:58 +0900 Subject: [PATCH] --- view/ja/hstrings.php | 64 ++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/view/ja/hstrings.php b/view/ja/hstrings.php index a2c9760a6..7e827c846 100644 --- a/view/ja/hstrings.php +++ b/view/ja/hstrings.php @@ -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 байт";