File: /www/wwwroot//www.ankua.asia/resources/lang/de/product.php
<?php
/**
* Lang.php
*
* @copyright 2023 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2023-09-09 09:09:09
* @modified 2023-09-08 06:25:51
*/
return [
'active' => 'im Regal',
'brand' => 'Marke',
'category' => 'Kategorie',
'cost_price' => 'Kostenpreis',
'g' => ',',
'has_been_inactive' => 'Das Produkt wurde entfernt',
'image' => 'Bild',
'inactive' => 'von der Stange',
'kg' => 'Kilo.',
'lb' => 'pfund',
'model' => 'Modell',
'name' => 'Name',
'origin_price' => 'ursprünglicher Preis',
'oz' => '30 gramm.',
'price' => 'Preis',
'quantity' => 'Lager',
'sku' => 'SKU',
'video' => 'Na video.',
];