Fix translations typo case

This commit is contained in:
Ludovic CANDELLIER
2021-08-24 22:40:22 +02:00
parent 5bbf63b33f
commit 47ff07451f
28 changed files with 83 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.article_natures.title'),
'subtitle' => __('Shop.article_natures.list'),
'breadcrumb' => [__('Shop.article_natures.title')]
'title' => __('shop.article_natures.title'),
'subtitle' => __('shop.article_natures.list'),
'breadcrumb' => [__('shop.article_natures.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.articles.title'),
'subtitle' => __('Shop.articles.add'),
'breadcrumb' => [__('Shop.articles.title'), __('Shop.articles.add')]
'title' => __('shop.articles.title'),
'subtitle' => __('shop.articles.add'),
'breadcrumb' => [__('shop.articles.title'), __('shop.articles.add')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.articles.title'),
'subtitle' => __('Shop.articles.edit'),
'breadcrumb' => [__('Shop.articles.title'), __('Shop.articles.edit')]
'title' => __('shop.articles.title'),
'subtitle' => __('shop.articles.edit'),
'breadcrumb' => [__('shop.articles.title'), __('shop.articles.edit')]
])
@section('content')

View File

@@ -12,7 +12,7 @@
<!--
<li class="nav-item">
<a href="#offers" class="nav-link" data-toggle="tab" aria-expanded="true">
{{ __('Shop.offers.title') }}
{{ __('shop.offers.title') }}
@if(isset($offers_count))<span class="badge">{{ $offers_count }}</span>@endif
</a>
</li>

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.articles.title'),
'subtitle' => __('Shop.articles.list'),
'breadcrumb' => [__('Shop.articles.title')]
'title' => __('shop.articles.title'),
'subtitle' => __('shop.articles.list'),
'breadcrumb' => [__('shop.articles.title')]
])
@section('content')

View File

