You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
529 B
22 lines
529 B
<?php |
|
|
|
return [ |
|
'labels' => [ |
|
'Extensions' => '扩展', |
|
], |
|
'fields' => [ |
|
'alias' => '别名', |
|
'description' => '描述', |
|
'authors' => '开发者', |
|
'homepage' => '主页', |
|
'require' => '依赖', |
|
'require_dev' => '开发环境依赖', |
|
'name' => '包名', |
|
'version' => '版本', |
|
'enable' => '启用', |
|
'config' => '配置', |
|
'imported' => '导入', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|