ajout app
This commit is contained in:
20
SNIPE-IT/resources/lang/tr-TR/admin/companies/message.php
Normal file
20
SNIPE-IT/resources/lang/tr-TR/admin/companies/message.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'Firma yok.',
|
||||
'deleted' => 'Firmayı Sil',
|
||||
'assoc_users' => 'Bu firma şu anda en az bir model ile ilişkili ve silinemez. Lütfen ilişkili modelden bu firmayı kaldırarak tekrar deneyin. ',
|
||||
'create' => [
|
||||
'error' => 'Firma oluşturulamadı, lütfen tekrar deneyin.',
|
||||
'success' => 'Firma başarıyla oluşturuldu.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'Firma güncelleştirilmedi, lütfen tekrar deneyin',
|
||||
'success' => 'Firma Başarıyla Güncellendi.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'Bu firmayı silmek istediğinize emin misiniz?',
|
||||
'error' => 'Firmayı silerken bir sorun oluştu. Lütfen yeniden deneyin.',
|
||||
'success' => 'Firma başarıyla silindi.',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user