ajout app
This commit is contained in:
29
SNIPE-IT/resources/lang/tr-TR/admin/locations/message.php
Normal file
29
SNIPE-IT/resources/lang/tr-TR/admin/locations/message.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Konum mevcut değil.',
|
||||
'assoc_users' => 'Konum en az 1 kullanıcı ile ilişkili durumda ve silinemez. Lütfen önce kullanıcıları güncelleyerek konumu boşaltın ve tekrar deneyin. ',
|
||||
'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',
|
||||
|
||||
|
||||
'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.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Konumu silmek istediğinize emin misiniz?',
|
||||
'error' => 'Konum silinirken bir hata oluştu. Lütfen tekrar deneyin.',
|
||||
'success' => 'Konum silindi.'
|
||||
)
|
||||
|
||||
);
|
Reference in New Issue
Block a user