snipe-it/resources/lang/ms-MY/admin/locations/message.php
snipe 7cf30003b6 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-09-10 14:41:08 +01:00

36 lines
1.5 KiB
PHP

<?php
return array(
'does_not_exist' => 'Lokasi tidak wujud.',
'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' => 'Lokasi ini kini dikaitkan dengan sekurang-kurangnya satu aset dan tidak boleh dihapuskan. Sila kemas kini aset anda untuk tidak merujuk lagi lokasi ini dan cuba lagi.',
'assoc_child_loc' => 'Lokasi ini adalah ibu bapa sekurang-kurangnya satu lokasi kanak-kanak dan tidak boleh dipadamkan. Sila kemas kini lokasi anda untuk tidak merujuk lokasi ini lagi dan cuba lagi.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'open_map' => 'Open in :map_provider_icon Maps',
'create' => array(
'error' => 'Lokasi gagal dicipta, sila cuba lagi.',
'success' => 'Lokasi berjaya dicipta.'
),
'update' => array(
'error' => 'Lokasi gagal dikemaskini, sila cuba lagi',
'success' => 'Lokasi berjaya dikemaskini.'
),
'restore' => array(
'error' => 'Location was not restored, please try again',
'success' => 'Location restored successfully.'
),
'delete' => array(
'confirm' => 'Anda pasti and ingin menghapuskan lokasi ini?',
'error' => 'Ada isu semasa menghapuskan lokasi. Sila cuba lagi.',
'success' => 'Lokasi berjaya dihapuskan.'
)
);