275 lines
8.8 KiB
JSON
Executable File
275 lines
8.8 KiB
JSON
Executable File
{
|
|
"common": {
|
|
"ok": "确定",
|
|
"cancel": "取消",
|
|
"confirm": "确认",
|
|
"loading": "加载中...",
|
|
"error": "错误",
|
|
"success": "成功",
|
|
"warning": "警告",
|
|
"info": "信息",
|
|
"add": "添加",
|
|
"delete": "删除",
|
|
"edit": "编辑",
|
|
"view": "查看",
|
|
"search": "搜索",
|
|
"filter": "筛选",
|
|
"sort": "排序",
|
|
"actions": "操作",
|
|
"no_data": "暂无数据",
|
|
"select_all": "全选",
|
|
"select_row": "选择行",
|
|
"open_menu": "打开菜单",
|
|
"view_details": "查看详情",
|
|
"custom_columns": "自定义列",
|
|
"columns": "列",
|
|
"save": "保存",
|
|
"close": "关闭",
|
|
"clear": "清除",
|
|
"select_date": "选择日期",
|
|
"select_option": "请选择",
|
|
"required_field": "必填项",
|
|
"male": "男",
|
|
"female": "女",
|
|
"click_upload": "点击上传",
|
|
"upload_avatar": "点击上传头像",
|
|
"clear_selection": "清除选择",
|
|
"export": "导出",
|
|
"export_all": "导出全部",
|
|
"export_filtered": "导出筛选数据",
|
|
"exporting": "导出中...",
|
|
"add_employee": "添加人员",
|
|
"filter_conditions": "筛选条件:",
|
|
"filtered": "已筛选",
|
|
"no_records_found": "未找到匹配的记录",
|
|
"count_items": "{count} 个专业"
|
|
},
|
|
"demo": {
|
|
"title": "i18n 国际化演示 - 当前语言: {current_locale}",
|
|
"basic_translations": "基础翻译",
|
|
"buttons": "按钮",
|
|
"status_badges": "状态标签",
|
|
"parameterized": "参数化翻译",
|
|
"language_info": "语言信息",
|
|
"navigation": "导航",
|
|
"usage_instructions": "使用说明",
|
|
"welcome_user": "欢迎, {name}!",
|
|
"items_count": "共有 {count} 个项目",
|
|
"last_updated": "最后更新: {time}",
|
|
"current_language": "当前语言",
|
|
"supported_languages": "支持的语言",
|
|
"instruction_1": "使用右上角的语言切换器切换语言",
|
|
"instruction_2": "翻译文件存储在 public/locales/ 目录下",
|
|
"instruction_3": "可以在部署后直接替换翻译文件,无需重新构建",
|
|
"instruction_4": "支持参数化翻译和回退语言机制"
|
|
},
|
|
"pagination": {
|
|
"selected_rows": "已选择 {selected} 行,共 {total} 行数据",
|
|
"rows_per_page": "每页显示",
|
|
"page_info": "第 {current} 页,共 {total} 页",
|
|
"first_page": "转到第一页",
|
|
"previous_page": "上一页",
|
|
"next_page": "下一页",
|
|
"last_page": "转到最后一页",
|
|
"go_to_first_page": "转到第一页",
|
|
"go_to_previous_page": "转到上一页",
|
|
"go_to_next_page": "转到下一页",
|
|
"go_to_last_page": "转到最后一页",
|
|
"page_display": "显示第 {current} 页,共 {total} 页({count} 个专业)",
|
|
"page_info_simple": "第 {current} 页,共 {total} 页",
|
|
"items_per_page": "个专业"
|
|
},
|
|
"navigation": {
|
|
"home": "首页",
|
|
"settings": "设置",
|
|
"profile": "个人资料",
|
|
"logout": "退出登录"
|
|
},
|
|
"auth": {
|
|
"login": "登录",
|
|
"register": "注册",
|
|
"email": "邮箱",
|
|
"password": "密码",
|
|
"username": "用户名"
|
|
},
|
|
"validation": {
|
|
"required": "此字段为必填项",
|
|
"invalid_email": "请输入有效的邮箱地址",
|
|
"password_too_short": "密码长度至少为 {min} 位",
|
|
"confirm_password": "两次输入的密码不一致"
|
|
},
|
|
"profile": {
|
|
"title": "人员数据",
|
|
"profile_table": {
|
|
"title": "人员档案总览",
|
|
"column": {
|
|
"name": "姓名",
|
|
"id_card": "证件号",
|
|
"formation_command": "部职别",
|
|
"duty": "职务信息",
|
|
"organization": "所属单位",
|
|
"identity": "身份信息",
|
|
"hire_date": "入职时间",
|
|
"political": "政治面貌",
|
|
"native": "籍贯信息",
|
|
"education": "学历信息"
|
|
},
|
|
"toolbar": {
|
|
"filter_organization": "筛选组织",
|
|
"search_placeholder": "搜索姓名、身份证、职务...",
|
|
"sort_method": "排序方式",
|
|
"default_sort": "默认排序",
|
|
"duty_level_desc": "按职务等级(降序)",
|
|
"duty_level_asc": "按职务等级(升序)",
|
|
"hire_date_desc": "按入职时间(降序)",
|
|
"hire_date_asc": "按入职时间(升序)",
|
|
"birthday_desc": "按年龄(降序)",
|
|
"birthday_asc": "按年龄(升序)",
|
|
"add_employee": "添加人员"
|
|
},
|
|
"table": {
|
|
"no_organization": "暂无组织",
|
|
"id_card_label": "身份证:",
|
|
"birth_date": "出生日期",
|
|
"records_count": "{count} 条记录"
|
|
}
|
|
},
|
|
"profile_sheet": {
|
|
"title_edit": "编辑员工",
|
|
"title_add": "添加员工",
|
|
"description_edit": "修改员工的基本信息和详细档案信息",
|
|
"description_add": "填写员工的基本信息和详细档案信息",
|
|
"required_fields_note": "标有 * 的字段为必填项",
|
|
"name": "姓名",
|
|
"gender": "性别",
|
|
"id_number": "身份证号",
|
|
"certificate_number": "证件号",
|
|
"formation_command": "编制命令",
|
|
"organization": "所属单位",
|
|
"duty_name": "职务名称",
|
|
"duty_code": "值班代号",
|
|
"duty_level": "职务水平",
|
|
"identity": "身份",
|
|
"rank": "等级",
|
|
"rank_time": "等级时间",
|
|
"hire_date": "入职时间",
|
|
"relative_hire_time": "相对入职时间",
|
|
"basic_info": "基本信息",
|
|
"organization_info": "岗位信息",
|
|
"duty_info": "职务信息",
|
|
"identity_info": "身份信息",
|
|
"hire_info": "入职信息",
|
|
"detailed_info": "详细信息",
|
|
"ethnicity": "民族",
|
|
"birth_date": "出生日期",
|
|
"blood_type": "血型",
|
|
"political_status": "政治面貌",
|
|
"party_position": "党派职务",
|
|
"native_place": "籍贯",
|
|
"province": "省份",
|
|
"city": "城市",
|
|
"county": "县区",
|
|
"education": "学历",
|
|
"education_form": "学历形式",
|
|
"is_graduate": "是否研究生",
|
|
"school_major": "学校专业",
|
|
"position_year": "任职年限",
|
|
"proxy_duty": "代理职务",
|
|
"is_rehire": "是否返聘",
|
|
"is_extended_departure": "是否延长离职",
|
|
"drills": "演练次数",
|
|
"train_experience": "培训经历",
|
|
"train_type": "培训类型",
|
|
"train_location": "培训地点",
|
|
"train_major": "培训专业",
|
|
"appraisal_experience": "考核经历",
|
|
"appraisal_level": "考核等级",
|
|
"appraisal_job": "考核岗位",
|
|
"foreign_language": "外语水平",
|
|
"reward": "奖励情况",
|
|
"punish": "处罚情况",
|
|
"remark": "备注",
|
|
"add_train": "添加培训经历",
|
|
"remove_train": "删除培训经历",
|
|
"add_appraisal": "添加考核经历",
|
|
"remove_appraisal": "删除考核经历",
|
|
"duty_level_not_found": "未找到职务水平",
|
|
"duty_level_primary": "初级",
|
|
"duty_level_middle": "中级",
|
|
"duty_level_high": "高级",
|
|
"duty_level_placeholder": "请选择职务水平",
|
|
"placeholders": {
|
|
"name": "请输入姓名",
|
|
"gender": "选择性别",
|
|
"id_number": "请输入身份证号",
|
|
"certificate_number": "请输入证件号",
|
|
"formation_command": "请输入编制命令",
|
|
"organization": "选择组织部门",
|
|
"duty_name": "请输入职务名称",
|
|
"duty_code": "请输入值班代号",
|
|
"identity": "请输入身份",
|
|
"rank": "请输入等级",
|
|
"ethnicity": "请输入民族",
|
|
"birth_date": "选择出生日期",
|
|
"blood_type": "选择血型",
|
|
"political_status": "选择政治面貌",
|
|
"party_position": "请输入党派职务",
|
|
"education": "选择学历",
|
|
"education_form": "选择学历形式",
|
|
"school_major": "请输入学校专业",
|
|
"position_year": "请输入任职年限",
|
|
"proxy_duty": "请输入代理职务",
|
|
"drills": "请输入演练次数",
|
|
"train_type": "选择培训类型",
|
|
"train_location": "请输入培训地点",
|
|
"train_major": "请输入培训专业",
|
|
"appraisal_level": "选择考核等级",
|
|
"appraisal_job": "请输入考核岗位",
|
|
"foreign_language": "请输入外语水平",
|
|
"reward": "请输入奖励情况",
|
|
"punish": "请输入处罚情况",
|
|
"remark": "请输入备注"
|
|
},
|
|
"blood_types": {
|
|
"a": "A型",
|
|
"b": "B型",
|
|
"ab": "AB型",
|
|
"o": "O型"
|
|
},
|
|
"validation": {
|
|
"name_required": "姓名不能为空",
|
|
"id_number_min_length": "身份证号不能少于15位",
|
|
"certificate_number_required": "证件号不能为空",
|
|
"hire_date_required": "入职时间不能为空",
|
|
"identity_required": "身份不能为空",
|
|
"rank_required": "等级不能为空",
|
|
"rank_time_required": "等级时间不能为空",
|
|
"duty_name_required": "职务名称不能为空",
|
|
"organization_required": "请选择组织"
|
|
}
|
|
},
|
|
"elite_table": {
|
|
"title": "骨干名册",
|
|
"column": {
|
|
"profession": "专业",
|
|
"stations": "站点",
|
|
"technician": "技师(值班代号)",
|
|
"leader": "领班员/站长(值班代号)",
|
|
"operator": "值机员/值班员(值班代号)"
|
|
},
|
|
"filter": {
|
|
"select_profession": "选择专业",
|
|
"select_station": "选择站点",
|
|
"select_duty_level": "选择职务等级",
|
|
"search_placeholder": "搜索人员姓名或值班代号"
|
|
}
|
|
}
|
|
},
|
|
"duty": {
|
|
"technician": "技师",
|
|
"foreman": "领班员",
|
|
"master": "站长",
|
|
"operator": "值机员",
|
|
"dutyofficer": "值班员"
|
|
}
|
|
} |