snipe-it/resources/lang/tr/admin/departments/message.php
snipe 014eab3abc Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2023-01-09 11:09:26 -08:00

23 lines
976 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'does_not_exist' => 'Bölüm mevcut değil.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Bu bölüm şu anda en az bir kullanıcı ile ilişkili ve silinemez. Bölümü silebilmek için ilişkili kullanıcıları güncelleyin. ',
'create' => array(
'error' => 'Bölüm oluşturulmadı, lütfen yeniden deneyin.',
'success' => 'Bölüm başarıyla oluşturuldu.'
),
'update' => array(
'error' => 'Bölüm güncelleştirilmedi, lütfen tekrar deneyin',
'success' => 'Bölüm başarıyla güncelleştirildi.'
),
'delete' => array(
'confirm' => 'Bu bölümü silmek istediğinizden emin misiniz?',
'error' => 'Bölüm silinirken bir sorun oluştu. Lütfen yeniden deneyin.',
'success' => 'Bölüm başarıyla silindi.'
)
);