export default { 'storageCell': { 'title': 'Storage Location Management', 'placeholder': { 'enter_location_code': 'Enter Location Code', 'enter_parent_location_code': 'Enter Parent Location Code', 'enter_agv_site': 'Enter Agv Site' }, 'table_title': { 'storage_code': 'Storage Code', 'x': 'X', 'y': 'Y', 'z': 'Z', 'address': 'AGV Address', 'parent_storage_code': 'Parent Storage Code', 'remark': 'Remark', 'agv_site': 'AGV Site' }, 'msg': { 'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!' } } }