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.

21 lines
603 B

11 months ago
<?php
return [
// 系统配置
'name' => '配置名称',
'key' => '配置键',
'value' => '配置值',
// 消息
'not_found' => '配置不存在',
'set_success' => '配置设置成功',
'batch_set_success' => '批量设置配置成功',
'init_default_success' => '初始化默认配置成功',
'key_required' => '配置键不能为空',
// 验证消息
'reserved_key' => '该配置键为系统保留键,不能使用',
'numeric_value_required' => '该配置值必须为数字',
'boolean_value_required' => '该配置值必须为布尔值',
];