config.php 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?php
  2. return [
  3. 'Name' => 'Name',
  4. 'Tip' => 'Tip',
  5. 'Group' => 'Group',
  6. 'Type' => 'Type',
  7. 'Title' => 'Title',
  8. 'Value' => 'Value',
  9. 'Basic' => 'Basic',
  10. 'Email' => 'Email',
  11. 'Attachment' => 'Attachment',
  12. 'Dictionary' => 'Dictionary',
  13. 'User' => 'User',
  14. 'Example' => 'Example',
  15. 'Extend' => 'Extend',
  16. 'String' => 'String',
  17. 'Password' => 'Password',
  18. 'Text' => 'Text',
  19. 'Editor' => 'Editor',
  20. 'Number' => 'Number',
  21. 'Date' => 'Date',
  22. 'Time' => 'Time',
  23. 'Datetime' => 'Datetime',
  24. 'Datetimerange' => 'Datetimerange',
  25. 'Image' => 'Image',
  26. 'Images' => 'Images',
  27. 'File' => 'File',
  28. 'Files' => 'Files',
  29. 'Select' => 'Select',
  30. 'Selects' => 'Selects',
  31. 'Switch' => 'Switch',
  32. 'Checkbox' => 'Checkbox',
  33. 'Radio' => 'Radio',
  34. 'Array' => 'Array',
  35. 'Array key' => 'Array key',
  36. 'Array value' => 'Array value',
  37. 'City' => 'City',
  38. 'Selectpage' => 'Selectpage',
  39. 'Selectpages' => 'Selectpages',
  40. 'Custom' => 'Custom',
  41. 'Please select table' => 'Please select table',
  42. 'Selectpage table' => 'Selectpage table',
  43. 'Selectpage primarykey' => 'Selectpage primarykey',
  44. 'Selectpage field' => 'Selectpage field',
  45. 'Selectpage conditions' => 'Selectpage conditions',
  46. 'Field title' => 'Field title',
  47. 'Field value' => 'Field value',
  48. 'Content' => 'Content',
  49. 'Rule' => 'Rule',
  50. 'Visible condition' => 'Visible condition',
  51. 'Site name' => 'Site name',
  52. 'Beian' => 'Beian',
  53. 'Cdn url' => 'Cdn url',
  54. 'Version' => 'Version',
  55. 'Timezone' => 'Timezone',
  56. 'Forbidden ip' => 'Forbidden ip',
  57. 'Languages' => 'Languages',
  58. 'Fixed page' => 'Fixed page',
  59. 'Category type' => 'Category type',
  60. 'Config group' => 'Config group',
  61. 'Attachment category' => 'Attachment category',
  62. 'Category1' => 'Category1',
  63. 'Category2' => 'Category2',
  64. 'Rule tips' => 'Rule tips',
  65. 'Extend tips' => '扩展属性支持{id}、{name}、{group}、{title}、{value}、{content}、{rule}替换',
  66. 'Mail type' => '邮件发送方式',
  67. 'Mail smtp host' => 'SMTP服务器',
  68. 'Mail smtp port' => 'SMTP端口',
  69. 'Mail smtp user' => 'SMTP用户名',
  70. 'Mail smtp password' => 'SMTP密码',
  71. 'Mail vertify type' => 'SMTP验证方式',
  72. 'Mail from' => '发件人邮箱',
  73. 'Site name incorrect' => '网站名称错误',
  74. 'Name already exist' => '变量名称已经存在',
  75. 'Add new config' => '点击添加新的配置',
  76. 'Send a test message' => '发送测试邮件',
  77. 'Only work at development environment' => '只允许在开发环境开操作',
  78. 'This is a test mail content' => '这是一封来自%s的校验邮件,用于校验邮件配置是否正常!',
  79. 'This is a test mail' => '这是一封来自%s的邮件',
  80. 'Please input your email' => '请输入测试接收者邮箱',
  81. 'Please input correct email' => '请输入正确的邮箱地址',
  82. ];