Move resources/lang folder

This commit is contained in:
Shift
2023-02-19 16:19:08 +00:00
committed by HolgerHatGarKeineNode
parent df2d3d03ba
commit 7403e0e457
299 changed files with 0 additions and 0 deletions

View File

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