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

16
lang/vendor/wireui/ar/messages.php vendored Normal file
View File

@@ -0,0 +1,16 @@
<?php
return [
'empty_options' => 'لا توجد خيارات',
'searchHere' => 'ابحث هنا',
'datePicker' => [
'months' => "['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر']",
'days' => "['أحد', 'أثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت']",
'tomorrow' => 'غداً',
'today' => 'اليوم',
'yesterday' => 'أمس',
],
'errors' => [
'title' => 'يوجد {errors} أخطاء في مدخلاتك',
],
];