up
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"schedule": "日程",
|
||||
"purchase": "采购",
|
||||
"warehouse": "仓库",
|
||||
"warehouse_items": "物品总览",
|
||||
"work_order": "工单"
|
||||
},
|
||||
"tagadder": {
|
||||
@@ -151,6 +152,64 @@
|
||||
"submit": "提交",
|
||||
"save_changes": "保存修改"
|
||||
},
|
||||
"warehouse": {
|
||||
"container_list": "容器列表",
|
||||
"container_detail": "容器详情",
|
||||
"item_list": "物品列表",
|
||||
"add_container": "新增容器",
|
||||
"edit_container": "编辑容器",
|
||||
"container_name": "容器名称",
|
||||
"title_placeholder": "输入容器名称",
|
||||
"remark": "备注",
|
||||
"remark_placeholder": "输入备注(可选)",
|
||||
"created_at": "创建日期",
|
||||
"created_by": "创建人",
|
||||
"child_containers": "子容器",
|
||||
"items": "物品",
|
||||
"actions": "操作",
|
||||
"view_items": "查看",
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"search_placeholder": "搜索",
|
||||
"no_containers": "暂无容器",
|
||||
"no_items": "暂无物品",
|
||||
"container_count": "容器数",
|
||||
"item_count": "物品数",
|
||||
"unstored_items": "未入库",
|
||||
"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": "编辑订单",
|
||||
|
||||
Reference in New Issue
Block a user