Added translations
This commit is contained in:
parent
4e856d02e8
commit
84969849d1
|
|
@ -11,7 +11,8 @@ return [
|
|||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'حدث شيء خاطئ ، رجاء حاول ثانية لاحقا.'
|
||||
'error' => 'حدث شيء خاطئ ، رجاء حاول ثانية لاحقا.',
|
||||
'no-result-found' => 'We could not find any records.'
|
||||
],
|
||||
|
||||
'home' => [
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ return [
|
|||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'Something went wrong, please try again later.'
|
||||
'error' => 'Something went wrong, please try again later.',
|
||||
'no-result-found' => 'We could not find any records.'
|
||||
],
|
||||
|
||||
'home' => [
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ return [
|
|||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'مشکلی رخ داده است. لطفا بعدا دوباره امتحان کنید.'
|
||||
'error' => 'مشکلی رخ داده است. لطفا بعدا دوباره امتحان کنید.',
|
||||
'no-result-found' => 'We could not find any records.'
|
||||
],
|
||||
|
||||
'home' => [
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ return [
|
|||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'Algo deu errado, por favor, tente novamente mais tarde.'
|
||||
'error' => 'Algo deu errado, por favor, tente novamente mais tarde.',
|
||||
'no-result-found' => 'We could not find any records.'
|
||||
],
|
||||
|
||||
'home' => [
|
||||
|
|
|
|||
|
|
@ -340,6 +340,12 @@
|
|||
<td data-value="{{ __('shop::app.customer.account.order.view.grand-total') }}">{{ core()->formatPrice($item->total + $item->tax_amount, $order->order_currency_code) }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
@if (! $refund->items->count())
|
||||
<tr>
|
||||
<td class="empty" colspan="7">{{ __('admin::app.common.no-result-found') }}</td>
|
||||
<tr>
|
||||
@endif
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue