key.php 308 B

123456789101112
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Key' => '功能key',
  5. 'Image' => '功能图片',
  6. 'Description' => '功能描述',
  7. 'Content' => '功能文案',
  8. 'Createtime' => '创建时间',
  9. 'Updatetime' => '更新时间',
  10. 'The key has already existed' => '这个Key已存在'
  11. ];