Translation Added For Velocity Theme
This commit is contained in:
parent
6941ef230a
commit
f4ed91fdbd
|
|
@ -264,6 +264,7 @@ return [
|
|||
'short-description' => 'أوصاف قصيرة',
|
||||
'recently-viewed' => 'المنتجات المعروضة مؤخرا',
|
||||
'be-first-review' => 'كن أول من يكتب نقد',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -264,6 +264,7 @@ return [
|
|||
'short-description' => 'Kurze Beschreibungen',
|
||||
'recently-viewed' => 'Kürzlich angesehene Produkte',
|
||||
'be-first-review' => 'Sei der erste der eine Bewertung schreibt',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -264,6 +264,7 @@ return [
|
|||
'short-description' => 'Short Descriptions',
|
||||
'recently-viewed' => 'Recently Viewed Products',
|
||||
'be-first-review' => 'Be the first to write a review',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -264,6 +264,7 @@ return [
|
|||
'short-description' => 'Descripción Breve',
|
||||
'recently-viewed' => 'Productos Vistos Recientemente',
|
||||
'be-first-review' => 'Sé el primero en escribir una reseña',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -264,6 +264,7 @@ return [
|
|||
'short-description' => 'توضیحات کوتاه',
|
||||
'recently-viewed' => 'محصولات اخیرا مشاهده شده',
|
||||
'be-first-review' => 'اولین نفری باشید که نظر می دهد',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -266,6 +266,7 @@ return [
|
|||
'short-description' => 'Descrizioni Brevi',
|
||||
'recently-viewed' => 'Prodotti visti di recente',
|
||||
'be-first-review' => 'Sii il primo a scrivere una review',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ return [
|
|||
'short-description' => '短い説明',
|
||||
'recently-viewed' => '最近見た製品',
|
||||
'be-first-review' => '最初のレビューを書く',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -264,6 +264,7 @@ return [
|
|||
'short-description' => 'Korte omschrijving',
|
||||
'recently-viewed' => 'Recent bekeken producten',
|
||||
'be-first-review' => 'Wees de eerste om een review te schrijven.',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -262,6 +262,7 @@ return [
|
|||
'short-description' => 'Krótkie opisy',
|
||||
'recently-viewed' => 'Ostatnio oglądane produkty',
|
||||
'be-first-review' => 'Bądź pierwszym, który napisze recenzję',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -266,6 +266,7 @@ return [
|
|||
'view-all-reviews' => 'Ver todos os comentários',
|
||||
'recently-viewed' => 'Produtos vistos recentemente',
|
||||
'be-first-review' => 'Seja o primeiro a escrever um comentário',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -262,6 +262,7 @@ return [
|
|||
'short-description' => 'Kısa Açıklamalar',
|
||||
'recently-viewed' => 'En Son Gezdiğiniz Ürünler',
|
||||
'be-first-review' => 'Bu ürüne ilk siz inceleme girin!',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@
|
|||
|
||||
@if ((bool) core()->getConfigData('catalog.products.attribute.price_attribute_tax_inclusive'))
|
||||
<span>
|
||||
Inclusive of all taxes.
|
||||
{{ __('velocity::app.products.tax-inclusive') }}
|
||||
</span>
|
||||
@endif
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue