2FAuth/resources/lang/tr/groups.php

41 lines
1.7 KiB
PHP
Raw Normal View History

2024-03-21 18:28:42 +01:00
<?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.
|
*/
2024-05-29 10:37:52 +02:00
'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',
2024-03-21 18:28:42 +01:00
'forms' => [
2024-05-29 10:37:52 +02:00
'new_group' => 'Yeni grup',
'new_name' => 'Yeni isim',
'rename_group' => 'Grubu yeniden adlandır',
2024-03-21 18:28:42 +01:00
],
'confirm' => [
2024-05-29 10:37:52 +02:00
'delete' => 'Bu grubu silmek istediğinizden emin misiniz?',
2024-03-21 18:28:42 +01:00
],
];