snipe-it/resources/lang/tr/admin/groups/message.php
snipe 8446f456ab Updated Turkish
Signed-off-by: snipe <snipe@snipe.net>
2023-04-06 19:54:06 -07:00

23 lines
702 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(
'group_exists' => 'Grup zaten mevcut.',
'group_not_found' => 'Group ID : ID mevcut değil.',
'group_name_required' => 'İsim alanı zorunludur',
'success' => array(
'create' => 'Grup oluşturuldu.',
'update' => 'Grup güncellendi.',
'delete' => 'Grup silindi.',
),
'delete' => array(
'confirm' => 'Grubu silmek istediğinize emin misiniz?',
'create' => 'Grup silinirken bir problem oluştu. Lütfen tekrar deneyin.',
'update' => 'Grup güncellenirken bir problem oluştu. Lütfen tekrar deneyin.',
'delete' => 'Grup silinirken bir problem oluştu. Lütfen tekrar deneyin.',
),
);