rails_admin.cn.yml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. cn:
  2. datetime:
  3. distance_in_words:
  4. x_minutes "最新更新"
  5. admin:
  6. loading: "加载中..."
  7. home:
  8. name: "网站首页"
  9. pagination:
  10. previous: "« 上页"
  11. next: "下页 »"
  12. truncate: "…"
  13. misc:
  14. filter_date_format: "mm/dd/yy" # a combination of 'dd', 'mm' and 'yy' with any delimiter. No other interpolation will be done!
  15. search: "搜索"
  16. filter: "过滤"
  17. refresh: "刷新"
  18. show_all: "Show all"
  19. add_filter: "添加过滤器"
  20. bulk_menu_title: "已选中项"
  21. remove: "Remove"
  22. add_new: "新增"
  23. chosen: "Chosen %{name}"
  24. chose_all: "Choose all"
  25. clear_all: "Clear all"
  26. up: "Up"
  27. down: "Down"
  28. navigation: "Navigation"
  29. navigation_static_label: "Links"
  30. log_out: "退出"
  31. ago: "ago"
  32. flash:
  33. successful: "%{name} 已成功 %{action}"
  34. generate_menu_success: ""
  35. error: "%{name} failed to be %{action}"
  36. noaction: "No actions were taken"
  37. model_not_found: "Model '%{model}' could not be found"
  38. object_not_found: "%{model} with id '%{id}' could not be found"
  39. table_headers:
  40. model_name: "模块名"
  41. last_used: "最新更改时间"
  42. records: "记录数"
  43. username: "User"
  44. changes: "Changes"
  45. created_at: "Date/Time"
  46. item: "Item"
  47. message: "Message"
  48. actions:
  49. dashboard:
  50. title: "网站管理"
  51. menu: "控制面板"
  52. breadcrumb: "控制面板"
  53. index:
  54. title: "%{model_label_plural}列表"
  55. menu: "列表"
  56. breadcrumb: "%{model_label_plural}"
  57. show:
  58. title: "Details for %{model_label} '%{object_label}'"
  59. menu: "显示"
  60. breadcrumb: "%{object_label}"
  61. show_in_app:
  62. menu: "Show in app"
  63. new:
  64. title: "新增 %{model_label}"
  65. menu: "新增"
  66. breadcrumb: "新增"
  67. link: "Add a new %{model_label}"
  68. done: "created"
  69. edit:
  70. title: "编辑 %{model_label} '%{object_label}'"
  71. menu: "编辑"
  72. breadcrumb: "编辑"
  73. link: "Edit this %{model_label}"
  74. done: "updated"
  75. delete:
  76. title: "删除 %{model_label} '%{object_label}'"
  77. menu: "删除"
  78. breadcrumb: "删除"
  79. link: "删除 '%{object_label}'"
  80. done: "删除"
  81. bulk_delete:
  82. title: "Delete %{model_label_plural}"
  83. menu: "Multiple delete"
  84. breadcrumb: "Multiple delete"
  85. bulk_link: "删除 已选中 %{model_label_plural}"
  86. export:
  87. title: "导出 %{model_label_plural}"
  88. menu: "导出"
  89. breadcrumb: "导出"
  90. link: "Export found %{model_label_plural}"
  91. bulk_link: "Export selected %{model_label_plural}"
  92. done: "exported"
  93. history_index:
  94. title: "History for %{model_label_plural}"
  95. menu: "History"
  96. breadcrumb: "History"
  97. history_show:
  98. title: "History for %{model_label} '%{object_label}'"
  99. menu: "History"
  100. breadcrumb: "History"
  101. nestable:
  102. breadcrumb: "拖拽"
  103. menu: "拖拽排序"
  104. title: "栏目拖拽排序"
  105. form:
  106. cancel: "取消"
  107. basic_info: "详细信息"
  108. required: "必选"
  109. optional: "可选"
  110. one_char: "character"
  111. char_length_up_to: "length up to"
  112. char_length_of: "length of"
  113. save: "保存"
  114. save_and_add_another: "保存并新增"
  115. save_and_edit: "保存并编辑"
  116. all_of_the_following_related_items_will_be_deleted: "? 子对象也将被删除或者失去关联:"
  117. are_you_sure_you_want_to_delete_the_object: "确认删除 %{model_name}"
  118. confirmation: "确认"
  119. bulk_delete: "子对象也将被删除, which may delete or orphan some of their related dependencies:"
  120. new_model: "%{name} (new)"
  121. export:
  122. confirmation: "Export to %{name}"
  123. select: "Select fields to export"
  124. select_all_fields: "Select All Fields"
  125. fields_from: "Fields from %{name}"
  126. fields_from_associated: "Fields from associated %{name}"
  127. display: "Display %{name}: %{type}"
  128. options_for: "Options for %{name}"
  129. empty_value_for_associated_objects: "<empty>"
  130. click_to_reverse_selection: 'Click to reverse selection'
  131. csv:
  132. header_for_root_methods: "%{name}" # 'model' is available
  133. header_for_association_methods: "%{name} [%{association}]"
  134. encoding_to: "Encode to"
  135. encoding_to_help: "Choose output encoding. Leave empty to let current input encoding untouched: (%{name})"
  136. skip_header: "No header"
  137. skip_header_help: "Do not output a header (no fields description)"
  138. default_col_sep: ","
  139. col_sep: "Column separator"
  140. col_sep_help: "Leave blank for default ('%{value}')" # value is default_col_sep
  141. number:
  142. format:
  143. separator: "."
  144. delimiter: ","
  145. precision: 3
  146. significant: false
  147. strip_insignificant_zeros: false
  148. # Used in number_to_human_size() and number_to_human()
  149. human:
  150. format:
  151. delimiter: ""
  152. precision: 3
  153. significant: true
  154. strip_insignificant_zeros: true
  155. # Used in number_to_human_size()
  156. storage_units:
  157. format: "%n %u"
  158. units:
  159. byte:
  160. one: "Byte"
  161. other: "Bytes"
  162. kb: "KB"
  163. mb: "MB"
  164. gb: "GB"
  165. tb: "TB"
  166. # Used in number_to_human()
  167. decimal_units:
  168. format: "%n %u"
  169. units:
  170. # femto: Quadrillionth
  171. # pico: Trillionth
  172. # nano: Billionth
  173. # micro: Millionth
  174. # mili: Thousandth
  175. # centi: Hundredth
  176. # deci: Tenth
  177. unit: ""
  178. # ten:
  179. # one: Ten
  180. # other: Tens
  181. # hundred: Hundred
  182. thousand: Thousand
  183. million: Million
  184. billion: Billion
  185. trillion: Trillion
  186. quadrillion: Quadrillion
  187. ckeditor:
  188. page_title: "CKEditor 文件管理"
  189. confirm_delete: "删除文件?"
  190. buttons:
  191. cancel: "取消"
  192. upload: "上传"
  193. delete: "删除"