Add admin ru translations

This commit is contained in:
Amanmyrat 2023-09-14 20:20:18 +05:00
parent 9a566da79b
commit e37912798d
3 changed files with 7 additions and 5 deletions

View File

@ -129,11 +129,11 @@
<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>

View File

@ -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' => [

View File

@ -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' => [