Removed AdminLTE, some minor improvements

This commit is contained in:
2024-05-02 14:16:04 +02:00
parent 163ef9fbfe
commit fb353d1bc8
36 changed files with 916 additions and 873 deletions

View File

@@ -57,6 +57,7 @@ return [
"group" => "Group",
"no_members" => "No members in this group",
"edit_profile" => "Edit Profile",
"user_list_placeholder" => "No users to display",
# profile picture
"change_picture" => "Change profile picture",

View File

@@ -83,4 +83,8 @@ return [
"datefns_time_format_precise" => "pp",
"datefns_datetime_format" => "MM/dd/yyyy p",
"datefns_datetime_format_precise" => "MM/dd/yyyy pp",
# localization
"error_language_fetch" => "Error fetching languages",
"error_language_set" => "Error setting language",
];

View File

@@ -55,6 +55,9 @@ return [
"redis_host" => "Redis host",
"redis_port" => "Redis port",
"redis_password" => "Redis password",
"redis_test" => "Test Connection",
"redis_test_error" => "Redis Connection failed, check your credentials.",
"redis_test_success" => "Redis Connection successfully established.",
# dialog
"fetch_settings_error" => "Error fetching settings",