mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
28 lines
1.2 KiB
PHP
Executable file
28 lines
1.2 KiB
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'does_not_exist' => 'Lokasi tidak wujud.',
|
|
'assoc_users' => 'Lokasi ini sekaran telah disekutukan dengan sekurang2nya satu pengguna dan tidak boleh dihapuskan. Sila kemaskini pengguna anda supaya tidak lagi merujuk kepada lokasi ini dan cuba lagi. ',
|
|
'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. ',
|
|
|
|
|
|
'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.'
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'Anda pasti and ingin menghapuskan lokasi ini?',
|
|
'error' => 'Ada isu semasa menghapuskan lokasi. Sila cuba lagi.',
|
|
'success' => 'Lokasi berjaya dihapuskan.'
|
|
)
|
|
|
|
);
|