translate

This commit is contained in:
sebseb7
2025-07-16 09:21:40 +02:00
parent 510907b48a
commit 08c04909e0
466 changed files with 7185 additions and 5018 deletions

View File

@@ -0,0 +1,32 @@
export default {
"loading": "正在加载产品...", // Produkt wird geladen...
"notFound": "未找到产品", // Produkt nicht gefunden
"notFoundDescription": "您查找的产品不存在或已被移除。", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
"backToHome": "返回首页", // Zurück zur Startseite
"error": "错误", // Fehler
"articleNumber": "商品编号", // Artikelnummer
"manufacturer": "制造商", // Hersteller
"inclVat": "含 {{vat}}% 增值税", // inkl. {{vat}}% MwSt.
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
"new": "新品", // Neu
"weeks": "周", // Wochen
"arriving": "到货时间:", // Ankunft:
"inclVatFooter": "含 {{vat}}% 增值税,*", // inkl. {{vat}}% MwSt.,*
"availability": "库存情况", // Verfügbarkeit
"inStock": "有库存", // auf Lager
"comingSoon": "即将上市", // Bald verfügbar
"deliveryTime": "交货时间", // Lieferzeit
"inclShort": "含", // inkl.
"vatShort": "增值税", // MwSt.
"countDisplay": {
"noProducts": "0 个产品", // 0 Produkte
"oneProduct": "1 个产品", // 1 Produkt
"multipleProducts": "{{count}} 个产品", // {{count}} Produkte
"filteredProducts": "{{filtered}} 个,共 {{total}} 个产品", // {{filtered}} von {{total}} Produkten
"filteredOneProduct": "{{filtered}} 个,共 1 个产品", // {{filtered}} von 1 Produkt
"xOfYProducts": "{{x}} 个,共 {{y}} 个产品" // {{x}} von {{y}} Produkten
},
"removeFiltersToSee": "移除筛选条件以查看产品", // Entferne Filter um Produkte zu sehen
"outOfStock": "缺货", // Out of Stock
"fromXProducts": "从 {{count}} 个产品开始" // ab {{count}} Produkten
};