feat(postcard): split create into sent/received, add pending status and mark-sent flow
This commit is contained in:
@@ -73,17 +73,23 @@
|
||||
"profiles.confirm_delete": "Delete this profile?",
|
||||
"pc_list.title": "'s postcards",
|
||||
"pc_list.new": "+ New postcard",
|
||||
"pc_list.new_sent": "✉️ Sent",
|
||||
"pc_list.new_received": "📬 Received",
|
||||
"pc_list.duplicate": "Card number already exists",
|
||||
"pc_list.all_countries": "All countries",
|
||||
"pc_list.filter": "Filter",
|
||||
"pc_list.tab_sent": "Sent",
|
||||
"pc_list.tab_received": "Received",
|
||||
"pc_list.mark_sent": "Send",
|
||||
"pc_list.confirm_sent": "Mark as sent?",
|
||||
"pc_list.mark_delivered": "Delivered",
|
||||
"pc_list.confirm_delivered": "Mark as delivered?",
|
||||
"pc_list.empty_sent": "No sent postcards.",
|
||||
"pc_list.empty_received": "No received postcards.",
|
||||
"pc_detail.title": "Postcard detail",
|
||||
"pc_detail.edit": "Edit",
|
||||
"pc_detail.mark_sent": "Send",
|
||||
"pc_detail.confirm_sent": "Mark as sent?",
|
||||
"pc_detail.mark_delivered": "Mark delivered",
|
||||
"pc_detail.confirm_delivered": "Mark as delivered?",
|
||||
"pc_detail.delete": "Delete",
|
||||
@@ -106,10 +112,13 @@
|
||||
"pc_detail.profile": "Profile",
|
||||
"pc_detail.notes": "Notes",
|
||||
"status.sent": "Sent",
|
||||
"status.pending": "Pending",
|
||||
"status.delivered": "Delivered",
|
||||
"status.received": "Received",
|
||||
"pc_form.edit": "Edit postcard",
|
||||
"pc_form.new": "New postcard",
|
||||
"pc_form.new_sent": "New sent",
|
||||
"pc_form.new_received": "New received",
|
||||
"pc_form.number": "Number",
|
||||
"pc_form.number_hint": "Format: AB-1234567",
|
||||
"pc_form.status": "Status",
|
||||
|
||||
@@ -73,17 +73,23 @@
|
||||
"profiles.confirm_delete": "确定删除此 Profile?",
|
||||
"pc_list.title": " 的明信片",
|
||||
"pc_list.new": "+ 新明信片",
|
||||
"pc_list.new_sent": "✉️ 寄出",
|
||||
"pc_list.new_received": "📬 收到",
|
||||
"pc_list.duplicate": "编号已存在",
|
||||
"pc_list.all_countries": "全部国家",
|
||||
"pc_list.filter": "筛选",
|
||||
"pc_list.tab_sent": "寄出",
|
||||
"pc_list.tab_received": "收到",
|
||||
"pc_list.mark_sent": "寄出",
|
||||
"pc_list.confirm_sent": "确认寄出?",
|
||||
"pc_list.mark_delivered": "已送达",
|
||||
"pc_list.confirm_delivered": "确认已送达?",
|
||||
"pc_list.empty_sent": "没有寄出的明信片。",
|
||||
"pc_list.empty_received": "没有收到的明信片。",
|
||||
"pc_detail.title": "明信片详情",
|
||||
"pc_detail.edit": "编辑",
|
||||
"pc_detail.mark_sent": "寄出",
|
||||
"pc_detail.confirm_sent": "确认寄出?",
|
||||
"pc_detail.mark_delivered": "已送达",
|
||||
"pc_detail.confirm_delivered": "确认已送达?",
|
||||
"pc_detail.delete": "删除",
|
||||
@@ -106,10 +112,13 @@
|
||||
"pc_detail.profile": "所属 Profile",
|
||||
"pc_detail.notes": "备注",
|
||||
"status.sent": "已寄出",
|
||||
"status.pending": "待寄出",
|
||||
"status.delivered": "已送达",
|
||||
"status.received": "已收到",
|
||||
"pc_form.edit": "编辑明信片",
|
||||
"pc_form.new": "新建明信片",
|
||||
"pc_form.new_sent": "新建寄出",
|
||||
"pc_form.new_received": "新建收到",
|
||||
"pc_form.number": "编号",
|
||||
"pc_form.number_hint": "格式:AB-1234567",
|
||||
"pc_form.status": "状态",
|
||||
|
||||
Reference in New Issue
Block a user