updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
+30
View File
@@ -0,0 +1,30 @@
<?php
return [
"submit" => "Submit",
"cancel" => "Cancel",
"other" => "Other",
"deleting" => "Deleting",
"editing" => "Editing",
"creating" => "Creating",
"viewing" => "Viewing",
"check_all" => "Check all",
"assign" => "Assign",
"permissions" => "Permissions",
"name_of_role" => "Name of the role",
"input_error" => "There were some problems with your input.",
"create" => "create",
"roles" => "Roles",
"dashboard" => "Dashboard",
"new_role" => "New role",
"edit" => "Edit",
"edit_role" => "Edit role",
"list_roles" => "List roles",
"details" => "Details",
"delete" => "Delete",
"action" => "Action",
"users" => "Users",
"role_name" => "Role Name",
"role_detail" => "Role detail",
"name" => "Name",
];