Add admin ru translations
This commit is contained in:
parent
9a566da79b
commit
e37912798d
|
|
@ -128,12 +128,12 @@
|
||||||
{!! view_render_event('sales.order.customer_full_name.after', ['order' => $order]) !!}
|
{!! view_render_event('sales.order.customer_full_name.after', ['order' => $order]) !!}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<span class="title">
|
<span class="title">
|
||||||
{{ __('admin::app.sales.orders.email') }}
|
{{ __('admin::app.sales.orders.phone') }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="value">
|
<span class="value">
|
||||||
{{ $order->customer_email }}
|
{{ $order->customer->phone }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -413,6 +413,7 @@ return [
|
||||||
'customer-notified' => ':date | Customer <b>Notified</b>',
|
'customer-notified' => ':date | Customer <b>Notified</b>',
|
||||||
'customer-not-notified' => ':date | Customer <b>Not Notified</b>',
|
'customer-not-notified' => ':date | Customer <b>Not Notified</b>',
|
||||||
'transactions' => 'Transactions',
|
'transactions' => 'Transactions',
|
||||||
|
'phone' => 'Phone',
|
||||||
],
|
],
|
||||||
|
|
||||||
'invoices' => [
|
'invoices' => [
|
||||||
|
|
@ -536,10 +537,10 @@ return [
|
||||||
'bundle' => 'Bundle',
|
'bundle' => 'Bundle',
|
||||||
'downloadable' => 'Downloadable',
|
'downloadable' => 'Downloadable',
|
||||||
'grouped' => 'Grouped',
|
'grouped' => 'Grouped',
|
||||||
'virtual' => 'Virtual',
|
'virtual' => 'Virtual',
|
||||||
'configurable' => 'Configurable',
|
'configurable' => 'Configurable',
|
||||||
|
|
||||||
],
|
],
|
||||||
'familiy' => 'Attribute Family',
|
'familiy' => 'Attribute Family',
|
||||||
'sku' => 'SKU',
|
'sku' => 'SKU',
|
||||||
'configurable-attributes' => 'Configurable Attributes',
|
'configurable-attributes' => 'Configurable Attributes',
|
||||||
|
|
|
||||||
|
|
@ -356,6 +356,7 @@ return [
|
||||||
'customer-notified' => ':date | Customer <b>Notified</b>',
|
'customer-notified' => ':date | Customer <b>Notified</b>',
|
||||||
'customer-not-notified' => ':date | Customer <b>Not Notified</b>',
|
'customer-not-notified' => ':date | Customer <b>Not Notified</b>',
|
||||||
'transactions' => 'Transactions t',
|
'transactions' => 'Transactions t',
|
||||||
|
'phone' => 'Telefon belgisi',
|
||||||
],
|
],
|
||||||
|
|
||||||
'invoices' => [
|
'invoices' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue