app.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?php
  2. return array (
  3. 'Home' => '首頁',
  4. 'Created At' => '創建時間',
  5. 'Updated At' => '最後更新',
  6. 'Action' => '操作',
  7. 'View' => '查看',
  8. 'Update' => '編輯',
  9. 'Delete' => '刪除',
  10. 'Create' => '創建',
  11. 'Save' => '保存',
  12. 'Reset' => '重置',
  13. 'Name' => '名稱',
  14. 'Sort' => '排序',
  15. 'Remark' => '備註',
  16. 'Image' => '圖片',
  17. 'Url' => '地址',
  18. 'Is Display' => '是否顯示',
  19. 'Status' => '狀態',
  20. 'Type' => '類型',
  21. 'Icon' => '圖標',
  22. 'Email' => '郵箱',
  23. 'Username' => '用戶名',
  24. 'Admin' => '管理員',
  25. 'Password' => '密碼',
  26. 'Avatar' => '頭像',
  27. 'Success' => '成功',
  28. 'Error' => '失敗',
  29. 'Add' => '新增',
  30. 'Search' => '搜索',
  31. 'Users' => '用戶',
  32. 'ID' => '序號',
  33. 'Nickname' => '暱稱',
  34. 'Not Audited' => '待審核',
  35. 'Passed' => '通過',
  36. 'Not pass' => '未通過',
  37. 'first' => '首頁',
  38. 'previous' => '上一頁',
  39. 'next' => '下一頁',
  40. 'last' => '尾頁',
  41. 'No picture' => '無圖',
  42. 'Really to delete?' => '真的要刪除嗎?',
  43. 'Are you sure you want to delete this item?' => '確認要刪除此項嗎?',
  44. '{attribute} cannot be blank.' => '{attribute}不能為空.',
  45. 'Allowed not to be deleted, sub level existed.' => '還有子項存在,不允許被刪除',
  46. 'Failed' => '失敗',
  47. 'Cannot be themselves sub' => '不能是它自己的子類',
  48. 'Send' => '發送',
  49. 'Upload {attribute} error' => '上傳{attribute}出錯',
  50. 'Filename' => '文件名',
  51. 'Uri' => 'uri地址',
  52. 'Used' => '使用中',
  53. 'Unused' => '未使用',
  54. 'Other' => '其他',
  55. 'Yes' => '是',
  56. 'No' => '否',
  57. 'Normal' => '正常',
  58. 'Enable' => '啟用',
  59. 'Disabled' => '禁用',
  60. 'Disable' => '禁用',
  61. 'Publish' => '發布',
  62. 'Draft' => '草稿',
  63. 'Public' => '公開',
  64. 'Reply' => '回复',
  65. 'Loading, hold on please...' => '加載中,請稍等...',
  66. 'Id doesn\'t exit' => 'Id不存在',
  67. 'Back' => '返回',
  68. 'Frontend' => '前台',
  69. 'more' => '更多',
  70. '{attribute} is incorrect.' => '{attribute}不正確',
  71. 'Permission denied' => '無權限',
  72. 'Cannot be themselves descendants sub' => '不能是他自己子類的子類',
  73. 'Delete must be POST http method' => '只允許使用POST刪除',
  74. 'Value' => '值',
  75. 'Admin User Id' => '管理員用戶Id',
  76. 'IP Address' => 'IP地址',
  77. 'User Id' => '用戶Id',
  78. 'None' => '無',
  79. 'Default' => '默認',
  80. 'Welcome to' => '歡迎使用',
  81. 'Forgot password' => '忘記密碼',
  82. 'Please contact admin for reset password' => '請聯繫管理員重置密碼',
  83. 'Captcha' => '驗證碼',
  84. 'Verification code error.' => '驗證碼錯誤。',
  85. 'Login' => '登錄',
  86. 'Verification Code' => '驗證碼',
  87. 'Category Id' => '分類ID',
  88. 'Category' => '分類',
  89. 'Title' => '標題',
  90. 'Sub Title' => '副標題',
  91. 'Summary' => '概述',
  92. 'Content' => '正文內容',
  93. 'Thumb' => '縮略圖',
  94. 'Seo Title' => 'seo標題',
  95. 'Seo Keyword' => 'seo關鍵字',
  96. 'Seo Description' => 'seo描述',
  97. 'Can Comment' => '評論',
  98. 'Visibility' => '可見',
  99. 'Scan Count' => '瀏覽次數',
  100. 'Comment Count' => '評論次數',
  101. 'Tag' => '標籤',
  102. 'Author Id' => '作者ID',
  103. 'Author' => '作者',
  104. 'Attributes' => '屬性',
  105. 'Is Headline' => '頭條',
  106. 'Is Recommend' => '推薦',
  107. 'Is Special Recommend' => '特別推薦',
  108. 'Is Slide Show' => '幻燈',
  109. 'Is Roll' => '滾動',
  110. 'Is Bold' => '加粗',
  111. 'Is Picture' => '圖片',
  112. 'Are you sure you want to enable this item?' => '您確定要啟用此項嗎?',
  113. 'Are you sure you want to disable this item?' => '您確定要禁用此項嗎?',
  114. 'Are you sure you want to publish?' => '您確定要發布此文章嗎?',
  115. 'Are you sure you want to cancel release?' => '您確定要取消發布此文章嗎?',
  116. 'UnClassified' => '未分類',
  117. 'Please chose' => '請選擇',
  118. 'Please chose some' => '請選擇一個或多個',
  119. 'Allowed not to be deleted, some article belongs to this category.' => '不允許被刪除,還有文章屬於此分類',
  120. 'Secret article must set a password' => '加密文章必須設置密碼',
  121. 'Article Id' => '文章Id',
  122. 'Article Images' => '文章配圖',
  123. 'Choose Image Multi' => '選擇多圖',
  124. 'Page Sign' => '單頁地址',
  125. 'Alias' => '別名',
  126. 'Comments' => '評論',
  127. 'Article Title' => '文章標題',
  128. 'Website' => '網址',
  129. 'Replay User Id' => '原評論用戶Id',
  130. 'Comment Message' => '評論內容',
  131. 'Parent Category Id' => '父分類Id',
  132. 'Parent Category Name' => '父分類名稱',
  133. 'Category Template' => '分類模板',
  134. 'Article Template' => '文章模板',
  135. 'Target' => '新窗口打開',
  136. 'Parent Id' => '父分類Id',
  137. 'Is Absolute Url' => '絕對地址',
  138. 'HTTP Method' => '請求方式',
  139. 'Input new' => '輸入',
  140. 'Sub Menu exists, cannot be deleted' => '該菜單還有子菜單,不能被刪除',
  141. 'Chose from article category' => '從文章分類選擇',
  142. 'Parent Menu Name' => '父分類菜單名稱',
  143. 'Url is not a correct json format' => '地址的json格式錯誤',
  144. 'Seo Keywords' => 'seo關鍵字',
  145. 'Website Title' => '網站標題',
  146. 'Website Description' => '網站描述',
  147. 'Website Email' => '聯繫郵箱',
  148. 'Website Language' => '站點語言',
  149. 'Icp Sn' => 'ICP備案號',
  150. 'Statics Script' => '統計代碼',
  151. 'Website Status' => '站點狀態',
  152. 'Website Timezone' => '時區設置',
  153. 'Open Comment' => '開啟評論',
  154. 'Open Comment Verify' => '開啟評論審核',
  155. 'Website Url' => '網站域名',
  156. 'Website Setting' => '網站設置',
  157. 'Seo Setting' => 'Seo設置',
  158. 'Input Type' => '輸入框類型',
  159. 'Autoload' => '自動加載',
  160. 'Tips' => '提示',
  161. 'Custom Setting' => '自定義設置',
  162. 'Must begin with alphabet and can only includes alphabet,_,and number' => '必須以字母開頭,只能包含字母和數字及下劃線',
  163. 'Opened' => '開放',
  164. 'Closed' => '關閉',
  165. 'SMTP Host' => 'SMTP地址',
  166. 'SMTP Port' => 'SMTP端口',
  167. 'SMTP Username' => 'SMTP用戶名',
  168. 'SMTP Password' => 'SMTP密碼',
  169. 'Sender' => '發件人',
  170. 'Encryption' => '連接類型',
  171. 'SMTP Setting' => 'SMTP設置',
  172. 'Test' => '測試',
  173. 'Type restrict, please type in after create' => '類型受限,請創建完成後再錄入值',
  174. '{attribute} must begin with https:// or http:// or //' => '{attribute}必須以https://或者http://或者//開頭',
  175. 'Only filled in can show picture (Recommend start with // adapt to http or https)' => '正確配置前台地址圖片才能正常顯示(建議以//開頭適配https或者http)',
  176. 'Frontend default language' => '前台默認語言',
  177. 'Frontend timezone' => '前台時區',
  178. 'Route' => '路由',
  179. 'Description' => '描述',
  180. 'Old Password' => '舊密碼',
  181. 'Repeat Password' => '重複密碼',
  182. 'Role' => '角色',
  183. 'Assign Roles' => '分配角色',
  184. 'super administrator roles' => '超級管理員角色',
  185. 'default super administrator admin' => '默認的超級管理員admin',
  186. 'Not allowed to delete {attribute}' => '不允許刪除{attribute}',
  187. 'Role does not exists' => '角色不存在',
  188. 'Permission exists' => '權限已存在',
  189. 'Role exists' => '角色已存在',
  190. 'Must begin with "/" like "/module/controller/action" format' => '必須以 "/" 開頭,如 "/module/controller/action"',
  191. 'System' => '系統',
  192. 'System user own all permissions, cannot be edit by web. you can edit config file to cancel' => '系統用戶擁有所有權限,不能在線編輯權限,可以修改配置文件取消為系統用戶',
  193. 'Close' => '關閉操作',
  194. 'Locate Current Tab' => '定位當前選項卡',
  195. 'Close All Tab' => '關閉全部選項卡',
  196. 'Close Other Tab' => '關閉其他選項卡',
  197. 'Logout' => '退出',
  198. 'Refresh' => '刷新',
  199. 'Support' => '幫助',
  200. 'Theme' => '主題',
  201. 'Modify Avatar' => '修改頭像',
  202. 'Profile' => '個人資料',
  203. 'Contact Us' => '聯繫我們',
  204. 'Mail Box' => '信箱',
  205. 'Backend Manage System' => '後台管理',
  206. 'Please Enter the Question' => '請輸入您需要查找的內容',
  207. 'Incorrect username or password.' => '用戶名或密碼錯誤',
  208. 'Month' => '月',
  209. 'Today' => '今天',
  210. 'Income' => '收入',
  211. 'Total Income' => '總收入',
  212. 'Order' => '訂單',
  213. 'New Order' => '新訂單',
  214. 'Visitor' => '訪客',
  215. 'New Visitor' => '新訪客',
  216. 'Latest Month' => '最近一個月',
  217. 'Active Users' => '活躍用戶',
  218. 'December' => '12月',
  219. 'Environment' => '環境',
  220. 'PHP Execute Method' => 'PHP執行方式',
  221. 'File Upload Limit' => '文件上傳限制',
  222. 'Script Time Limit' => '腳本超時限制',
  223. 'Database Info' => '數據庫信息',
  224. 'Memory Usage' => '內存',
  225. 'Real Memory Usage' => '真實內存',
  226. 'Disk Usage' => '硬盤',
  227. 'Statics' => '統計',
  228. 'Articles' => '文章',
  229. 'Categories' => '分類',
  230. 'Pages' => '單頁',
  231. 'User' => '用戶',
  232. 'Backend Menus' => '後台菜單',
  233. 'Frontend Menus' => '前台菜單',
  234. 'Administrators' => '管理員',
  235. 'Roles' => '角色',
  236. 'Friendly Links' => '友情鏈接',
  237. 'Latest Comments' => '最新評論',
  238. 'Only supported linux system' => '僅支持Linux系統',
  239. 'Total' => '總共',
  240. 'Notify' => '通知',
  241. 'More' => '更多',
  242. 'at' => '在',
  243. 'Permissions' => '權限',
  244. 'Group' => '組',
  245. 'Assign Permission' => '分配權限',
  246. 'Chose from exists' => '從已有選擇',
  247. 'Confirm' => '確認',
  248. 'ok' => '確定',
  249. 'cancel' => '取消',
  250. 'None item selected!' => '啊哦,神馬都都沒有選中!',
  251. 'Only picture file be permitted.' => '只能選擇圖片類型',
  252. 'Choose File' => '選擇文件',
  253. 'Choose Image' => '選擇圖片',
  254. 'Lack of authority' => '缺少權限',
  255. 'You are not allowed to perform this action' => '您不被允許執行此操作,請聯繫管理員處理',
  256. 'Page does not exist' => '啊哦,頁面找不到啦',
  257. 'Admin Log' => '日誌',
  258. 'Log Detail' => '日誌詳情',
  259. 'Admin user' => '管理員',
  260. 'through' => '通過',
  261. 'created' => '創建',
  262. 'updated' => '修改',
  263. 'deleted' => '刪除',
  264. 'record' => '記錄',
  265. 'There is no user with such email.' => '郵箱沒有註冊過',
  266. 'Please fill out your email. A link to reset password will be sent there.' => '請填寫註冊賬號時的郵箱,重置密碼的鏈接將會發送到此郵箱',
  267. 'Reset Password' => '重置密碼',
  268. 'Request password reset' => '重置密碼',
  269. 'Please fill out the following fields to signup' => '填寫以下信息',
  270. 'Please choose your new password' => '請輸入您的新密碼',
  271. 'Admin Users' => '管理員',
  272. 'Can not update default super administrator\'s role' => '不允許修改系統默認的超級管理的角色',
  273. 'Check your email for further instructions.' => '重置密碼鏈接已發送到您的郵箱',
  274. 'New password was saved.' => '密碼修改成功',
  275. 'Files' => '文件',
  276. 'File size' => '文件大小',
  277. 'Mime' => 'MIME類型',
  278. 'Preview' => '預覽',
  279. 'Count' => '次數',
  280. 'Use ID' => '使用ID',
  281. 'Delete file {name} failed' => '刪除文件{name}失敗',
  282. 'This file is in use,cannot be deleted' => '有地方還在使用,不能被刪除',
  283. 'Follow the link below to reset your password' => '點擊以下鏈接重置密碼',
  284. 'Sign' => '標識',
  285. 'Banner Types' => 'Banner類型',
  286. 'Jump Link' => '跳轉鏈接',
  287. 'Entry' => '進入',
  288. 'Delete failed, banner existed' => '刪除失敗,先刪除banner',
  289. 'Ad Type' => '廣告類型',
  290. 'Ad' => '廣告',
  291. 'Ad Explain' => '廣告描述',
  292. 'or dragged picture here' => '或將照片拖到這裡',
  293. 'Confirm use' => '確定使用',
  294. 'Pause uploading' => '暫停上傳',
  295. 'Continue uploading' => '繼續上傳',
  296. 'Start uploading' => '開始上傳',
  297. 'Upload Image' => '上傳圖片',
  298. 'Click select image' => '點擊選擇圖片',
  299. 'File cannot be empty' => '文件不能為空',
  300. 'Only picture allowed' => '僅允許上傳圖片',
  301. );