2FAuth/resources/lang/tr/groups.php
2024-05-29 10:37:52 +02:00

41 lines
1.7 KiB
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 [
/*
|--------------------------------------------------------------------------
| Groups Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'groups' => 'Gruplar',
'create_group' => 'Yeni grup oluştur',
'show_group_selector' => 'Grup seçiciyi göster',
'hide_group_selector' => 'Grup seçiciyi gizle',
'select_accounts_to_show' => 'Gösterilecek grupları seç',
'x_accounts' => ':count hesap',
'manage_groups' => 'Grupları yönet',
'active_group' => 'Aktif grup',
'manage_groups_legend' => 'Hesaplarınızı istediğiniz şekilde düzenlemek için gruplar oluşturabilirsiniz. Tüm hesaplar, ait oldukları gruba bakılmaksızın \'Tümü\' adlı sözde grupta görünür durumda kalır.',
'deleting_group_does_not_delete_accounts' => 'Bir gurubu silmek, içindeki hesapları silmez',
'move_selected_to' => 'Seçilenleri taşı',
'move_selected_to_group' => 'Seçilenleri gruba taşı',
'no_group' => 'Grup yok',
'change_group' => 'Grubu değiştir',
'group_successfully_created' => 'Grup başarıyla oluşturuldu',
'group_name_saved' => 'Grup ismi kaydedildi',
'group_successfully_deleted' => 'Grup başarıyla silindi',
'forms' => [
'new_group' => 'Yeni grup',
'new_name' => 'Yeni isim',
'rename_group' => 'Grubu yeniden adlandır',
],
'confirm' => [
'delete' => 'Bu grubu silmek istediğinizden emin misiniz?',
],
];