mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +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',
|
||||
|
||||
@@ -5,14 +5,23 @@ return [
|
||||
'install' => '安装',
|
||||
'delete' => '删除',
|
||||
'update' => '升级',
|
||||
'install_or_update' => '安装/升级',
|
||||
],
|
||||
'labels' => [
|
||||
'display_name' => '名称',
|
||||
'package_name' => '包名',
|
||||
'remote_url' => '仓库地址',
|
||||
'installed_version' => '已安装版本',
|
||||
'latest_version' => '最新版本',
|
||||
'status' => '状态',
|
||||
'updated_at' => '上次执行操作',
|
||||
'release_date' => '更新时间',
|
||||
'install_title' => '进入目录: :web_root, 以 root 用户的身份依次执行以下命令进行安装: ',
|
||||
'introduce' => '详细介绍',
|
||||
'view_on_blog' => '在博客上查看',
|
||||
'config_plugin_address' => '配置插件地址',
|
||||
'download_specific_version' => '下载扩展. 这里展示的最新版本号, 如果需要安装其他版本(打开查看页面底部有显示所有版本)自行替换',
|
||||
'execute_install' => '执行安装',
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\Plugin::STATUS_NORMAL => '正常',
|
||||
|
||||
@@ -5,14 +5,23 @@ return [
|
||||
'install' => '安裝',
|
||||
'delete' => '刪除',
|
||||
'update' => '升級',
|
||||
'install_or_update' => '安裝/升級',
|
||||
],
|
||||
'labels' => [
|
||||
'display_name' => '名稱',
|
||||
'package_name' => '包名',
|
||||
'remote_url' => '倉庫地址',
|
||||
'installed_version' => '已安裝版本',
|
||||
'latest_version' => '最新版本',
|
||||
'status' => '狀態',
|
||||
'updated_at' => '上次執行操作',
|
||||
'release_date' => '更新時間',
|
||||
'install_title' => '進入目錄: :web_root, 以 root 用戶的身份依次執行以下命令進行安裝: ',
|
||||
'introduce' => '詳細介紹',
|
||||
'view_on_blog' => '在博客上查看',
|
||||
'config_plugin_address' => '配置插件地址',
|
||||
'download_specific_version' => '下載擴展. 這裏展示的最新版本號, 如果需要安裝其他版本(打開查看頁面底部有顯示所有版本)自行替換',
|
||||
'execute_install' => '執行安裝',
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\Plugin::STATUS_NORMAL => '正常',
|
||||
|
||||
Reference in New Issue
Block a user