<?php
// 插件中文语言包
return [
    'addon %s is disabled'                        => '插件 %s 已禁用',
    'addon can not be empty'                      => '插件不能为空',
    'addon %s not found'                          => '插件 %s 未找到',
    'Addon %s not installed'                      => '插件 %s 未安装',
    'Addon %s is installed'                       => '插件 %s 已安装',
    'addon controller %s not found'               => '插件控制器 %s 未找到',
    'addon action %s not found'                   => '插件控制器方法 %s 未找到',
];
