-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #477 from techcomrade/feature/language
feature/language: update frontend_web translation
- Loading branch information
Showing
15 changed files
with
342 additions
and
102 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,82 @@ | ||
{ | ||
"page.side-bar.home": "Home", | ||
"page.side-bar.management": "Management", | ||
"page.side-bar.user-info": "User Information", | ||
"page.side-bar.device-info": "Device Information", | ||
"page.side-bar.record-info": "Record Information", | ||
"page.side-bar.assignment-doctor": "Assignment Patient To Doctor", | ||
"page.side-bar.account-info": "Account Information", | ||
"page.side-bar.register-info": "Register Information", | ||
"page.side-bar.account-management": "Account Management", | ||
"page.side-bar.setting": "Settings", | ||
"page.breadcrumb.pages": "Pages" | ||
|
||
|
||
"page": { | ||
"side-bar": { | ||
"home": "Home", | ||
"management": "Management", | ||
"user-info": "User Information", | ||
"device-info": "Device Information", | ||
"record-info": "Record Information", | ||
"assignment-doctor": "Assignment Patient To Doctor", | ||
"account-info": "Account Information", | ||
"register-info": "Register Information", | ||
"account-management": "Account Management", | ||
"setting": "Settings" | ||
}, | ||
"breadcrumb": { | ||
"pages": "Pages" | ||
} | ||
}, | ||
"column": { | ||
"user-name": "User name", | ||
"sex": "Sex", | ||
"birth": "Birth", | ||
"phone-number": "Phone Number", | ||
"role": "Role", | ||
"status": "Status", | ||
"password": "Password", | ||
"device-name": "Device Name", | ||
"device-type": "Device Type", | ||
"device-info": "Device Information", | ||
"date-started": "Date Started", | ||
"date-finished": "Date Finished", | ||
"record-type": "Record Type", | ||
"record-name": "Record Name", | ||
"patient-name": "Patient Name", | ||
"doctor-name": "Doctor Name" | ||
}, | ||
"button": { | ||
"delete": "Delete", | ||
"edit": "Edit", | ||
"add": "Add", | ||
"graph": "Graph", | ||
"cancel": "Cancel", | ||
"save": "Save", | ||
"add-device": "Add Device" | ||
}, | ||
"modal": { | ||
"record-graph": "Record Graph" | ||
}, | ||
"homepage": { | ||
"number-of-users-are-using": "Number of Users are Using", | ||
"paragraph": "Total number of users including patients and doctors and the time they started using the system", | ||
"number-of-new-recordings": "Number of new records" | ||
}, | ||
"title": { | ||
"user-info": "User Information", | ||
"device-info": "Device Information", | ||
"record-info": "Medical Record", | ||
"assignment-doctor": "Doctor and Patient Assignment Management", | ||
"register-info": "User Registration Information" | ||
}, | ||
"status":{ | ||
"is-active":"Active", | ||
"is-empty":"Empty", | ||
"is-off": "Off" | ||
}, | ||
"sex":{ | ||
"Male": "Male", | ||
"Female": "Female" | ||
}, | ||
"label":{ | ||
"device-info": "Device Information", | ||
"sampling-frequency": "Sampling Frequency (Hz)", | ||
"sensor": "Sensor", | ||
"capacity": "Capacity", | ||
"frequency": "Frequency", | ||
"delay": "Delay", | ||
"note": "Note", | ||
"storage": "Data Storage", | ||
"connection": "Connection Method", | ||
"record-count": "Record Count" | ||
} | ||
} |
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,13 +1,82 @@ | ||
{ | ||
"page.side-bar.home": "Trang Chủ", | ||
"page.side-bar.management": "Quản lý", | ||
"page.side-bar.user-info": "Thông Tin Người Dùng", | ||
"page.side-bar.device-info": "Thông Tin Thiết Bị", | ||
"page.side-bar.record-info": "Thông Tin Bản Ghi", | ||
"page.side-bar.assignment-doctor": "Phân Công Bác Sĩ", | ||
"page.side-bar.account-info": "Thông Tin Tài Khoản", | ||
"page.side-bar.register-info": "Xét Duyệt Tài Khoản", | ||
"page.side-bar.account-management": "Tài Khoản", | ||
"page.side-bar.setting": "Cài Đặt", | ||
"page.breadcrumb.pages": "Trang" | ||
} | ||
"page": { | ||
"side-bar": { | ||
"home": "Trang Chủ", | ||
"management": "Quản lý", | ||
"user-info": "Thông Tin Người Dùng", | ||
"device-info": "Thông Tin Thiết Bị", | ||
"record-info": "Thông Tin Bản Ghi", | ||
"assignment-doctor": "Phân Công Bác Sĩ", | ||
"account-info": "Thông Tin Tài Khoản", | ||
"register-info": "Xét Duyệt Tài Khoản", | ||
"account-management": "Tài Khoản", | ||
"setting": "Cài Đặt" | ||
}, | ||
"breadcrumb": { | ||
"pages": "Trang" | ||
} | ||
}, | ||
"column": { | ||
"user-name": "Tên người dùng", | ||
"sex": "Giới tính", | ||
"birth": "Ngày Sinh", | ||
"phone-number": "Số Điện Thoại", | ||
"role": "Vai Trò", | ||
"password": "Mật khẩu", | ||
"status": "Trạng Thái", | ||
"device-name": "Tên Thiết Bị", | ||
"device-type": "Loại Thiết Bị", | ||
"device-info": "Thông Tin Thiết Bị", | ||
"date-started": "Ngày Bắt Đầu", | ||
"date-finished": "Ngày Kết Thúc", | ||
"record-type": "Loại Bản Ghi", | ||
"record-name": "Tên Bản Ghi", | ||
"patient-name": "Tên Bệnh Nhân", | ||
"doctor-name": "Tên Bác Sĩ" | ||
}, | ||
"button": { | ||
"delete": "Xóa", | ||
"edit": "Chỉnh sửa", | ||
"add": "Tạo", | ||
"graph": "Đồ thị", | ||
"cancel": "Hủy bỏ", | ||
"save": "Lưu", | ||
"add-device": "Thêm thiết bị" | ||
}, | ||
"modal": { | ||
"record-graph": "Đồ thị records" | ||
}, | ||
"homepage": { | ||
"number-of-users-are-using": "Số lượng người dùng đang hoạt động", | ||
"paragraph": "Tổng hợp số lượng người dùng bao gồm bệnh nhân và bác sĩ và thời gian bắt đầu sủ dụng hệ thống", | ||
"number-of-new-recordings": "Số lượng bản ghi mới" | ||
}, | ||
"title":{ | ||
"user-info": "Thông tin người dùng", | ||
"device-info":"Thông Tin Thiết Bị", | ||
"record-info": "Dữ liệu y tế", | ||
"assignment-doctor": "Bảng quản lý phân công bác sĩ, bệnh nhân", | ||
"register-info": "Thông tin người dùng đăng ký" | ||
}, | ||
"status":{ | ||
"is-active":"Đang hoạt động", | ||
"is-empty":"Đang trống", | ||
"is-off": "Đã nghỉ" | ||
}, | ||
"sex":{ | ||
"Male": "Nam", | ||
"Female": "Nữ" | ||
}, | ||
"label":{ | ||
"device-info": "Thông tin thiết bị", | ||
"sampling-frequency": "Tần số lấy mẫu (Hz)", | ||
"sensor": "Cảm biến", | ||
"capacity": "Dung lượng", | ||
"frequency":"Tần số", | ||
"delay": "Độ trễ", | ||
"note": "Ghi chú", | ||
"storage": "Lưu trữ dữ liệu", | ||
"connection": "Phương thức kết nối", | ||
"record-count": "Số lượng bản ghi" | ||
} | ||
} |
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
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
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
Oops, something went wrong.