improve plugin store

This commit is contained in:
xiaomlove
2025-05-05 18:24:17 +07:00
parent 5b71976624
commit fb88455323
15 changed files with 282 additions and 55 deletions
+18 -9
View File
@@ -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',