1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?php
- return [
- 'Name' => 'Name',
- 'Tip' => 'Tip',
- 'Group' => 'Group',
- 'Type' => 'Type',
- 'Title' => 'Title',
- 'Value' => 'Value',
- 'Basic' => 'Basic',
- 'Email' => 'Email',
- 'Attachment' => 'Attachment',
- 'Dictionary' => 'Dictionary',
- 'User' => 'User',
- 'Example' => 'Example',
- 'Extend' => 'Extend',
- 'String' => 'String',
- 'Password' => 'Password',
- 'Text' => 'Text',
- 'Editor' => 'Editor',
- 'Number' => 'Number',
- 'Date' => 'Date',
- 'Time' => 'Time',
- 'Datetime' => 'Datetime',
- 'Datetimerange' => 'Datetimerange',
- 'Image' => 'Image',
- 'Images' => 'Images',
- 'File' => 'File',
- 'Files' => 'Files',
- 'Select' => 'Select',
- 'Selects' => 'Selects',
- 'Switch' => 'Switch',
- 'Checkbox' => 'Checkbox',
- 'Radio' => 'Radio',
- 'Array' => 'Array',
- 'Array key' => 'Array key',
- 'Array value' => 'Array value',
- 'City' => 'City',
- 'Selectpage' => 'Selectpage',
- 'Selectpages' => 'Selectpages',
- 'Custom' => 'Custom',
- 'Please select table' => 'Please select table',
- 'Selectpage table' => 'Selectpage table',
- 'Selectpage primarykey' => 'Selectpage primarykey',
- 'Selectpage field' => 'Selectpage field',
- 'Selectpage conditions' => 'Selectpage conditions',
- 'Field title' => 'Field title',
- 'Field value' => 'Field value',
- 'Content' => 'Content',
- 'Rule' => 'Rule',
- 'Visible condition' => 'Visible condition',
- 'Site name' => 'Site name',
- 'Beian' => 'Beian',
- 'Cdn url' => 'Cdn url',
- 'Version' => 'Version',
- 'Timezone' => 'Timezone',
- 'Forbidden ip' => 'Forbidden ip',
- 'Languages' => 'Languages',
- 'Fixed page' => 'Fixed page',
- 'Category type' => 'Category type',
- 'Config group' => 'Config group',
- 'Attachment category' => 'Attachment category',
- 'Category1' => 'Category1',
- 'Category2' => 'Category2',
- 'Rule tips' => 'Rule tips',
- 'Extend tips' => '扩展属性支持{id}、{name}、{group}、{title}、{value}、{content}、{rule}替换',
- 'Mail type' => '邮件发送方式',
- 'Mail smtp host' => 'SMTP服务器',
- 'Mail smtp port' => 'SMTP端口',
- 'Mail smtp user' => 'SMTP用户名',
- 'Mail smtp password' => 'SMTP密码',
- 'Mail vertify type' => 'SMTP验证方式',
- 'Mail from' => '发件人邮箱',
- 'Site name incorrect' => '网站名称错误',
- 'Name already exist' => '变量名称已经存在',
- 'Add new config' => '点击添加新的配置',
- 'Send a test message' => '发送测试邮件',
- 'Only work at development environment' => '只允许在开发环境开操作',
- 'This is a test mail content' => '这是一封来自%s的校验邮件,用于校验邮件配置是否正常!',
- 'This is a test mail' => '这是一封来自%s的邮件',
- 'Please input your email' => '请输入测试接收者邮箱',
- 'Please input correct email' => '请输入正确的邮箱地址',
- ];
|