48 lines
2.3 KiB
TypeScript
48 lines
2.3 KiB
TypeScript
export default {
|
|
'master.thing.name': 'Tên',
|
|
'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',
|
|
'master.devices.name.tip': 'Tên thiết bị',
|
|
'master.devices.external_id': 'Hardware ID',
|
|
'master.devices.external_id.tip': 'Mã định danh bên ngoài',
|
|
'master.devices.type': 'Loại',
|
|
'master.devices.type.tip': 'Loại thiết bị',
|
|
'master.devices.online': 'Trực tuyến',
|
|
'master.devices.offline': 'Ngoại tuyến',
|
|
'master.devices.table.pagination': 'thiết bị',
|
|
'master.devices.register': 'Thêm thiết bị',
|
|
'master.devices.register.title': 'Thêm thiết bị mới',
|
|
'master.devices.create.success': 'Tạo thiết bị thành công',
|
|
'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 ý',
|
|
'master.devices.cancel': 'Hủy',
|
|
'master.devices.name.placeholder': 'Nhập tên thiết bị',
|
|
'master.devices.name.required': 'Vui lòng nhập tên thiết bị',
|
|
'master.devices.external_id.placeholder': 'Nhập mã định danh bên ngoài',
|
|
'master.devices.external_id.required': 'Vui lòng nhập mã định danh bên ngoài',
|
|
'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',
|
|
};
|