You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
610 B
17 lines
610 B
export default {
|
|
'regional': {
|
|
'table': {
|
|
'origin_region': '起始区域',
|
|
'target_region': '目标区域',
|
|
'origin_region_excluded_devices': '起始区域排除设备',
|
|
'target_region_excluded_devices': '目标区域排除设备',
|
|
'maximum_quantity': '最大数量',
|
|
'data_limit': '流量限制',
|
|
'origin_region_cannot_be_empty': '起始区域不能为空',
|
|
'destination_region_cannot_be_empty': '目标区域不能为空',
|
|
'maximum_number_cannot_be_empty': '最大数不能为空',
|
|
'disabled': '停用',
|
|
'enabled': '启用'
|
|
}
|
|
}
|
|
}
|
|
|