Livewire UI installed

This commit is contained in:
Benjamin Takats
2022-11-30 00:04:07 +01:00
parent 073473a9c8
commit ab19835b3d
516 changed files with 3973 additions and 8 deletions

15
lang/vendor/wireui/ja/messages.php vendored Normal file
View 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}件見つかりました',
],
];