wip
This commit is contained in:
@@ -2,18 +2,14 @@
|
|||||||
|
|
||||||
namespace App\Modules\DateHelper\Repositories;
|
namespace App\Modules\DateHelper\Repositories;
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
|
||||||
use Illuminate\Http\Request;
|
|
||||||
use App\Modules\DateHelper\Models\DateHelper;
|
|
||||||
|
|
||||||
class DateHelperRepository
|
class DateHelperRepository
|
||||||
{
|
{
|
||||||
public static function monthsAsNumber(): array
|
public static function monthsAsNumber(): array
|
||||||
{
|
{
|
||||||
$month = [];
|
$month = [];
|
||||||
|
|
||||||
for($m = 1;$m <= 12; $m++) {
|
for ($m = 1; $m <= 12; $m++) {
|
||||||
$month[] = str_pad($m, 2, '0', STR_PAD_LEFT);
|
$month[] = str_pad($m, 2, '0', STR_PAD_LEFT);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $month;
|
return $month;
|
||||||
|
|||||||
@@ -295,10 +295,11 @@
|
|||||||
"Visa/Master payments": "Visa/Master tölegleri",
|
"Visa/Master payments": "Visa/Master tölegleri",
|
||||||
"For students": "Talyplar üçin",
|
"For students": "Talyplar üçin",
|
||||||
"Application type": "Ýüztutmanyň görnüşi",
|
"Application type": "Ýüztutmanyň görnüşi",
|
||||||
"Payment sender data": "Tölegi ugradyjynyň maglumatlar",
|
"Payment sender data": "Tölegi ugradyjynyň maglumatlary",
|
||||||
"Payee information": "Tölegi kabul edijiniň maglumatlary",
|
"Payee information": "Tölegi kabul edijiniň maglumatlary",
|
||||||
"Reciver files": "Kabul ediji talyp boýunça resminamalary",
|
"Reciver files": "Kabul ediji talyp boýunça resminamalary",
|
||||||
"Sender files": "Ugradyjy boýunça resminamalary",
|
"Sender files": "Ugradyjy boýunça resminamalary",
|
||||||
"Next": "Indiki",
|
"Next": "Indiki",
|
||||||
|
"Previus": "Yza",
|
||||||
"Loading": "Ýüklenilýär"
|
"Loading": "Ýüklenilýär"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user