snipe-it/resources/lang/zh-HK/admin/locations/message.php

36 lines
1.6 KiB
PHP
Raw Normal View History

2018-01-20 04:53:04 -08:00
<?php
return array(
2018-01-20 04:53:04 -08:00
'does_not_exist' => 'Location does not exist.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'open_map' => 'Open in :map_provider_icon Maps',
2018-01-20 04:53:04 -08:00
'create' => array(
'error' => 'Location was not created, please try again.',
'success' => 'Location created successfully.'
),
2018-01-20 04:53:04 -08:00
'update' => array(
'error' => 'Location was not updated, please try again',
'success' => 'Location updated successfully.'
),
2018-01-20 04:53:04 -08:00
'restore' => array(
'error' => 'Location was not restored, please try again',
'success' => 'Location restored successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this location?',
'error' => 'There was an issue deleting the location. Please try again.',
'success' => 'The location was deleted successfully.'
)
2018-01-20 04:53:04 -08:00
);