wyyl/resources/lang/de/cart.php

17 lines
360 B
PHP

<?php
/**
* cart.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-26 15:25:29
* @modified 2022-08-26 15:25:29
*/
return [
'sku_id' => 'SKU-ID',
'quantity' => 'Kaufmenge',
'stock_out' => 'Unzureichender Vorrat',
];