Skip to content

Commit 351c79c

Browse files
authored
Merge pull request #168 from velstorelabs/feature/admin-validation-v2
Added multilingual translations for product attributes (color and siz…
2 parents e1bc926 + b0c458d commit 351c79c

File tree

20 files changed

+39
-1
lines changed

20 files changed

+39
-1
lines changed

resources/lang/ar/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'اللون',
24+
'size' => 'المقاس',
2325
'home' => 'الرئيسية',
2426
'in_stock' => 'متوفر في المخزون',
2527
'out_of_stock' => 'غير متوفر في المخزون',

resources/lang/de/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'Farbe',
24+
'size' => 'Größe',
2325
'home' => 'Startseite',
2426
'in_stock' => 'AUF LAGER',
2527
'out_of_stock' => 'NICHT VORRÄTIG',

resources/lang/en/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'Color',
24+
'size' => 'Size',
2325
'home' => 'Home',
2426
'in_stock' => 'IN STOCK',
2527
'out_of_stock' => 'OUT OF STOCK',

resources/lang/es/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'Color',
24+
'size' => 'Talla',
2325
'home' => 'Inicio',
2426
'in_stock' => 'EN STOCK',
2527
'out_of_stock' => 'AGOTADO',

resources/lang/fa/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'رنگ',
24+
'size' => 'اندازه',
2325
'home' => 'خانه',
2426
'in_stock' => 'موجود در انبار',
2527
'out_of_stock' => 'ناموجود',

resources/lang/fr/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'Couleur',
24+
'size' => 'Taille',
2325
'home' => 'Accueil',
2426
'in_stock' => 'EN STOCK',
2527
'out_of_stock' => 'RUPTURE DE STOCK',

resources/lang/hi/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'रंग',
24+
'size' => 'आकार',
2325
'home' => 'होम',
2426
'in_stock' => 'स्टॉक में उपलब्ध',
2527
'out_of_stock' => 'स्टॉक खत्म',

resources/lang/id/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'Warna',
24+
'size' => 'Ukuran',
2325
'home' => 'Beranda',
2426
'in_stock' => 'TERSEDIA',
2527
'out_of_stock' => 'HABIS',

resources/lang/it/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => 'Colore',
24+
'size' => 'Taglia',
2325
'home' => 'Home',
2426
'in_stock' => 'DISPONIBILE',
2527
'out_of_stock' => 'ESAURITO',

resources/lang/ja/store.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
],
2121

2222
'product_detail' => [
23+
'color' => '',
24+
'size' => 'サイズ',
2325
'home' => 'ホーム',
2426
'in_stock' => '在庫あり',
2527
'out_of_stock' => '在庫切れ',

0 commit comments

Comments
 (0)