diff --git a/src/locales/en/commerce/product_name.ts b/src/locales/en/commerce/product_name.ts index a3e8153908c..aff3e57848d 100644 --- a/src/locales/en/commerce/product_name.ts +++ b/src/locales/en/commerce/product_name.ts @@ -6,6 +6,8 @@ export default { 'Elegant', 'Ergonomic', 'Fantastic', + 'Fresh', + 'Frozen', 'Generic', 'Gorgeous', 'Handcrafted', @@ -22,20 +24,24 @@ export default { 'Rustic', 'Sleek', 'Small', + 'Soft', 'Tasty', 'Unbranded', ], material: [ + 'Aluminum', + 'Bamboo', 'Bronze', + 'Ceramic', 'Concrete', 'Cotton', - 'Fresh', - 'Frozen', + 'Gold', 'Granite', + 'Marble', 'Metal', 'Plastic', 'Rubber', - 'Soft', + 'Silk', 'Steel', 'Wooden', ], diff --git a/src/locales/tr/commerce/product_name.ts b/src/locales/tr/commerce/product_name.ts index bc6748fcb12..9698453c231 100644 --- a/src/locales/tr/commerce/product_name.ts +++ b/src/locales/tr/commerce/product_name.ts @@ -1,5 +1,6 @@ export default { adjective: [ + 'Dondurulmuş', 'El Yapımı', 'El Üretimi', 'Ergonomik', @@ -14,22 +15,27 @@ export default { 'Mükemmel', 'Pratik', 'Rafine', + 'Taze', + 'Yumuşak', 'Zeki', 'İnanılmaz', 'Şık', ], material: [ 'Ahşap', + 'Altın', + 'Alüminyum', + 'Bambu', 'Beton', - 'Dondurulmuş', 'Granit', 'Kauçuk', + 'Mermer', 'Metal', 'Pamuk', 'Plastik', - 'Taze', - 'Yumuşak', + 'Seramik', 'Çelik', + 'İpek', ], product: [ 'Araba', diff --git a/test/modules/__snapshots__/commerce.spec.ts.snap b/test/modules/__snapshots__/commerce.spec.ts.snap index 11d5503849f..8873ae360a4 100644 --- a/test/modules/__snapshots__/commerce.spec.ts.snap +++ b/test/modules/__snapshots__/commerce.spec.ts.snap @@ -32,7 +32,7 @@ exports[`commerce > 42 > productAdjective 1`] = `"Handcrafted"`; exports[`commerce > 42 > productDescription 1`] = `"New salmon Pants with ergonomic design for crushing comfort"`; -exports[`commerce > 42 > productMaterial 1`] = `"Frozen"`; +exports[`commerce > 42 > productMaterial 1`] = `"Cotton"`; exports[`commerce > 42 > productName 1`] = `"Handcrafted Wooden Sausages"`; @@ -66,9 +66,9 @@ exports[`commerce > 1211 > product 1`] = `"Towels"`; exports[`commerce > 1211 > productAdjective 1`] = `"Tasty"`; -exports[`commerce > 1211 > productDescription 1`] = `"Small Cheese designed with Wooden for right performance"`; +exports[`commerce > 1211 > productDescription 1`] = `"Soft Cheese designed with Wooden for right performance"`; -exports[`commerce > 1211 > productMaterial 1`] = `"Wooden"`; +exports[`commerce > 1211 > productMaterial 1`] = `"Steel"`; exports[`commerce > 1211 > productName 1`] = `"Tasty Steel Cheese"`; @@ -100,10 +100,10 @@ exports[`commerce > 1337 > price > with min option 1`] = `"293.09"`; exports[`commerce > 1337 > product 1`] = `"Chicken"`; -exports[`commerce > 1337 > productAdjective 1`] = `"Generic"`; +exports[`commerce > 1337 > productAdjective 1`] = `"Frozen"`; -exports[`commerce > 1337 > productDescription 1`] = `"Innovative Car featuring lawful technology and Fresh construction"`; +exports[`commerce > 1337 > productDescription 1`] = `"Innovative Car featuring lawful technology and Concrete construction"`; -exports[`commerce > 1337 > productMaterial 1`] = `"Fresh"`; +exports[`commerce > 1337 > productMaterial 1`] = `"Ceramic"`; -exports[`commerce > 1337 > productName 1`] = `"Generic Concrete Chicken"`; +exports[`commerce > 1337 > productName 1`] = `"Frozen Bronze Chicken"`;