Update translations

This commit is contained in:
Antoine Le Gonidec 2024-07-29 11:43:35 +02:00
parent e7170ea044
commit b56d767800
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
4 changed files with 10 additions and 6 deletions

View file

@ -5,6 +5,8 @@
*/
return [
'add-as-cc' => 'Add in Cc: field',
'add-as-bcc' => 'Add in Bcc: field',
'add-as-cc' => 'Add in Cc: field',
'name' => 'Customers groups',
'new' => 'New customers group',
];

View file

@ -5,6 +5,8 @@
*/
return [
'add-as-cc' => 'Ajouter en copie (visible)',
'add-as-bcc' => 'Ajouter en copie (cachée)',
'add-as-cc' => 'Ajouter en copie (visible)',
'name' => 'Groupes de contacts',
'new' => 'Nouveau groupe de contacts',
];

View file

@ -7,16 +7,16 @@
@extends('layouts.app')
@section('title', __('Manage Customers Groups'))
@section('title', __('mmfcustomersgroups::customers-groups.name'))
@section('content')
<div class="container">
<div class="flexy-container">
<div class="flexy-item">
<span class="heading">{{ __('Customers Groups') }}</span>
<span class="heading">{{ __('mmfcustomersgroups::customers-groups.name') }}</span>
</div>
<div class="flexy-item margin-left">
<a href="{{ route('groups.create') }}" class="btn btn-bordered">{{ __('New Customers Group') }}</a>
<a href="{{ route('groups.create') }}" class="btn btn-bordered">{{ __('mmfcustomersgroups::customers-groups.new') }}</a>
</div>
<div class="flexy-block"></div>
</div>

View file

@ -5,4 +5,4 @@
*/
?>
<li class=""><a href="{{ route('groups.list') }}">{{ __('Customers groups') }}</a></li>
<li class=""><a href="{{ route('groups.list') }}">{{ __('mmfcustomersgroups::customers-groups.name') }}</a></li>