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} грешки',
],
];