-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) Update translations from Transifex
- Loading branch information
1 parent
1689ede
commit a09cf47
Showing
30 changed files
with
314 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 55 additions & 55 deletions
110
packages/esm-bed-management-app/translations/zh_CN.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
{ | ||
"actions": "Actions", | ||
"addBed": "Add bed", | ||
"addBedTag": "Create bed tag", | ||
"addBedType": "Add bed type", | ||
"allocationStatus": "Allocated", | ||
"bedDescription": "Bed description", | ||
"bedId": "Bed ID", | ||
"bedLocation": "Location", | ||
"bedManagement": "Bed management", | ||
"bedManagementLeftPanel": "Bed management left panel", | ||
"bedName": "Bed name", | ||
"bedNumber": "Bed number", | ||
"beds": "Beds", | ||
"bedTagCreated": "Bed tag created", | ||
"actions": "动作", | ||
"addBed": "添加床位", | ||
"addBedTag": "创建床位标签", | ||
"addBedType": "添加床位类型", | ||
"allocationStatus": "已分配", | ||
"bedDescription": "床位描述", | ||
"bedId": "床位 ID", | ||
"bedLocation": "位置", | ||
"bedManagement": "床位管理", | ||
"bedManagementLeftPanel": "床位管理左面板", | ||
"bedName": "床位名称", | ||
"bedNumber": "床位号", | ||
"beds": "病床", | ||
"bedTagCreated": "床位标签已创建", | ||
"bedTagCreatedSuccessfully": "", | ||
"bedTagPlaceholder": "", | ||
"bedTags": "Bed tags", | ||
"bedTagUpdated": "Bed tag updated", | ||
"bedTags": "床位标签", | ||
"bedTagUpdated": "床位标签已更新", | ||
"bedTagUpdatedSuccessfully": "", | ||
"bedTypeCreated": "Bed type created", | ||
"bedTypeCreated": "床位类型已创建", | ||
"bedTypeCreatedSuccessfully": "", | ||
"bedTypePlaceholder": "", | ||
"bedTypes": "Bed types", | ||
"bedTypeUpdated": "Bed type updated", | ||
"bedTypes": "床位类型", | ||
"bedTypeUpdated": "床位类型已更新", | ||
"bedTypeUpdatedSuccessfully": "", | ||
"bedUpdated": "Bed updated", | ||
"bedUpdated": "床位已更新", | ||
"bedUpdatedSuccessfully": "", | ||
"checkFilters": "Check the filters above", | ||
"chooseBedtype": "Choose a bed type", | ||
"chooseOccupiedStatus": "Choose occupied status", | ||
"createBedTag": "Create bed tag", | ||
"createBedType": "Create bed type", | ||
"createNewBed": "Create a new bed", | ||
"description": "Description", | ||
"displayName": "Display name", | ||
"checkFilters": "检查上面的过滤器", | ||
"chooseBedtype": "选择一个床位类型", | ||
"chooseOccupiedStatus": "选择占用状态", | ||
"createBedTag": "创建床位标签", | ||
"createBedType": "创建床位类型", | ||
"createNewBed": "创建一个新床位", | ||
"description": "描述", | ||
"displayName": "显示名称", | ||
"displayNamePlaceholder": "", | ||
"editBed": "Edit bed", | ||
"editBedTag": "Edit Bed Tag", | ||
"editBedType": "Edit bed type", | ||
"editTag": "Edit Tag", | ||
"enterBedDescription": "Enter the bed description", | ||
"enterBedNumber": "e.g. BMW-201", | ||
"error": "Error", | ||
"errorCreatingBedTag": "Error creating bed tag", | ||
"errorCreatingForm": "Error creating bed", | ||
"errorFetchingbedInformation": "Error fetching bed information", | ||
"filterByOccupancyStatus": "Filter by occupancy status", | ||
"editBed": "编辑床位", | ||
"editBedTag": "编辑床位标签", | ||
"editBedType": "编辑床位类型", | ||
"editTag": "编辑标签", | ||
"enterBedDescription": "输入床位描述", | ||
"enterBedNumber": "例如:BMW-201", | ||
"error": "错误", | ||
"errorCreatingBedTag": "创建床位标签发生错误", | ||
"errorCreatingForm": "创建床位发生错误", | ||
"errorFetchingbedInformation": "获取床位信息发生错误", | ||
"filterByOccupancyStatus": "依据占用状态进行过滤", | ||
"ids": "Id", | ||
"location": "Location", | ||
"manageBeds": "Manage beds", | ||
"name": "Name", | ||
"newBedCreated": "New bed created", | ||
"no": "No", | ||
"No data": "No data to display", | ||
"noDataToDisplay": "No data to display", | ||
"occupancyStatus": "Occupied", | ||
"or": "or", | ||
"location": "位置", | ||
"manageBeds": "管理床位", | ||
"name": "名称", | ||
"newBedCreated": "新床位已创建", | ||
"no": "否", | ||
"No data": "没有可显示的数据", | ||
"noDataToDisplay": "没有可显示的数据", | ||
"occupancyStatus": "已占用", | ||
"or": "或", | ||
"pleaseFillField": "", | ||
"required": "Required", | ||
"save": "Save", | ||
"selectBedLocation": "Select a bed location", | ||
"summary": "Summary", | ||
"viewBeds": "View beds", | ||
"wardAllocation": "Ward allocation", | ||
"yes": "Yes" | ||
"required": "必需", | ||
"save": "保存", | ||
"selectBedLocation": "选择床位位置", | ||
"summary": "总结", | ||
"viewBeds": "查看床位", | ||
"wardAllocation": "病房分配", | ||
"yes": "是" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.