rails_admin.zh-CN.yml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. zh-CN:
  2. admin:
  3. js:
  4. true: "是" #True
  5. false: "否" #False
  6. is_present: "非空" #Is present
  7. is_blank: "为空" #Is blank
  8. date: "日期" #Date ...
  9. between_and_: "区间" #Between ... and ...
  10. today: "今日"
  11. yesterday: "昨日" #Yesterday
  12. this_week: "这周" #This week
  13. last_week: "上周" #Last week
  14. number: "数字" #Number ...
  15. contains: "包含"
  16. is_exactly: "恰好是" #Is exactly
  17. starts_with: "从...开始" #Starts with
  18. ends_with: "以...结束" #Ends with
  19. loading: "加载中..."
  20. home:
  21. name: "首页"
  22. pagination:
  23. previous: "« 上一页"
  24. next: "下一页 »"
  25. truncate: "…"
  26. import:
  27. model_fields: "Model fields"
  28. association_fields: "Association fields"
  29. file: "Data file"
  30. missing_file: "You must select a file"
  31. format: "File format"
  32. invalid_format: "Invalid import format."
  33. missing_update_lookup: "Your file must contain a column for the 'Update lookup field' you selected."
  34. invalid_json: "The JSON data should be an array of records or an object with a key '%{root_key}' set to an array of records"
  35. update_if_exists: "Update if exists"
  36. update_lookup: "Update lookup field(s)"
  37. mapping: "mapping"
  38. encoding: "Encoding"
  39. legend:
  40. fields: "Fields to import"
  41. upload: "Upload file"
  42. mapping: "Related fields mapping"
  43. import_success:
  44. create: "Created %{name}"
  45. update: "Updated %{name}"
  46. import_error:
  47. create: "Failed to create %{name}: %{error}"
  48. update: "Failed to update %{name}: %{error}"
  49. general: "Error during import: %{error}"
  50. line_item_limit: "Please limit upload file to %{limit} line items."
  51. old_import_hook: >
  52. The import hook %{model}.%{method} should take only 1 argument.
  53. Data may not imported correctly.
  54. See Upgrading section readme in Rails Admin Import.
  55. association_not_found: "Association not found. %{error}"
  56. help:
  57. model_fields: "The fields above may be included in the import file."
  58. association_fields: >
  59. These fields map to other tables in the database, lookup via attribute selected below.
  60. For "many" associations, you may include multiple columns with the same header in the CSV file.
  61. update_if_exists: "Update records found with the lookup field below instead of creating new records"
  62. file_limit: "Please limit upload file to %{limit} line items."
  63. encoding: "Choose file encoding. Leave empty to auto-detect. Ignored for JSON."
  64. misc:
  65. filter_date_format: "mm/dd/yy" # a combination of 'dd', 'mm' and 'yy' with any delimiter. No other interpolation will be done!
  66. search: "搜索"
  67. filter: "筛选"
  68. refresh: "刷新"
  69. show_all: "显示全部"
  70. add_filter: "添加筛选条件"
  71. bulk_menu_title: "选中的项目"
  72. remove: "移除"
  73. add_new: "新增"
  74. chosen: "选择%{name}"
  75. chose_all: "全选"
  76. clear_all: "清空"
  77. up: "上"
  78. down: "下"
  79. navigation: "导航"
  80. log_out: "登出"
  81. ago: "前"
  82. flash:
  83. successful: "%{name}%{action}成功"
  84. error: "%{name}%{action}失败"
  85. noaction: "无操作被执行"
  86. model_not_found: "找不到'%{model}' Model"
  87. object_not_found: "找不到id为'%{id}'的'%{model}'"
  88. table_headers:
  89. model_name: "模块名"
  90. last_used: "上次使用"
  91. last_created: "上次创建"
  92. records: "记录"
  93. username: "用户"
  94. changes: "变更详细内容"
  95. created_at: "日期/时间"
  96. item: "项目"
  97. message: "信息"
  98. items: "记录"
  99. actions:
  100. dashboard:
  101. title: "网站管理"
  102. menu: "信息板"
  103. breadcrumb: "信息板"
  104. index:
  105. title: "%{model_label_plural}列表"
  106. menu: "列表"
  107. breadcrumb: "%{model_label_plural}"
  108. generate_menu:
  109. title: "%{model_label}生成自定义菜单"
  110. menu: "生成自定义菜单"
  111. breadcrumb: "生成自定义菜单"
  112. audit_takecash_order:
  113. menu: "提现审批"
  114. add_wxku_commodity:
  115. menu: "导入"
  116. update_wxku_commodity:
  117. menu: "更新"
  118. update_intro_user:
  119. menu: "升级群主"
  120. create_xcx_qrcode:
  121. menu: "生成小程序二维码"
  122. order_dispatch:
  123. menu: "发货"
  124. get_wxku_commodity:
  125. menu: "查微信库商品"
  126. check_wxku_commodity:
  127. menu: "查询微信库商品导入更新状态"
  128. refuse_takecash:
  129. title: "%{model_label_plural}拒绝提现"
  130. menu: "拒绝提现"
  131. breadcrumb: "%{model_label_plural}"
  132. takecash_at_once:
  133. menu: "立即提现"
  134. audit_project_collection:
  135. menu: "审核通过"
  136. custom_destory_of_project:
  137. title: "%{model_label}-%{object_label}-删除项目"
  138. menu: "置入项目回收站"
  139. breadcrumb: "是否删除"
  140. generate_company_account:
  141. menu: "生成企业账户"
  142. generate_transfer_stock_record:
  143. title: "%{model_label}-%{object_label}-股权转让"
  144. menu: "转让"
  145. breadcrumb: "是否转让"
  146. audit_trial_coin:
  147. menu: "启用"
  148. audit_project_loan:
  149. title: "%{model_label}-%{object_label}-放款详情"
  150. menu: "是否放款"
  151. breadcrumb: "是否放款"
  152. push_tmpl_redirect:
  153. menu: "推送"
  154. push_xcx_tmpl_redirect:
  155. menu: "推送"
  156. copy_project:
  157. menu: "复制"
  158. correct_takecash:
  159. menu: "提现冲正"
  160. deposit_unlock:
  161. menu: "解冻"
  162. generate_analyze_report_record:
  163. menu: "生成渠道分布汇总记录"
  164. audit:
  165. menu: "审核"
  166. #生成分红记录
  167. generate_user_bonus_record:
  168. menu: "生成用户分红记录"
  169. # 拒绝
  170. disagree:
  171. menu: "拒绝"
  172. # 推送
  173. push:
  174. menu: "推送"
  175. # 复制
  176. copy:
  177. menu: "复制"
  178. survey_push:
  179. menu: "推送"
  180. notice:
  181. title: "%{model_label} '%{object_label}'相关"
  182. menu: "通知"
  183. breadcrumb: "通知"
  184. #更新信息
  185. update_info:
  186. menu: "更新信息"
  187. # refund_at_once:
  188. # menu: "一键退款"
  189. # 微信用户校验二维码Id
  190. check_channel_qrcode_id:
  191. menu: "校验"
  192. investor:
  193. menu: "投资用户报表"
  194. show:
  195. title: "%{model_label} '%{object_label}'详情"
  196. menu: "查看"
  197. breadcrumb: "%{object_label}"
  198. show_in_app:
  199. menu: "在前台显示"
  200. new:
  201. title: "新增%{model_label}"
  202. menu: "新增"
  203. breadcrumb: "新增"
  204. link: "新增%{model_label}"
  205. done: "创建完成"
  206. edit:
  207. title: "编辑%{model_label} '%{object_label}'"
  208. menu: "编辑"
  209. breadcrumb: "编辑"
  210. link: "编辑%{model_label}"
  211. done: "更新完成"
  212. delete:
  213. title: "删除%{model_label} '%{object_label}'"
  214. menu: "删除"
  215. breadcrumb: "删除"
  216. link: "删除'%{object_label}'"
  217. done: "删除完成"
  218. bulk_delete:
  219. title: "删除%{model_label_plural}"
  220. menu: "批量删除"
  221. breadcrumb: "批量删除"
  222. bulk_link: "删除选中的%{model_label_plural}"
  223. export:
  224. title: "导出%{model_label_plural}"
  225. menu: "导出"
  226. breadcrumb: "导出"
  227. link: "导出找到的%{model_label_plural}"
  228. bulk_link: "导出选中的%{model_label_plural}"
  229. done: "导出完成"
  230. import:
  231. title: "导入%{model_label_plural}"
  232. menu: "导入"
  233. breadcrumb: "导入"
  234. link: "导入找到的%{model_label_plural}"
  235. bulk_link: "导入选中的%{model_label_plural}"
  236. done: "导入完成"
  237. fields: "d"
  238. history_index:
  239. title: "%{model_label_plural}的历史记录"
  240. menu: "历史"
  241. breadcrumb: "历史"
  242. history_show:
  243. title: "%{model_label} '%{object_label}'的历史记录"
  244. menu: "历史"
  245. breadcrumb: "历史"
  246. reset_activate:
  247. title: "重置激活次数%{model_label} '%{object_label}'"
  248. menu: "重置激活次数"
  249. breadcrumb: "重置激活次数"
  250. link: "重置激活次数'%{object_label}'"
  251. done: "重置激活次数完成"
  252. refresh_setting:
  253. menu: "更新"
  254. charts:
  255. title: "图表"
  256. menu: "图表"
  257. breadcrumb: "图表"
  258. nestable:
  259. title: "栏目树状"
  260. menu: "树状"
  261. breadcrumb: "拖拽"
  262. live_update: "实时更新"
  263. update: "更新"
  264. form:
  265. cancel: "取消"
  266. basic_info: "基本信息"
  267. required: "必填"
  268. optional: "可选"
  269. one_char: "字节"
  270. char_length_up_to: "长度不多于"
  271. char_length_of: "字节数"
  272. save: "保存"
  273. save_and_add_another: "保存后继续添加"
  274. save_and_edit: "保存后编辑"
  275. all_of_the_following_related_items_will_be_deleted: "? 下列关联的项目可能会被删除或孤立:"
  276. are_you_sure_you_want_to_delete_the_object: "你确定要删除%{model_name}吗?"
  277. are_you_sure_you_want_to_reset_the_object_activate: "你确定要重置%{model_name}的激活次数吗?"
  278. confirmation: "是的,我确定"
  279. bulk_delete: "下列项目将被删除, 和它们想关联的项目也可能被删除或孤立:"
  280. new_model: "%{name} (新)"
  281. export:
  282. confirmation: "导出到%{name}"
  283. select: "选择希望导出的字段"
  284. select_all_fields: "全选"
  285. fields_from: "出自%{name}的字段"
  286. fields_from_associated: "源自与%{name}关联项目的字段"
  287. display: "显示%{name}: %{type}"
  288. options_for: "%{name}的选项"
  289. empty_value_for_associated_objects: "<空>"
  290. click_to_reverse_selection: '反选'
  291. csv:
  292. header_for_root_methods: "%{name}" # 'model' is available
  293. header_for_association_methods: "%{name} [%{association}]"
  294. encoding_to: "文字编码"
  295. encoding_to_help: "选择输出编码。留空保持原来的编码不变:(%{name})"
  296. skip_header: "无文件头"
  297. skip_header_help: "不输出字段描述"
  298. default_col_sep: ","
  299. col_sep: "分隔符"
  300. col_sep_help: "留空使用默认设置('%{value}')" # value is default_col_sep