Files
ops2/frontent/ops_vue_js/src/i18n/zh-CN.json
T
2026-01-15 21:26:55 +08:00

173 lines
5.5 KiB
JSON

{
"errorpage": {
"404_title": "404 资源未找到",
"404_msg_title": "抱歉…您刚刚发现了一个错误页面",
"404_msg": "您所查找的页面不存在",
"404_back_home": "返回首页",
"404_previous_page": "上一页"
},
"appname": {
"home": "主页",
"login": "登录",
"forgot_password": "忘记密码",
"register": "注册",
"schedule": "日程",
"purchase": "采购",
"warehouse": "仓库"
},
"tagadder": {
"not_fund_item": "没有找到匹配项",
"loding": "正在加载...",
"add": "添加新选项: "
},
"cropper": {
"select_image": "选择图片",
"select_File": "选择文件",
"crop_image": "裁剪图片",
"cancel": "取消",
"closs": "关闭"
},
"purchase": {
"purchase_list": "采购列表",
"item_name": "物品名称",
"purpose": "用途",
"unit": "单位",
"quantity": "数量",
"unit_price": "单价",
"total_price": "总价",
"created_at": "创建日期",
"updated_at": "更新日期",
"status": "状态",
"completed": "已完成",
"pending": "待处理",
"show": "显示",
"entries": "个物件",
"search": "搜索",
"add_part": "添加订单",
"exp_report": "生成报告"
},
"schedule": {
"my_schedule": "我的日程",
"add_event": "添加事件",
"event_title": "事件标题",
"event_date": "事件日期",
"event_time": "事件时间",
"event_description": "事件描述",
"save_event": "保存事件",
"no_events": "没有找到事件",
"delete_event": "删除事件",
"edit_event": "编辑事件",
"tody": "今天",
"week": "本周",
"month": "本月",
"previous_month": "上月",
"next_month": "下月",
"previous_year": "上年",
"next_year": "下年"
},
"message": {
"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": "确认密码不正确"
},
"settings": {
"cancel": "取消",
"basic_information": "基本信息",
"contact_information": "联系信息",
"security_settings": "安全设置",
"account_settings": "个人设置",
"my_account": "我的账户",
"profile_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": "保存更改",
"password": "密码",
"set_new_password": "设置新密码"
},
"button": {
"submit": "提交",
"cancel": "取消",
"sign_in": "登录",
"send_me_new_password": "发送新密码"
},
"footer": {
"doc": "文档",
"license": "协议",
"source_code": "源码",
"copy": "版权 © 2025 Operations. 保留所有权利。"
},
"cost_type": {
"unit_price": "单价",
"freight": "运费"
},
"order_status": {
"pending_order": "待下单",
"order_placed": "已下单",
"in_transit": "运输中",
"completed": "已完成",
"refund_requested": "申请退款",
"returning": "退回中",
"refunded": "已退款",
"lost_package": "丢件"
}
}