@@ -22,14 +22,14 @@
@include('components.input', ['name' => 'name', 'value' => $article['name'] ?? null, 'required' => true])
</div>
<div class="col-4">
{{ Form::label('article_nature_id', __('Shop.article_natures.name')) }}<br>
{{ Form::label('article_nature_id', __('shop.article_natures.name')) }}<br>
@include('components.select', ['name' => 'article_nature_id', 'list' => $natures_options, 'value' => $article['article_nature_id'] ?? null, 'class' => 'select2', 'with_empty' => ''])
</div>
</div>
<div class="row mb-3">
<div class="col-12">
{{ Form::label('categories', __('Shop.shelves.title')) }}<br>
{{ Form::label('categories', __('shop.shelves.title')) }}<br>
@include('components.select', ['name' => 'categories[]', 'list' => $categories_options, 'values' => $article['categories'] ?? null, 'class' => 'select2', 'multiple' => true])
</div>
</div>

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.categories.title'),
'subtitle' => __('Shop.categories.add'),
'breadcrumb' => [__('Shop.categories.title'), __('Shop.categories.list')]
'title' => __('shop.categories.title'),
'subtitle' => __('shop.categories.add'),
'breadcrumb' => [__('shop.categories.title'), __('shop.categories.list')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.categories.title'),
'subtitle' => __('Shop.categories.edit'),
'breadcrumb' => [__('Shop.categories.title'), __('Shop.categories.list')]
'title' => __('shop.categories.title'),
'subtitle' => __('shop.categories.edit'),
'breadcrumb' => [__('shop.categories.title'), __('shop.categories.list')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.shelves.title'),
'subtitle' => __('Shop.shelves.list'),
'breadcrumb' => [__('Shop.shelves.title')]
'title' => __('shop.shelves.title'),
'subtitle' => __('shop.shelves.list'),
'breadcrumb' => [__('shop.shelves.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.customers.title'),
'subtitle' => __('Shop.customers.list'),
'breadcrumb' => [__('Shop.customers.title')]
'title' => __('shop.customers.title'),
'subtitle' => __('shop.customers.list'),
'breadcrumb' => [__('shop.customers.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.invoices.title'),
'subtitle' => __('Shop.invoices.list'),
'breadcrumb' => [__('Shop.invoices.title')]
'title' => __('shop.invoices.title'),
'subtitle' => __('shop.invoices.list'),
'breadcrumb' => [__('shop.invoices.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.offers.title'),
'subtitle' => __('Shop.offers.add'),
'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.add')]
'title' => __('shop.offers.title'),
'subtitle' => __('shop.offers.add'),
'breadcrumb' => [__('shop.offers.title'), __('shop.offers.add')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.offers.title'),
'subtitle' => __('Shop.offers.edit'),
'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.edit')]
'title' => __('shop.offers.title'),
'subtitle' => __('shop.offers.edit'),
'breadcrumb' => [__('shop.offers.title'), __('shop.offers.edit')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.offers.title'),
'subtitle' => __('Shop.offers.list'),
'breadcrumb' => [__('Shop.offers.title')]
'title' => __('shop.offers.title'),
'subtitle' => __('shop.offers.list'),
'breadcrumb' => [__('shop.offers.title')]
])
@section('content')

View File

@@ -14,7 +14,7 @@
<div class="row mb-3">
<div class="col-12">
{{ Form::label('categories', __('Shop.shelves.title')) }}<br>
{{ Form::label('categories', __('shop.shelves.title')) }}<br>
@foreach (($article['categories'] ?? null) as $category)
{{ $category }}
@endforeach

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.orders.title'),
'subtitle' => __('Shop.orders.list'),
'breadcrumb' => [__('Shop.orders.title')]
'title' => __('shop.orders.title'),
'subtitle' => __('shop.orders.list'),
'breadcrumb' => [__('shop.orders.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.packages.title'),
'subtitle' => __('Shop.packages.list'),
'breadcrumb' => [__('Shop.packages.title')]
'title' => __('shop.packages.title'),
'subtitle' => __('shop.packages.list'),
'breadcrumb' => [__('shop.packages.title')]
])
@include('boilerplate::load.select2')
@@ -11,10 +11,10 @@
<nav>
<div class="nav nav-tabs">
<a href="#families" data-toggle="tab" class="nav-item nav-link" role="tab" aria-controls="families" aria-selected="true">
{{ __('Shop.packages.title') }}
{{ __('shop.packages.title') }}
</a>
<a href="#values" data-toggle="tab" class="nav-item nav-link active" role="tab" aria-controls="values" aria-selected="false">
{{ __('Shop.packages.title') }}
{{ __('shop.packages.title') }}
</a>
</div>
</nav>

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.packages.title'),
'subtitle' => __('Shop.packages.list'),
'breadcrumb' => [__('Shop.packages.title')]
'title' => __('shop.packages.title'),
'subtitle' => __('shop.packages.list'),
'breadcrumb' => [__('shop.packages.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.sale_channels.title'),
'subtitle' => __('Shop.sale_channels.list'),
'breadcrumb' => [__('Shop.sale_channels.title')]
'title' => __('shop.sale_channels.title'),
'subtitle' => __('shop.sale_channels.list'),
'breadcrumb' => [__('shop.sale_channels.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.tag_families.title'),
'subtitle' => __('Shop.tag_families.list'),
'breadcrumb' => [__('Shop.tag_families.title')]
'title' => __('shop.tag_families.title'),
'subtitle' => __('shop.tag_families.list'),
'breadcrumb' => [__('shop.tag_families.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.tags.title'),
'subtitle' => __('Shop.tags.list'),
'breadcrumb' => [__('Shop.tags.title')]
'title' => __('shop.tags.title'),
'subtitle' => __('shop.tags.list'),
'breadcrumb' => [__('shop.tags.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.tariffs.title'),
'subtitle' => __('Shop.tariffs.add'),
'breadcrumb' => [__('Shop.tariffs.title')]
'title' => __('shop.tariffs.title'),
'subtitle' => __('shop.tariffs.add'),
'breadcrumb' => [__('shop.tariffs.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.tariffs.title'),
'subtitle' => __('Shop.tariffs.edit'),
'breadcrumb' => [__('Shop.tariffs.title')]
'title' => __('shop.tariffs.title'),
'subtitle' => __('shop.tariffs.edit'),
'breadcrumb' => [__('shop.tariffs.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.tariffs.title'),
'subtitle' => __('Shop.tariffs.list'),
'breadcrumb' => [__('Shop.tariffs.title')]
'title' => __('shop.tariffs.title'),
'subtitle' => __('shop.tariffs.list'),
'breadcrumb' => [__('shop.tariffs.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.unities.title'),
'subtitle' => __('Shop.unities.list'),
'breadcrumb' => [__('Shop.unities.title')]
'title' => __('shop.unities.title'),
'subtitle' => __('shop.unities.list'),
'breadcrumb' => [__('shop.unities.title')]
])
@include('boilerplate::load.select2')
@@ -11,10 +11,10 @@
<nav>
<div class="nav nav-tabs">
<a href="#families" data-toggle="tab" class="nav-item nav-link" role="tab" aria-controls="families" aria-selected="true">
{{ __('Shop.unities.title') }}
{{ __('shop.unities.title') }}
</a>
<a href="#values" data-toggle="tab" class="nav-item nav-link active" role="tab" aria-controls="values" aria-selected="false">
{{ __('Shop.unities.title') }}
{{ __('shop.unities.title') }}
</a>
</div>
</nav>

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.unities.title'),
'subtitle' => __('Shop.unities.list'),
'breadcrumb' => [__('Shop.unities.title')]
'title' => __('shop.unities.title'),
'subtitle' => __('shop.unities.list'),
'breadcrumb' => [__('shop.unities.title')]
])
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.variations.title'),
'subtitle' => __('Shop.variations.add'),
'breadcrumb' => [__('Shop.variations.title'), __('Shop.variations.add')]
'title' => __('shop.variations.title'),
'subtitle' => __('shop.variations.add'),
'breadcrumb' => [__('shop.variations.title'), __('shop.variations.add')]
])
@include('boilerplate::load.fileinput')

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.variations.title'),
'subtitle' => __('Shop.variations.list'),
'breadcrumb' => [__('Shop.variations.title')]
'title' => __('shop.variations.title'),
'subtitle' => __('shop.variations.list'),
'breadcrumb' => [__('shop.variations.title')]
])
@section('content')