This commit is contained in:
parent
84b6032511
commit
51d1ae7c99
|
|
@ -264,6 +264,7 @@ return [
|
|||
'update' => 'تحديث',
|
||||
'addresses' => 'عناوين',
|
||||
'orders' => 'الطلب #٪ s',
|
||||
'currencies' => 'Currencies',
|
||||
'reviews' => 'التعليقات',
|
||||
'top-brands' => 'ارقى الماركات',
|
||||
'new-password' => 'كلمة مرور جديدة',
|
||||
|
|
|
|||
|
|
@ -261,6 +261,7 @@ return [
|
|||
'yes' => 'Ja',
|
||||
'view' => 'Ansicht',
|
||||
'filter' => 'Filter',
|
||||
'currencies' => 'Currencies',
|
||||
'orders' => 'Bestellungen',
|
||||
'update' => 'Aktualisieren',
|
||||
'reviews' => 'Bewertungen',
|
||||
|
|
|
|||
|
|
@ -264,6 +264,7 @@ return [
|
|||
'orders' => 'Orders',
|
||||
'update' => 'Update',
|
||||
'reviews' => 'Reviews',
|
||||
'currencies' => 'Currencies',
|
||||
'addresses' => 'Addresses',
|
||||
'top-brands' => 'Top Brands',
|
||||
'new-password' => 'New password',
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ return [
|
|||
'update' => 'به روز رسانی',
|
||||
'reviews' => 'بررسی ها',
|
||||
'addresses' => 'آدرس ها',
|
||||
'currencies' => 'Currencies',
|
||||
'top-brands' => 'برندهای برتر',
|
||||
'new-password' => 'رمز عبور جدید',
|
||||
'downloadables' => 'محصولات دانلودی',
|
||||
|
|
|
|||
|
|
@ -267,6 +267,7 @@ return [
|
|||
'update' => 'Aggiorna',
|
||||
'reviews' => 'Recensioni',
|
||||
'addresses' => 'Indirizzi',
|
||||
'currencies' => 'Currencies',
|
||||
'top-brands' => 'Marchi top',
|
||||
'new-password' => 'Nuova password',
|
||||
'downloadables' => 'Prodotti Scaricabili',
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ return [
|
|||
'update' => 'Bijwerken',
|
||||
'reviews' => 'Reviews',
|
||||
'addresses' => 'Adressen',
|
||||
'currencies' => 'Currencies',
|
||||
'top-brands' => 'Top merken',
|
||||
'new-password' => 'Nieuw wachtwoord',
|
||||
'downloadables' => 'Downloadable Products',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ return [
|
|||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'Ogólne,
|
||||
'general' => 'Ogólne',
|
||||
'category' => 'Kategoria',
|
||||
'settings' => 'Ustawienia',
|
||||
'extension_name' => 'Motyw Velocity',
|
||||
|
|
@ -197,7 +197,7 @@ return [
|
|||
'added' => 'Produkt został pomyślnie dodany do listy porównania',
|
||||
'already_added' => 'Produkt został już dodany do listy porównawczej',
|
||||
'removed' => 'Produkt został pomyślnie usunięty z listy porównawcze',
|
||||
'empty-text' => Nie masz żadnych pozycji na liście porównawczej',
|
||||
'empty-text' => 'Nie masz żadnych pozycji na liście porównawczej',
|
||||
],
|
||||
'login-form' => [
|
||||
'sign-up' => 'Zarejestruj się',
|
||||
|
|
@ -263,6 +263,7 @@ return [
|
|||
'update' => 'Aktualizacje',
|
||||
'reviews' => 'Recenzje',
|
||||
'addresses' => 'Adresy',
|
||||
'currencies' => 'Currencies',
|
||||
'top-brands' => 'Najlepsze marki',
|
||||
'new-password' => 'Nowe hasło',
|
||||
'downloadables' => 'Produkty do pobrania',
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@
|
|||
<div class="wrapper" v-else-if="currencies">
|
||||
<div class="drawer-section">
|
||||
<i class="rango-arrow-left fs24 text-down-4" @click="toggleMetaInfo('currencies')"></i>
|
||||
<h4 class="display-inbl">Currencies</h4>
|
||||
<h4 class="display-inbl">{{ __('velocity::app.shop.general.currencies') }}</h4>
|
||||
<i class="material-icons pull-right text-dark" @click="closeDrawer()">cancel</i>
|
||||
</div>
|
||||
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
@else
|
||||
<a
|
||||
class="unset"
|
||||
href="?locale={{ $currency->code }}">
|
||||
href="?currency={{ $currency->code }}">
|
||||
<span>{{ $currency->code }}</span>
|
||||
</a>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue