@shopware-ag/acceptance-test-suite 11.31.0 → 11.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2588 -2
- package/dist/index.d.ts +2588 -2
- package/dist/index.mjs +2937 -454
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1212,6 +1212,2590 @@ declare function setViewport(page: Page, options?: Options): Promise<void>;
|
|
|
1212
1212
|
*/
|
|
1213
1213
|
declare function assertScreenshot(page: Page, filename: string, locator?: Locator): Promise<void>;
|
|
1214
1214
|
|
|
1215
|
+
declare const BUNDLED_RESOURCES: {
|
|
1216
|
+
readonly en: {
|
|
1217
|
+
readonly 'administration/category': {
|
|
1218
|
+
general: {
|
|
1219
|
+
name: string;
|
|
1220
|
+
active: string;
|
|
1221
|
+
save: string;
|
|
1222
|
+
cancel: string;
|
|
1223
|
+
delete: string;
|
|
1224
|
+
customFields: string;
|
|
1225
|
+
};
|
|
1226
|
+
actions: {
|
|
1227
|
+
createCategory: string;
|
|
1228
|
+
addLandingPage: string;
|
|
1229
|
+
configureHomePage: string;
|
|
1230
|
+
newCategoryAfter: string;
|
|
1231
|
+
};
|
|
1232
|
+
tabs: {
|
|
1233
|
+
general: string;
|
|
1234
|
+
products: string;
|
|
1235
|
+
layout: string;
|
|
1236
|
+
seo: string;
|
|
1237
|
+
};
|
|
1238
|
+
fields: {
|
|
1239
|
+
categoryType: string;
|
|
1240
|
+
linkType: string;
|
|
1241
|
+
entity: string;
|
|
1242
|
+
openInNewTab: string;
|
|
1243
|
+
};
|
|
1244
|
+
headings: {
|
|
1245
|
+
landingPages: string;
|
|
1246
|
+
};
|
|
1247
|
+
errors: {
|
|
1248
|
+
entityTypeNotFound: string;
|
|
1249
|
+
};
|
|
1250
|
+
entities: {
|
|
1251
|
+
category: string;
|
|
1252
|
+
product: string;
|
|
1253
|
+
landingPage: string;
|
|
1254
|
+
};
|
|
1255
|
+
};
|
|
1256
|
+
readonly 'administration/customer': {
|
|
1257
|
+
listing: {
|
|
1258
|
+
customers: string;
|
|
1259
|
+
bulkEdit: string;
|
|
1260
|
+
delete: string;
|
|
1261
|
+
cancel: string;
|
|
1262
|
+
startBulkEdit: string;
|
|
1263
|
+
bulkEditItemsSelected: string;
|
|
1264
|
+
};
|
|
1265
|
+
detail: {
|
|
1266
|
+
general: string;
|
|
1267
|
+
addresses: string;
|
|
1268
|
+
orders: string;
|
|
1269
|
+
accept: string;
|
|
1270
|
+
decline: string;
|
|
1271
|
+
edit: string;
|
|
1272
|
+
customerGroupRequestMessage: string;
|
|
1273
|
+
customerGroup: string;
|
|
1274
|
+
accountStatus: string;
|
|
1275
|
+
language: string;
|
|
1276
|
+
};
|
|
1277
|
+
bulkEdit: {
|
|
1278
|
+
title: string;
|
|
1279
|
+
applyChanges: string;
|
|
1280
|
+
success: string;
|
|
1281
|
+
close: string;
|
|
1282
|
+
changes: {
|
|
1283
|
+
customerGroup: string;
|
|
1284
|
+
accountStatus: string;
|
|
1285
|
+
language: string;
|
|
1286
|
+
tags: string;
|
|
1287
|
+
replyToRequest: string;
|
|
1288
|
+
};
|
|
1289
|
+
placeholders: {
|
|
1290
|
+
selectCustomerGroup: string;
|
|
1291
|
+
selectLanguage: string;
|
|
1292
|
+
selectCustomerGroupRequestReply: string;
|
|
1293
|
+
};
|
|
1294
|
+
};
|
|
1295
|
+
};
|
|
1296
|
+
readonly 'administration/customField': {
|
|
1297
|
+
common: {
|
|
1298
|
+
technicalName: string;
|
|
1299
|
+
position: string;
|
|
1300
|
+
labelEnglishGB: string;
|
|
1301
|
+
};
|
|
1302
|
+
listing: {
|
|
1303
|
+
addNewSet: string;
|
|
1304
|
+
};
|
|
1305
|
+
create: {
|
|
1306
|
+
assignTo: string;
|
|
1307
|
+
save: string;
|
|
1308
|
+
cancel: string;
|
|
1309
|
+
};
|
|
1310
|
+
detail: {
|
|
1311
|
+
type: string;
|
|
1312
|
+
modifiableViaStoreApi: string;
|
|
1313
|
+
placeholderEnglishGB: string;
|
|
1314
|
+
helpTextEnglishGB: string;
|
|
1315
|
+
availableInShoppingCart: string;
|
|
1316
|
+
select: string;
|
|
1317
|
+
newCustomField: string;
|
|
1318
|
+
editCustomField: string;
|
|
1319
|
+
add: string;
|
|
1320
|
+
};
|
|
1321
|
+
general: {
|
|
1322
|
+
customFields: string;
|
|
1323
|
+
};
|
|
1324
|
+
actions: {
|
|
1325
|
+
edit: string;
|
|
1326
|
+
delete: string;
|
|
1327
|
+
cancel: string;
|
|
1328
|
+
applyChanges: string;
|
|
1329
|
+
};
|
|
1330
|
+
dialogs: {
|
|
1331
|
+
warning: string;
|
|
1332
|
+
deleteCustomField: string;
|
|
1333
|
+
};
|
|
1334
|
+
};
|
|
1335
|
+
readonly 'administration/dataSharing': {
|
|
1336
|
+
buttons: {
|
|
1337
|
+
agree: string;
|
|
1338
|
+
disableDataSharing: string;
|
|
1339
|
+
};
|
|
1340
|
+
messages: {
|
|
1341
|
+
sharingData: string;
|
|
1342
|
+
termsAgreement: string;
|
|
1343
|
+
};
|
|
1344
|
+
headlines: {
|
|
1345
|
+
dataConsent: string;
|
|
1346
|
+
};
|
|
1347
|
+
};
|
|
1348
|
+
readonly 'administration/document': {
|
|
1349
|
+
listing: {
|
|
1350
|
+
addDocument: string;
|
|
1351
|
+
};
|
|
1352
|
+
types: {
|
|
1353
|
+
invoice: string;
|
|
1354
|
+
};
|
|
1355
|
+
detail: {
|
|
1356
|
+
displayDocumentInMyAccount: string;
|
|
1357
|
+
save: string;
|
|
1358
|
+
};
|
|
1359
|
+
};
|
|
1360
|
+
readonly 'administration/landingPage': {
|
|
1361
|
+
create: {
|
|
1362
|
+
searchLayoutsPlaceholder: string;
|
|
1363
|
+
assignLayout: string;
|
|
1364
|
+
createNewLayout: string;
|
|
1365
|
+
selectLayout: string;
|
|
1366
|
+
};
|
|
1367
|
+
general: {
|
|
1368
|
+
name: string;
|
|
1369
|
+
save: string;
|
|
1370
|
+
active: string;
|
|
1371
|
+
salesChannels: string;
|
|
1372
|
+
seoUrl: string;
|
|
1373
|
+
};
|
|
1374
|
+
layout: {
|
|
1375
|
+
layout: string;
|
|
1376
|
+
changeLayout: string;
|
|
1377
|
+
editInDesigner: string;
|
|
1378
|
+
};
|
|
1379
|
+
};
|
|
1380
|
+
readonly 'administration/layout': {
|
|
1381
|
+
listing: {
|
|
1382
|
+
createNewLayout: string;
|
|
1383
|
+
};
|
|
1384
|
+
create: {
|
|
1385
|
+
shopPage: string;
|
|
1386
|
+
landingPage: string;
|
|
1387
|
+
listingPage: string;
|
|
1388
|
+
productPage: string;
|
|
1389
|
+
cancel: string;
|
|
1390
|
+
save: string;
|
|
1391
|
+
fullWidth: string;
|
|
1392
|
+
sidebar: string;
|
|
1393
|
+
back: string;
|
|
1394
|
+
layoutName: string;
|
|
1395
|
+
createLayout: string;
|
|
1396
|
+
};
|
|
1397
|
+
detail: {
|
|
1398
|
+
save: string;
|
|
1399
|
+
settings: string;
|
|
1400
|
+
blocks: string;
|
|
1401
|
+
navigator: string;
|
|
1402
|
+
layoutAssignment: string;
|
|
1403
|
+
};
|
|
1404
|
+
};
|
|
1405
|
+
readonly 'administration/login': {
|
|
1406
|
+
username: string;
|
|
1407
|
+
emailAddress: string;
|
|
1408
|
+
password: string;
|
|
1409
|
+
loginButton: string;
|
|
1410
|
+
};
|
|
1411
|
+
readonly 'administration/flowBuilder': {
|
|
1412
|
+
listing: {
|
|
1413
|
+
delete: string;
|
|
1414
|
+
downloadFlow: string;
|
|
1415
|
+
testFlow: string;
|
|
1416
|
+
flowTemplates: string;
|
|
1417
|
+
};
|
|
1418
|
+
create: {
|
|
1419
|
+
addAction: string;
|
|
1420
|
+
addConditionIf: string;
|
|
1421
|
+
addActionThen: string;
|
|
1422
|
+
newFlow: string;
|
|
1423
|
+
name: string;
|
|
1424
|
+
description: string;
|
|
1425
|
+
priority: string;
|
|
1426
|
+
active: string;
|
|
1427
|
+
tags: string;
|
|
1428
|
+
};
|
|
1429
|
+
detail: {
|
|
1430
|
+
name: string;
|
|
1431
|
+
};
|
|
1432
|
+
templates: {
|
|
1433
|
+
createFromTemplate: string;
|
|
1434
|
+
createNewFlowFromTemplate: string;
|
|
1435
|
+
};
|
|
1436
|
+
messages: {
|
|
1437
|
+
deleteConfirmation: string;
|
|
1438
|
+
};
|
|
1439
|
+
};
|
|
1440
|
+
readonly 'administration/dashboard': {
|
|
1441
|
+
dataSharing: {
|
|
1442
|
+
agree: string;
|
|
1443
|
+
notAtTheMoment: string;
|
|
1444
|
+
acceptMessage: string;
|
|
1445
|
+
notAtTheMomentMessage: string;
|
|
1446
|
+
agreementText: string;
|
|
1447
|
+
};
|
|
1448
|
+
shopwareServices: {
|
|
1449
|
+
close: string;
|
|
1450
|
+
exploreNow: string;
|
|
1451
|
+
};
|
|
1452
|
+
userMenu: {
|
|
1453
|
+
logout: string;
|
|
1454
|
+
};
|
|
1455
|
+
};
|
|
1456
|
+
readonly 'administration/manufacturer': {
|
|
1457
|
+
listing: {
|
|
1458
|
+
addManufacturer: string;
|
|
1459
|
+
};
|
|
1460
|
+
create: {
|
|
1461
|
+
name: string;
|
|
1462
|
+
website: string;
|
|
1463
|
+
save: string;
|
|
1464
|
+
cancel: string;
|
|
1465
|
+
};
|
|
1466
|
+
detail: {
|
|
1467
|
+
customFields: string;
|
|
1468
|
+
};
|
|
1469
|
+
actions: {
|
|
1470
|
+
edit: string;
|
|
1471
|
+
delete: string;
|
|
1472
|
+
cancel: string;
|
|
1473
|
+
};
|
|
1474
|
+
dialogs: {
|
|
1475
|
+
warning: string;
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
readonly 'administration/order': {
|
|
1479
|
+
detail: {
|
|
1480
|
+
items: string;
|
|
1481
|
+
sendDocument: string;
|
|
1482
|
+
openActionsMenu: string;
|
|
1483
|
+
};
|
|
1484
|
+
contextMenu: {
|
|
1485
|
+
sendDocument: string;
|
|
1486
|
+
};
|
|
1487
|
+
tabs: {
|
|
1488
|
+
general: string;
|
|
1489
|
+
details: string;
|
|
1490
|
+
documents: string;
|
|
1491
|
+
};
|
|
1492
|
+
};
|
|
1493
|
+
readonly 'administration/payment': {
|
|
1494
|
+
common: {
|
|
1495
|
+
name: string;
|
|
1496
|
+
availabilityRule: string;
|
|
1497
|
+
cashOnDelivery: string;
|
|
1498
|
+
paidInAdvance: string;
|
|
1499
|
+
invoice: string;
|
|
1500
|
+
};
|
|
1501
|
+
detail: {};
|
|
1502
|
+
methods: {
|
|
1503
|
+
customPaymentMethod: string;
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1506
|
+
readonly 'administration/promotion': {
|
|
1507
|
+
tabs: {
|
|
1508
|
+
general: string;
|
|
1509
|
+
conditions: string;
|
|
1510
|
+
discounts: string;
|
|
1511
|
+
};
|
|
1512
|
+
cards: {
|
|
1513
|
+
preConditions: string;
|
|
1514
|
+
};
|
|
1515
|
+
headings: {
|
|
1516
|
+
promotionCodes: string;
|
|
1517
|
+
};
|
|
1518
|
+
actions: {
|
|
1519
|
+
addPromotion: string;
|
|
1520
|
+
addDiscount: string;
|
|
1521
|
+
duplicate: string;
|
|
1522
|
+
delete: string;
|
|
1523
|
+
edit: string;
|
|
1524
|
+
save: string;
|
|
1525
|
+
cancel: string;
|
|
1526
|
+
};
|
|
1527
|
+
fields: {
|
|
1528
|
+
priority: string;
|
|
1529
|
+
};
|
|
1530
|
+
};
|
|
1531
|
+
readonly 'administration/rule': {
|
|
1532
|
+
buttons: {
|
|
1533
|
+
createRule: string;
|
|
1534
|
+
add: string;
|
|
1535
|
+
addAssignment: string;
|
|
1536
|
+
save: string;
|
|
1537
|
+
cancel: string;
|
|
1538
|
+
};
|
|
1539
|
+
fields: {
|
|
1540
|
+
name: string;
|
|
1541
|
+
priority: string;
|
|
1542
|
+
};
|
|
1543
|
+
errors: {
|
|
1544
|
+
unknownRuleType: string;
|
|
1545
|
+
};
|
|
1546
|
+
testData: {
|
|
1547
|
+
ruleDescription: string;
|
|
1548
|
+
};
|
|
1549
|
+
};
|
|
1550
|
+
readonly 'administration/settings': {
|
|
1551
|
+
header: {
|
|
1552
|
+
settings: string;
|
|
1553
|
+
};
|
|
1554
|
+
};
|
|
1555
|
+
readonly 'administration/shipping': {
|
|
1556
|
+
common: {
|
|
1557
|
+
name: string;
|
|
1558
|
+
availabilityRule: string;
|
|
1559
|
+
};
|
|
1560
|
+
listing: {
|
|
1561
|
+
addShippingMethod: string;
|
|
1562
|
+
};
|
|
1563
|
+
detail: {};
|
|
1564
|
+
methods: {
|
|
1565
|
+
standard: string;
|
|
1566
|
+
express: string;
|
|
1567
|
+
customShippingMethod: string;
|
|
1568
|
+
};
|
|
1569
|
+
dialogs: {
|
|
1570
|
+
warning: string;
|
|
1571
|
+
cancel: string;
|
|
1572
|
+
delete: string;
|
|
1573
|
+
};
|
|
1574
|
+
};
|
|
1575
|
+
readonly 'administration/yourProfile': {
|
|
1576
|
+
tabs: {
|
|
1577
|
+
searchPreferences: string;
|
|
1578
|
+
};
|
|
1579
|
+
fields: {
|
|
1580
|
+
firstName: string;
|
|
1581
|
+
lastName: string;
|
|
1582
|
+
username: string;
|
|
1583
|
+
email: string;
|
|
1584
|
+
};
|
|
1585
|
+
buttons: {
|
|
1586
|
+
deselectAll: string;
|
|
1587
|
+
};
|
|
1588
|
+
};
|
|
1589
|
+
readonly 'administration/customerGroup': {
|
|
1590
|
+
listing: {
|
|
1591
|
+
customerGroups: string;
|
|
1592
|
+
};
|
|
1593
|
+
detail: {
|
|
1594
|
+
technicalUrl: string;
|
|
1595
|
+
};
|
|
1596
|
+
create: {
|
|
1597
|
+
title: string;
|
|
1598
|
+
cardTitle: string;
|
|
1599
|
+
save: string;
|
|
1600
|
+
cancel: string;
|
|
1601
|
+
customSignupForm: string;
|
|
1602
|
+
companySignupForm: string;
|
|
1603
|
+
seoMetaDescription: string;
|
|
1604
|
+
};
|
|
1605
|
+
};
|
|
1606
|
+
readonly 'administration/firstRunWizard': {
|
|
1607
|
+
welcome: {
|
|
1608
|
+
text: string;
|
|
1609
|
+
};
|
|
1610
|
+
buttons: {
|
|
1611
|
+
install: string;
|
|
1612
|
+
installMigrationAssistant: string;
|
|
1613
|
+
installDemoData: string;
|
|
1614
|
+
};
|
|
1615
|
+
headers: {
|
|
1616
|
+
dataImport: string;
|
|
1617
|
+
defaultValues: string;
|
|
1618
|
+
mailerConfiguration: string;
|
|
1619
|
+
payPalSetup: string;
|
|
1620
|
+
extensions: string;
|
|
1621
|
+
shopwareAccount: string;
|
|
1622
|
+
shopwareStore: string;
|
|
1623
|
+
done: string;
|
|
1624
|
+
};
|
|
1625
|
+
fields: {
|
|
1626
|
+
host: string;
|
|
1627
|
+
port: string;
|
|
1628
|
+
username: string;
|
|
1629
|
+
senderAddress: string;
|
|
1630
|
+
deliveryAddress: string;
|
|
1631
|
+
disableEmailDelivery: string;
|
|
1632
|
+
};
|
|
1633
|
+
placeholders: {
|
|
1634
|
+
selectSalesChannels: string;
|
|
1635
|
+
};
|
|
1636
|
+
regions: {
|
|
1637
|
+
germanRegion: string;
|
|
1638
|
+
tools: string;
|
|
1639
|
+
};
|
|
1640
|
+
};
|
|
1641
|
+
readonly 'administration/shopwareServices': {
|
|
1642
|
+
headings: {
|
|
1643
|
+
futureProofStore: string;
|
|
1644
|
+
};
|
|
1645
|
+
buttons: {
|
|
1646
|
+
activateServices: string;
|
|
1647
|
+
grantPermissions: string;
|
|
1648
|
+
deactivate: string;
|
|
1649
|
+
exploreNow: string;
|
|
1650
|
+
};
|
|
1651
|
+
modals: {
|
|
1652
|
+
deactivateServices: string;
|
|
1653
|
+
};
|
|
1654
|
+
messages: {
|
|
1655
|
+
accessDenied: string;
|
|
1656
|
+
};
|
|
1657
|
+
links: {
|
|
1658
|
+
shopwareServices: string;
|
|
1659
|
+
};
|
|
1660
|
+
dashboard: {
|
|
1661
|
+
shopwareServicesIntroduction: string;
|
|
1662
|
+
};
|
|
1663
|
+
};
|
|
1664
|
+
readonly 'administration/product': {
|
|
1665
|
+
detail: {
|
|
1666
|
+
customFields: string;
|
|
1667
|
+
colorProperty: string;
|
|
1668
|
+
sizeProperty: string;
|
|
1669
|
+
stockPlaceholder: string;
|
|
1670
|
+
restockTimePlaceholder: string;
|
|
1671
|
+
};
|
|
1672
|
+
variants: {
|
|
1673
|
+
properties: string;
|
|
1674
|
+
};
|
|
1675
|
+
flows: {
|
|
1676
|
+
tag: string;
|
|
1677
|
+
};
|
|
1678
|
+
errors: {
|
|
1679
|
+
followingErrorOccurred: string;
|
|
1680
|
+
};
|
|
1681
|
+
bulkEdit: {
|
|
1682
|
+
applyChanges: string;
|
|
1683
|
+
success: string;
|
|
1684
|
+
close: string;
|
|
1685
|
+
};
|
|
1686
|
+
listing: {
|
|
1687
|
+
bulkEdit: string;
|
|
1688
|
+
startBulkEdit: string;
|
|
1689
|
+
};
|
|
1690
|
+
tabs: {
|
|
1691
|
+
specifications: string;
|
|
1692
|
+
advancedPricing: string;
|
|
1693
|
+
variants: string;
|
|
1694
|
+
layout: string;
|
|
1695
|
+
crossSelling: string;
|
|
1696
|
+
seo: string;
|
|
1697
|
+
reviews: string;
|
|
1698
|
+
};
|
|
1699
|
+
buttons: {
|
|
1700
|
+
save: string;
|
|
1701
|
+
uploadFile: string;
|
|
1702
|
+
generateVariants: string;
|
|
1703
|
+
next: string;
|
|
1704
|
+
saveVariants: string;
|
|
1705
|
+
};
|
|
1706
|
+
modals: {
|
|
1707
|
+
generateVariants: string;
|
|
1708
|
+
};
|
|
1709
|
+
};
|
|
1710
|
+
readonly 'storefront/account': {
|
|
1711
|
+
common: {
|
|
1712
|
+
salutation: string;
|
|
1713
|
+
firstName: string;
|
|
1714
|
+
lastName: string;
|
|
1715
|
+
company: string;
|
|
1716
|
+
department: string;
|
|
1717
|
+
back: string;
|
|
1718
|
+
changePassword: string;
|
|
1719
|
+
passwordUpdated: string;
|
|
1720
|
+
cashOnDelivery: string;
|
|
1721
|
+
paidInAdvance: string;
|
|
1722
|
+
invoice: string;
|
|
1723
|
+
};
|
|
1724
|
+
login: {
|
|
1725
|
+
email: string;
|
|
1726
|
+
password: string;
|
|
1727
|
+
logIn: string;
|
|
1728
|
+
logOut: string;
|
|
1729
|
+
forgotPassword: string;
|
|
1730
|
+
invalidCredentials: string;
|
|
1731
|
+
successfulLogout: string;
|
|
1732
|
+
};
|
|
1733
|
+
profile: {
|
|
1734
|
+
saveChanges: string;
|
|
1735
|
+
changeEmail: string;
|
|
1736
|
+
emailConfirmation: string;
|
|
1737
|
+
emailUpdated: string;
|
|
1738
|
+
invalidEmail: string;
|
|
1739
|
+
emailUpdateFailure: string;
|
|
1740
|
+
passwordTooShort: string;
|
|
1741
|
+
passwordUpdateFailure: string;
|
|
1742
|
+
};
|
|
1743
|
+
orders: {
|
|
1744
|
+
download: string;
|
|
1745
|
+
cancelOrder: string;
|
|
1746
|
+
repeatOrder: string;
|
|
1747
|
+
changePaymentMethod: string;
|
|
1748
|
+
actions: string;
|
|
1749
|
+
expand: string;
|
|
1750
|
+
showDetails: string;
|
|
1751
|
+
creditItem: string;
|
|
1752
|
+
orderNumber: string;
|
|
1753
|
+
plusVat: string;
|
|
1754
|
+
vatSuffix: string;
|
|
1755
|
+
shippingCosts: string;
|
|
1756
|
+
totalGross: string;
|
|
1757
|
+
};
|
|
1758
|
+
addresses: {
|
|
1759
|
+
street: string;
|
|
1760
|
+
streetAddress: string;
|
|
1761
|
+
city: string;
|
|
1762
|
+
country: string;
|
|
1763
|
+
postalCode: string;
|
|
1764
|
+
state: string;
|
|
1765
|
+
editAddress: string;
|
|
1766
|
+
useAsDefaultBilling: string;
|
|
1767
|
+
useAsDefaultShipping: string;
|
|
1768
|
+
deliveryNotPossible: string;
|
|
1769
|
+
};
|
|
1770
|
+
registration: {
|
|
1771
|
+
continue: string;
|
|
1772
|
+
differentShippingAddress: string;
|
|
1773
|
+
};
|
|
1774
|
+
general: {
|
|
1775
|
+
overview: string;
|
|
1776
|
+
personalData: string;
|
|
1777
|
+
defaultPaymentMethod: string;
|
|
1778
|
+
defaultBillingAddress: string;
|
|
1779
|
+
defaultShippingAddress: string;
|
|
1780
|
+
yourAccount: string;
|
|
1781
|
+
newsletter: string;
|
|
1782
|
+
newsletterRegistrationSuccess: string;
|
|
1783
|
+
cannotDeliverToCountry: string;
|
|
1784
|
+
shippingNotPossible: string;
|
|
1785
|
+
};
|
|
1786
|
+
recovery: {
|
|
1787
|
+
title: string;
|
|
1788
|
+
subtitle: string;
|
|
1789
|
+
requestEmail: string;
|
|
1790
|
+
emailSent: string;
|
|
1791
|
+
invalidLink: string;
|
|
1792
|
+
newPassword: string;
|
|
1793
|
+
passwordConfirmation: string;
|
|
1794
|
+
};
|
|
1795
|
+
payment: {
|
|
1796
|
+
change: string;
|
|
1797
|
+
};
|
|
1798
|
+
};
|
|
1799
|
+
readonly 'storefront/address': {
|
|
1800
|
+
common: {
|
|
1801
|
+
salutation: string;
|
|
1802
|
+
firstName: string;
|
|
1803
|
+
lastName: string;
|
|
1804
|
+
company: string;
|
|
1805
|
+
department: string;
|
|
1806
|
+
street: string;
|
|
1807
|
+
postalCode: string;
|
|
1808
|
+
};
|
|
1809
|
+
actions: {
|
|
1810
|
+
editAddress: string;
|
|
1811
|
+
useAsDefaultBilling: string;
|
|
1812
|
+
useAsDefaultShipping: string;
|
|
1813
|
+
addressOptions: string;
|
|
1814
|
+
};
|
|
1815
|
+
messages: {
|
|
1816
|
+
deliveryNotPossible: string;
|
|
1817
|
+
};
|
|
1818
|
+
};
|
|
1819
|
+
readonly 'storefront/checkout': {
|
|
1820
|
+
common: {
|
|
1821
|
+
back: string;
|
|
1822
|
+
cashOnDelivery: string;
|
|
1823
|
+
paidInAdvance: string;
|
|
1824
|
+
invoice: string;
|
|
1825
|
+
standard: string;
|
|
1826
|
+
express: string;
|
|
1827
|
+
};
|
|
1828
|
+
cart: {
|
|
1829
|
+
shoppingCart: string;
|
|
1830
|
+
goToCheckout: string;
|
|
1831
|
+
displayShoppingCart: string;
|
|
1832
|
+
continueShopping: string;
|
|
1833
|
+
promoCode: string;
|
|
1834
|
+
emptyCart: string;
|
|
1835
|
+
quantity: string;
|
|
1836
|
+
stockReached: string;
|
|
1837
|
+
};
|
|
1838
|
+
confirm: {
|
|
1839
|
+
completeOrder: string;
|
|
1840
|
+
submitOrder: string;
|
|
1841
|
+
termsAndConditions: string;
|
|
1842
|
+
immediateAccessToDigitalProduct: string;
|
|
1843
|
+
};
|
|
1844
|
+
finish: {
|
|
1845
|
+
thankYouForOrder: string;
|
|
1846
|
+
grandTotal: string;
|
|
1847
|
+
plusVat: string;
|
|
1848
|
+
vatSuffix: string;
|
|
1849
|
+
};
|
|
1850
|
+
orderEdit: {
|
|
1851
|
+
cancelOrder: string;
|
|
1852
|
+
};
|
|
1853
|
+
};
|
|
1854
|
+
readonly 'storefront/product': {
|
|
1855
|
+
addToCart: string;
|
|
1856
|
+
quantity: string;
|
|
1857
|
+
addToWishlist: string;
|
|
1858
|
+
removeFromWishlist: string;
|
|
1859
|
+
deliveryTime: string;
|
|
1860
|
+
review: {
|
|
1861
|
+
tabTitle: string;
|
|
1862
|
+
title: string;
|
|
1863
|
+
text: string;
|
|
1864
|
+
emptyText: string;
|
|
1865
|
+
submitMessage: string;
|
|
1866
|
+
};
|
|
1867
|
+
listing: {
|
|
1868
|
+
sorting: string;
|
|
1869
|
+
noProductsFound: string;
|
|
1870
|
+
};
|
|
1871
|
+
};
|
|
1872
|
+
readonly 'storefront/navigation': {
|
|
1873
|
+
pageNotFound: {
|
|
1874
|
+
title: string;
|
|
1875
|
+
backToShop: string;
|
|
1876
|
+
};
|
|
1877
|
+
home: {
|
|
1878
|
+
yourAccount: string;
|
|
1879
|
+
manufacturerFilter: string;
|
|
1880
|
+
priceFilter: string;
|
|
1881
|
+
resetAll: string;
|
|
1882
|
+
freeShipping: string;
|
|
1883
|
+
};
|
|
1884
|
+
footer: {
|
|
1885
|
+
contactForm: string;
|
|
1886
|
+
};
|
|
1887
|
+
category: {
|
|
1888
|
+
sorting: string;
|
|
1889
|
+
addToCart: string;
|
|
1890
|
+
noProductsFound: string;
|
|
1891
|
+
};
|
|
1892
|
+
};
|
|
1893
|
+
readonly 'storefront/contact': {
|
|
1894
|
+
title: string;
|
|
1895
|
+
form: {
|
|
1896
|
+
contact: string;
|
|
1897
|
+
salutation: string;
|
|
1898
|
+
firstName: string;
|
|
1899
|
+
lastName: string;
|
|
1900
|
+
emailAddress: string;
|
|
1901
|
+
phone: string;
|
|
1902
|
+
subject: string;
|
|
1903
|
+
comment: string;
|
|
1904
|
+
submit: string;
|
|
1905
|
+
privacyPolicy: string;
|
|
1906
|
+
};
|
|
1907
|
+
email: {
|
|
1908
|
+
from: string;
|
|
1909
|
+
subject: string;
|
|
1910
|
+
};
|
|
1911
|
+
};
|
|
1912
|
+
readonly 'storefront/consent': {
|
|
1913
|
+
cookie: {
|
|
1914
|
+
onlyTechnicallyRequired: string;
|
|
1915
|
+
configure: string;
|
|
1916
|
+
acceptAllCookies: string;
|
|
1917
|
+
preferences: string;
|
|
1918
|
+
marketing: string;
|
|
1919
|
+
};
|
|
1920
|
+
};
|
|
1921
|
+
readonly 'storefront/home': {
|
|
1922
|
+
account: {
|
|
1923
|
+
yourAccount: string;
|
|
1924
|
+
};
|
|
1925
|
+
consent: {
|
|
1926
|
+
onlyTechnicallyRequired: string;
|
|
1927
|
+
configure: string;
|
|
1928
|
+
acceptAllCookies: string;
|
|
1929
|
+
cookiePreferences: string;
|
|
1930
|
+
marketing: string;
|
|
1931
|
+
};
|
|
1932
|
+
filters: {
|
|
1933
|
+
manufacturer: string;
|
|
1934
|
+
price: string;
|
|
1935
|
+
resetAll: string;
|
|
1936
|
+
freeShipping: string;
|
|
1937
|
+
};
|
|
1938
|
+
};
|
|
1939
|
+
readonly 'storefront/login': {
|
|
1940
|
+
emailAddress: string;
|
|
1941
|
+
password: string;
|
|
1942
|
+
loginButton: string;
|
|
1943
|
+
forgotPassword: string;
|
|
1944
|
+
logout: string;
|
|
1945
|
+
invalidCredentials: string;
|
|
1946
|
+
successfulLogout: string;
|
|
1947
|
+
passwordUpdated: string;
|
|
1948
|
+
register: {
|
|
1949
|
+
salutation: string;
|
|
1950
|
+
firstName: string;
|
|
1951
|
+
lastName: string;
|
|
1952
|
+
company: string;
|
|
1953
|
+
department: string;
|
|
1954
|
+
emailAddress: string;
|
|
1955
|
+
password: string;
|
|
1956
|
+
streetAddress: string;
|
|
1957
|
+
city: string;
|
|
1958
|
+
country: string;
|
|
1959
|
+
postalCode: string;
|
|
1960
|
+
state: string;
|
|
1961
|
+
differentShippingAddress: string;
|
|
1962
|
+
continue: string;
|
|
1963
|
+
};
|
|
1964
|
+
};
|
|
1965
|
+
readonly 'storefront/order': {
|
|
1966
|
+
actions: {
|
|
1967
|
+
cancelOrder: string;
|
|
1968
|
+
back: string;
|
|
1969
|
+
};
|
|
1970
|
+
shipping: {
|
|
1971
|
+
standard: string;
|
|
1972
|
+
express: string;
|
|
1973
|
+
};
|
|
1974
|
+
};
|
|
1975
|
+
readonly 'storefront/pageNotFound': {
|
|
1976
|
+
title: string;
|
|
1977
|
+
message: string;
|
|
1978
|
+
backToShop: string;
|
|
1979
|
+
};
|
|
1980
|
+
readonly 'storefront/payment': {
|
|
1981
|
+
methods: {
|
|
1982
|
+
cashOnDelivery: string;
|
|
1983
|
+
paidInAdvance: string;
|
|
1984
|
+
invoice: string;
|
|
1985
|
+
};
|
|
1986
|
+
actions: {
|
|
1987
|
+
change: string;
|
|
1988
|
+
completePayment: string;
|
|
1989
|
+
};
|
|
1990
|
+
};
|
|
1991
|
+
readonly 'storefront/recover': {
|
|
1992
|
+
passwordRecovery: string;
|
|
1993
|
+
subtitle: string;
|
|
1994
|
+
requestEmail: string;
|
|
1995
|
+
back: string;
|
|
1996
|
+
emailSent: string;
|
|
1997
|
+
newPassword: string;
|
|
1998
|
+
passwordConfirmation: string;
|
|
1999
|
+
changePassword: string;
|
|
2000
|
+
invalidLink: string;
|
|
2001
|
+
};
|
|
2002
|
+
readonly 'storefront/offCanvasCart': {
|
|
2003
|
+
general: {
|
|
2004
|
+
title: string;
|
|
2005
|
+
};
|
|
2006
|
+
buttons: {
|
|
2007
|
+
goToCheckout: string;
|
|
2008
|
+
goToCart: string;
|
|
2009
|
+
continueShopping: string;
|
|
2010
|
+
};
|
|
2011
|
+
};
|
|
2012
|
+
};
|
|
2013
|
+
readonly de: {
|
|
2014
|
+
readonly 'administration/category': {
|
|
2015
|
+
general: {
|
|
2016
|
+
name: string;
|
|
2017
|
+
active: string;
|
|
2018
|
+
save: string;
|
|
2019
|
+
cancel: string;
|
|
2020
|
+
delete: string;
|
|
2021
|
+
customFields: string;
|
|
2022
|
+
};
|
|
2023
|
+
actions: {
|
|
2024
|
+
createCategory: string;
|
|
2025
|
+
addLandingPage: string;
|
|
2026
|
+
configureHomePage: string;
|
|
2027
|
+
newCategoryAfter: string;
|
|
2028
|
+
};
|
|
2029
|
+
tabs: {
|
|
2030
|
+
general: string;
|
|
2031
|
+
products: string;
|
|
2032
|
+
layout: string;
|
|
2033
|
+
seo: string;
|
|
2034
|
+
};
|
|
2035
|
+
fields: {
|
|
2036
|
+
categoryType: string;
|
|
2037
|
+
linkType: string;
|
|
2038
|
+
entity: string;
|
|
2039
|
+
openInNewTab: string;
|
|
2040
|
+
};
|
|
2041
|
+
headings: {
|
|
2042
|
+
landingPages: string;
|
|
2043
|
+
};
|
|
2044
|
+
errors: {
|
|
2045
|
+
entityTypeNotFound: string;
|
|
2046
|
+
};
|
|
2047
|
+
entities: {
|
|
2048
|
+
category: string;
|
|
2049
|
+
product: string;
|
|
2050
|
+
landingPage: string;
|
|
2051
|
+
};
|
|
2052
|
+
};
|
|
2053
|
+
readonly 'administration/customer': {
|
|
2054
|
+
listing: {
|
|
2055
|
+
customers: string;
|
|
2056
|
+
bulkEdit: string;
|
|
2057
|
+
startBulkEdit: string;
|
|
2058
|
+
cancel: string;
|
|
2059
|
+
delete: string;
|
|
2060
|
+
bulkEditItemsSelected: string;
|
|
2061
|
+
};
|
|
2062
|
+
detail: {
|
|
2063
|
+
edit: string;
|
|
2064
|
+
general: string;
|
|
2065
|
+
addresses: string;
|
|
2066
|
+
orders: string;
|
|
2067
|
+
accept: string;
|
|
2068
|
+
decline: string;
|
|
2069
|
+
accountStatus: string;
|
|
2070
|
+
customerGroup: string;
|
|
2071
|
+
language: string;
|
|
2072
|
+
customerGroupRequestMessage: string;
|
|
2073
|
+
};
|
|
2074
|
+
bulkEdit: {
|
|
2075
|
+
title: string;
|
|
2076
|
+
applyChanges: string;
|
|
2077
|
+
success: string;
|
|
2078
|
+
close: string;
|
|
2079
|
+
changes: {
|
|
2080
|
+
customerGroup: string;
|
|
2081
|
+
accountStatus: string;
|
|
2082
|
+
language: string;
|
|
2083
|
+
replyToRequest: string;
|
|
2084
|
+
tags: string;
|
|
2085
|
+
};
|
|
2086
|
+
placeholders: {
|
|
2087
|
+
selectCustomerGroup: string;
|
|
2088
|
+
selectLanguage: string;
|
|
2089
|
+
selectCustomerGroupRequestReply: string;
|
|
2090
|
+
};
|
|
2091
|
+
};
|
|
2092
|
+
};
|
|
2093
|
+
readonly 'administration/customerGroup': {
|
|
2094
|
+
listing: {
|
|
2095
|
+
addCustomerGroup: string;
|
|
2096
|
+
customerGroups: string;
|
|
2097
|
+
};
|
|
2098
|
+
create: {
|
|
2099
|
+
title: string;
|
|
2100
|
+
saveSuccess: string;
|
|
2101
|
+
save: string;
|
|
2102
|
+
cancel: string;
|
|
2103
|
+
cardTitle: string;
|
|
2104
|
+
customSignupForm: string;
|
|
2105
|
+
seoMetaDescription: string;
|
|
2106
|
+
companySignupForm: string;
|
|
2107
|
+
};
|
|
2108
|
+
detail: {
|
|
2109
|
+
registration: {
|
|
2110
|
+
accepted: string;
|
|
2111
|
+
denied: string;
|
|
2112
|
+
};
|
|
2113
|
+
technicalUrl: string;
|
|
2114
|
+
};
|
|
2115
|
+
};
|
|
2116
|
+
readonly 'administration/customField': {
|
|
2117
|
+
common: {
|
|
2118
|
+
technicalName: string;
|
|
2119
|
+
type: string;
|
|
2120
|
+
required: string;
|
|
2121
|
+
position: string;
|
|
2122
|
+
customFieldSet: string;
|
|
2123
|
+
labelEnglishGB: string;
|
|
2124
|
+
};
|
|
2125
|
+
listing: {
|
|
2126
|
+
addCustomField: string;
|
|
2127
|
+
addNewSet: string;
|
|
2128
|
+
};
|
|
2129
|
+
create: {
|
|
2130
|
+
title: string;
|
|
2131
|
+
saveSuccess: string;
|
|
2132
|
+
assignTo: string;
|
|
2133
|
+
save: string;
|
|
2134
|
+
cancel: string;
|
|
2135
|
+
};
|
|
2136
|
+
detail: {
|
|
2137
|
+
label: string;
|
|
2138
|
+
helpText: string;
|
|
2139
|
+
placeholder: string;
|
|
2140
|
+
type: string;
|
|
2141
|
+
modifiableViaStoreApi: string;
|
|
2142
|
+
placeholderEnglishGB: string;
|
|
2143
|
+
helpTextEnglishGB: string;
|
|
2144
|
+
availableInShoppingCart: string;
|
|
2145
|
+
select: string;
|
|
2146
|
+
newCustomField: string;
|
|
2147
|
+
editCustomField: string;
|
|
2148
|
+
add: string;
|
|
2149
|
+
};
|
|
2150
|
+
general: {
|
|
2151
|
+
customFields: string;
|
|
2152
|
+
};
|
|
2153
|
+
actions: {
|
|
2154
|
+
edit: string;
|
|
2155
|
+
delete: string;
|
|
2156
|
+
cancel: string;
|
|
2157
|
+
applyChanges: string;
|
|
2158
|
+
};
|
|
2159
|
+
dialogs: {
|
|
2160
|
+
warning: string;
|
|
2161
|
+
deleteCustomField: string;
|
|
2162
|
+
};
|
|
2163
|
+
};
|
|
2164
|
+
readonly 'administration/dashboard': {
|
|
2165
|
+
dataSharing: {
|
|
2166
|
+
agree: string;
|
|
2167
|
+
notAtTheMoment: string;
|
|
2168
|
+
acceptMessage: string;
|
|
2169
|
+
notAtTheMomentMessage: string;
|
|
2170
|
+
agreementText: string;
|
|
2171
|
+
};
|
|
2172
|
+
shopwareServices: {
|
|
2173
|
+
close: string;
|
|
2174
|
+
exploreNow: string;
|
|
2175
|
+
};
|
|
2176
|
+
userMenu: {
|
|
2177
|
+
logout: string;
|
|
2178
|
+
};
|
|
2179
|
+
};
|
|
2180
|
+
readonly 'administration/dataSharing': {
|
|
2181
|
+
buttons: {
|
|
2182
|
+
agree: string;
|
|
2183
|
+
disableDataSharing: string;
|
|
2184
|
+
};
|
|
2185
|
+
messages: {
|
|
2186
|
+
sharingData: string;
|
|
2187
|
+
termsAgreement: string;
|
|
2188
|
+
};
|
|
2189
|
+
headlines: {
|
|
2190
|
+
dataConsent: string;
|
|
2191
|
+
};
|
|
2192
|
+
};
|
|
2193
|
+
readonly 'administration/document': {
|
|
2194
|
+
listing: {
|
|
2195
|
+
addDocument: string;
|
|
2196
|
+
};
|
|
2197
|
+
types: {
|
|
2198
|
+
invoice: string;
|
|
2199
|
+
};
|
|
2200
|
+
detail: {
|
|
2201
|
+
displayDocumentInMyAccount: string;
|
|
2202
|
+
save: string;
|
|
2203
|
+
};
|
|
2204
|
+
};
|
|
2205
|
+
readonly 'administration/firstRunWizard': {
|
|
2206
|
+
welcome: {
|
|
2207
|
+
text: string;
|
|
2208
|
+
};
|
|
2209
|
+
buttons: {
|
|
2210
|
+
install: string;
|
|
2211
|
+
installMigrationAssistant: string;
|
|
2212
|
+
installDemoData: string;
|
|
2213
|
+
};
|
|
2214
|
+
headers: {
|
|
2215
|
+
dataImport: string;
|
|
2216
|
+
defaultValues: string;
|
|
2217
|
+
mailerConfiguration: string;
|
|
2218
|
+
payPalSetup: string;
|
|
2219
|
+
extensions: string;
|
|
2220
|
+
shopwareAccount: string;
|
|
2221
|
+
shopwareStore: string;
|
|
2222
|
+
done: string;
|
|
2223
|
+
};
|
|
2224
|
+
fields: {
|
|
2225
|
+
host: string;
|
|
2226
|
+
port: string;
|
|
2227
|
+
username: string;
|
|
2228
|
+
senderAddress: string;
|
|
2229
|
+
deliveryAddress: string;
|
|
2230
|
+
disableEmailDelivery: string;
|
|
2231
|
+
};
|
|
2232
|
+
placeholders: {
|
|
2233
|
+
selectSalesChannels: string;
|
|
2234
|
+
};
|
|
2235
|
+
regions: {
|
|
2236
|
+
germanRegion: string;
|
|
2237
|
+
tools: string;
|
|
2238
|
+
};
|
|
2239
|
+
};
|
|
2240
|
+
readonly 'administration/flowBuilder': {
|
|
2241
|
+
listing: {
|
|
2242
|
+
addFlow: string;
|
|
2243
|
+
delete: string;
|
|
2244
|
+
downloadFlow: string;
|
|
2245
|
+
testFlow: string;
|
|
2246
|
+
flowTemplates: string;
|
|
2247
|
+
};
|
|
2248
|
+
create: {
|
|
2249
|
+
title: string;
|
|
2250
|
+
saveSuccess: string;
|
|
2251
|
+
addAction: string;
|
|
2252
|
+
addConditionIf: string;
|
|
2253
|
+
addActionThen: string;
|
|
2254
|
+
newFlow: string;
|
|
2255
|
+
name: string;
|
|
2256
|
+
description: string;
|
|
2257
|
+
priority: string;
|
|
2258
|
+
active: string;
|
|
2259
|
+
tags: string;
|
|
2260
|
+
};
|
|
2261
|
+
detail: {
|
|
2262
|
+
priority: string;
|
|
2263
|
+
trigger: string;
|
|
2264
|
+
actions: string;
|
|
2265
|
+
name: string;
|
|
2266
|
+
};
|
|
2267
|
+
templates: {
|
|
2268
|
+
title: string;
|
|
2269
|
+
useTemplate: string;
|
|
2270
|
+
createFromTemplate: string;
|
|
2271
|
+
createNewFlowFromTemplate: string;
|
|
2272
|
+
};
|
|
2273
|
+
messages: {
|
|
2274
|
+
deleteConfirmation: string;
|
|
2275
|
+
};
|
|
2276
|
+
};
|
|
2277
|
+
readonly 'administration/landingPage': {
|
|
2278
|
+
create: {
|
|
2279
|
+
title: string;
|
|
2280
|
+
saveSuccess: string;
|
|
2281
|
+
searchLayoutsPlaceholder: string;
|
|
2282
|
+
assignLayout: string;
|
|
2283
|
+
createNewLayout: string;
|
|
2284
|
+
selectLayout: string;
|
|
2285
|
+
};
|
|
2286
|
+
detail: {
|
|
2287
|
+
name: string;
|
|
2288
|
+
active: string;
|
|
2289
|
+
salesChannel: string;
|
|
2290
|
+
url: string;
|
|
2291
|
+
};
|
|
2292
|
+
general: {
|
|
2293
|
+
name: string;
|
|
2294
|
+
save: string;
|
|
2295
|
+
active: string;
|
|
2296
|
+
salesChannels: string;
|
|
2297
|
+
seoUrl: string;
|
|
2298
|
+
};
|
|
2299
|
+
layout: {
|
|
2300
|
+
layout: string;
|
|
2301
|
+
changeLayout: string;
|
|
2302
|
+
editInDesigner: string;
|
|
2303
|
+
};
|
|
2304
|
+
};
|
|
2305
|
+
readonly 'administration/layout': {
|
|
2306
|
+
listing: {
|
|
2307
|
+
createNewLayout: string;
|
|
2308
|
+
};
|
|
2309
|
+
create: {
|
|
2310
|
+
shopPage: string;
|
|
2311
|
+
landingPage: string;
|
|
2312
|
+
listingPage: string;
|
|
2313
|
+
productPage: string;
|
|
2314
|
+
cancel: string;
|
|
2315
|
+
save: string;
|
|
2316
|
+
fullWidth: string;
|
|
2317
|
+
sidebar: string;
|
|
2318
|
+
back: string;
|
|
2319
|
+
layoutName: string;
|
|
2320
|
+
createLayout: string;
|
|
2321
|
+
};
|
|
2322
|
+
detail: {
|
|
2323
|
+
save: string;
|
|
2324
|
+
settings: string;
|
|
2325
|
+
blocks: string;
|
|
2326
|
+
navigator: string;
|
|
2327
|
+
layoutAssignment: string;
|
|
2328
|
+
};
|
|
2329
|
+
};
|
|
2330
|
+
readonly 'administration/login': {
|
|
2331
|
+
username: string;
|
|
2332
|
+
emailAddress: string;
|
|
2333
|
+
password: string;
|
|
2334
|
+
loginButton: string;
|
|
2335
|
+
};
|
|
2336
|
+
readonly 'administration/manufacturer': {
|
|
2337
|
+
listing: {
|
|
2338
|
+
addManufacturer: string;
|
|
2339
|
+
};
|
|
2340
|
+
create: {
|
|
2341
|
+
name: string;
|
|
2342
|
+
website: string;
|
|
2343
|
+
save: string;
|
|
2344
|
+
cancel: string;
|
|
2345
|
+
};
|
|
2346
|
+
detail: {
|
|
2347
|
+
customFields: string;
|
|
2348
|
+
};
|
|
2349
|
+
actions: {
|
|
2350
|
+
edit: string;
|
|
2351
|
+
delete: string;
|
|
2352
|
+
cancel: string;
|
|
2353
|
+
};
|
|
2354
|
+
dialogs: {
|
|
2355
|
+
warning: string;
|
|
2356
|
+
};
|
|
2357
|
+
};
|
|
2358
|
+
readonly 'administration/order': {
|
|
2359
|
+
detail: {
|
|
2360
|
+
items: string;
|
|
2361
|
+
sendDocument: string;
|
|
2362
|
+
openActionsMenu: string;
|
|
2363
|
+
};
|
|
2364
|
+
contextMenu: {
|
|
2365
|
+
sendDocument: string;
|
|
2366
|
+
};
|
|
2367
|
+
tabs: {
|
|
2368
|
+
general: string;
|
|
2369
|
+
details: string;
|
|
2370
|
+
documents: string;
|
|
2371
|
+
};
|
|
2372
|
+
};
|
|
2373
|
+
readonly 'administration/payment': {
|
|
2374
|
+
common: {
|
|
2375
|
+
name: string;
|
|
2376
|
+
availabilityRule: string;
|
|
2377
|
+
cashOnDelivery: string;
|
|
2378
|
+
paidInAdvance: string;
|
|
2379
|
+
invoice: string;
|
|
2380
|
+
};
|
|
2381
|
+
detail: {};
|
|
2382
|
+
methods: {
|
|
2383
|
+
customPaymentMethod: string;
|
|
2384
|
+
};
|
|
2385
|
+
};
|
|
2386
|
+
readonly 'administration/product': {
|
|
2387
|
+
listing: {
|
|
2388
|
+
addProduct: string;
|
|
2389
|
+
bulkEdit: string;
|
|
2390
|
+
startBulkEdit: string;
|
|
2391
|
+
};
|
|
2392
|
+
create: {
|
|
2393
|
+
title: string;
|
|
2394
|
+
saveSuccess: string;
|
|
2395
|
+
};
|
|
2396
|
+
detail: {
|
|
2397
|
+
name: string;
|
|
2398
|
+
description: string;
|
|
2399
|
+
price: string;
|
|
2400
|
+
stock: string;
|
|
2401
|
+
productNumber: string;
|
|
2402
|
+
manufacturer: string;
|
|
2403
|
+
tax: string;
|
|
2404
|
+
properties: string;
|
|
2405
|
+
customFields: string;
|
|
2406
|
+
colorProperty: string;
|
|
2407
|
+
sizeProperty: string;
|
|
2408
|
+
stockPlaceholder: string;
|
|
2409
|
+
restockTimePlaceholder: string;
|
|
2410
|
+
};
|
|
2411
|
+
errors: {
|
|
2412
|
+
flows: {
|
|
2413
|
+
productWritten: string;
|
|
2414
|
+
};
|
|
2415
|
+
followingErrorOccurred: string;
|
|
2416
|
+
};
|
|
2417
|
+
variants: {
|
|
2418
|
+
properties: string;
|
|
2419
|
+
};
|
|
2420
|
+
flows: {
|
|
2421
|
+
tag: string;
|
|
2422
|
+
};
|
|
2423
|
+
bulkEdit: {
|
|
2424
|
+
applyChanges: string;
|
|
2425
|
+
success: string;
|
|
2426
|
+
close: string;
|
|
2427
|
+
};
|
|
2428
|
+
tabs: {
|
|
2429
|
+
specifications: string;
|
|
2430
|
+
advancedPricing: string;
|
|
2431
|
+
variants: string;
|
|
2432
|
+
layout: string;
|
|
2433
|
+
crossSelling: string;
|
|
2434
|
+
seo: string;
|
|
2435
|
+
reviews: string;
|
|
2436
|
+
};
|
|
2437
|
+
buttons: {
|
|
2438
|
+
save: string;
|
|
2439
|
+
uploadFile: string;
|
|
2440
|
+
generateVariants: string;
|
|
2441
|
+
next: string;
|
|
2442
|
+
saveVariants: string;
|
|
2443
|
+
};
|
|
2444
|
+
modals: {
|
|
2445
|
+
generateVariants: string;
|
|
2446
|
+
};
|
|
2447
|
+
};
|
|
2448
|
+
readonly 'administration/promotion': {
|
|
2449
|
+
listing: {
|
|
2450
|
+
addPromotion: string;
|
|
2451
|
+
};
|
|
2452
|
+
create: {
|
|
2453
|
+
title: string;
|
|
2454
|
+
saveSuccess: string;
|
|
2455
|
+
};
|
|
2456
|
+
detail: {
|
|
2457
|
+
name: string;
|
|
2458
|
+
active: string;
|
|
2459
|
+
code: string;
|
|
2460
|
+
discountType: string;
|
|
2461
|
+
value: string;
|
|
2462
|
+
validFrom: string;
|
|
2463
|
+
validUntil: string;
|
|
2464
|
+
};
|
|
2465
|
+
actions: {
|
|
2466
|
+
save: string;
|
|
2467
|
+
cancel: string;
|
|
2468
|
+
addPromotion: string;
|
|
2469
|
+
edit: string;
|
|
2470
|
+
delete: string;
|
|
2471
|
+
duplicate: string;
|
|
2472
|
+
addDiscount: string;
|
|
2473
|
+
};
|
|
2474
|
+
fields: {
|
|
2475
|
+
priority: string;
|
|
2476
|
+
};
|
|
2477
|
+
tabs: {
|
|
2478
|
+
general: string;
|
|
2479
|
+
conditions: string;
|
|
2480
|
+
discounts: string;
|
|
2481
|
+
};
|
|
2482
|
+
headings: {
|
|
2483
|
+
promotionCodes: string;
|
|
2484
|
+
};
|
|
2485
|
+
cards: {
|
|
2486
|
+
preConditions: string;
|
|
2487
|
+
};
|
|
2488
|
+
};
|
|
2489
|
+
readonly 'administration/rule': {
|
|
2490
|
+
fields: {
|
|
2491
|
+
priority: string;
|
|
2492
|
+
name: string;
|
|
2493
|
+
};
|
|
2494
|
+
buttons: {
|
|
2495
|
+
save: string;
|
|
2496
|
+
cancel: string;
|
|
2497
|
+
add: string;
|
|
2498
|
+
addAssignment: string;
|
|
2499
|
+
createRule: string;
|
|
2500
|
+
};
|
|
2501
|
+
errors: {
|
|
2502
|
+
unknownRuleType: string;
|
|
2503
|
+
};
|
|
2504
|
+
testData: {
|
|
2505
|
+
ruleDescription: string;
|
|
2506
|
+
};
|
|
2507
|
+
};
|
|
2508
|
+
readonly 'administration/settings': {
|
|
2509
|
+
header: {
|
|
2510
|
+
settings: string;
|
|
2511
|
+
};
|
|
2512
|
+
};
|
|
2513
|
+
readonly 'administration/shipping': {
|
|
2514
|
+
common: {
|
|
2515
|
+
name: string;
|
|
2516
|
+
availabilityRule: string;
|
|
2517
|
+
};
|
|
2518
|
+
listing: {
|
|
2519
|
+
addShippingMethod: string;
|
|
2520
|
+
};
|
|
2521
|
+
detail: {};
|
|
2522
|
+
methods: {
|
|
2523
|
+
standard: string;
|
|
2524
|
+
express: string;
|
|
2525
|
+
customShippingMethod: string;
|
|
2526
|
+
};
|
|
2527
|
+
dialogs: {
|
|
2528
|
+
warning: string;
|
|
2529
|
+
cancel: string;
|
|
2530
|
+
delete: string;
|
|
2531
|
+
};
|
|
2532
|
+
};
|
|
2533
|
+
readonly 'administration/shopwareServices': {
|
|
2534
|
+
headings: {
|
|
2535
|
+
futureProofStore: string;
|
|
2536
|
+
};
|
|
2537
|
+
buttons: {
|
|
2538
|
+
activateServices: string;
|
|
2539
|
+
grantPermissions: string;
|
|
2540
|
+
deactivate: string;
|
|
2541
|
+
exploreNow: string;
|
|
2542
|
+
};
|
|
2543
|
+
modals: {
|
|
2544
|
+
deactivateServices: string;
|
|
2545
|
+
};
|
|
2546
|
+
messages: {
|
|
2547
|
+
accessDenied: string;
|
|
2548
|
+
};
|
|
2549
|
+
links: {
|
|
2550
|
+
shopwareServices: string;
|
|
2551
|
+
};
|
|
2552
|
+
dashboard: {
|
|
2553
|
+
shopwareServicesIntroduction: string;
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2556
|
+
readonly 'administration/yourProfile': {
|
|
2557
|
+
general: {
|
|
2558
|
+
title: string;
|
|
2559
|
+
firstName: string;
|
|
2560
|
+
lastName: string;
|
|
2561
|
+
email: string;
|
|
2562
|
+
username: string;
|
|
2563
|
+
currentPassword: string;
|
|
2564
|
+
newPassword: string;
|
|
2565
|
+
newPasswordConfirm: string;
|
|
2566
|
+
language: string;
|
|
2567
|
+
timeZone: string;
|
|
2568
|
+
save: string;
|
|
2569
|
+
saveSuccess: string;
|
|
2570
|
+
};
|
|
2571
|
+
tabs: {
|
|
2572
|
+
searchPreferences: string;
|
|
2573
|
+
};
|
|
2574
|
+
fields: {
|
|
2575
|
+
firstName: string;
|
|
2576
|
+
lastName: string;
|
|
2577
|
+
username: string;
|
|
2578
|
+
email: string;
|
|
2579
|
+
};
|
|
2580
|
+
buttons: {
|
|
2581
|
+
deselectAll: string;
|
|
2582
|
+
};
|
|
2583
|
+
};
|
|
2584
|
+
readonly 'storefront/account': {
|
|
2585
|
+
common: {
|
|
2586
|
+
salutation: string;
|
|
2587
|
+
firstName: string;
|
|
2588
|
+
lastName: string;
|
|
2589
|
+
company: string;
|
|
2590
|
+
department: string;
|
|
2591
|
+
back: string;
|
|
2592
|
+
changePassword: string;
|
|
2593
|
+
passwordUpdated: string;
|
|
2594
|
+
cashOnDelivery: string;
|
|
2595
|
+
paidInAdvance: string;
|
|
2596
|
+
invoice: string;
|
|
2597
|
+
};
|
|
2598
|
+
login: {
|
|
2599
|
+
email: string;
|
|
2600
|
+
password: string;
|
|
2601
|
+
logIn: string;
|
|
2602
|
+
logOut: string;
|
|
2603
|
+
forgotPassword: string;
|
|
2604
|
+
invalidCredentials: string;
|
|
2605
|
+
successfulLogout: string;
|
|
2606
|
+
};
|
|
2607
|
+
profile: {
|
|
2608
|
+
saveChanges: string;
|
|
2609
|
+
changeEmail: string;
|
|
2610
|
+
emailConfirmation: string;
|
|
2611
|
+
emailUpdated: string;
|
|
2612
|
+
invalidEmail: string;
|
|
2613
|
+
emailUpdateFailure: string;
|
|
2614
|
+
passwordTooShort: string;
|
|
2615
|
+
passwordUpdateFailure: string;
|
|
2616
|
+
};
|
|
2617
|
+
orders: {
|
|
2618
|
+
download: string;
|
|
2619
|
+
cancelOrder: string;
|
|
2620
|
+
repeatOrder: string;
|
|
2621
|
+
changePaymentMethod: string;
|
|
2622
|
+
actions: string;
|
|
2623
|
+
expand: string;
|
|
2624
|
+
showDetails: string;
|
|
2625
|
+
creditItem: string;
|
|
2626
|
+
orderNumber: string;
|
|
2627
|
+
plusVat: string;
|
|
2628
|
+
vatSuffix: string;
|
|
2629
|
+
shippingCosts: string;
|
|
2630
|
+
totalGross: string;
|
|
2631
|
+
};
|
|
2632
|
+
addresses: {
|
|
2633
|
+
street: string;
|
|
2634
|
+
streetAddress: string;
|
|
2635
|
+
city: string;
|
|
2636
|
+
country: string;
|
|
2637
|
+
postalCode: string;
|
|
2638
|
+
state: string;
|
|
2639
|
+
editAddress: string;
|
|
2640
|
+
useAsDefaultBilling: string;
|
|
2641
|
+
useAsDefaultShipping: string;
|
|
2642
|
+
deliveryNotPossible: string;
|
|
2643
|
+
};
|
|
2644
|
+
registration: {
|
|
2645
|
+
continue: string;
|
|
2646
|
+
differentShippingAddress: string;
|
|
2647
|
+
};
|
|
2648
|
+
general: {
|
|
2649
|
+
yourAccount: string;
|
|
2650
|
+
newsletter: string;
|
|
2651
|
+
newsletterRegistrationSuccess: string;
|
|
2652
|
+
cannotDeliverToCountry: string;
|
|
2653
|
+
shippingNotPossible: string;
|
|
2654
|
+
overview: string;
|
|
2655
|
+
personalData: string;
|
|
2656
|
+
defaultPaymentMethod: string;
|
|
2657
|
+
defaultBillingAddress: string;
|
|
2658
|
+
defaultShippingAddress: string;
|
|
2659
|
+
};
|
|
2660
|
+
recovery: {
|
|
2661
|
+
title: string;
|
|
2662
|
+
subtitle: string;
|
|
2663
|
+
requestEmail: string;
|
|
2664
|
+
emailSent: string;
|
|
2665
|
+
invalidLink: string;
|
|
2666
|
+
newPassword: string;
|
|
2667
|
+
passwordConfirmation: string;
|
|
2668
|
+
};
|
|
2669
|
+
payment: {
|
|
2670
|
+
change: string;
|
|
2671
|
+
};
|
|
2672
|
+
tasks: {
|
|
2673
|
+
registration: {
|
|
2674
|
+
defaultStreet: string;
|
|
2675
|
+
defaultCity: string;
|
|
2676
|
+
defaultCountry: string;
|
|
2677
|
+
defaultDepartment: string;
|
|
2678
|
+
defaultVatRegNo: string;
|
|
2679
|
+
};
|
|
2680
|
+
deprecation: {
|
|
2681
|
+
registerGuestDeprecated: string;
|
|
2682
|
+
isCommercialDeprecated: string;
|
|
2683
|
+
};
|
|
2684
|
+
};
|
|
2685
|
+
};
|
|
2686
|
+
readonly 'storefront/address': {
|
|
2687
|
+
common: {
|
|
2688
|
+
salutation: string;
|
|
2689
|
+
firstName: string;
|
|
2690
|
+
lastName: string;
|
|
2691
|
+
company: string;
|
|
2692
|
+
department: string;
|
|
2693
|
+
street: string;
|
|
2694
|
+
postalCode: string;
|
|
2695
|
+
};
|
|
2696
|
+
actions: {
|
|
2697
|
+
editAddress: string;
|
|
2698
|
+
useAsDefaultBilling: string;
|
|
2699
|
+
useAsDefaultShipping: string;
|
|
2700
|
+
addressOptions: string;
|
|
2701
|
+
};
|
|
2702
|
+
messages: {
|
|
2703
|
+
deliveryNotPossible: string;
|
|
2704
|
+
};
|
|
2705
|
+
};
|
|
2706
|
+
readonly 'storefront/checkout': {
|
|
2707
|
+
common: {
|
|
2708
|
+
back: string;
|
|
2709
|
+
cashOnDelivery: string;
|
|
2710
|
+
paidInAdvance: string;
|
|
2711
|
+
invoice: string;
|
|
2712
|
+
standard: string;
|
|
2713
|
+
express: string;
|
|
2714
|
+
};
|
|
2715
|
+
cart: {
|
|
2716
|
+
addToCart: string;
|
|
2717
|
+
removeFromCart: string;
|
|
2718
|
+
quantity: string;
|
|
2719
|
+
price: string;
|
|
2720
|
+
subtotal: string;
|
|
2721
|
+
total: string;
|
|
2722
|
+
emptyCart: string;
|
|
2723
|
+
continueShopping: string;
|
|
2724
|
+
proceedToCheckout: string;
|
|
2725
|
+
shoppingCart: string;
|
|
2726
|
+
goToCheckout: string;
|
|
2727
|
+
displayShoppingCart: string;
|
|
2728
|
+
promoCode: string;
|
|
2729
|
+
stockReached: string;
|
|
2730
|
+
};
|
|
2731
|
+
confirm: {
|
|
2732
|
+
confirmOrder: string;
|
|
2733
|
+
orderSummary: string;
|
|
2734
|
+
shippingAddress: string;
|
|
2735
|
+
billingAddress: string;
|
|
2736
|
+
shippingMethod: string;
|
|
2737
|
+
paymentMethod: string;
|
|
2738
|
+
agreeToTerms: string;
|
|
2739
|
+
revocationNotice: string;
|
|
2740
|
+
completeOrder: string;
|
|
2741
|
+
submitOrder: string;
|
|
2742
|
+
termsAndConditions: string;
|
|
2743
|
+
immediateAccessToDigitalProduct: string;
|
|
2744
|
+
};
|
|
2745
|
+
finish: {
|
|
2746
|
+
thankYou: string;
|
|
2747
|
+
thankYouForOrder: string;
|
|
2748
|
+
orderNumber: string;
|
|
2749
|
+
orderConfirmation: string;
|
|
2750
|
+
continueShopping: string;
|
|
2751
|
+
grandTotal: string;
|
|
2752
|
+
plusVat: string;
|
|
2753
|
+
vatSuffix: string;
|
|
2754
|
+
};
|
|
2755
|
+
orderEdit: {
|
|
2756
|
+
cancelOrder: string;
|
|
2757
|
+
};
|
|
2758
|
+
register: {
|
|
2759
|
+
createAccount: string;
|
|
2760
|
+
guestCheckout: string;
|
|
2761
|
+
};
|
|
2762
|
+
};
|
|
2763
|
+
readonly 'storefront/consent': {
|
|
2764
|
+
cookie: {
|
|
2765
|
+
title: string;
|
|
2766
|
+
description: string;
|
|
2767
|
+
acceptAll: string;
|
|
2768
|
+
acceptSelected: string;
|
|
2769
|
+
decline: string;
|
|
2770
|
+
necessary: string;
|
|
2771
|
+
functional: string;
|
|
2772
|
+
statistics: string;
|
|
2773
|
+
acceptAllCookies: string;
|
|
2774
|
+
configure: string;
|
|
2775
|
+
onlyTechnicallyRequired: string;
|
|
2776
|
+
preferences: string;
|
|
2777
|
+
marketing: string;
|
|
2778
|
+
};
|
|
2779
|
+
privacy: {
|
|
2780
|
+
policy: string;
|
|
2781
|
+
readMore: string;
|
|
2782
|
+
};
|
|
2783
|
+
};
|
|
2784
|
+
readonly 'storefront/contact': {
|
|
2785
|
+
form: {
|
|
2786
|
+
contact: string;
|
|
2787
|
+
salutation: string;
|
|
2788
|
+
firstName: string;
|
|
2789
|
+
lastName: string;
|
|
2790
|
+
email: string;
|
|
2791
|
+
phone: string;
|
|
2792
|
+
subject: string;
|
|
2793
|
+
comment: string;
|
|
2794
|
+
submit: string;
|
|
2795
|
+
privacyPolicy: string;
|
|
2796
|
+
emailAddress: string;
|
|
2797
|
+
};
|
|
2798
|
+
email: {
|
|
2799
|
+
from: string;
|
|
2800
|
+
subject: string;
|
|
2801
|
+
};
|
|
2802
|
+
title: string;
|
|
2803
|
+
};
|
|
2804
|
+
readonly 'storefront/home': {
|
|
2805
|
+
account: {
|
|
2806
|
+
yourAccount: string;
|
|
2807
|
+
};
|
|
2808
|
+
consent: {
|
|
2809
|
+
onlyTechnicallyRequired: string;
|
|
2810
|
+
configure: string;
|
|
2811
|
+
acceptAllCookies: string;
|
|
2812
|
+
cookiePreferences: string;
|
|
2813
|
+
marketing: string;
|
|
2814
|
+
};
|
|
2815
|
+
filters: {
|
|
2816
|
+
manufacturer: string;
|
|
2817
|
+
price: string;
|
|
2818
|
+
resetAll: string;
|
|
2819
|
+
freeShipping: string;
|
|
2820
|
+
};
|
|
2821
|
+
};
|
|
2822
|
+
readonly 'storefront/login': {
|
|
2823
|
+
emailAddress: string;
|
|
2824
|
+
password: string;
|
|
2825
|
+
loginButton: string;
|
|
2826
|
+
forgotPassword: string;
|
|
2827
|
+
logout: string;
|
|
2828
|
+
invalidCredentials: string;
|
|
2829
|
+
successfulLogout: string;
|
|
2830
|
+
passwordUpdated: string;
|
|
2831
|
+
register: {
|
|
2832
|
+
salutation: string;
|
|
2833
|
+
firstName: string;
|
|
2834
|
+
lastName: string;
|
|
2835
|
+
company: string;
|
|
2836
|
+
department: string;
|
|
2837
|
+
emailAddress: string;
|
|
2838
|
+
password: string;
|
|
2839
|
+
streetAddress: string;
|
|
2840
|
+
city: string;
|
|
2841
|
+
country: string;
|
|
2842
|
+
postalCode: string;
|
|
2843
|
+
state: string;
|
|
2844
|
+
differentShippingAddress: string;
|
|
2845
|
+
continue: string;
|
|
2846
|
+
};
|
|
2847
|
+
};
|
|
2848
|
+
readonly 'storefront/navigation': {
|
|
2849
|
+
pageNotFound: {
|
|
2850
|
+
title: string;
|
|
2851
|
+
backToShop: string;
|
|
2852
|
+
};
|
|
2853
|
+
home: {
|
|
2854
|
+
yourAccount: string;
|
|
2855
|
+
manufacturerFilter: string;
|
|
2856
|
+
priceFilter: string;
|
|
2857
|
+
resetAll: string;
|
|
2858
|
+
freeShipping: string;
|
|
2859
|
+
};
|
|
2860
|
+
footer: {
|
|
2861
|
+
contactForm: string;
|
|
2862
|
+
};
|
|
2863
|
+
category: {
|
|
2864
|
+
sorting: string;
|
|
2865
|
+
addToCart: string;
|
|
2866
|
+
noProductsFound: string;
|
|
2867
|
+
};
|
|
2868
|
+
};
|
|
2869
|
+
readonly 'storefront/offCanvasCart': {
|
|
2870
|
+
title: string;
|
|
2871
|
+
emptyCart: string;
|
|
2872
|
+
quantity: string;
|
|
2873
|
+
remove: string;
|
|
2874
|
+
subtotal: string;
|
|
2875
|
+
goToCart: string;
|
|
2876
|
+
continueShopping: string;
|
|
2877
|
+
addedToCart: string;
|
|
2878
|
+
general: {
|
|
2879
|
+
title: string;
|
|
2880
|
+
};
|
|
2881
|
+
buttons: {
|
|
2882
|
+
goToCheckout: string;
|
|
2883
|
+
goToCart: string;
|
|
2884
|
+
continueShopping: string;
|
|
2885
|
+
};
|
|
2886
|
+
};
|
|
2887
|
+
readonly 'storefront/order': {
|
|
2888
|
+
actions: {
|
|
2889
|
+
cancelOrder: string;
|
|
2890
|
+
back: string;
|
|
2891
|
+
};
|
|
2892
|
+
shipping: {
|
|
2893
|
+
standard: string;
|
|
2894
|
+
express: string;
|
|
2895
|
+
};
|
|
2896
|
+
};
|
|
2897
|
+
readonly 'storefront/pageNotFound': {
|
|
2898
|
+
title: string;
|
|
2899
|
+
message: string;
|
|
2900
|
+
backToHome: string;
|
|
2901
|
+
searchPlaceholder: string;
|
|
2902
|
+
suggestions: string;
|
|
2903
|
+
backToShop: string;
|
|
2904
|
+
};
|
|
2905
|
+
readonly 'storefront/payment': {
|
|
2906
|
+
methods: {
|
|
2907
|
+
cashOnDelivery: string;
|
|
2908
|
+
paidInAdvance: string;
|
|
2909
|
+
invoice: string;
|
|
2910
|
+
};
|
|
2911
|
+
actions: {
|
|
2912
|
+
change: string;
|
|
2913
|
+
completePayment: string;
|
|
2914
|
+
};
|
|
2915
|
+
};
|
|
2916
|
+
readonly 'storefront/product': {
|
|
2917
|
+
detail: {
|
|
2918
|
+
addToCart: string;
|
|
2919
|
+
addToWishlist: string;
|
|
2920
|
+
availableFrom: string;
|
|
2921
|
+
deliveryTime: string;
|
|
2922
|
+
description: string;
|
|
2923
|
+
price: string;
|
|
2924
|
+
quantity: string;
|
|
2925
|
+
relatedProducts: string;
|
|
2926
|
+
reviews: string;
|
|
2927
|
+
specifications: string;
|
|
2928
|
+
stock: string;
|
|
2929
|
+
};
|
|
2930
|
+
listing: {
|
|
2931
|
+
filter: string;
|
|
2932
|
+
noResults: string;
|
|
2933
|
+
showMore: string;
|
|
2934
|
+
sortBy: string;
|
|
2935
|
+
sorting: string;
|
|
2936
|
+
noProductsFound: string;
|
|
2937
|
+
};
|
|
2938
|
+
search: {
|
|
2939
|
+
noResults: string;
|
|
2940
|
+
placeholder: string;
|
|
2941
|
+
results: string;
|
|
2942
|
+
};
|
|
2943
|
+
addToCart: string;
|
|
2944
|
+
addToWishlist: string;
|
|
2945
|
+
removeFromWishlist: string;
|
|
2946
|
+
deliveryTime: string;
|
|
2947
|
+
quantity: string;
|
|
2948
|
+
review: {
|
|
2949
|
+
tabTitle: string;
|
|
2950
|
+
title: string;
|
|
2951
|
+
text: string;
|
|
2952
|
+
emptyText: string;
|
|
2953
|
+
submitMessage: string;
|
|
2954
|
+
};
|
|
2955
|
+
};
|
|
2956
|
+
readonly 'storefront/recover': {
|
|
2957
|
+
passwordRecovery: string;
|
|
2958
|
+
subtitle: string;
|
|
2959
|
+
requestEmail: string;
|
|
2960
|
+
back: string;
|
|
2961
|
+
emailSent: string;
|
|
2962
|
+
newPassword: string;
|
|
2963
|
+
passwordConfirmation: string;
|
|
2964
|
+
changePassword: string;
|
|
2965
|
+
invalidLink: string;
|
|
2966
|
+
};
|
|
2967
|
+
};
|
|
2968
|
+
};
|
|
2969
|
+
declare const baseNamespaces: {
|
|
2970
|
+
readonly administration: {
|
|
2971
|
+
readonly category: {
|
|
2972
|
+
general: {
|
|
2973
|
+
name: string;
|
|
2974
|
+
active: string;
|
|
2975
|
+
save: string;
|
|
2976
|
+
cancel: string;
|
|
2977
|
+
delete: string;
|
|
2978
|
+
customFields: string;
|
|
2979
|
+
};
|
|
2980
|
+
actions: {
|
|
2981
|
+
createCategory: string;
|
|
2982
|
+
addLandingPage: string;
|
|
2983
|
+
configureHomePage: string;
|
|
2984
|
+
newCategoryAfter: string;
|
|
2985
|
+
};
|
|
2986
|
+
tabs: {
|
|
2987
|
+
general: string;
|
|
2988
|
+
products: string;
|
|
2989
|
+
layout: string;
|
|
2990
|
+
seo: string;
|
|
2991
|
+
};
|
|
2992
|
+
fields: {
|
|
2993
|
+
categoryType: string;
|
|
2994
|
+
linkType: string;
|
|
2995
|
+
entity: string;
|
|
2996
|
+
openInNewTab: string;
|
|
2997
|
+
};
|
|
2998
|
+
headings: {
|
|
2999
|
+
landingPages: string;
|
|
3000
|
+
};
|
|
3001
|
+
errors: {
|
|
3002
|
+
entityTypeNotFound: string;
|
|
3003
|
+
};
|
|
3004
|
+
entities: {
|
|
3005
|
+
category: string;
|
|
3006
|
+
product: string;
|
|
3007
|
+
landingPage: string;
|
|
3008
|
+
};
|
|
3009
|
+
};
|
|
3010
|
+
readonly customer: {
|
|
3011
|
+
listing: {
|
|
3012
|
+
customers: string;
|
|
3013
|
+
bulkEdit: string;
|
|
3014
|
+
delete: string;
|
|
3015
|
+
cancel: string;
|
|
3016
|
+
startBulkEdit: string;
|
|
3017
|
+
bulkEditItemsSelected: string;
|
|
3018
|
+
};
|
|
3019
|
+
detail: {
|
|
3020
|
+
general: string;
|
|
3021
|
+
addresses: string;
|
|
3022
|
+
orders: string;
|
|
3023
|
+
accept: string;
|
|
3024
|
+
decline: string;
|
|
3025
|
+
edit: string;
|
|
3026
|
+
customerGroupRequestMessage: string;
|
|
3027
|
+
customerGroup: string;
|
|
3028
|
+
accountStatus: string;
|
|
3029
|
+
language: string;
|
|
3030
|
+
};
|
|
3031
|
+
bulkEdit: {
|
|
3032
|
+
title: string;
|
|
3033
|
+
applyChanges: string;
|
|
3034
|
+
success: string;
|
|
3035
|
+
close: string;
|
|
3036
|
+
changes: {
|
|
3037
|
+
customerGroup: string;
|
|
3038
|
+
accountStatus: string;
|
|
3039
|
+
language: string;
|
|
3040
|
+
tags: string;
|
|
3041
|
+
replyToRequest: string;
|
|
3042
|
+
};
|
|
3043
|
+
placeholders: {
|
|
3044
|
+
selectCustomerGroup: string;
|
|
3045
|
+
selectLanguage: string;
|
|
3046
|
+
selectCustomerGroupRequestReply: string;
|
|
3047
|
+
};
|
|
3048
|
+
};
|
|
3049
|
+
};
|
|
3050
|
+
readonly customField: {
|
|
3051
|
+
common: {
|
|
3052
|
+
technicalName: string;
|
|
3053
|
+
position: string;
|
|
3054
|
+
labelEnglishGB: string;
|
|
3055
|
+
};
|
|
3056
|
+
listing: {
|
|
3057
|
+
addNewSet: string;
|
|
3058
|
+
};
|
|
3059
|
+
create: {
|
|
3060
|
+
assignTo: string;
|
|
3061
|
+
save: string;
|
|
3062
|
+
cancel: string;
|
|
3063
|
+
};
|
|
3064
|
+
detail: {
|
|
3065
|
+
type: string;
|
|
3066
|
+
modifiableViaStoreApi: string;
|
|
3067
|
+
placeholderEnglishGB: string;
|
|
3068
|
+
helpTextEnglishGB: string;
|
|
3069
|
+
availableInShoppingCart: string;
|
|
3070
|
+
select: string;
|
|
3071
|
+
newCustomField: string;
|
|
3072
|
+
editCustomField: string;
|
|
3073
|
+
add: string;
|
|
3074
|
+
};
|
|
3075
|
+
general: {
|
|
3076
|
+
customFields: string;
|
|
3077
|
+
};
|
|
3078
|
+
actions: {
|
|
3079
|
+
edit: string;
|
|
3080
|
+
delete: string;
|
|
3081
|
+
cancel: string;
|
|
3082
|
+
applyChanges: string;
|
|
3083
|
+
};
|
|
3084
|
+
dialogs: {
|
|
3085
|
+
warning: string;
|
|
3086
|
+
deleteCustomField: string;
|
|
3087
|
+
};
|
|
3088
|
+
};
|
|
3089
|
+
readonly dataSharing: {
|
|
3090
|
+
buttons: {
|
|
3091
|
+
agree: string;
|
|
3092
|
+
disableDataSharing: string;
|
|
3093
|
+
};
|
|
3094
|
+
messages: {
|
|
3095
|
+
sharingData: string;
|
|
3096
|
+
termsAgreement: string;
|
|
3097
|
+
};
|
|
3098
|
+
headlines: {
|
|
3099
|
+
dataConsent: string;
|
|
3100
|
+
};
|
|
3101
|
+
};
|
|
3102
|
+
readonly document: {
|
|
3103
|
+
listing: {
|
|
3104
|
+
addDocument: string;
|
|
3105
|
+
};
|
|
3106
|
+
types: {
|
|
3107
|
+
invoice: string;
|
|
3108
|
+
};
|
|
3109
|
+
detail: {
|
|
3110
|
+
displayDocumentInMyAccount: string;
|
|
3111
|
+
save: string;
|
|
3112
|
+
};
|
|
3113
|
+
};
|
|
3114
|
+
readonly landingPage: {
|
|
3115
|
+
create: {
|
|
3116
|
+
searchLayoutsPlaceholder: string;
|
|
3117
|
+
assignLayout: string;
|
|
3118
|
+
createNewLayout: string;
|
|
3119
|
+
selectLayout: string;
|
|
3120
|
+
};
|
|
3121
|
+
general: {
|
|
3122
|
+
name: string;
|
|
3123
|
+
save: string;
|
|
3124
|
+
active: string;
|
|
3125
|
+
salesChannels: string;
|
|
3126
|
+
seoUrl: string;
|
|
3127
|
+
};
|
|
3128
|
+
layout: {
|
|
3129
|
+
layout: string;
|
|
3130
|
+
changeLayout: string;
|
|
3131
|
+
editInDesigner: string;
|
|
3132
|
+
};
|
|
3133
|
+
};
|
|
3134
|
+
readonly layout: {
|
|
3135
|
+
listing: {
|
|
3136
|
+
createNewLayout: string;
|
|
3137
|
+
};
|
|
3138
|
+
create: {
|
|
3139
|
+
shopPage: string;
|
|
3140
|
+
landingPage: string;
|
|
3141
|
+
listingPage: string;
|
|
3142
|
+
productPage: string;
|
|
3143
|
+
cancel: string;
|
|
3144
|
+
save: string;
|
|
3145
|
+
fullWidth: string;
|
|
3146
|
+
sidebar: string;
|
|
3147
|
+
back: string;
|
|
3148
|
+
layoutName: string;
|
|
3149
|
+
createLayout: string;
|
|
3150
|
+
};
|
|
3151
|
+
detail: {
|
|
3152
|
+
save: string;
|
|
3153
|
+
settings: string;
|
|
3154
|
+
blocks: string;
|
|
3155
|
+
navigator: string;
|
|
3156
|
+
layoutAssignment: string;
|
|
3157
|
+
};
|
|
3158
|
+
};
|
|
3159
|
+
readonly login: {
|
|
3160
|
+
username: string;
|
|
3161
|
+
emailAddress: string;
|
|
3162
|
+
password: string;
|
|
3163
|
+
loginButton: string;
|
|
3164
|
+
};
|
|
3165
|
+
readonly flowBuilder: {
|
|
3166
|
+
listing: {
|
|
3167
|
+
delete: string;
|
|
3168
|
+
downloadFlow: string;
|
|
3169
|
+
testFlow: string;
|
|
3170
|
+
flowTemplates: string;
|
|
3171
|
+
};
|
|
3172
|
+
create: {
|
|
3173
|
+
addAction: string;
|
|
3174
|
+
addConditionIf: string;
|
|
3175
|
+
addActionThen: string;
|
|
3176
|
+
newFlow: string;
|
|
3177
|
+
name: string;
|
|
3178
|
+
description: string;
|
|
3179
|
+
priority: string;
|
|
3180
|
+
active: string;
|
|
3181
|
+
tags: string;
|
|
3182
|
+
};
|
|
3183
|
+
detail: {
|
|
3184
|
+
name: string;
|
|
3185
|
+
};
|
|
3186
|
+
templates: {
|
|
3187
|
+
createFromTemplate: string;
|
|
3188
|
+
createNewFlowFromTemplate: string;
|
|
3189
|
+
};
|
|
3190
|
+
messages: {
|
|
3191
|
+
deleteConfirmation: string;
|
|
3192
|
+
};
|
|
3193
|
+
};
|
|
3194
|
+
readonly dashboard: {
|
|
3195
|
+
dataSharing: {
|
|
3196
|
+
agree: string;
|
|
3197
|
+
notAtTheMoment: string;
|
|
3198
|
+
acceptMessage: string;
|
|
3199
|
+
notAtTheMomentMessage: string;
|
|
3200
|
+
agreementText: string;
|
|
3201
|
+
};
|
|
3202
|
+
shopwareServices: {
|
|
3203
|
+
close: string;
|
|
3204
|
+
exploreNow: string;
|
|
3205
|
+
};
|
|
3206
|
+
userMenu: {
|
|
3207
|
+
logout: string;
|
|
3208
|
+
};
|
|
3209
|
+
};
|
|
3210
|
+
readonly manufacturer: {
|
|
3211
|
+
listing: {
|
|
3212
|
+
addManufacturer: string;
|
|
3213
|
+
};
|
|
3214
|
+
create: {
|
|
3215
|
+
name: string;
|
|
3216
|
+
website: string;
|
|
3217
|
+
save: string;
|
|
3218
|
+
cancel: string;
|
|
3219
|
+
};
|
|
3220
|
+
detail: {
|
|
3221
|
+
customFields: string;
|
|
3222
|
+
};
|
|
3223
|
+
actions: {
|
|
3224
|
+
edit: string;
|
|
3225
|
+
delete: string;
|
|
3226
|
+
cancel: string;
|
|
3227
|
+
};
|
|
3228
|
+
dialogs: {
|
|
3229
|
+
warning: string;
|
|
3230
|
+
};
|
|
3231
|
+
};
|
|
3232
|
+
readonly order: {
|
|
3233
|
+
detail: {
|
|
3234
|
+
items: string;
|
|
3235
|
+
sendDocument: string;
|
|
3236
|
+
openActionsMenu: string;
|
|
3237
|
+
};
|
|
3238
|
+
contextMenu: {
|
|
3239
|
+
sendDocument: string;
|
|
3240
|
+
};
|
|
3241
|
+
tabs: {
|
|
3242
|
+
general: string;
|
|
3243
|
+
details: string;
|
|
3244
|
+
documents: string;
|
|
3245
|
+
};
|
|
3246
|
+
};
|
|
3247
|
+
readonly payment: {
|
|
3248
|
+
common: {
|
|
3249
|
+
name: string;
|
|
3250
|
+
availabilityRule: string;
|
|
3251
|
+
cashOnDelivery: string;
|
|
3252
|
+
paidInAdvance: string;
|
|
3253
|
+
invoice: string;
|
|
3254
|
+
};
|
|
3255
|
+
detail: {};
|
|
3256
|
+
methods: {
|
|
3257
|
+
customPaymentMethod: string;
|
|
3258
|
+
};
|
|
3259
|
+
};
|
|
3260
|
+
readonly promotion: {
|
|
3261
|
+
tabs: {
|
|
3262
|
+
general: string;
|
|
3263
|
+
conditions: string;
|
|
3264
|
+
discounts: string;
|
|
3265
|
+
};
|
|
3266
|
+
cards: {
|
|
3267
|
+
preConditions: string;
|
|
3268
|
+
};
|
|
3269
|
+
headings: {
|
|
3270
|
+
promotionCodes: string;
|
|
3271
|
+
};
|
|
3272
|
+
actions: {
|
|
3273
|
+
addPromotion: string;
|
|
3274
|
+
addDiscount: string;
|
|
3275
|
+
duplicate: string;
|
|
3276
|
+
delete: string;
|
|
3277
|
+
edit: string;
|
|
3278
|
+
save: string;
|
|
3279
|
+
cancel: string;
|
|
3280
|
+
};
|
|
3281
|
+
fields: {
|
|
3282
|
+
priority: string;
|
|
3283
|
+
};
|
|
3284
|
+
};
|
|
3285
|
+
readonly rule: {
|
|
3286
|
+
buttons: {
|
|
3287
|
+
createRule: string;
|
|
3288
|
+
add: string;
|
|
3289
|
+
addAssignment: string;
|
|
3290
|
+
save: string;
|
|
3291
|
+
cancel: string;
|
|
3292
|
+
};
|
|
3293
|
+
fields: {
|
|
3294
|
+
name: string;
|
|
3295
|
+
priority: string;
|
|
3296
|
+
};
|
|
3297
|
+
errors: {
|
|
3298
|
+
unknownRuleType: string;
|
|
3299
|
+
};
|
|
3300
|
+
testData: {
|
|
3301
|
+
ruleDescription: string;
|
|
3302
|
+
};
|
|
3303
|
+
};
|
|
3304
|
+
readonly settings: {
|
|
3305
|
+
header: {
|
|
3306
|
+
settings: string;
|
|
3307
|
+
};
|
|
3308
|
+
};
|
|
3309
|
+
readonly shipping: {
|
|
3310
|
+
common: {
|
|
3311
|
+
name: string;
|
|
3312
|
+
availabilityRule: string;
|
|
3313
|
+
};
|
|
3314
|
+
listing: {
|
|
3315
|
+
addShippingMethod: string;
|
|
3316
|
+
};
|
|
3317
|
+
detail: {};
|
|
3318
|
+
methods: {
|
|
3319
|
+
standard: string;
|
|
3320
|
+
express: string;
|
|
3321
|
+
customShippingMethod: string;
|
|
3322
|
+
};
|
|
3323
|
+
dialogs: {
|
|
3324
|
+
warning: string;
|
|
3325
|
+
cancel: string;
|
|
3326
|
+
delete: string;
|
|
3327
|
+
};
|
|
3328
|
+
};
|
|
3329
|
+
readonly yourProfile: {
|
|
3330
|
+
tabs: {
|
|
3331
|
+
searchPreferences: string;
|
|
3332
|
+
};
|
|
3333
|
+
fields: {
|
|
3334
|
+
firstName: string;
|
|
3335
|
+
lastName: string;
|
|
3336
|
+
username: string;
|
|
3337
|
+
email: string;
|
|
3338
|
+
};
|
|
3339
|
+
buttons: {
|
|
3340
|
+
deselectAll: string;
|
|
3341
|
+
};
|
|
3342
|
+
};
|
|
3343
|
+
readonly customerGroup: {
|
|
3344
|
+
listing: {
|
|
3345
|
+
customerGroups: string;
|
|
3346
|
+
};
|
|
3347
|
+
detail: {
|
|
3348
|
+
technicalUrl: string;
|
|
3349
|
+
};
|
|
3350
|
+
create: {
|
|
3351
|
+
title: string;
|
|
3352
|
+
cardTitle: string;
|
|
3353
|
+
save: string;
|
|
3354
|
+
cancel: string;
|
|
3355
|
+
customSignupForm: string;
|
|
3356
|
+
companySignupForm: string;
|
|
3357
|
+
seoMetaDescription: string;
|
|
3358
|
+
};
|
|
3359
|
+
};
|
|
3360
|
+
readonly firstRunWizard: {
|
|
3361
|
+
welcome: {
|
|
3362
|
+
text: string;
|
|
3363
|
+
};
|
|
3364
|
+
buttons: {
|
|
3365
|
+
install: string;
|
|
3366
|
+
installMigrationAssistant: string;
|
|
3367
|
+
installDemoData: string;
|
|
3368
|
+
};
|
|
3369
|
+
headers: {
|
|
3370
|
+
dataImport: string;
|
|
3371
|
+
defaultValues: string;
|
|
3372
|
+
mailerConfiguration: string;
|
|
3373
|
+
payPalSetup: string;
|
|
3374
|
+
extensions: string;
|
|
3375
|
+
shopwareAccount: string;
|
|
3376
|
+
shopwareStore: string;
|
|
3377
|
+
done: string;
|
|
3378
|
+
};
|
|
3379
|
+
fields: {
|
|
3380
|
+
host: string;
|
|
3381
|
+
port: string;
|
|
3382
|
+
username: string;
|
|
3383
|
+
senderAddress: string;
|
|
3384
|
+
deliveryAddress: string;
|
|
3385
|
+
disableEmailDelivery: string;
|
|
3386
|
+
};
|
|
3387
|
+
placeholders: {
|
|
3388
|
+
selectSalesChannels: string;
|
|
3389
|
+
};
|
|
3390
|
+
regions: {
|
|
3391
|
+
germanRegion: string;
|
|
3392
|
+
tools: string;
|
|
3393
|
+
};
|
|
3394
|
+
};
|
|
3395
|
+
readonly shopwareServices: {
|
|
3396
|
+
headings: {
|
|
3397
|
+
futureProofStore: string;
|
|
3398
|
+
};
|
|
3399
|
+
buttons: {
|
|
3400
|
+
activateServices: string;
|
|
3401
|
+
grantPermissions: string;
|
|
3402
|
+
deactivate: string;
|
|
3403
|
+
exploreNow: string;
|
|
3404
|
+
};
|
|
3405
|
+
modals: {
|
|
3406
|
+
deactivateServices: string;
|
|
3407
|
+
};
|
|
3408
|
+
messages: {
|
|
3409
|
+
accessDenied: string;
|
|
3410
|
+
};
|
|
3411
|
+
links: {
|
|
3412
|
+
shopwareServices: string;
|
|
3413
|
+
};
|
|
3414
|
+
dashboard: {
|
|
3415
|
+
shopwareServicesIntroduction: string;
|
|
3416
|
+
};
|
|
3417
|
+
};
|
|
3418
|
+
readonly product: {
|
|
3419
|
+
detail: {
|
|
3420
|
+
customFields: string;
|
|
3421
|
+
colorProperty: string;
|
|
3422
|
+
sizeProperty: string;
|
|
3423
|
+
stockPlaceholder: string;
|
|
3424
|
+
restockTimePlaceholder: string;
|
|
3425
|
+
};
|
|
3426
|
+
variants: {
|
|
3427
|
+
properties: string;
|
|
3428
|
+
};
|
|
3429
|
+
flows: {
|
|
3430
|
+
tag: string;
|
|
3431
|
+
};
|
|
3432
|
+
errors: {
|
|
3433
|
+
followingErrorOccurred: string;
|
|
3434
|
+
};
|
|
3435
|
+
bulkEdit: {
|
|
3436
|
+
applyChanges: string;
|
|
3437
|
+
success: string;
|
|
3438
|
+
close: string;
|
|
3439
|
+
};
|
|
3440
|
+
listing: {
|
|
3441
|
+
bulkEdit: string;
|
|
3442
|
+
startBulkEdit: string;
|
|
3443
|
+
};
|
|
3444
|
+
tabs: {
|
|
3445
|
+
specifications: string;
|
|
3446
|
+
advancedPricing: string;
|
|
3447
|
+
variants: string;
|
|
3448
|
+
layout: string;
|
|
3449
|
+
crossSelling: string;
|
|
3450
|
+
seo: string;
|
|
3451
|
+
reviews: string;
|
|
3452
|
+
};
|
|
3453
|
+
buttons: {
|
|
3454
|
+
save: string;
|
|
3455
|
+
uploadFile: string;
|
|
3456
|
+
generateVariants: string;
|
|
3457
|
+
next: string;
|
|
3458
|
+
saveVariants: string;
|
|
3459
|
+
};
|
|
3460
|
+
modals: {
|
|
3461
|
+
generateVariants: string;
|
|
3462
|
+
};
|
|
3463
|
+
};
|
|
3464
|
+
};
|
|
3465
|
+
readonly storefront: {
|
|
3466
|
+
readonly account: {
|
|
3467
|
+
common: {
|
|
3468
|
+
salutation: string;
|
|
3469
|
+
firstName: string;
|
|
3470
|
+
lastName: string;
|
|
3471
|
+
company: string;
|
|
3472
|
+
department: string;
|
|
3473
|
+
back: string;
|
|
3474
|
+
changePassword: string;
|
|
3475
|
+
passwordUpdated: string;
|
|
3476
|
+
cashOnDelivery: string;
|
|
3477
|
+
paidInAdvance: string;
|
|
3478
|
+
invoice: string;
|
|
3479
|
+
};
|
|
3480
|
+
login: {
|
|
3481
|
+
email: string;
|
|
3482
|
+
password: string;
|
|
3483
|
+
logIn: string;
|
|
3484
|
+
logOut: string;
|
|
3485
|
+
forgotPassword: string;
|
|
3486
|
+
invalidCredentials: string;
|
|
3487
|
+
successfulLogout: string;
|
|
3488
|
+
};
|
|
3489
|
+
profile: {
|
|
3490
|
+
saveChanges: string;
|
|
3491
|
+
changeEmail: string;
|
|
3492
|
+
emailConfirmation: string;
|
|
3493
|
+
emailUpdated: string;
|
|
3494
|
+
invalidEmail: string;
|
|
3495
|
+
emailUpdateFailure: string;
|
|
3496
|
+
passwordTooShort: string;
|
|
3497
|
+
passwordUpdateFailure: string;
|
|
3498
|
+
};
|
|
3499
|
+
orders: {
|
|
3500
|
+
download: string;
|
|
3501
|
+
cancelOrder: string;
|
|
3502
|
+
repeatOrder: string;
|
|
3503
|
+
changePaymentMethod: string;
|
|
3504
|
+
actions: string;
|
|
3505
|
+
expand: string;
|
|
3506
|
+
showDetails: string;
|
|
3507
|
+
creditItem: string;
|
|
3508
|
+
orderNumber: string;
|
|
3509
|
+
plusVat: string;
|
|
3510
|
+
vatSuffix: string;
|
|
3511
|
+
shippingCosts: string;
|
|
3512
|
+
totalGross: string;
|
|
3513
|
+
};
|
|
3514
|
+
addresses: {
|
|
3515
|
+
street: string;
|
|
3516
|
+
streetAddress: string;
|
|
3517
|
+
city: string;
|
|
3518
|
+
country: string;
|
|
3519
|
+
postalCode: string;
|
|
3520
|
+
state: string;
|
|
3521
|
+
editAddress: string;
|
|
3522
|
+
useAsDefaultBilling: string;
|
|
3523
|
+
useAsDefaultShipping: string;
|
|
3524
|
+
deliveryNotPossible: string;
|
|
3525
|
+
};
|
|
3526
|
+
registration: {
|
|
3527
|
+
continue: string;
|
|
3528
|
+
differentShippingAddress: string;
|
|
3529
|
+
};
|
|
3530
|
+
general: {
|
|
3531
|
+
overview: string;
|
|
3532
|
+
personalData: string;
|
|
3533
|
+
defaultPaymentMethod: string;
|
|
3534
|
+
defaultBillingAddress: string;
|
|
3535
|
+
defaultShippingAddress: string;
|
|
3536
|
+
yourAccount: string;
|
|
3537
|
+
newsletter: string;
|
|
3538
|
+
newsletterRegistrationSuccess: string;
|
|
3539
|
+
cannotDeliverToCountry: string;
|
|
3540
|
+
shippingNotPossible: string;
|
|
3541
|
+
};
|
|
3542
|
+
recovery: {
|
|
3543
|
+
title: string;
|
|
3544
|
+
subtitle: string;
|
|
3545
|
+
requestEmail: string;
|
|
3546
|
+
emailSent: string;
|
|
3547
|
+
invalidLink: string;
|
|
3548
|
+
newPassword: string;
|
|
3549
|
+
passwordConfirmation: string;
|
|
3550
|
+
};
|
|
3551
|
+
payment: {
|
|
3552
|
+
change: string;
|
|
3553
|
+
};
|
|
3554
|
+
};
|
|
3555
|
+
readonly address: {
|
|
3556
|
+
common: {
|
|
3557
|
+
salutation: string;
|
|
3558
|
+
firstName: string;
|
|
3559
|
+
lastName: string;
|
|
3560
|
+
company: string;
|
|
3561
|
+
department: string;
|
|
3562
|
+
street: string;
|
|
3563
|
+
postalCode: string;
|
|
3564
|
+
};
|
|
3565
|
+
actions: {
|
|
3566
|
+
editAddress: string;
|
|
3567
|
+
useAsDefaultBilling: string;
|
|
3568
|
+
useAsDefaultShipping: string;
|
|
3569
|
+
addressOptions: string;
|
|
3570
|
+
};
|
|
3571
|
+
messages: {
|
|
3572
|
+
deliveryNotPossible: string;
|
|
3573
|
+
};
|
|
3574
|
+
};
|
|
3575
|
+
readonly checkout: {
|
|
3576
|
+
common: {
|
|
3577
|
+
back: string;
|
|
3578
|
+
cashOnDelivery: string;
|
|
3579
|
+
paidInAdvance: string;
|
|
3580
|
+
invoice: string;
|
|
3581
|
+
standard: string;
|
|
3582
|
+
express: string;
|
|
3583
|
+
};
|
|
3584
|
+
cart: {
|
|
3585
|
+
shoppingCart: string;
|
|
3586
|
+
goToCheckout: string;
|
|
3587
|
+
displayShoppingCart: string;
|
|
3588
|
+
continueShopping: string;
|
|
3589
|
+
promoCode: string;
|
|
3590
|
+
emptyCart: string;
|
|
3591
|
+
quantity: string;
|
|
3592
|
+
stockReached: string;
|
|
3593
|
+
};
|
|
3594
|
+
confirm: {
|
|
3595
|
+
completeOrder: string;
|
|
3596
|
+
submitOrder: string;
|
|
3597
|
+
termsAndConditions: string;
|
|
3598
|
+
immediateAccessToDigitalProduct: string;
|
|
3599
|
+
};
|
|
3600
|
+
finish: {
|
|
3601
|
+
thankYouForOrder: string;
|
|
3602
|
+
grandTotal: string;
|
|
3603
|
+
plusVat: string;
|
|
3604
|
+
vatSuffix: string;
|
|
3605
|
+
};
|
|
3606
|
+
orderEdit: {
|
|
3607
|
+
cancelOrder: string;
|
|
3608
|
+
};
|
|
3609
|
+
};
|
|
3610
|
+
readonly product: {
|
|
3611
|
+
addToCart: string;
|
|
3612
|
+
quantity: string;
|
|
3613
|
+
addToWishlist: string;
|
|
3614
|
+
removeFromWishlist: string;
|
|
3615
|
+
deliveryTime: string;
|
|
3616
|
+
review: {
|
|
3617
|
+
tabTitle: string;
|
|
3618
|
+
title: string;
|
|
3619
|
+
text: string;
|
|
3620
|
+
emptyText: string;
|
|
3621
|
+
submitMessage: string;
|
|
3622
|
+
};
|
|
3623
|
+
listing: {
|
|
3624
|
+
sorting: string;
|
|
3625
|
+
noProductsFound: string;
|
|
3626
|
+
};
|
|
3627
|
+
};
|
|
3628
|
+
readonly navigation: {
|
|
3629
|
+
pageNotFound: {
|
|
3630
|
+
title: string;
|
|
3631
|
+
backToShop: string;
|
|
3632
|
+
};
|
|
3633
|
+
home: {
|
|
3634
|
+
yourAccount: string;
|
|
3635
|
+
manufacturerFilter: string;
|
|
3636
|
+
priceFilter: string;
|
|
3637
|
+
resetAll: string;
|
|
3638
|
+
freeShipping: string;
|
|
3639
|
+
};
|
|
3640
|
+
footer: {
|
|
3641
|
+
contactForm: string;
|
|
3642
|
+
};
|
|
3643
|
+
category: {
|
|
3644
|
+
sorting: string;
|
|
3645
|
+
addToCart: string;
|
|
3646
|
+
noProductsFound: string;
|
|
3647
|
+
};
|
|
3648
|
+
};
|
|
3649
|
+
readonly contact: {
|
|
3650
|
+
title: string;
|
|
3651
|
+
form: {
|
|
3652
|
+
contact: string;
|
|
3653
|
+
salutation: string;
|
|
3654
|
+
firstName: string;
|
|
3655
|
+
lastName: string;
|
|
3656
|
+
emailAddress: string;
|
|
3657
|
+
phone: string;
|
|
3658
|
+
subject: string;
|
|
3659
|
+
comment: string;
|
|
3660
|
+
submit: string;
|
|
3661
|
+
privacyPolicy: string;
|
|
3662
|
+
};
|
|
3663
|
+
email: {
|
|
3664
|
+
from: string;
|
|
3665
|
+
subject: string;
|
|
3666
|
+
};
|
|
3667
|
+
};
|
|
3668
|
+
readonly consent: {
|
|
3669
|
+
cookie: {
|
|
3670
|
+
onlyTechnicallyRequired: string;
|
|
3671
|
+
configure: string;
|
|
3672
|
+
acceptAllCookies: string;
|
|
3673
|
+
preferences: string;
|
|
3674
|
+
marketing: string;
|
|
3675
|
+
};
|
|
3676
|
+
};
|
|
3677
|
+
readonly home: {
|
|
3678
|
+
account: {
|
|
3679
|
+
yourAccount: string;
|
|
3680
|
+
};
|
|
3681
|
+
consent: {
|
|
3682
|
+
onlyTechnicallyRequired: string;
|
|
3683
|
+
configure: string;
|
|
3684
|
+
acceptAllCookies: string;
|
|
3685
|
+
cookiePreferences: string;
|
|
3686
|
+
marketing: string;
|
|
3687
|
+
};
|
|
3688
|
+
filters: {
|
|
3689
|
+
manufacturer: string;
|
|
3690
|
+
price: string;
|
|
3691
|
+
resetAll: string;
|
|
3692
|
+
freeShipping: string;
|
|
3693
|
+
};
|
|
3694
|
+
};
|
|
3695
|
+
readonly login: {
|
|
3696
|
+
emailAddress: string;
|
|
3697
|
+
password: string;
|
|
3698
|
+
loginButton: string;
|
|
3699
|
+
forgotPassword: string;
|
|
3700
|
+
logout: string;
|
|
3701
|
+
invalidCredentials: string;
|
|
3702
|
+
successfulLogout: string;
|
|
3703
|
+
passwordUpdated: string;
|
|
3704
|
+
register: {
|
|
3705
|
+
salutation: string;
|
|
3706
|
+
firstName: string;
|
|
3707
|
+
lastName: string;
|
|
3708
|
+
company: string;
|
|
3709
|
+
department: string;
|
|
3710
|
+
emailAddress: string;
|
|
3711
|
+
password: string;
|
|
3712
|
+
streetAddress: string;
|
|
3713
|
+
city: string;
|
|
3714
|
+
country: string;
|
|
3715
|
+
postalCode: string;
|
|
3716
|
+
state: string;
|
|
3717
|
+
differentShippingAddress: string;
|
|
3718
|
+
continue: string;
|
|
3719
|
+
};
|
|
3720
|
+
};
|
|
3721
|
+
readonly order: {
|
|
3722
|
+
actions: {
|
|
3723
|
+
cancelOrder: string;
|
|
3724
|
+
back: string;
|
|
3725
|
+
};
|
|
3726
|
+
shipping: {
|
|
3727
|
+
standard: string;
|
|
3728
|
+
express: string;
|
|
3729
|
+
};
|
|
3730
|
+
};
|
|
3731
|
+
readonly pageNotFound: {
|
|
3732
|
+
title: string;
|
|
3733
|
+
message: string;
|
|
3734
|
+
backToShop: string;
|
|
3735
|
+
};
|
|
3736
|
+
readonly payment: {
|
|
3737
|
+
methods: {
|
|
3738
|
+
cashOnDelivery: string;
|
|
3739
|
+
paidInAdvance: string;
|
|
3740
|
+
invoice: string;
|
|
3741
|
+
};
|
|
3742
|
+
actions: {
|
|
3743
|
+
change: string;
|
|
3744
|
+
completePayment: string;
|
|
3745
|
+
};
|
|
3746
|
+
};
|
|
3747
|
+
readonly recover: {
|
|
3748
|
+
passwordRecovery: string;
|
|
3749
|
+
subtitle: string;
|
|
3750
|
+
requestEmail: string;
|
|
3751
|
+
back: string;
|
|
3752
|
+
emailSent: string;
|
|
3753
|
+
newPassword: string;
|
|
3754
|
+
passwordConfirmation: string;
|
|
3755
|
+
changePassword: string;
|
|
3756
|
+
invalidLink: string;
|
|
3757
|
+
};
|
|
3758
|
+
readonly offCanvasCart: {
|
|
3759
|
+
general: {
|
|
3760
|
+
title: string;
|
|
3761
|
+
};
|
|
3762
|
+
buttons: {
|
|
3763
|
+
goToCheckout: string;
|
|
3764
|
+
goToCart: string;
|
|
3765
|
+
continueShopping: string;
|
|
3766
|
+
};
|
|
3767
|
+
};
|
|
3768
|
+
};
|
|
3769
|
+
};
|
|
3770
|
+
|
|
3771
|
+
/** Flatten nested JSON keys to "a.b.c" */
|
|
3772
|
+
type Paths<T> = T extends object ? {
|
|
3773
|
+
[K in keyof T & string]: T[K] extends object ? `${K}` | `${K}.${Paths<T[K]>}` : K;
|
|
3774
|
+
}[keyof T & string] : never;
|
|
3775
|
+
type TranslationKey<TNamespaces = typeof baseNamespaces> = TNamespaces extends Record<string, unknown> ? {
|
|
3776
|
+
[A in keyof TNamespaces]: {
|
|
3777
|
+
[N in keyof TNamespaces[A]]: `${A & string}:${N & string}:${Paths<TNamespaces[A][N]>}`;
|
|
3778
|
+
}[keyof TNamespaces[A]];
|
|
3779
|
+
}[keyof TNamespaces] : never;
|
|
3780
|
+
type TranslateFn<TKey extends string = TranslationKey> = (key: TKey, options?: Record<string, unknown>) => string;
|
|
3781
|
+
|
|
3782
|
+
declare class LanguageHelper {
|
|
3783
|
+
private readonly i18nInstance;
|
|
3784
|
+
private currentLng;
|
|
3785
|
+
private readonly fallbackLng;
|
|
3786
|
+
private readonly resources;
|
|
3787
|
+
private constructor();
|
|
3788
|
+
getLanguage(): string;
|
|
3789
|
+
setLanguage(rawLanguage: string): Promise<void>;
|
|
3790
|
+
translate(key: TranslationKey, options?: Record<string, unknown>): string;
|
|
3791
|
+
static createInstance(rawLanguage: string, customResources?: typeof BUNDLED_RESOURCES): Promise<LanguageHelper>;
|
|
3792
|
+
static setForContext(context: Record<string, unknown>, instance: LanguageHelper): void;
|
|
3793
|
+
static getFromContext(context: Record<string, unknown>): LanguageHelper | undefined;
|
|
3794
|
+
}
|
|
3795
|
+
declare function setCurrentContext(context: Record<string, unknown> | null): void;
|
|
3796
|
+
declare function getCurrentContext(): Record<string, unknown> | null;
|
|
3797
|
+
declare function translate(key: TranslationKey, options?: Record<string, unknown>): string;
|
|
3798
|
+
|
|
1215
3799
|
interface RequestOptions<PAYLOAD> {
|
|
1216
3800
|
[key: string]: unknown;
|
|
1217
3801
|
data?: PAYLOAD;
|
|
@@ -1342,6 +3926,8 @@ interface HelperFixtureTypes {
|
|
|
1342
3926
|
isSaaS: boolean;
|
|
1343
3927
|
features: FeaturesType;
|
|
1344
3928
|
};
|
|
3929
|
+
CustomTranslationResources: typeof BUNDLED_RESOURCES | undefined;
|
|
3930
|
+
Translate: TranslateFn;
|
|
1345
3931
|
}
|
|
1346
3932
|
|
|
1347
3933
|
interface StoreBaseConfig {
|
|
@@ -3241,5 +5827,5 @@ declare const test: playwright_test.TestType<playwright_test.PlaywrightTestArgs
|
|
|
3241
5827
|
SelectProductFilterOption: Task;
|
|
3242
5828
|
}, playwright_test.PlaywrightWorkerArgs & playwright_test.PlaywrightWorkerOptions & FixtureTypes>;
|
|
3243
5829
|
|
|
3244
|
-
export { AdminPageObjects, RuleType, StorefrontPageObjects, TestDataService, assertScreenshot, compareFlowTemplateWithFlow, createRandomImage, encodeImage, extractIdFromUrl, getCountryId, getCurrency, getDefaultShippingMethodId, getFlow, getFlowId, getFlowTemplate, getLanguageData, getMediaId, getOrderTransactionId, getPaymentMethodId, getPromotionWithDiscount, getSalutationId, getShippingMethodId, getSnippetSetId, getStateMachineId, getStateMachineStateId, getTaxId, getThemeId, hideElements, isSaaSInstance, isThemeCompiled, replaceElements, replaceElementsIndividually, setOrderStatus, setViewport, test, updateAdminUser };
|
|
3245
|
-
export type { AccountData, AclRole, Address, CalculatedTaxes, Category$1 as Category, CategoryCustomizableLinkData, CategoryData, CmsPage, Country$1 as Country, CreatedRecord, Currency$2 as Currency, CustomField, CustomFieldData, CustomFieldSet, Customer, CustomerAddress, CustomerGroup, DataServiceOptions, DeliveryTime, FixtureTypes, Flow, FlowConfig, FlowTemplate, Language$2 as Language, Manufacturer, Media, Options, Order, OrderDelivery, OrderLineItem, OrderStatus, PageObject, PaymentMethod$1 as PaymentMethod, Price, Product, ProductCrossSelling, ProductPrice, ProductReview, Promotion, PromotionDiscount, PropertyGroup, PropertyGroupOption, RegistrationData, ReplaceTarget, Rule, RuleAssignmentEntity, SalesChannel, SalesChannelAnalytics, SalesChannelDomain, SalesChannelRecord, Salutation, ShippingMethod$1 as ShippingMethod, SimpleLineItem, StateMachine, StateMachineState, SyncApiOperation, SystemConfig, Tag, TagData, Task, Tax$1 as Tax, TaxRules, User, VariantListingConfig };
|
|
5830
|
+
export { AdminPageObjects, BUNDLED_RESOURCES, IdProvider, LanguageHelper, RuleType, StorefrontPageObjects, TestDataService, assertScreenshot, baseNamespaces, compareFlowTemplateWithFlow, createRandomImage, encodeImage, extractIdFromUrl, getCountryId, getCurrency, getCurrentContext, getDefaultShippingMethodId, getFlow, getFlowId, getFlowTemplate, getLanguageData, getMediaId, getOrderTransactionId, getPaymentMethodId, getPromotionWithDiscount, getSalutationId, getShippingMethodId, getSnippetSetId, getStateMachineId, getStateMachineStateId, getTaxId, getThemeId, hideElements, isSaaSInstance, isThemeCompiled, replaceElements, replaceElementsIndividually, setCurrentContext, setOrderStatus, setViewport, test, translate, updateAdminUser };
|
|
5831
|
+
export type { AccountData, AclRole, Address, CalculatedTaxes, Category$1 as Category, CategoryCustomizableLinkData, CategoryData, CmsPage, Country$1 as Country, CreatedRecord, Currency$2 as Currency, CustomField, CustomFieldData, CustomFieldSet, Customer, CustomerAddress, CustomerGroup, DataServiceOptions, DeliveryTime, FixtureTypes, Flow, FlowConfig, FlowTemplate, Language$2 as Language, Manufacturer, Media, Options, Order, OrderDelivery, OrderLineItem, OrderStatus, PageObject, PaymentMethod$1 as PaymentMethod, Price, Product, ProductCrossSelling, ProductPrice, ProductReview, Promotion, PromotionDiscount, PropertyGroup, PropertyGroupOption, RegistrationData, ReplaceTarget, Rule, RuleAssignmentEntity, SalesChannel, SalesChannelAnalytics, SalesChannelDomain, SalesChannelRecord, Salutation, ShippingMethod$1 as ShippingMethod, SimpleLineItem, StateMachine, StateMachineState, SyncApiOperation, SystemConfig, Tag, TagData, Task, Tax$1 as Tax, TaxRules, TranslateFn, TranslationKey, User, VariantListingConfig };
|