zh-cn.php 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?php
  2. return [
  3. 'Keep login' => '保持会话',
  4. 'Username' => '用户名',
  5. 'User id' => '会员ID',
  6. 'Nickname' => '昵称',
  7. 'Password' => '密码',
  8. 'Sign up' => '注 册',
  9. 'Sign in' => '登 录',
  10. 'Sign out' => '退 出',
  11. 'Guest' => '游客',
  12. 'Welcome' => '%s,你好!',
  13. 'Add' => '添加',
  14. 'Edit' => '编辑',
  15. 'Delete' => '删除',
  16. 'Move' => '移动',
  17. 'Name' => '名称',
  18. 'Status' => '状态',
  19. 'Weigh' => '权重',
  20. 'Operate' => '操作',
  21. 'Warning' => '温馨提示',
  22. 'Default' => '默认',
  23. 'Article' => '文章',
  24. 'Page' => '单页',
  25. 'OK' => '确定',
  26. 'Cancel' => '取消',
  27. 'Loading' => '加载中',
  28. 'More' => '更多',
  29. 'Normal' => '正常',
  30. 'Hidden' => '隐藏',
  31. 'Submit' => '提交',
  32. 'Reset' => '重置',
  33. 'Execute' => '执行',
  34. 'Close' => '关闭',
  35. 'Search' => '搜索',
  36. 'Refresh' => '刷新',
  37. 'First' => '首页',
  38. 'Previous' => '上一页',
  39. 'Next' => '下一页',
  40. 'Last' => '末页',
  41. 'None' => '无',
  42. 'Home' => '主页',
  43. 'Online' => '在线',
  44. 'Logout' => '退出',
  45. 'Profile' => '个人资料',
  46. 'Index' => '首页',
  47. 'Hot' => '热门',
  48. 'Recommend' => '推荐',
  49. 'Dashboard' => '控制台',
  50. 'Code' => '编号',
  51. 'Message' => '内容',
  52. 'Line' => '行号',
  53. 'File' => '文件',
  54. 'Menu' => '菜单',
  55. 'Type' => '类型',
  56. 'Title' => '标题',
  57. 'Content' => '内容',
  58. 'Append' => '追加',
  59. 'Memo' => '备注',
  60. 'Parent' => '父级',
  61. 'Params' => '参数',
  62. 'Permission' => '权限',
  63. 'Advance search' => '高级搜索',
  64. 'Check all' => '选中全部',
  65. 'Expand all' => '展开全部',
  66. 'Begin time' => '开始时间',
  67. 'End time' => '结束时间',
  68. 'Create time' => '创建时间',
  69. 'Flag' => '标志',
  70. 'Please login first' => '请登录后操作',
  71. 'Uploaded successful' => '上传成功',
  72. 'You can upload up to %d file%s' => '你最多还可以上传%d个文件',
  73. 'You can choose up to %d file%s' => '你最多还可以选择%d个文件',
  74. 'Chunk file write error' => '分片写入失败',
  75. 'Chunk file info error' => '分片文件错误',
  76. 'Chunk file merge error' => '分片合并错误',
  77. 'Chunk file disabled' => '未开启分片上传功能',
  78. 'Cancel upload' => '取消上传',
  79. 'Upload canceled' => '上传已取消',
  80. 'No file upload or server upload limit exceeded' => '未上传文件或超出服务器上传限制',
  81. 'Uploaded file format is limited' => '上传文件格式受限制',
  82. 'Uploaded file is not a valid image' => '上传文件不是有效的图片文件',
  83. 'Are you sure you want to cancel this upload?' => '确定取消上传?',
  84. 'Remove file' => '移除文件',
  85. 'You can only upload a maximum of %s files' => '你最多允许上传 %s 个文件',
  86. 'You can\'t upload files of this type' => '不允许上传的文件类型',
  87. 'Server responded with %s code' => '服务端响应(Code:%s)',
  88. 'File is too big (%sMiB), Max filesize: %sMiB' => '当前上传(%sM),最大允许上传文件大小:%sM',
  89. 'Redirect now' => '立即跳转',
  90. 'Operation completed' => '操作成功!',
  91. 'Operation failed' => '操作失败!',
  92. 'Unknown data format' => '未知的数据格式!',
  93. 'Network error' => '网络错误!',
  94. 'Advanced search' => '高级搜索',
  95. 'Invalid parameters' => '未知参数',
  96. 'No results were found' => '记录未找到',
  97. 'Parameter %s can not be empty' => '参数%s不能为空',
  98. 'You have no permission' => '你没有权限访问',
  99. 'An unexpected error occurred' => '发生了一个意外错误,程序猿正在紧急处理中',
  100. 'This page will be re-directed in %s seconds' => '页面将在 %s 秒后自动跳转',
  101. ];