mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
improve plugin store
This commit is contained in:
@@ -2,17 +2,26 @@
|
||||
|
||||
return [
|
||||
'actions' => [
|
||||
'install' => 'Install',
|
||||
'delete' => 'Remove',
|
||||
'update' => 'Upgrade',
|
||||
'install' => 'install',
|
||||
'delete' => 'delete',
|
||||
'update' => 'upgrade',
|
||||
'install_or_update' => 'install/upgrade',
|
||||
],
|
||||
'labels' => [
|
||||
'display_name' => 'Name',
|
||||
'package_name' => 'Package name',
|
||||
'remote_url' => 'Repository address',
|
||||
'installed_version' => 'Installed version',
|
||||
'status' => 'Status',
|
||||
'updated_at' => 'Last action at',
|
||||
'display_name' => 'name',
|
||||
'package_ name' => 'package_name',
|
||||
'remote_url' => 'repository_address',
|
||||
'installed_version' => 'installed_version',
|
||||
'latest_version' => 'latest_version',
|
||||
'status' => 'status',
|
||||
'updated_at' => 'last_executed_action',
|
||||
' release_date' => 'updated at',
|
||||
'install_title' => 'Go to the directory: :web_root, and run the following commands in order to install it as the root user: ',
|
||||
'introduce' => 'Details',
|
||||
'view_on_blog' => 'View on blog',
|
||||
' config_plugin_address' => 'Configure plugin address',
|
||||
'download_specific_version' => 'Download the extension. The latest version is shown here, if you need to install another version (view on blog to see all versions) replace it yourself',
|
||||
'execute_install' => 'Execute installation',
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\Plugin::STATUS_NORMAL => 'Normal',
|
||||
|
||||
Reference in New Issue
Block a user