No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

admin-zh-cn.js 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /**
  2. * 后台JS文件的多语言包
  3. */
  4. function eyou_lang(key, str) {
  5. var langArr = new Array();
  6. langArr['Close shortcut management']='关闭快捷管理';
  7. langArr['Display shortcut management']='显示快捷管理';
  8. langArr['No upgrades may have security risks']='不升级可能有安全隐患';
  9. langArr['Get Pinyin']='获取拼音';
  10. langArr['List template']='列表模板';
  11. langArr['Template file does not exist']='模板文件不存在';
  12. langArr['Single page template']='单页模板';
  13. langArr['Message template']='留言模板';
  14. langArr['Fill in column names first']='先填写栏目名称';
  15. langArr['Loading……']='加载中……';
  16. langArr['Column names should not be empty']='栏目名称不能为空';
  17. langArr['The file save directory cannot be empty']='文件保存目录不能为空';
  18. langArr['Column English name can not be pure number']='栏目英文名不能为纯数字';
  19. langArr['Please select the list template']='请选择列表模板';
  20. langArr['Please select document template']='请选择文档模板';
  21. langArr['The file save directory already exists']='文件保存目录已存在';
  22. langArr['Unfold all sub columns']='展开所有子栏目';
  23. langArr['Close all sub columns']='关闭所有子栏目';
  24. langArr['If there are sub columns and documents will be emptied together to confirm deletion?']='<font color="#ff0000">如有子栏目及文档将一起清空</font>,确认删除?';
  25. langArr['Please select columns…']='请选择栏目…';
  26. langArr['The format of the field name is incorrect']='字段名称格式不正确';
  27. langArr['Please upload pictures']='请选择上传图片';
  28. langArr['Please select upload files']='请选择上传文件';
  29. langArr['Please upload the SQL file']='请上传sql文件';
  30. langArr['The name of the advertisement should not be empty']='广告名称不能为空';
  31. langArr['Please select a location']='请选择位置';
  32. langArr['The name of the advertisement must not be empty']='广告位名称不能为空';
  33. langArr['Please copy and paste the corresponding label code into the corresponding template file']='请将对应标签代码复制并粘贴到对应模板文件中!';
  34. langArr['Please select your role']='请选择所属角色';
  35. langArr['User name can not be empty']='用户名不能为空';
  36. langArr['The password must not be empty']='密码不能为空';
  37. langArr['Please input the original password']='请输入原密码';
  38. langArr['The length of the original password can not be less than 5 bits']='原始密码长度不能少于5位';
  39. langArr['Please enter a new password']='请输入新密码';
  40. langArr['The length of the new password can not be less than 5 bits']='新密码长度不能少于5位';
  41. langArr['Please enter confirmation password']='请输入确认密码';
  42. langArr['Confirm password length can not be less than 5 bits']='确认密码长度不能少于5位';
  43. langArr['Two password inconsistency']='两次密码输入不一致';
  44. langArr['The verification code can not be empty']='验证码不能为空';
  45. langArr['Ready to enter']='准备进入';
  46. langArr['Please contact webmaster']='请联系网站管理员';
  47. langArr['This column does not allow publishing documents']='该栏目不允许发布文档';
  48. langArr['The title should not be empty']='标题不能为空';
  49. langArr['Move document']='移动文档';
  50. langArr['Target columns do not belong to the same model']='目标栏目不属于同一模型';
  51. langArr['The name of the model cannot be empty']='模型名称不能为空';
  52. langArr['Model identifier can not be empty']='模型标识不能为空';
  53. langArr['The name of the data table cannot be empty']='数据表名不能为空';
  54. langArr['The controller name can not be empty']='控制器名不能为空';
  55. langArr['The name of the left menu can not be empty']='左侧菜单名称不能为空';
  56. langArr['Field name']='字段名称';
  57. langArr['Field names can not be digits']='字段名称不能纯数字';
  58. langArr['Field header cannot be empty']='字段标题不能为空';
  59. langArr['Please select field type']='请选择字段类型';
  60. langArr['The default value can not be empty']='默认值不能为空';
  61. langArr['Data will not be recovered, confirm deletion?']='<font color="#ff0000">数据将无法恢复</font>,确认删除?';
  62. langArr['The working directory must not be empty']='工作目录不能为空';
  63. langArr['The name of the file can not be empty']='文件名称不能为空';
  64. langArr['New location can not be empty']='新位置不能为空';
  65. langArr['New directory should not be empty']='新目录不能为空';
  66. langArr['New name should not be empty']='新名称不能为空';
  67. langArr['The name of the form can not be empty']='表单名称不能为空';
  68. langArr['Please select the form type']='请选择表单类型';
  69. langArr['The list of optional values cannot be empty']='可选值列表不能为空';
  70. langArr['URL URL can not be empty']='网址URL不能为空';
  71. langArr['The name of the website can not be empty']='网站名称不能为空';
  72. langArr['Please upload website Logo pictures']='请上传网站Logo图片';
  73. langArr['Failed to load, click here']='加载失败,点击此处';
  74. langArr['Refresh']='刷新';
  75. langArr['The parameter name cannot be empty']='参数名称不能为空';
  76. langArr['Content page']='内容页';
  77. langArr['List page']='列表页';
  78. langArr['Custom variables']='自定义变量';
  79. langArr['Variable names cannot be empty']='变量名称不能为空';
  80. langArr['AccessKeyId can not be empty']='AccessKeyId 不能为空';
  81. langArr['AccessKeySecret can not be empty']='AccessKeySecret 不能为空';
  82. langArr['Endpoint can not be empty']='Endpoint 不能为空';
  83. langArr['Bucket can not be empty']='Bucket 不能为空';
  84. langArr['Please fill in the correct test cell phone number']='请填写正确的测试手机号码';
  85. langArr['Please fill in the SMS platform [appkey]']='请填写短信平台[appkey]';
  86. langArr['Please fill in the SMS platform [secretKey]']='请填写短信平台[secretKey]';
  87. langArr['Please fill in the company name / brand name / product name']='请填写公司名/品牌名/产品名';
  88. langArr['Please fill in the email sending server address']='请填写邮件发送服务器地址';
  89. langArr['Please fill in the correct email account']='请填写正确的邮箱账号';
  90. langArr['Please fill in the password for sending the mailbox']='请填写发送邮箱密码';
  91. langArr['Please fill in the correct test email account']='请填写正确的测试邮箱账号';
  92. langArr['Label call']='标签调用';
  93. langArr['Please select the data table to be backed up']='请选中要备份的数据表';
  94. langArr['Sending backup requests...']='正在发送备份请求...';
  95. langArr['Initialization is successful. Please do not close this page']='初始化成功,请不要关闭本页面!';
  96. langArr['Start backup, please do not close this page!']='开始备份,请不要关闭本页面!';
  97. langArr['Backup database, please do not close!']='正在备份数据库,请不要关闭!';
  98. langArr['Immediate backup']='立即备份';
  99. langArr['Start backing up']='开始备份';
  100. langArr['Backup table']='正在备份表';
  101. langArr['Initialization success! Start backing up... Please do not close this page!']='初始化成功!开始备份……,请不要关闭本页面!';
  102. langArr['Initialization success! Backup table']='初始化成功!正在备份表';
  103. langArr[', Please do not close this page!']=',请不要关闭本页面!';
  104. langArr['Backup completed... 100%, please do not close this page!']='备份完成……100%,请不要关闭本页面!';
  105. langArr['Backup completed... 100%, click back to backup']='备份完成……100%,点击重新备份';
  106. langArr['Backup success']='备份成功';
  107. langArr['Detection plug-in update']='检测插件更新';
  108. langArr['Updated version']='已升级最新版本';
  109. langArr['Please upload zip compressed package']='请上传zip压缩包';
  110. langArr['Confirm upload decompression?']='确认上传解压?';
  111. langArr['Please proceed with caution. Do you want to uninstall the plugin?']='请谨慎操作,是否卸载该插件?';
  112. langArr['Retain data only']='仅保留数据';
  113. langArr['Batch mobile confirmation']='确认批量移动';
  114. langArr['0 pictures allowed']='允许上传0张图片';
  115. langArr['More than N words']='已超出<em class="error">'+str+'</em>个字';
  116. langArr['You can enter N words']='还可以输入<em>'+str+'</em>个字';
  117. langArr['Tip: system update will not involve foreground template and website data']='<font color="red">小提示:系统更新不会涉及前台模板及网站数据等。</font>';
  118. langArr['Latest version of detection system:']='检测系统最新版:';
  119. langArr['This reminder can be opened in core settings']='【核心设置】里可以开启该提醒';
  120. langArr['No longer reminding']='不再提醒';
  121. langArr['Ignore']='忽略';
  122. langArr['Upgrade']='升级';
  123. langArr['Got it']='知道了';
  124. langArr['Upgradeing']='升级中';
  125. langArr['No upgrades may have security risks']='不升级可能有安全隐患';
  126. langArr['Being dealt with']='正在处理';
  127. langArr['This operation is irreversible. Confirm the complete unloading?']='此操作不可恢复,确认彻底卸载?';
  128. langArr['Complete unload']='彻底卸载';
  129. langArr['Network request failed']='未知错误,无法继续!';
  130. langArr['Successful operation']='操作成功';
  131. langArr['Operation failed']='操作失败';
  132. langArr['There is no list of documents in this column']='该栏目没有文档列表';
  133. langArr['Batch deleting']='批量删除';
  134. langArr['This operation is irreversible. Confirm deletion?']='此操作不可恢复,确认删除?';
  135. langArr['Code call']='代码调用';
  136. langArr['Do not refresh the page']=str+'...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;请勿刷新页面';
  137. langArr['Please choose the column of the corresponding model']='请选择对应模型的栏目';
  138. langArr['Please choose at least one item']='请至少选择一项';
  139. langArr['Default value']='默认值';
  140. langArr['Send in']='发送中';
  141. langArr['Send success']='发送成功';
  142. langArr['Replicating success']='复制成功';
  143. langArr['Replication failed! Please copy manually']='复制失败!请手动复制';
  144. langArr['Please be patient']='请耐心等待';
  145. langArr['Click to select pictures']='点击选择图片';
  146. langArr['Tips']='提示';
  147. langArr['Update success']='更新成功';
  148. langArr['Confirm']='确定';
  149. langArr['Cancel']='取消';
  150. langArr['This operation is irreversible. Confirm batch deletion?']='此操作不可恢复,确定批量删除?';
  151. langArr['Upload a picture']='上传图片';
  152. langArr['Error of parameters']='参数有误';
  153. langArr['Yes']='是';
  154. langArr['Confirmation of submission']='确认提交';
  155. langArr['Lack of system parameters: ID, type, page, try to request technical support']='缺少系统参数:id、type、page,尝试请求技术支持';
  156. langArr['The following box list']='下列框列表';
  157. return langArr[key];
  158. }