Single use of duplicated translation
This commit is contained in:
@@ -82,7 +82,7 @@ Breadcrumbs::register('emails.edit', function ($breadcrumbs) {
|
||||
|
||||
Breadcrumbs::register('banlist.index', function ($breadcrumbs) {
|
||||
$breadcrumbs->parent('setting');
|
||||
$breadcrumbs->push(Lang::get('lang.banlists'), route('banlist.index'));
|
||||
$breadcrumbs->push(Lang::get('lang.ban_lists'), route('banlist.index'));
|
||||
});
|
||||
Breadcrumbs::register('banlist.create', function ($breadcrumbs) {
|
||||
$breadcrumbs->parent('banlist.index');
|
||||
|
@@ -124,7 +124,6 @@ return [
|
||||
*/
|
||||
'ban_lists' => 'Ban Lists',
|
||||
'ban_email' => 'Ban Email',
|
||||
'banlists' => 'Ban lists',
|
||||
'ban_status' => 'Ban Status',
|
||||
/*
|
||||
|--------------------------------------
|
||||
|
@@ -171,7 +171,6 @@ return [
|
||||
*/
|
||||
'ban_lists' => 'Ban lists',
|
||||
'ban_email' => 'Ban email',
|
||||
'banlists' => 'Ban lists',
|
||||
'ban_status' => 'Ban status',
|
||||
'list_of_banned_emails' => 'List of banned emails',
|
||||
'edit_banned_email' => 'Edit banned email',
|
||||
|
@@ -149,7 +149,6 @@ return [
|
||||
*/
|
||||
'ban_lists' => 'Ban lists',
|
||||
'ban_email' => 'Ban email',
|
||||
'banlists' => 'Ban lists',
|
||||
'ban_status' => 'Ban status',
|
||||
'list_of_banned_emails' => 'List of banned emails',
|
||||
'edit_banned_email' => 'Edit banned email',
|
||||
|
@@ -125,7 +125,6 @@ return [
|
||||
*/
|
||||
'ban_lists' => 'Lista Ban',
|
||||
'ban_email' => 'Email Ban',
|
||||
'banlists' => 'Liste Ban',
|
||||
'ban_status' => 'Status Ban',
|
||||
/*
|
||||
|--------------------------------------
|
||||
|
@@ -182,7 +182,6 @@ return [
|
||||
*/
|
||||
'ban_lists' => 'Blokkeringslijst',
|
||||
'ban_email' => 'Blokkeer E-mailadres',
|
||||
'banlists' => 'Blokkeringslijst',
|
||||
'ban_status' => 'Blokkeringsstatus',
|
||||
'list_of_banned_emails' => 'Lijst van geblokkeerde e-mailadressen',
|
||||
'edit_banned_email' => 'Bewerk geblokkeerde e-mailadressen',
|
||||
|
@@ -160,7 +160,6 @@ return [
|
||||
*/
|
||||
'ban_lists' => 'Lista de bloqueio',
|
||||
'ban_email' => 'E-mails bloqueados',
|
||||
'banlists' => 'Lista de bloqueio',
|
||||
'ban_status' => 'Status de bloqueio',
|
||||
'list_of_banned_emails' => 'Lista de E-mails bloqueados',
|
||||
'edit_banned_email' => 'Editar um bloqueio de E-mails',
|
||||
|
@@ -111,7 +111,6 @@ return [
|
||||
*/
|
||||
'ban_lists' => 'Лист запретов',
|
||||
'ban_email' => 'Запрет Email',
|
||||
'banlists' => 'Листы запретов',
|
||||
'ban_status' => 'Статус запретов',
|
||||
/*
|
||||
|--------------------------------------
|
||||
|
Reference in New Issue
Block a user