Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions guard_app/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,29 @@
"search": "搜索排班...",
"noShifts": "未找到排班",
"noCompleted": "未找到已完成的排班",
"accepted": "已接受"
"accepted": "已接受",
"approved": "已批准",
"createRequest": "创建请求",
"viewRequests": "换班和请假请求",
"change": "更改",
"requestType": "请求类型",
"requestedDate": "请求日期",
"reason": "原因",
"swap": "换班",
"leave": "请假",
"selectRequestType": "选择请求类型",
"reasonHint": "抱歉我生病了...",
"requestedTime": "请求时间",
"selectDate": "选择日期",
"selectTime": "选择时间",
"notFound": "未找到排班请求",
"requestError": "加载请求失败。",
"alerts": {
"missingTimeHead": "缺少日期或时间",
"missingTimeMsg": "输入您想要将排班移动到的日期和时间。",
"invalidDateHead": "无效日期",
"invalidDateMsg": "选择的日期无效"
}
},
"timesheet": {
"checkIn": "签到:",
Expand Down Expand Up @@ -162,7 +184,8 @@
"messages": "消息",
"notifications": "通知",
"certificates": "资质认证",
"shiftDetails": "排班详情"
"shiftDetails": "排班详情",
"shiftRequests": "排班更改请求"
},
"docs": {
"title": "文件概览",
Expand Down
27 changes: 25 additions & 2 deletions guard_app/src/locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,29 @@
"search": "搜尋排班...",
"noShifts": "未找到排班",
"noCompleted": "未找到已完成的排班",
"accepted": "已接受"
"accepted": "已接受",
"approved": "已批准",
"createRequest": "建立請求",
"viewRequests": "換班和請假請求",
"change": "更改",
"requestType": "請求類型",
"requestedDate": "請求日期",
"reason": "原因",
"swap": "換班",
"leave": "請假",
"selectRequestType": "選擇請求類型",
"reasonHint": "抱歉我生病了...",
"requestedTime": "請求時間",
"selectDate": "選擇日期",
"selectTime": "選擇時間",
"notFound": "未找到排班請求",
"requestError": "載入請求失敗。",
"alerts": {
"missingTimeHead": "缺少日期或時間",
"missingTimeMsg": "輸入您想要將排班移動到的日期和時間。",
"invalidDateHead": "無效日期",
"invalidDateMsg": "選擇的日期無效"
}
},
"timesheet": {
"checkIn": "簽到:",
Expand Down Expand Up @@ -162,7 +184,8 @@
"messages": "訊息",
"notifications": "通知",
"certificates": "資質認證",
"shiftDetails": "排班詳情"
"shiftDetails": "排班詳情",
"shiftRequests": "排班更改請求"
},
"docs": {
"title": "文件概覽",
Expand Down
Loading