'Remember me', 'login' => 'Login', 'logout' => 'Logout', 'username' => 'Username', 'password' => 'Password', 'old_password' => 'Old Password', 'confirm_password' => 'Confirm Password', 'captcha' => 'Captcha', 'captcha_error' => 'Captcha Error', 'required' => ':attribute is required', 'login_successful' => 'Login Success', 'login_failed' => 'Username Or Password Error', 'user_setting' => 'User Settings', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'deleted_at' => 'Deleted At', 'actions' => 'Actions', 'create' => 'Create', 'edit' => 'Edit', 'show' => 'Show', 'delete' => 'Delete', 'confirm_delete' => 'Confirm Delete Selected Items?', 'back' => 'Back', 'reset' => 'Reset', 'search' => 'Search', 'list' => 'List', 'add' => 'Add', 'save' => 'Save', 'detail' => 'Detail', 'developer' => 'Developer', 'code_generator' => 'Code Generator', 'administrator' => 'Administrator', 'soft_delete' => 'Soft Delete', 'keyword' => 'Keyword', 'unknown_error' => 'Unknown Error', 'upload_file_error' => 'Upload File Error', 'parent' => 'Parent', 'order' => 'Order', 'order_desc' => 'Order Desc', 'order_asc' => 'Order Asc', 'menus' => 'Menus', 'successfully_message' => ':attribute Successfully', 'failed_message' => ':attribute Failed', 'action_success' => 'Action Success', 'action_failed' => 'Action Failed', 'save_success' => 'Save Success', 'save_failed' => 'Save Failed', 'yes' => 'Yes', 'no' => 'No', 'need_start_with_slash' => 'Need Start With /', 'code_generators' => [ 'remark1' => 'For more parameters, please refer to', 'remark2' => 'Database Migration', 'remark3' => 'Multiple parameters are separated by English commas', 'table_name' => 'Table Name', 'model_name' => 'Model', 'controller_name' => 'Controller', 'service_name' => 'Service', 'primary_key' => 'Primary Key', 'primary_key_description' => 'Use increments method', 'options' => 'Options', 'create_database_migration' => 'Create Database Migration File', 'create_table' => 'Create Table', 'create_model' => 'Create Model', 'create_controller' => 'Create Controller', 'create_service' => 'Create Service', 'app_title' => 'App Title', 'column_name' => 'Column Name', 'type' => 'Type', 'extra_params' => 'Extra Params', 'nullable' => 'Nullable', 'index' => 'Index', 'default_value' => 'Default Value', 'comment' => 'Comment', 'exists_table' => 'Exists Table', 'generate_code' => 'Generate Code', 'expand_more_settings' => 'More Settings', 'collapse_settings' => 'Collapse Settings', ], 'admin_users' => 'Admin Users', 'admin_user' => [ 'avatar' => 'Avatar', 'name' => 'Name', 'roles' => 'Roles', 'search_username' => 'Search Username/Name', ], 'admin_roles' => 'Admin Roles', 'admin_role' => [ 'name' => 'Name', 'slug' => 'Slug', 'permissions' => 'Permissions', 'slug_description' => 'unique identifier of a role', ], 'admin_permissions' => 'Permissions', 'admin_permission' => [ 'name' => 'Name', 'slug' => 'Slug', 'http_method' => 'Http Method', 'http_method_description' => 'if you do not select the value is ANY', 'http_path' => 'Http Path', 'auto_generate' => 'Auto Generate', 'auto_generate_confirm' => 'The permission information will be generated after the permission table and permission menu association table are truncated. Do you want to continue?', ], 'admin_menus' => 'Menus', 'admin_menu' => [ 'parent_id' => 'Parent', 'order' => 'Order', 'title' => 'Title', 'icon' => 'Icon', 'icon_description' => 'Please refer to ', 'url' => 'Url', 'visible' => 'Visible', 'type' => 'Type', 'api' => 'Page API', 'api_description' => 'schemaApi, the api for page initialization requests, needs to be consistent with queryPath in Controller', 'route' => 'Route', 'link' => 'Link', 'class_name' => 'Class Name', 'class_name_description' => 'The CSS class name of the menu, which is typically used to customize styles', 'show' => 'Show', 'hide' => 'Hide', 'is_home' => 'Is Home', 'is_home_description' => 'In multi-tab mode, the page label is fixed on the left', ], 'extensions' => [ 'menu' => 'Extensions', 'page_title' => 'Extensions', 'create' => 'Create', 'install' => 'Install', 'create_extension' => 'Create Extension', 'create_tips' => 'After the directory is created, a basic extended directory structure is created under the
:dir
directory', 'local_install' => 'Local Install', 'more_extensions' => 'More Extensions', 'setting' => 'Setting', 'enable' => 'Enable', 'enable_confirm' => 'Are you sure to enable the extension?', 'disable' => 'Disable', 'disable_confirm' => 'Are you sure to disable the extension?', 'uninstall' => 'Uninstall', 'uninstall_confirm' => '
Confirm to uninstall the extension?
Uninstallation will delete all files and databases published after the extension is enabled and cannot be retrieved!!!
Backup important data before performing operations!!!
Extension package files will not be deleted, please manually delete them!!!
', 'filter_placeholder' => 'Search by extension name', 'form' => [ 'create_extension' => 'Create Extension', 'name' => 'Name', 'namespace' => 'Namespace', 'create_description' => 'It will be created in :dir Directory to create a basic extended directory structure', ], 'card' => [ 'author' => 'Author', 'version' => 'Version', 'homepage' => 'Home', 'status' => 'Status', ], 'status_map' => [ 'enabled' => 'Enabled', 'disabled' => 'Disabled', ], 'validation' => [ 'file' => 'Please select file', 'invalid_package' => 'Invalid extension package', ], ], 'export' => [ 'title' => 'Export', 'all' => 'All', 'page' => 'Current Page', 'selected_rows' => 'Selected Rows', 'page_no_data' => 'Current page has no data', 'selected_rows_no_data' => 'No data is selected', 'please_install_laravel_excel' => 'Please install the package "maatwebsite/excel" first', ], ];