ultimatepos/lang/tr/user.php

43 lines
1.6 KiB
PHP
Raw Permalink 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 [
/*
|--------------------------------------------------------------------------
| Business Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during registration of a business.
|
*/
'edit_profile' => 'Profil Düzenle',
'change_password' => 'Şifre Değiştir',
'current_password' => 'Eski Şifre',
'new_password' => 'Yeni Şifre',
'confirm_new_password' => 'Yeni Şifre Tekrarı',
'user_management' => 'Kullanıcı Yönetimi',
'roles' => 'Roller',
'users' => 'Kullanıcılar',
'manage_roles' => 'Rolleri Yönet',
'all_roles' => 'Tüm Roller',
'add_role' => 'Rol Ekle',
'role_name' => 'Rol Adı',
'permissions' => 'İzinler',
'role_added' => 'Rol Başarıyla Eklendi',
'role_already_exists' => 'Aynı isimde rol zaten mevcut',
'edit_role' => 'Rolü Düzenle',
'role_updated' => 'Rol başarıyla güncellendi',
'role_deleted' => 'Rol başarıyla silindi',
'manage_users' => 'Kullanıcıları Yönet',
'all_users' => 'Tüm Kullanıcılar',
'name' => 'Adı',
'role' => 'Rolü',
'add_user' => 'Kullanıcı Ekle',
'user_added' => 'Kullanıcı başarıyla eklendi',
'role_is_default' => 'Bu rolü değiştiremezsiniz',
'edit_user' => 'Kullanıcıyı Düzenle',
'leave_password_blank' => 'Şifreyi güncellemek istemiyorsanız, şifre alanını boş bırakın',
'user_update_success' => 'Kullanıcı başarıyla güncellendi',
'user_delete_success' => 'Kullanıcı başarıyla silindi',
];