feat: Implement camera management page and device location updates, including API, typings, and routing.
This commit is contained in:
@@ -3,6 +3,7 @@ export default {
|
||||
'master.thing.external_id': 'External ID',
|
||||
'master.thing.group': 'Nhóm',
|
||||
'master.thing.address': 'Địa chỉ',
|
||||
|
||||
// Device translations
|
||||
'master.devices.title': 'Quản lý thiết bị',
|
||||
'master.devices.name': 'Tên',
|
||||
@@ -20,6 +21,9 @@ export default {
|
||||
'master.devices.create.error': 'Tạo thiết bị lỗi',
|
||||
'master.devices.groups': 'Đơn vị',
|
||||
'master.devices.groups.required': 'Vui lòng chọn đơn vị',
|
||||
// Update info device
|
||||
'master.devices.update.success': 'Cập nhật thành công',
|
||||
'master.devices.update.error': 'Cập nhật thất bại',
|
||||
// Edit device modal
|
||||
'master.devices.update.title': 'Cập nhật thiết bị',
|
||||
'master.devices.ok': 'Đồng ý',
|
||||
@@ -31,4 +35,13 @@ export default {
|
||||
'master.devices.address': 'Địa chỉ',
|
||||
'master.devices.address.placeholder': 'Nhập địa chỉ',
|
||||
'master.devices.address.required': 'Vui lòng nhập địa chỉ',
|
||||
// Location modal
|
||||
'master.devices.location.title': 'Cập nhật vị trí',
|
||||
'master.devices.location.latitude': 'Vị độ',
|
||||
'master.devices.location.latitude.required': 'Vui lòng nhập vị độ',
|
||||
'master.devices.location.longitude': 'Kinh độ',
|
||||
'master.devices.location.longitude.required': 'Vui lòng nhập kinh độ',
|
||||
'master.devices.location.placeholder': 'Nhập dữ liệu',
|
||||
'master.devices.location.update.success': 'Cập nhật vị trí thành công',
|
||||
'master.devices.location.update.error': 'Cập nhật vị trí thất bại',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user