Livewire UI installed

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

18
lang/vendor/wireui/en/messages.php vendored Normal file
View File

@@ -0,0 +1,18 @@
<?php
return [
'selectTime' => 'Select time',
'empty_options' => 'Empty Options',
'loading' => 'Loading...',
'searchHere' => 'Search here',
'datePicker' => [
'months' => "['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']",
'days' => "['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']",
'tomorrow' => 'Tomorrow',
'today' => 'Today',
'yesterday' => 'Yesterday',
],
'errors' => [
'title' => 'There were {errors} errors with your submission',
],
];