mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
16 lines
510 B
PHP
16 lines
510 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_options' => '選択肢が登録されていません',
|
|
'datePicker' => [
|
|
'months' => "['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']",
|
|
'days' => "['日', '月', '火', '水', '木', '金', '土']",
|
|
'tomorrow' => '翌日',
|
|
'today' => '今日',
|
|
'yesterday' => '前日',
|
|
],
|
|
'errors' => [
|
|
'title' => 'エラーが{errors}件見つかりました',
|
|
],
|
|
];
|