Revived the dashboard.

This commit is contained in:
2024-04-28 01:26:30 +05:00
parent 4bc170ed00
commit 5703015874
41 changed files with 2005 additions and 112 deletions

View File

@@ -73,5 +73,6 @@
"The time for captcha verification has passed": "The time for captcha verification has passed.",
"Captcha does not pass verification": "Captcha does not pass verification.",
"Add code to the site": "Add code to the site",
"Demo Mode": "!!! Demo Mode !!!"
"Demo Mode": "!!! Demo Mode !!!",
"From cannot be greater than To": "From cannot be greater than To."
}

View File

@@ -0,0 +1,7 @@
<?php
return [
'Created' => 'Creating a captcha',
'Error' => 'Error in captcha validation',
'Verified' => 'Successfully verified',
'ReadVerified' => 'Completed captcha verification',
];

View File

@@ -73,5 +73,6 @@
"The time for captcha verification has passed": "Время верификации капчи прошло.",
"Captcha does not pass verification": "Капча не проходит проверку.",
"Add code to the site": "Добавьте код на сайт",
"Demo Mode": "!!! Включён демо режим !!!"
"Demo Mode": "!!! Включён демо режим !!!",
"From cannot be greater than To": "From не может быть больше To."
}

View File

@@ -0,0 +1,7 @@
<?php
return [
'Created' => 'Создание капчи',
'Error' => 'Ошибка в валидации капчи',
'Verified' => 'Успешно проверено',
'ReadVerified' => 'Завершена проверка капчи',
];