This commit is contained in:
rahulshukla-home 2020-05-27 19:07:30 +05:30
parent 9963c87bd1
commit b8417ff7d3
11 changed files with 11 additions and 1 deletions

View File

@ -478,6 +478,7 @@ return [
'shipping' => 'الشحن',
'payment' => 'الدفع',
'complete' => 'اكتمل',
'review' => 'مراجعة',
'billing-address' => 'عنوان الفواتير',
'sign-in' => 'تسجيل الدخول',
'first-name' => 'الاسم الأول',

View File

@ -472,6 +472,7 @@ return [
'shipping' => 'Versand',
'payment' => 'Zahlung',
'complete' => 'Komplett',
'review' => 'Rezension',
'billing-address' => 'Rechnungsadresse',
'sign-in' => 'Anmelden',
'company-name' => 'Name der Firma',

View File

@ -478,6 +478,7 @@ return [
'shipping' => 'Shipping',
'payment' => 'Payment',
'complete' => 'Complete',
'review' => 'Review',
'billing-address' => 'Billing Address',
'sign-in' => 'Sign In',
'company-name' => 'Company Name',

View File

@ -444,6 +444,7 @@ return [
'shipping' => 'Envío',
'payment' => 'Pago',
'complete' => 'Completado',
'review' => 'revisión',
'billing-address' => 'Dirección de facturación',
'sign-in' => 'Entrar',
'first-name' => 'Nombre',

View File

@ -477,6 +477,7 @@ return [
'shipping' => 'حمل دریایی',
'payment' => 'پرداخت',
'complete' => 'تکمیل',
'review' => 'مرور',
'billing-address' => 'آدرس قبض',
'sign-in' => 'ورود',
'company-name' => 'نام شرکت',

View File

@ -477,6 +477,7 @@ return [
'shipping' => 'Spedizione',
'payment' => 'Pagamento',
'complete' => 'Completo',
'review' => 'Revisione',
'billing-address' => 'Indirizzo Fatturazione',
'sign-in' => 'Login',
'company-name' => 'Azienda',

View File

@ -436,6 +436,7 @@ return [
'shipping' => '発送',
'payment' => '支払い',
'complete' => '完了',
'review' => 'レビュー',
'billing-address' => '領収書宛先',
'sign-in' => 'ログイン',
'first-name' => '名',

View File

@ -482,6 +482,7 @@ return [
'shipping' => 'Verzending',
'payment' => 'Betaling',
'complete' => 'Complete',
'review' => 'Beoordeling',
'billing-address' => 'Factuur adres',
'sign-in' => 'Inloggen',
'company-name' => 'Bedrijfsnaam',

View File

@ -475,6 +475,7 @@ return [
'shipping' => 'Wysyłka',
'payment' => 'Płatność',
'complete' => 'Kompletna',
'review' => 'Przejrzeć',
'billing-address' => 'Adres rozliczeniowy',
'sign-in' => 'Zaloguj się',
'company-name' => 'Nazwa firmy',

View File

@ -467,6 +467,7 @@ return [
'shipping' => 'Entrega',
'payment' => 'Pagamento',
'complete' => 'Completo',
'review' => 'Reveja',
'billing-address' => 'Endereço de Cobrança',
'sign-in' => 'Entrar',
'first-name' => 'Nome',

View File

@ -40,7 +40,7 @@
<li :class="[current_step == 4 ? 'active' : '']">
<div class="decorator review"></div>
<span>{{ __('shop::app.checkout.onepage.complete') }}</span>
<span>{{ __('shop::app.checkout.onepage.review') }}</span>
</li>
</ul>