mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
7cf30003b6
Signed-off-by: snipe <snipe@snipe.net>
36 lines
1.5 KiB
PHP
36 lines
1.5 KiB
PHP
<?php
|
||
|
||
return array(
|
||
|
||
'does_not_exist' => 'Konum mevcut değil.',
|
||
'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' => 'Bu konum şu anda en az bir varlık ile ilişkili ve silinemez. Lütfen artık bu konumu kullanabilmek için varlık konumlarını güncelleştirin.',
|
||
'assoc_child_loc' => 'Bu konum şu anda en az bir alt konum üstüdür ve silinemez. Lütfen artık bu konuma ait alt konumları güncelleyin. ',
|
||
'assigned_assets' => 'Atanan Varlıklar',
|
||
'current_location' => 'Mevcut konum',
|
||
'open_map' => 'Open in :map_provider_icon Maps',
|
||
|
||
|
||
'create' => array(
|
||
'error' => 'Konum oluşturulamadı, lütfen tekrar deneyin.',
|
||
'success' => 'Konum oluşturuldu.'
|
||
),
|
||
|
||
'update' => array(
|
||
'error' => 'Konum güncellenemedi, lütfen tekrar deneyin',
|
||
'success' => 'Konum güncellendi.'
|
||
),
|
||
|
||
'restore' => array(
|
||
'error' => 'Location was not restored, please try again',
|
||
'success' => 'Location restored successfully.'
|
||
),
|
||
|
||
'delete' => array(
|
||
'confirm' => 'Konumu silmek istediğinize emin misiniz?',
|
||
'error' => 'Konum silinirken bir hata oluştu. Lütfen tekrar deneyin.',
|
||
'success' => 'Konum silindi.'
|
||
)
|
||
|
||
);
|