mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
translations added
This commit is contained in:
15
resources/lang/vendor/wireui/ja/messages.php
vendored
Normal file
15
resources/lang/vendor/wireui/ja/messages.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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}件見つかりました',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user