const chineseMessages = { ra: { action: { add_filter: "过滤条件", add: "添加", back: "返回", bulk_actions: "%{smart_count} 条被选中 |||| %{smart_count} 条被选中", cancel: "取消", clear_array_input: "清空列表", clear_input_value: "清空", clone: "克隆", confirm: "确定", create: "添加", create_item: "添加 %{item}", delete: "删除", edit: "编辑", export: "导出", import: "导入", list: "列表", refresh: "刷新", remove_filter: "移除这个过滤器", remove_all_filters: "移除所有", remove: "移除", approved: "审核", save: "保存", search: "搜索", select_all_button: "全部选中", select_all: "全部选中", select_row: "选中一行", show: "显示", sort: "排序", undo: "撤销", unselect: "取消选择", expand: "展开", close: "关闭", open_menu: "打开菜单", close_menu: "关闭菜单", update: "修改", move_up: "向上移动", move_down: "向下移动", open: "打开", toggle_theme: "浅色/深色", select_columns: "筛选列", update_application: "Reload Application", }, boolean: { true: "是", false: "否", null: " ", }, page: { create: "新增 %{name}", dashboard: "控制台", edit: "%{name} %{recordRepresentation}", error: "出错了", list: "%{name}", loading: "加载中", not_found: "未找到", show: "%{name} %{recordRepresentation}", empty: "No %{name} yet.", invite: "是否新增一个?", }, input: { file: { upload_several: "拖放一些要上传的文件,或单击以选择一个", upload_single: "拖放要上传的文件,或单击以选择它", }, image: { upload_several: "Drop some pictures to upload, or click to select one.", upload_single: "Drop a picture to upload, or click to select it.", }, references: { all_missing: "Unable to find references data.", many_missing: "At least one of the associated references no longer appears to be available.", single_missing: "Associated reference no longer appears to be available.", }, password: { toggle_visible: "隐藏密码", toggle_hidden: "展示密码", }, }, message: { about: "关于", are_you_sure: "是否确认?", auth_error: "授权验证出错。", bulk_delete_content: "确定要删除这个 %{name}? |||| 确认要删除这些 %{smart_count} 明细?", bulk_delete_title: "删除 %{name} |||| 删除 %{smart_count} %{name}", bulk_update_content: "Are you sure you want to update this %{name}? |||| Are you sure you want to update these %{smart_count} items?", bulk_update_title: "修改 %{name} |||| 修改 %{smart_count} %{name}", clear_array_input: "Are you sure you want to clear the whole list?", delete_content: "您确实要删除此项吗?", delete_title: "删除 %{name} #%{id}", details: "Details", error: "请求出错。", delete_success: '删除成功!', delete_fail: '删除失败!', invalid_form: "表单无效 请检查是否有错误!", loading: "请稍作等待", no: "否", not_found: "Either you typed a wrong URL, or you followed a bad link.", yes: "是", unsaved_changes: "您所做的部分更改尚未保存。确定要忽略这些更改吗?", }, navigation: { no_results: "没有找到数据", no_more_results: "The page number %{page} is out of boundaries. Try the previous page.", page_out_of_boundaries: "Page number %{page} out of boundaries", page_out_from_end: "Cannot go after last page", page_out_from_begin: "Cannot go before page 1", page_range_info: "%{offsetBegin}-%{offsetEnd} of %{total}", partial_page_range_info: "%{offsetBegin}-%{offsetEnd} of more than %{offsetEnd}", current_page: "第 %{page} 页", page: "去第 %{page} 页", first: "第一页", last: "最后一页", next: "下一页", previous: "前一页", page_rows_per_page: "每页数量:", skip_nav: "Skip to content", }, sort: { sort_by: "按照 \"%{field}\" %{order}", ASC: "升序排列", DESC: "降序排列", }, auth: { auth_check_error: "请您先登录", user_menu: "Profile", username: "账号", password: "密码", sign_in: "登录", sign_in_error: "认证失败,请您重试", logout: "注销", }, notification: { updated: "修改成功 |||| %{smart_count} 项 修改成功", created: "添加成功", deleted: "删除成功 |||| %{smart_count} 项 删除成功", bad_item: "Incorrect element", item_doesnt_exist: "Element does not exist", http_error: "Server communication error", data_provider_error: "dataProvider error. Check the console for details.", i18n_error: "Cannot load the translations for the specified language", canceled: "Action cancelled", logged_out: "Your session has ended, please reconnect.", not_authorized: "You're not authorized to access this resource.", application_update_available: "A new version is available.", }, validation: { required: "必填项", minLength: "Must be %{min} characters at least", maxLength: "Must be %{max} characters or less", minValue: "Must be at least %{min}", maxValue: "Must be %{max} or less", number: "Must be a number", email: "Must be a valid email", oneOf: "Must be one of: %{options}", regex: "Must match a specific format (regexp): %{pattern}", unique: "Must be unique", }, saved_queries: { label: "保存过滤", query_name: "按名称查询", new_label: "保存过滤条件...", new_dialog_title: "Save current query as", remove_label: "移除过滤条件", remove_label_with_name: 'Remove query "%{name}"', remove_dialog_title: "移除过滤条件?", remove_message: "您确定要移除已保存过滤条件吗?", help: "Filter the list and save this query for later", }, configurable: { customize: "Customize", configureMode: "Configure this page", inspector: { title: "Inspector", content: "Hover the application UI elements to configure them", reset: "Reset Settings", hideAll: "Hide All", showAll: "Show All", }, Datagrid: { title: "Datagrid", unlabeled: "Unlabeled column #%{column}", }, SimpleForm: { title: "Form", unlabeled: "Unlabeled input #%{input}", }, SimpleList: { title: "List", primaryText: "Primary text", secondaryText: "Secondary text", tertiaryText: "Tertiary text", }, }, }, }; export default chineseMessages;