Skip to content

Commit 4c095c1

Browse files
authored
Merge pull request #373 from sunxiaoguang/more_translations
Translate more French words into English
2 parents d250a4e + 00c8d43 commit 4c095c1

7 files changed

+10
-10
lines changed

resources/lang/en/general_content.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@
317317
'custom_fields_trans_key' => 'Custom fields',
318318

319319
// CARD HEADER
320-
'statistiques_trans_key' => 'Statistiques',
321-
'informations_trans_key' => 'Informations',
320+
'statistiques_trans_key' => 'Statistics',
321+
'informations_trans_key' => 'Information',
322322
'options_trans_key' => 'Options',
323323
'charts_trans_key' => 'Charts',
324324

@@ -414,7 +414,7 @@
414414
'add_to_document_trans_key' => 'Add to new document',
415415
'preferred_supplier_trans_key' => 'Preferreds suppliers',
416416

417-
'companie_name_trans_key' => 'Companie name',
417+
'companie_name_trans_key' => 'Company name',
418418
'adress_name_trans_key' => 'Address name',
419419
'adress_trans_key' => 'Address',
420420
'contact_name_trans_key' => 'Contact name',
@@ -557,7 +557,7 @@
557557

558558
//COMPANIES
559559
'companies_trans_key' => 'Companies',
560-
'companie_trans_key' => 'Companie',
560+
'companie_trans_key' => 'Company',
561561
'sort_companie_trans_key' => 'Sort companie',
562562
'companies_list_trans_key' => 'Companies list',
563563
'latest_companies_trans_key' => 'Latest companies ',

resources/views/include/form/form-select-companie.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<x-adminlte-select name="companies_id" label="Companie" label-class="text-lightblue" igroup-size="sm">
1+
<x-adminlte-select name="companies_id" label="{{ __('general_content.companie_trans_key') }}" label-class="text-lightblue" igroup-size="sm">
22
<x-slot name="prependSlot">
33
<div class="input-group-text bg-gradient-info">
44
<i class="fas fa-building"></i>

resources/views/purchases/purchases-invoice-show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<label for="code" class="text-success">{{ __('general_content.external_id_trans_key') }}</label> {{ $PurchaseInvoice->code }}
3939
</div>
4040
<div class="col-3">
41-
<x-adminlte-select name="statu" label="Statu" label-class="text-success" igroup-size="sm">
41+
<x-adminlte-select name="statu" label="{{ __('general_content.status_trans_key') }}" label-class="text-success" igroup-size="sm">
4242
<x-slot name="prependSlot">
4343
<div class="input-group-text bg-gradient-success">
4444
<i class="fas fa-exclamation"></i>

resources/views/purchases/purchases-quotation-show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<label for="code" class="text-success">{{ __('general_content.external_id_trans_key') }}</label> {{ $PurchaseQuotation->code }}
4242
</div>
4343
<div class="col-3">
44-
<x-adminlte-select name="statu" label="Statu" label-class="text-success" igroup-size="sm">
44+
<x-adminlte-select name="statu" label="{{ __('general_content.status_trans_key') }}" label-class="text-success" igroup-size="sm">
4545
<x-slot name="prependSlot">
4646
<div class="input-group-text bg-gradient-success">
4747
<i class="fas fa-exclamation"></i>

resources/views/purchases/purchases-receipt-show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<label for="code" class="text-success">{{ __('general_content.external_id_trans_key') }}</label> {{ $PurchaseReceipt->code }}
3939
</div>
4040
<div class="col-3">
41-
<x-adminlte-select name="statu" label="Statu" label-class="text-success" igroup-size="sm">
41+
<x-adminlte-select name="statu" label="{{ __('general_content.status_trans_key') }}" label-class="text-success" igroup-size="sm">
4242
<x-slot name="prependSlot">
4343
<div class="input-group-text bg-gradient-success">
4444
<i class="fas fa-exclamation"></i>

resources/views/purchases/purchases-show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<label for="code" class="text-success">{{ __('general_content.external_id_trans_key') }}</label> {{ $Purchase->code }}
4545
</div>
4646
<div class="col-3">
47-
<x-adminlte-select name="statu" label="Statu" label-class="text-success" igroup-size="sm">
47+
<x-adminlte-select name="statu" label="{{ __('general_content.status_trans_key') }}" label-class="text-success" igroup-size="sm">
4848
<x-slot name="prependSlot">
4949
<div class="input-group-text bg-gradient-success">
5050
<i class="fas fa-exclamation"></i>

resources/views/workflow/deliverys-show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<label for="code" class="text-success">{{ __('general_content.external_id_trans_key') }}</label> {{ $Delivery->code }}
4343
</div>
4444
<div class="col-4">
45-
<x-adminlte-select name="statu" label="Statu" label-class="text-success" igroup-size="sm">
45+
<x-adminlte-select name="statu" label="{{ __('general_content.status_trans_key') }}" label-class="text-success" igroup-size="sm">
4646
<x-slot name="prependSlot">
4747
<div class="input-group-text bg-gradient-success">
4848
<i class="fas fa-exclamation"></i>

0 commit comments

Comments
 (0)