Files
ops2/frontend/ops_vue_js/src/i18n/zh-CN.json
T
2026-04-24 00:37:24 +08:00

442 lines
15 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"week": {
"sun": "星期日",
"mon": "星期一",
"tue": "星期二",
"wed": "星期三",
"thu": "星期四",
"fri": "星期五",
"sat": "星期六"
},
"errorpage": {
"404_title": "404 资源未找到",
"404_msg_title": "抱歉…您刚刚发现了一个错误页面",
"404_msg": "您所查找的页面不存在",
"404_back_home": "返回首页",
"404_previous_page": "上一页"
},
"appname": {
"home": "主页",
"login": "登录",
"forgot_password": "忘记密码",
"register": "注册",
"schedule": "日程",
"purchase": "采购",
"warehouse": "仓库",
"warehouse_items": "物品总览",
"work_order": "工单"
},
"tagadder": {
"not_fund_item": "没有找到匹配项",
"loding": "正在加载...",
"add": "添加新选项: "
},
"dropzone": {
"upload_drop_or_click": "拖放文件到这里或点击上传",
"upload_browser_not_supported": "您的浏览器不支持拖放文件上传",
"upload_file_too_big": "文件太大",
"upload_max_file_size": "最大文件大小: ",
"upload_invalid_file_type": "不支持此文件类型",
"upload_server_error": "服务器响应错误",
"upload_cancel": "取消上传",
"upload_canceled": "上传已取消",
"upload_cancel_confirmation": "确定要取消上传吗?",
"upload_remove_file": "移除文件",
"upload_max_files": "您最多只能上传",
"upload_max_files_unit": "个文件"
},
"cropper": {
"select_image": "选择图片",
"select_File": "选择文件",
"crop_image": "裁剪图片",
"cancel": "取消",
"closs": "关闭",
"upload_image": "上传图片",
"supported_formats": "支持JPG、PNG、GIF格式",
"drag_to_resize": "可拖动调整大小与位置",
"ready_to_upload": "准备上传头像",
"click_button_or_drag": "点击上传按钮或拖放图片文件"
},
"purchase": {
"purchase_list": "采购列表",
"item_name": "物品名称",
"purpose": "用途",
"unit": "单位",
"quantity": "数量",
"unit_price": "单价",
"total_price": "总价",
"created_at": "创建日期",
"updated_at": "更新日期",
"status": "状态",
"filter_all": "全部",
"status_pending": "待处理",
"status_ordered": "已下单",
"status_arrived": "已到达",
"status_received": "已收件",
"status_lost": "丢件",
"status_returned": "退件",
"completed": "已完成",
"pending": "待处理",
"show": "显示",
"entries": "个订单",
"search": "搜索",
"search_placeholder": "搜索订单号、名称、用途",
"add_part": "添加订单",
"exp_report": "生成报告",
"There_are_a_total_of": ",一共",
"items": "个订单",
"order_detail": "订单详情",
"back": "返回",
"back_to_list": "返回",
"order_not_found": "订单不存在",
"delete_order": "删除订单",
"confirm_delete": "确定要删除此订单吗?此操作不可撤销。",
"order_info": "订单信息",
"cost_detail": "费用明细",
"photo_remarks": "图片备注",
"link": "链接",
"no_photos": "暂无图片",
"open_link": "打开链接",
"copy_link": "复制链接",
"no_costs": "暂无费用记录",
"cost_total": "合计",
"change_status": "变更状态",
"change_remark": "变更备注",
"status_photos": "变更图片",
"commit_history": "状态记录",
"no_commits": "暂无状态记录",
"commit_placeholder": "添加备注(可选)",
"upload_photos": "上传图片",
"commit_create": "订单创建",
"edit_order": "编辑订单",
"submit_changes":"提交修改",
"confirm_delete_commit": "确定要删除此进度吗?"
},
"work_order": {
"list_title": "工单列表",
"add": "新增工单",
"add_title": "新增工单",
"edit_title": "编辑工单",
"detail_title": "工单详情",
"title": "工单标题",
"title_placeholder": "输入工单标题",
"description": "问题描述",
"description_placeholder": "输入问题描述",
"linked_item": "关联物品",
"linked_item_placeholder": "搜索物品名称或序列号...",
"linked_item_not_found": "未找到匹配的物品",
"linked_item_selected": "已选择",
"clear_linked_item": "清除",
"photos": "图片",
"no_photos": "暂无图片",
"status": "状态",
"created_at": "创建时间",
"updated_at": "更新时间",
"filter_all": "全部",
"status_pending": "待处理",
"status_checked": "已检查",
"status_parts_ordered": "已下单零件",
"status_repaired": "已维修",
"status_returned": "已送还",
"status_unrepairable": "无法维修",
"commit_history": "工作进度",
"no_commits": "暂无进度记录",
"commit_create": "工单创建",
"add_commit": "新增进度",
"commit_status_label": "进度状态",
"commit_comment_label": "备注",
"commit_comment_placeholder": "输入进度备注(可选)",
"commit_photos_label": "上传图片",
"commit_submit": "提交",
"submit_commit": "提交",
"edit": "编辑",
"delete": "删除",
"back_to_list": "返回",
"not_found": "工单不存在",
"confirm_delete": "确定要删除此工单吗?此操作不可撤销。",
"confirm_delete_commit": "确定要删除此进度吗?",
"linked_items": "关联物品",
"submit": "提交",
"save_changes": "保存修改"
},
"warehouse": {
"container_list": "容器列表",
"container_detail": "容器详情",
"overview": "仓库总览",
"containers": "容器",
"item_list": "物品列表",
"add_container": "新增容器",
"edit_container": "编辑容器",
"container_name": "容器名称",
"title_placeholder": "输入容器名称",
"remark": "备注",
"remark_placeholder": "输入备注(可选)",
"created_at": "创建日期",
"updated_at": "更新日期",
"created_by": "创建人",
"child_containers": "子容器",
"items": "物品",
"actions": "操作",
"view_items": "查看",
"edit": "编辑",
"delete": "删除",
"search_placeholder": "搜索",
"no_containers": "暂无容器",
"no_items": "暂无物品",
"container_count": "容器数",
"item_count": "物品数",
"unstored_items": "未入库",
"unstored": "未入库",
"title_required": "容器名称不能为空",
"delete_confirm_title": "删除容器",
"delete_confirm_msg": "确定要删除容器「{name}」吗?此操作不可撤销。",
"cannot_delete_nonempty": "容器内含有物品或子容器,无法删除",
"confirm_delete": "确定要删除此容器吗?此操作不可撤销。",
"add_item": "新增物品",
"edit_item": "编辑物品",
"item_name": "物品名称",
"item_name_placeholder": "输入物品名称",
"serial_number": "序列号",
"serial_number_placeholder": "输入序列号(可选)",
"quantity": "数量",
"item_name_required": "物品名称不能为空",
"back_to_list": "返回列表",
"root": "仓库",
"item_detail": "物品详情",
"edit_item": "编辑物品",
"move_item": "移动物品",
"move_history": "移动历史",
"work_orders": "关联工单",
"no_move_history": "暂无移动记录",
"no_work_orders": "暂无关联工单",
"current_location": "当前位置",
"target_container": "目标容器",
"search_container": "搜索容器...",
"confirm_move": "确认移动",
"move_remark_placeholder": "输入移动备注(可选)",
"location": "位置",
"delete_item_title": "删除物品",
"delete_item_msg": "确定要删除物品「{name}」吗?此操作不可撤销。",
"items_in_containers": "已入库",
"total_items": "共 {count} 条",
"search_item_placeholder": "搜索物品名称或序列号"
},
"purchase_addorder": {
"add_order": "添加订单",
"edit_order": "编辑订单",
"order_info": "订单信息",
"title": "标题",
"input_title": "输入订单标题",
"remarks": "用途备注",
"photo_remarks": "图片备注",
"remarks_text": "输入文字备注",
"purchase_channel": "采购途径",
"link": "链接",
"style_remarks": "样式备注",
"add_style": "添加样式",
"cost": "成本",
"type": "类型",
"quantity": "数量",
"fee": "费用",
"total_price": "总价",
"currency": "货币",
"operation": "操作",
"remove": "移除",
"change": "修改",
"fee_type": "费用类型",
"input_quantity": "数量",
"input_fee": "费用",
"fee_hint": "小数点必须是 \".\",开启输入法状态可能无法输入",
"select_currency": "选择货币类型",
"add": "添加",
"add_cost": "添加费用",
"upload_photos": "上传图片",
"other_status": "其他状态",
"update_time": "更新时间",
"tracking_number": "快递单号",
"input_tracking_number": "输入快递单号",
"order_status": "订单状态",
"modify_order_status": "修改订单状态",
"submit": "提交",
"part_name": "物件名称"
},
"schedule": {
"my_schedule": "我的日程",
"event_title": "事件标题",
"event_date": "事件日期",
"event_time": "事件时间",
"event_description": "事件描述",
"save_event": "保存事件",
"no_events": "没有找到事件",
"delete_event": "删除事件",
"edit_event": "编辑事件",
"today": "今天",
"week": "本周",
"month": "本月",
"previous_month": "上月",
"next_month": "下月",
"previous_year": "上年",
"next_year": "下年",
"add_event": "添加日程",
"event_title_placeholder": "输入日程内容",
"work": "工作",
"duty": "值班",
"exam": "考试",
"standby": "备用",
"personal_holiday": "个人假期",
"public_holiday": "公众假期",
"to": "至",
"close": "关闭",
"copy": "复制",
"paste": "粘贴",
"add_event_button": "添加日程",
"event_title_required": "请输入日程内容",
"date_required": "请选择日期",
"clear_dates": "清除日期",
"event_added_successfully": "日程添加成功",
"edit_event_title": "修改日程",
"view_event_title": "查看日程",
"delete": "删除",
"copied": "已复制",
"pasted": "已粘贴",
"not_your_schedule": "这不是你的日程",
"someone_schedule": "{name} 创建的日程"
},
"home": {
"today_schedule_count": "今日共 {count} 个日程",
"today_no_schedule": "今日暂无日程",
"loading": "加载中...",
"today": "今日:{date}",
"pending_orders": "待处理订单"
},
"message": {
"save": "保存",
"cancel": "取消",
"delete_success": "删除成功",
"functionality_not_yet_developed": "功能未开发",
"hello": "你好",
"welcome": "欢迎",
"dark_mode": "深色模式",
"light_mode": "亮色模式",
"login_or_register": "登录/注册",
"login_to_your_account": "登录到您的账户",
"your_email_address": "您的邮箱地址",
"email_address": "邮箱地址",
"user_name": "用户名",
"your_user_name": "您的用户名",
"password": "密码",
"your_password": "您的密码",
"i_forgot_password": "我忘记了密码",
"remember_me_on_this_device": "记住我在这台设备上",
"dont_have_account_yet": "还没有账户?",
"register_now": "立即注册",
"show_password": "显示密码",
"hidden_Password": "隐藏密码",
"please_enter_username_and_password": "请输入用户名和密码",
"forgot_password": "忘记密码",
"enter_your_email_to_reset_password": "输入您的邮箱地址,您的密码将被重置并通过邮件发送给您。",
"enter_your_username_to_reset_password": "输入您的用户名,您的密码将被重置并通过邮件发送给您。",
"back_to_login": "返回登录",
"please_enter_your_email": "请输入您的邮箱",
"please_enter_your_username": "请输入您的用户名",
"this_not_email": "这不是一个有效的邮箱地址。",
"create_new_account": "创建新账户",
"already_have_an_account": "已经有账户了?",
"network_err": "网络错误",
"username_dup": "用户名重复",
"registration_successful": "注册成功!",
"server_error": "服务端错误",
"user_not_found": "找不到用户",
"username_or_password_incorrect": "用户或密码错误",
"login_successful": "登录成功",
"logout": "登出",
"user_home": "个人主页",
"user_settings": "个人资料",
"preferences": "偏好设置",
"administrator": "管理员",
"select_date": "选择日期",
"save_ok": "保存成功",
"change_ok": "更改成功",
"type_old_pass": "输入旧密码",
"type_new_pass": "输入新密码",
"type_cof_pass": "确认新密码",
"old_pass_incorrect": "旧密码不正确",
"confirm_password_incorrect": "确认密码不正确",
"confirm": "确认",
"cancel": "取消",
"delete_ok": "删除成功",
"save_success": "保存成功",
"submit": "提交",
"submitting": "提交中...",
"loading": "加载中..."
},
"settings": {
"cancel": "取消",
"cancel_changes": "取消更改",
"basic_information": "基本信息",
"contact_information": "联系信息",
"security_settings": "安全设置",
"account_settings": "个人设置",
"my_account": "我的账户",
"profile_information": "个人信息",
"profile_picture": "个人头像",
"account_information": "账户信息",
"change_avatar": "更改头像",
"change_email": "更改邮箱",
"name": "姓名",
"remark": "备注",
"email": "邮箱",
"gender": "性别",
"male": "男",
"female": "女",
"birthday": "生日",
"admin": "管理员",
"website_settings": "网站设置",
"site_name": "网站名称",
"logo_settings": "Logo设置",
"site_description": "网站描述",
"site_keywords": "网站关键词",
"save_changes": "保存更改",
"saving": "保存中...",
"password": "密码",
"set_new_password": "设置新密码",
"avatar_description": "上传一张清晰的头像照片,支持JPG、PNG格式,建议尺寸不少于256×256像素。",
"avatar_unsaved": "头像修改未保存",
"optional": "选填",
"birthday_help": "选择您的生日,用于个性化服务",
"save_notice": "保存后将更新您的个人信息",
"placeholder_name": "请输入您的姓名",
"placeholder_remark": "个人简介或备注",
"name_hint": "仅用于显示,不影响登录名",
"remark_hint": "仅备注"
},
"button": {
"submit": "提交",
"cancel": "取消",
"sign_in": "登录",
"send_me_new_password": "发送新密码"
},
"footer": {
"doc": "文档",
"license": "协议",
"source_code": "源码",
"github": "GitHub",
"author_home": "作者主页",
"copy": "版权 © 2025 Operations. MIT开源协议。"
},
"cost_type": {
"unit_price": "单价",
"freight": "运费"
},
"order_status": {
"pending_order": "待下单",
"order_placed": "已下单",
"in_transit": "运输中",
"completed": "已完成",
"refund_requested": "申请退款",
"returning": "退回中",
"refunded": "已退款",
"lost_package": "丢件"
}
}