Signed-off-by: 吴文峰 <kevin@lmve.net>
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
"purchase": "Purchase",
|
||||
"warehouse": "Warehouse",
|
||||
"warehouse_items": "Items Overview",
|
||||
"work_order": "Work Order"
|
||||
"work_order": "Work Order",
|
||||
"calendar": "Calendar"
|
||||
},
|
||||
"tagadder": {
|
||||
"not_fund_item": "No matching items found",
|
||||
@@ -601,5 +602,41 @@
|
||||
"created_by": "Created By",
|
||||
"not_found": "Customer not found",
|
||||
"related_customers": "Related Customers"
|
||||
},
|
||||
"calendar": {
|
||||
"calendars": "Calendar List",
|
||||
"calendar_detail": "Calendar Detail",
|
||||
"create_calendar": "Create Calendar",
|
||||
"edit_calendar": "Edit Calendar",
|
||||
"delete_calendar": "Delete Calendar",
|
||||
"calendar_not_found": "Calendar not found",
|
||||
"no_calendars": "No calendars yet",
|
||||
"name": "Name",
|
||||
"name_required": "Calendar name is required",
|
||||
"name_placeholder": "Enter calendar name",
|
||||
"description": "Description",
|
||||
"description_placeholder": "Enter calendar description",
|
||||
"color": "Color",
|
||||
"is_public": "Public Calendar",
|
||||
"public": "Public",
|
||||
"private": "Private",
|
||||
"create_success": "Calendar created successfully",
|
||||
"update_success": "Calendar updated successfully",
|
||||
"delete_success": "Calendar deleted successfully",
|
||||
"confirm_delete": "Are you sure you want to delete this calendar?",
|
||||
"loading": "Loading...",
|
||||
"add_event": "Add Event",
|
||||
"edit_event": "Edit Event",
|
||||
"delete_event": "Delete Event",
|
||||
"event_title": "Event Title",
|
||||
"event_title_required": "Event title is required",
|
||||
"event_title_placeholder": "Enter event title",
|
||||
"start_date": "Start Date",
|
||||
"end_date": "End Date",
|
||||
"remark": "Remark",
|
||||
"remark_placeholder": "Enter remark",
|
||||
"event_save_success": "Event saved successfully",
|
||||
"event_delete_success": "Event deleted successfully",
|
||||
"confirm_delete_event": "Are you sure you want to delete this event?"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
"purchase": "采购",
|
||||
"warehouse": "仓库",
|
||||
"warehouse_items": "物品总览",
|
||||
"work_order": "工单"
|
||||
"work_order": "工单",
|
||||
"calendar": "日历"
|
||||
},
|
||||
"tagadder": {
|
||||
"not_fund_item": "没有找到匹配项",
|
||||
@@ -601,5 +602,41 @@
|
||||
"created_by": "创建者",
|
||||
"not_found": "客户不存在",
|
||||
"related_customers": "关联客户"
|
||||
},
|
||||
"calendar": {
|
||||
"calendars": "日历列表",
|
||||
"calendar_detail": "日历详情",
|
||||
"create_calendar": "新建日历",
|
||||
"edit_calendar": "编辑日历",
|
||||
"delete_calendar": "删除日历",
|
||||
"calendar_not_found": "日历未找到",
|
||||
"no_calendars": "暂无日历",
|
||||
"name": "名称",
|
||||
"name_required": "请输入日历名称",
|
||||
"name_placeholder": "请输入日历名称",
|
||||
"description": "描述",
|
||||
"description_placeholder": "请输入日历描述",
|
||||
"color": "颜色",
|
||||
"is_public": "公开日历",
|
||||
"public": "公开",
|
||||
"private": "私有",
|
||||
"create_success": "创建成功",
|
||||
"update_success": "更新成功",
|
||||
"delete_success": "删除成功",
|
||||
"confirm_delete": "确定要删除此日历吗?",
|
||||
"loading": "加载中...",
|
||||
"add_event": "添加事件",
|
||||
"edit_event": "编辑事件",
|
||||
"delete_event": "删除事件",
|
||||
"event_title": "事件标题",
|
||||
"event_title_required": "请输入事件标题",
|
||||
"event_title_placeholder": "请输入事件标题",
|
||||
"start_date": "开始日期",
|
||||
"end_date": "结束日期",
|
||||
"remark": "备注",
|
||||
"remark_placeholder": "请输入备注",
|
||||
"event_save_success": "事件保存成功",
|
||||
"event_delete_success": "事件删除成功",
|
||||
"confirm_delete_event": "确定要删除此事件吗?"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user