Added the ability to save user settings.

This commit is contained in:
2023-07-10 21:42:55 +06:00
parent b1c9dac3cc
commit 907bac5586
17 changed files with 278 additions and 8 deletions

View File

@@ -45,5 +45,7 @@
"Dashboard": "Dashboard",
"Save": "Save",
"Profile saved successfully": "Profile saved successfully",
"The password has been changed": "The password has been changed"
"The password has been changed": "The password has been changed",
"Default": "default",
"The settings have been saved": "The settings have been saved"
}

View File

@@ -213,5 +213,7 @@ return [
'updated_at' => 'updated at',
'username' => 'username',
'year' => 'year',
'lang' => 'language',
'timezone' => 'timezone',
],
];

View File

@@ -45,5 +45,7 @@
"Dashboard": "Dashboard",
"Save": "Сохранить",
"Profile saved successfully": "Профиль успешно сохранен",
"The password has been changed": "Пароль был изменен"
"The password has been changed": "Пароль был изменен",
"Default": "По умолчанию",
"The settings have been saved": "Настройки были сохранены"
}

View File

@@ -213,5 +213,7 @@ return [
'updated_at' => 'обновлено в',
'username' => 'никнейм',
'year' => 'год',
'lang' => 'язык',
'timezone' => 'часовой пояс',
],
];