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

23 lines
699 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' => 'Grup [: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.',
),
);