snipe-it/resources/lang/tr/admin/statuslabels/message.php

26 lines
764 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?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. ',
'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' => 'Durum Etiketini silmek istediğinize emin misiniz?',
'error' => 'Konum silinirken bir hata oluştu. Lütfen tekrar deneyin.',
'success' => 'Konum silindi.'
)
);