@shopware-ag/acceptance-test-suite 12.1.4 → 12.1.6
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 +130 -4
- package/dist/index.d.ts +130 -4
- package/dist/index.mjs +249 -139
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -617,7 +617,7 @@ const actions$h = {
|
|
|
617
617
|
configureHomePage: "Configure home page",
|
|
618
618
|
newCategoryAfter: "New category after"
|
|
619
619
|
};
|
|
620
|
-
const tabs$
|
|
620
|
+
const tabs$b = {
|
|
621
621
|
general: "General",
|
|
622
622
|
products: "Products",
|
|
623
623
|
layout: "Layout",
|
|
@@ -643,7 +643,7 @@ const entities$1 = {
|
|
|
643
643
|
const administrationCategory = {
|
|
644
644
|
general: general$a,
|
|
645
645
|
actions: actions$h,
|
|
646
|
-
tabs: tabs$
|
|
646
|
+
tabs: tabs$b,
|
|
647
647
|
fields: fields$9,
|
|
648
648
|
headings: headings$5,
|
|
649
649
|
errors: errors$5,
|
|
@@ -671,7 +671,7 @@ const detail$o = {
|
|
|
671
671
|
language: "Language"
|
|
672
672
|
};
|
|
673
673
|
const bulkEdit$3 = {
|
|
674
|
-
|
|
674
|
+
headline: "Bulk edit: {{count}} customer",
|
|
675
675
|
applyChanges: "Apply changes",
|
|
676
676
|
success: "Bulk edit - Success",
|
|
677
677
|
close: "Close",
|
|
@@ -741,7 +741,7 @@ const administrationCustomField = {
|
|
|
741
741
|
dialogs: dialogs$7
|
|
742
742
|
};
|
|
743
743
|
|
|
744
|
-
const buttons$
|
|
744
|
+
const buttons$h = {
|
|
745
745
|
agree: "Agree",
|
|
746
746
|
disableDataSharing: "Disable data sharing"
|
|
747
747
|
};
|
|
@@ -753,7 +753,7 @@ const headlines$1 = {
|
|
|
753
753
|
dataConsent: "Data Consent"
|
|
754
754
|
};
|
|
755
755
|
const administrationDataSharing = {
|
|
756
|
-
buttons: buttons$
|
|
756
|
+
buttons: buttons$h,
|
|
757
757
|
messages: messages$7,
|
|
758
758
|
headlines: headlines$1
|
|
759
759
|
};
|
|
@@ -926,7 +926,7 @@ const administrationManufacturer = {
|
|
|
926
926
|
dialogs: dialogs$6
|
|
927
927
|
};
|
|
928
928
|
|
|
929
|
-
const buttons$
|
|
929
|
+
const buttons$g = {
|
|
930
930
|
uploadFile: "Upload file",
|
|
931
931
|
addNewFolder: "Add new folder"
|
|
932
932
|
};
|
|
@@ -938,7 +938,7 @@ const actions$e = {
|
|
|
938
938
|
"delete": "Delete"
|
|
939
939
|
};
|
|
940
940
|
const administrationMedia = {
|
|
941
|
-
buttons: buttons$
|
|
941
|
+
buttons: buttons$g,
|
|
942
942
|
search: search$2,
|
|
943
943
|
actions: actions$e
|
|
944
944
|
};
|
|
@@ -951,7 +951,7 @@ const detail$i = {
|
|
|
951
951
|
const contextMenu$1 = {
|
|
952
952
|
sendDocument: "Send document"
|
|
953
953
|
};
|
|
954
|
-
const tabs$
|
|
954
|
+
const tabs$a = {
|
|
955
955
|
general: "General",
|
|
956
956
|
details: "Details",
|
|
957
957
|
documents: "Documents"
|
|
@@ -970,7 +970,7 @@ const dialogs$5 = {
|
|
|
970
970
|
const administrationOrder = {
|
|
971
971
|
detail: detail$i,
|
|
972
972
|
contextMenu: contextMenu$1,
|
|
973
|
-
tabs: tabs$
|
|
973
|
+
tabs: tabs$a,
|
|
974
974
|
listing: listing$i,
|
|
975
975
|
actions: actions$d,
|
|
976
976
|
dialogs: dialogs$5
|
|
@@ -994,7 +994,7 @@ const administrationPayment = {
|
|
|
994
994
|
methods: methods$5
|
|
995
995
|
};
|
|
996
996
|
|
|
997
|
-
const tabs$
|
|
997
|
+
const tabs$9 = {
|
|
998
998
|
general: "General",
|
|
999
999
|
conditions: "Conditions",
|
|
1000
1000
|
discounts: "Discounts"
|
|
@@ -1017,15 +1017,19 @@ const actions$c = {
|
|
|
1017
1017
|
const fields$8 = {
|
|
1018
1018
|
priority: "Priority"
|
|
1019
1019
|
};
|
|
1020
|
+
const sidebar$1 = {
|
|
1021
|
+
refresh: "Refresh"
|
|
1022
|
+
};
|
|
1020
1023
|
const administrationPromotion = {
|
|
1021
|
-
tabs: tabs$
|
|
1024
|
+
tabs: tabs$9,
|
|
1022
1025
|
cards: cards$1,
|
|
1023
1026
|
headings: headings$4,
|
|
1024
1027
|
actions: actions$c,
|
|
1025
|
-
fields: fields$8
|
|
1028
|
+
fields: fields$8,
|
|
1029
|
+
sidebar: sidebar$1
|
|
1026
1030
|
};
|
|
1027
1031
|
|
|
1028
|
-
const buttons$
|
|
1032
|
+
const buttons$f = {
|
|
1029
1033
|
createRule: "Create rule",
|
|
1030
1034
|
add: "Add",
|
|
1031
1035
|
addAssignment: "Add assignment",
|
|
@@ -1034,7 +1038,8 @@ const buttons$d = {
|
|
|
1034
1038
|
};
|
|
1035
1039
|
const fields$7 = {
|
|
1036
1040
|
name: "Name",
|
|
1037
|
-
priority: "Priority"
|
|
1041
|
+
priority: "Priority",
|
|
1042
|
+
description: "Description"
|
|
1038
1043
|
};
|
|
1039
1044
|
const errors$4 = {
|
|
1040
1045
|
unknownRuleType: "Unknown rule type \"{ruleType}\". Valid rule types: \"{validTypes}\"."
|
|
@@ -1042,11 +1047,16 @@ const errors$4 = {
|
|
|
1042
1047
|
const testData$1 = {
|
|
1043
1048
|
ruleDescription: "Rule description"
|
|
1044
1049
|
};
|
|
1050
|
+
const text$3 = {
|
|
1051
|
+
ruleNotInUse: "This rule is not in use",
|
|
1052
|
+
filter: "Filter"
|
|
1053
|
+
};
|
|
1045
1054
|
const administrationRule = {
|
|
1046
|
-
buttons: buttons$
|
|
1055
|
+
buttons: buttons$f,
|
|
1047
1056
|
fields: fields$7,
|
|
1048
1057
|
errors: errors$4,
|
|
1049
|
-
testData: testData$1
|
|
1058
|
+
testData: testData$1,
|
|
1059
|
+
text: text$3
|
|
1050
1060
|
};
|
|
1051
1061
|
|
|
1052
1062
|
const header$1 = {
|
|
@@ -1083,7 +1093,7 @@ const administrationShipping = {
|
|
|
1083
1093
|
dialogs: dialogs$4
|
|
1084
1094
|
};
|
|
1085
1095
|
|
|
1086
|
-
const tabs$
|
|
1096
|
+
const tabs$8 = {
|
|
1087
1097
|
searchPreferences: "Search preferences"
|
|
1088
1098
|
};
|
|
1089
1099
|
const fields$6 = {
|
|
@@ -1092,13 +1102,13 @@ const fields$6 = {
|
|
|
1092
1102
|
username: "Username",
|
|
1093
1103
|
email: "Email"
|
|
1094
1104
|
};
|
|
1095
|
-
const buttons$
|
|
1105
|
+
const buttons$e = {
|
|
1096
1106
|
deselectAll: "Deselect all"
|
|
1097
1107
|
};
|
|
1098
1108
|
const administrationYourProfile = {
|
|
1099
|
-
tabs: tabs$
|
|
1109
|
+
tabs: tabs$8,
|
|
1100
1110
|
fields: fields$6,
|
|
1101
|
-
buttons: buttons$
|
|
1111
|
+
buttons: buttons$e
|
|
1102
1112
|
};
|
|
1103
1113
|
|
|
1104
1114
|
const listing$g = {
|
|
@@ -1125,10 +1135,16 @@ const administrationCustomerGroup = {
|
|
|
1125
1135
|
const welcome$1 = {
|
|
1126
1136
|
text: "Welcome to the Shopware 6 Administration"
|
|
1127
1137
|
};
|
|
1128
|
-
const buttons$
|
|
1138
|
+
const buttons$d = {
|
|
1129
1139
|
install: "Install",
|
|
1130
1140
|
installMigrationAssistant: "Install Migration Assistant",
|
|
1131
|
-
installDemoData: "Install demo data"
|
|
1141
|
+
installDemoData: "Install demo data",
|
|
1142
|
+
next: "Next",
|
|
1143
|
+
skip: "Skip",
|
|
1144
|
+
finish: "Finish",
|
|
1145
|
+
back: "Back",
|
|
1146
|
+
configureLater: "Configure later",
|
|
1147
|
+
configureOwnSmtpServer: "Configure own SMTP server"
|
|
1132
1148
|
};
|
|
1133
1149
|
const headers$1 = {
|
|
1134
1150
|
dataImport: "Getting started with Shopware 6",
|
|
@@ -1144,30 +1160,40 @@ const fields$5 = {
|
|
|
1144
1160
|
host: "Host",
|
|
1145
1161
|
port: "Port",
|
|
1146
1162
|
username: "Username",
|
|
1163
|
+
password: "Password",
|
|
1147
1164
|
senderAddress: "Sender address",
|
|
1148
1165
|
deliveryAddress: "Delivery address",
|
|
1149
1166
|
disableEmailDelivery: "Disable email delivery"
|
|
1150
1167
|
};
|
|
1151
1168
|
const placeholders$1 = {
|
|
1152
|
-
selectSalesChannels: "Select Sales Channels..."
|
|
1169
|
+
selectSalesChannels: "Select Sales Channels...",
|
|
1170
|
+
enterEmailAddress: "Enter your email address...",
|
|
1171
|
+
enterPassword: "Enter your password..."
|
|
1153
1172
|
};
|
|
1154
1173
|
const regions$1 = {
|
|
1155
1174
|
germanRegion: "Germany / Austria / Switzerland",
|
|
1156
1175
|
tools: "Tools"
|
|
1157
1176
|
};
|
|
1177
|
+
const text$2 = {
|
|
1178
|
+
smtpServer: "SMTP server",
|
|
1179
|
+
globalRecommendations: "Global recommendations",
|
|
1180
|
+
allDone: "All done!",
|
|
1181
|
+
forgotPassword: "Did you forget your password?"
|
|
1182
|
+
};
|
|
1158
1183
|
const administrationFirstRunWizard = {
|
|
1159
1184
|
welcome: welcome$1,
|
|
1160
|
-
buttons: buttons$
|
|
1185
|
+
buttons: buttons$d,
|
|
1161
1186
|
headers: headers$1,
|
|
1162
1187
|
fields: fields$5,
|
|
1163
1188
|
placeholders: placeholders$1,
|
|
1164
|
-
regions: regions$1
|
|
1189
|
+
regions: regions$1,
|
|
1190
|
+
text: text$2
|
|
1165
1191
|
};
|
|
1166
1192
|
|
|
1167
1193
|
const headings$3 = {
|
|
1168
1194
|
futureProofStore: "Future proof your store with Shopware Services"
|
|
1169
1195
|
};
|
|
1170
|
-
const buttons$
|
|
1196
|
+
const buttons$c = {
|
|
1171
1197
|
activateServices: "Activate Services",
|
|
1172
1198
|
grantPermissions: "Grant permissions",
|
|
1173
1199
|
deactivate: "Deactivate",
|
|
@@ -1187,7 +1213,7 @@ const dashboard$1 = {
|
|
|
1187
1213
|
};
|
|
1188
1214
|
const administrationShopwareServices = {
|
|
1189
1215
|
headings: headings$3,
|
|
1190
|
-
buttons: buttons$
|
|
1216
|
+
buttons: buttons$c,
|
|
1191
1217
|
modals: modals$3,
|
|
1192
1218
|
messages: messages$5,
|
|
1193
1219
|
links: links$1,
|
|
@@ -1219,7 +1245,7 @@ const listing$f = {
|
|
|
1219
1245
|
bulkEdit: "Bulk edit",
|
|
1220
1246
|
startBulkEdit: "Start bulk edit"
|
|
1221
1247
|
};
|
|
1222
|
-
const tabs$
|
|
1248
|
+
const tabs$7 = {
|
|
1223
1249
|
specifications: "Specifications",
|
|
1224
1250
|
advancedPricing: "Advanced pricing",
|
|
1225
1251
|
variants: "Variants",
|
|
@@ -1228,7 +1254,7 @@ const tabs$5 = {
|
|
|
1228
1254
|
seo: "SEO",
|
|
1229
1255
|
reviews: "Reviews"
|
|
1230
1256
|
};
|
|
1231
|
-
const buttons$
|
|
1257
|
+
const buttons$b = {
|
|
1232
1258
|
save: "Save",
|
|
1233
1259
|
uploadFile: "Upload file",
|
|
1234
1260
|
generateVariants: "Generate variants",
|
|
@@ -1253,12 +1279,26 @@ const administrationProduct = {
|
|
|
1253
1279
|
errors: errors$3,
|
|
1254
1280
|
bulkEdit: bulkEdit$2,
|
|
1255
1281
|
listing: listing$f,
|
|
1256
|
-
tabs: tabs$
|
|
1257
|
-
buttons: buttons$
|
|
1282
|
+
tabs: tabs$7,
|
|
1283
|
+
buttons: buttons$b,
|
|
1258
1284
|
modals: modals$2,
|
|
1259
1285
|
propertyValues: propertyValues$1
|
|
1260
1286
|
};
|
|
1261
1287
|
|
|
1288
|
+
const tabs$6 = {
|
|
1289
|
+
general: "General",
|
|
1290
|
+
products: "Products",
|
|
1291
|
+
theme: "Theme",
|
|
1292
|
+
analytics: "Analytics"
|
|
1293
|
+
};
|
|
1294
|
+
const buttons$a = {
|
|
1295
|
+
addDomain: "Add domain"
|
|
1296
|
+
};
|
|
1297
|
+
const administrationSalesChannel = {
|
|
1298
|
+
tabs: tabs$6,
|
|
1299
|
+
buttons: buttons$a
|
|
1300
|
+
};
|
|
1301
|
+
|
|
1262
1302
|
const common$8 = {
|
|
1263
1303
|
salutation: "Salutation",
|
|
1264
1304
|
firstName: "First name",
|
|
@@ -1333,7 +1373,8 @@ const general$7 = {
|
|
|
1333
1373
|
newsletter: "Yes, I would like to",
|
|
1334
1374
|
newsletterRegistrationSuccess: "You have successfully subscribed to the newsletter.",
|
|
1335
1375
|
cannotDeliverToCountry: "We can not deliver to the country that is stored in your delivery address.",
|
|
1336
|
-
shippingNotPossible: "Shipping to the selected shipping address is currently not possible."
|
|
1376
|
+
shippingNotPossible: "Shipping to the selected shipping address is currently not possible.",
|
|
1377
|
+
customerGroupAccessRequested: "Access to customer group \"{{customerGroup}}\" requested."
|
|
1337
1378
|
};
|
|
1338
1379
|
const navigation$1 = {
|
|
1339
1380
|
overview: "Overview",
|
|
@@ -1487,6 +1528,9 @@ const storefrontNavigation = {
|
|
|
1487
1528
|
};
|
|
1488
1529
|
|
|
1489
1530
|
const title$4 = "Contact";
|
|
1531
|
+
const link$1 = {
|
|
1532
|
+
contactForm: "Contact form"
|
|
1533
|
+
};
|
|
1490
1534
|
const form$1 = {
|
|
1491
1535
|
contact: "Contact",
|
|
1492
1536
|
salutation: "Salutation",
|
|
@@ -1505,6 +1549,7 @@ const email$1 = {
|
|
|
1505
1549
|
};
|
|
1506
1550
|
const storefrontContact = {
|
|
1507
1551
|
title: title$4,
|
|
1552
|
+
link: link$1,
|
|
1508
1553
|
form: form$1,
|
|
1509
1554
|
email: email$1
|
|
1510
1555
|
};
|
|
@@ -1541,10 +1586,13 @@ const account$1 = {
|
|
|
1541
1586
|
const consent$1 = {
|
|
1542
1587
|
close: "Close cookie preferences",
|
|
1543
1588
|
onlyTechnicallyRequired: "Only technically required",
|
|
1589
|
+
technicallyRequired: "Technically required",
|
|
1544
1590
|
configure: "Configure",
|
|
1545
1591
|
acceptAllCookies: "Accept all cookies",
|
|
1546
1592
|
cookiePreferences: "Cookie preferences",
|
|
1547
|
-
marketing: "Marketing"
|
|
1593
|
+
marketing: "Marketing",
|
|
1594
|
+
statistics: "Statistics",
|
|
1595
|
+
save: "Save"
|
|
1548
1596
|
};
|
|
1549
1597
|
const filters$1 = {
|
|
1550
1598
|
filterPanel: "Filter products",
|
|
@@ -1553,7 +1601,8 @@ const filters$1 = {
|
|
|
1553
1601
|
price: "Price",
|
|
1554
1602
|
resetAll: "Reset all",
|
|
1555
1603
|
freeShipping: "Add filter: Free shipping",
|
|
1556
|
-
rating: "minimum rating"
|
|
1604
|
+
rating: "minimum rating",
|
|
1605
|
+
minRating: "min. {{rating}}/5"
|
|
1557
1606
|
};
|
|
1558
1607
|
const listing$d = {
|
|
1559
1608
|
addToShoppingCart: "Add to shopping cart"
|
|
@@ -1661,14 +1710,14 @@ const storefrontRecover = {
|
|
|
1661
1710
|
const general$6 = {
|
|
1662
1711
|
title: "Shopping cart"
|
|
1663
1712
|
};
|
|
1664
|
-
const buttons$
|
|
1713
|
+
const buttons$9 = {
|
|
1665
1714
|
goToCheckout: "Go to checkout",
|
|
1666
1715
|
goToCart: "Display shopping cart",
|
|
1667
1716
|
continueShopping: "Continue shopping"
|
|
1668
1717
|
};
|
|
1669
1718
|
const storefrontOffCanvasCart = {
|
|
1670
1719
|
general: general$6,
|
|
1671
|
-
buttons: buttons$
|
|
1720
|
+
buttons: buttons$9
|
|
1672
1721
|
};
|
|
1673
1722
|
|
|
1674
1723
|
const removeProduct$1 = "Remove from wishlist";
|
|
@@ -1690,7 +1739,7 @@ const actions$8 = {
|
|
|
1690
1739
|
configureHomePage: "Startseite konfigurieren",
|
|
1691
1740
|
newCategoryAfter: "Kategorie"
|
|
1692
1741
|
};
|
|
1693
|
-
const tabs$
|
|
1742
|
+
const tabs$5 = {
|
|
1694
1743
|
general: "Allgemein",
|
|
1695
1744
|
products: "Produkte",
|
|
1696
1745
|
layout: "Layout",
|
|
@@ -1716,7 +1765,7 @@ const entities = {
|
|
|
1716
1765
|
const deAdministrationCategory = {
|
|
1717
1766
|
general: general$5,
|
|
1718
1767
|
actions: actions$8,
|
|
1719
|
-
tabs: tabs$
|
|
1768
|
+
tabs: tabs$5,
|
|
1720
1769
|
fields: fields$4,
|
|
1721
1770
|
headings: headings$2,
|
|
1722
1771
|
errors: errors$2,
|
|
@@ -1744,15 +1793,15 @@ const detail$d = {
|
|
|
1744
1793
|
customerGroupRequestMessage: "Kundengruppe-Anfrage-Nachricht"
|
|
1745
1794
|
};
|
|
1746
1795
|
const bulkEdit$1 = {
|
|
1747
|
-
|
|
1796
|
+
headline: "Mehrfachbearbeitung: {{count}} Kunde",
|
|
1748
1797
|
applyChanges: "Änderungen anwenden",
|
|
1749
|
-
success: "
|
|
1798
|
+
success: "Mehrfachänderung - Erfolg",
|
|
1750
1799
|
close: "Schließen",
|
|
1751
1800
|
changes: {
|
|
1752
1801
|
customerGroup: "Ändern: Kundengruppe",
|
|
1753
1802
|
accountStatus: "Ändern: Kontostatus",
|
|
1754
1803
|
language: "Ändern: Sprache",
|
|
1755
|
-
replyToRequest: "Antworten auf:
|
|
1804
|
+
replyToRequest: "Antworten auf: Kundengruppenanfrage",
|
|
1756
1805
|
tags: "Ändern: Tags"
|
|
1757
1806
|
},
|
|
1758
1807
|
placeholders: {
|
|
@@ -1875,7 +1924,7 @@ const deAdministrationDashboard = {
|
|
|
1875
1924
|
order: order
|
|
1876
1925
|
};
|
|
1877
1926
|
|
|
1878
|
-
const buttons$
|
|
1927
|
+
const buttons$8 = {
|
|
1879
1928
|
agree: "Zustimmen",
|
|
1880
1929
|
disableDataSharing: "Datenfreigabe deaktivieren"
|
|
1881
1930
|
};
|
|
@@ -1887,7 +1936,7 @@ const headlines = {
|
|
|
1887
1936
|
dataConsent: "Dateneinverständnis"
|
|
1888
1937
|
};
|
|
1889
1938
|
const deAdministrationDataSharing = {
|
|
1890
|
-
buttons: buttons$
|
|
1939
|
+
buttons: buttons$8,
|
|
1891
1940
|
messages: messages$3,
|
|
1892
1941
|
headlines: headlines
|
|
1893
1942
|
};
|
|
@@ -1909,17 +1958,23 @@ const deAdministrationDocument = {
|
|
|
1909
1958
|
};
|
|
1910
1959
|
|
|
1911
1960
|
const welcome = {
|
|
1912
|
-
text: "Willkommen
|
|
1961
|
+
text: "Willkommen in der Shopware 6 Administration"
|
|
1913
1962
|
};
|
|
1914
|
-
const buttons$
|
|
1963
|
+
const buttons$7 = {
|
|
1915
1964
|
install: "Installieren",
|
|
1916
|
-
installMigrationAssistant: "
|
|
1917
|
-
installDemoData: "Demodaten installieren"
|
|
1965
|
+
installMigrationAssistant: "Migrations-Assistenten installieren",
|
|
1966
|
+
installDemoData: "Demodaten installieren",
|
|
1967
|
+
next: "Weiter",
|
|
1968
|
+
skip: "Überspringen",
|
|
1969
|
+
finish: "Fertig",
|
|
1970
|
+
back: "Zurück",
|
|
1971
|
+
configureLater: "Später einstellen",
|
|
1972
|
+
configureOwnSmtpServer: "Eigenen SMTP-Server konfigurieren"
|
|
1918
1973
|
};
|
|
1919
1974
|
const headers = {
|
|
1920
|
-
dataImport: "
|
|
1921
|
-
defaultValues: "Standardwerte
|
|
1922
|
-
mailerConfiguration: "
|
|
1975
|
+
dataImport: "Dein Start in Shopware 6",
|
|
1976
|
+
defaultValues: "Standardwerte definieren",
|
|
1977
|
+
mailerConfiguration: "Mailer-Einstellungen",
|
|
1923
1978
|
payPalSetup: "PayPal einrichten",
|
|
1924
1979
|
extensions: "Erweiterungen",
|
|
1925
1980
|
shopwareAccount: "Shopware Account",
|
|
@@ -1930,24 +1985,34 @@ const fields$3 = {
|
|
|
1930
1985
|
host: "Host",
|
|
1931
1986
|
port: "Port",
|
|
1932
1987
|
username: "Benutzername",
|
|
1988
|
+
password: "Passwort",
|
|
1933
1989
|
senderAddress: "Absenderadresse",
|
|
1934
1990
|
deliveryAddress: "Zustelladresse",
|
|
1935
1991
|
disableEmailDelivery: "E-Mail-Versand deaktivieren"
|
|
1936
1992
|
};
|
|
1937
1993
|
const placeholders = {
|
|
1938
|
-
selectSalesChannels: "
|
|
1994
|
+
selectSalesChannels: "Verkaufskanäle zuweisen ...",
|
|
1995
|
+
enterEmailAddress: "Gib Deine E-Mail-Adresse ein ...",
|
|
1996
|
+
enterPassword: "Gib Dein Passwort ein ..."
|
|
1939
1997
|
};
|
|
1940
1998
|
const regions = {
|
|
1941
1999
|
germanRegion: "Deutschland / Österreich / Schweiz",
|
|
1942
2000
|
tools: "Tools"
|
|
1943
2001
|
};
|
|
2002
|
+
const text$1 = {
|
|
2003
|
+
smtpServer: "SMTP-Server",
|
|
2004
|
+
globalRecommendations: "Globale Empfehlungen",
|
|
2005
|
+
allDone: "Herzlichen Glückwunsch!",
|
|
2006
|
+
forgotPassword: "Du hast Dein Passwort vergessen?"
|
|
2007
|
+
};
|
|
1944
2008
|
const deAdministrationFirstRunWizard = {
|
|
1945
2009
|
welcome: welcome,
|
|
1946
|
-
buttons: buttons$
|
|
2010
|
+
buttons: buttons$7,
|
|
1947
2011
|
headers: headers,
|
|
1948
2012
|
fields: fields$3,
|
|
1949
2013
|
placeholders: placeholders,
|
|
1950
|
-
regions: regions
|
|
2014
|
+
regions: regions,
|
|
2015
|
+
text: text$1
|
|
1951
2016
|
};
|
|
1952
2017
|
|
|
1953
2018
|
const listing$8 = {
|
|
@@ -2094,7 +2159,7 @@ const deAdministrationManufacturer = {
|
|
|
2094
2159
|
dialogs: dialogs$2
|
|
2095
2160
|
};
|
|
2096
2161
|
|
|
2097
|
-
const buttons$
|
|
2162
|
+
const buttons$6 = {
|
|
2098
2163
|
uploadFile: "Dateien hochladen",
|
|
2099
2164
|
addNewFolder: "Neuen Ordner hinzufügen"
|
|
2100
2165
|
};
|
|
@@ -2106,7 +2171,7 @@ const actions$5 = {
|
|
|
2106
2171
|
"delete": "Löschen"
|
|
2107
2172
|
};
|
|
2108
2173
|
const deAdministrationMedia = {
|
|
2109
|
-
buttons: buttons$
|
|
2174
|
+
buttons: buttons$6,
|
|
2110
2175
|
search: search$1,
|
|
2111
2176
|
actions: actions$5
|
|
2112
2177
|
};
|
|
@@ -2119,7 +2184,7 @@ const detail$5 = {
|
|
|
2119
2184
|
const contextMenu = {
|
|
2120
2185
|
sendDocument: "Dokument senden"
|
|
2121
2186
|
};
|
|
2122
|
-
const tabs$
|
|
2187
|
+
const tabs$4 = {
|
|
2123
2188
|
general: "Allgemein",
|
|
2124
2189
|
details: "Details",
|
|
2125
2190
|
documents: "Dokumente"
|
|
@@ -2138,7 +2203,7 @@ const dialogs$1 = {
|
|
|
2138
2203
|
const deAdministrationOrder = {
|
|
2139
2204
|
detail: detail$5,
|
|
2140
2205
|
contextMenu: contextMenu,
|
|
2141
|
-
tabs: tabs$
|
|
2206
|
+
tabs: tabs$4,
|
|
2142
2207
|
listing: listing$5,
|
|
2143
2208
|
actions: actions$4,
|
|
2144
2209
|
dialogs: dialogs$1
|
|
@@ -2203,7 +2268,7 @@ const bulkEdit = {
|
|
|
2203
2268
|
success: "Erfolg",
|
|
2204
2269
|
close: "Schließen"
|
|
2205
2270
|
};
|
|
2206
|
-
const tabs$
|
|
2271
|
+
const tabs$3 = {
|
|
2207
2272
|
specifications: "Specifications",
|
|
2208
2273
|
advancedPricing: "Erweitert",
|
|
2209
2274
|
variants: "Variants",
|
|
@@ -2212,7 +2277,7 @@ const tabs$2 = {
|
|
|
2212
2277
|
seo: "SEO",
|
|
2213
2278
|
reviews: "Bewertung"
|
|
2214
2279
|
};
|
|
2215
|
-
const buttons$
|
|
2280
|
+
const buttons$5 = {
|
|
2216
2281
|
save: "Speichern",
|
|
2217
2282
|
uploadFile: "Hochladen",
|
|
2218
2283
|
generateVariants: "Generate variants",
|
|
@@ -2238,8 +2303,8 @@ const deAdministrationProduct = {
|
|
|
2238
2303
|
variants: variants,
|
|
2239
2304
|
flows: flows,
|
|
2240
2305
|
bulkEdit: bulkEdit,
|
|
2241
|
-
tabs: tabs$
|
|
2242
|
-
buttons: buttons$
|
|
2306
|
+
tabs: tabs$3,
|
|
2307
|
+
buttons: buttons$5,
|
|
2243
2308
|
modals: modals$1,
|
|
2244
2309
|
propertyValues: propertyValues
|
|
2245
2310
|
};
|
|
@@ -2272,7 +2337,7 @@ const actions$3 = {
|
|
|
2272
2337
|
const fields$2 = {
|
|
2273
2338
|
priority: "Priorität"
|
|
2274
2339
|
};
|
|
2275
|
-
const tabs$
|
|
2340
|
+
const tabs$2 = {
|
|
2276
2341
|
general: "Allgemein",
|
|
2277
2342
|
conditions: "Bedingungen",
|
|
2278
2343
|
discounts: "Rabatte"
|
|
@@ -2283,22 +2348,27 @@ const headings$1 = {
|
|
|
2283
2348
|
const cards = {
|
|
2284
2349
|
preConditions: "Voraussetzungen"
|
|
2285
2350
|
};
|
|
2351
|
+
const sidebar = {
|
|
2352
|
+
refresh: "Aktualisieren"
|
|
2353
|
+
};
|
|
2286
2354
|
const deAdministrationPromotion = {
|
|
2287
2355
|
listing: listing$3,
|
|
2288
2356
|
create: create,
|
|
2289
2357
|
detail: detail$2,
|
|
2290
2358
|
actions: actions$3,
|
|
2291
2359
|
fields: fields$2,
|
|
2292
|
-
tabs: tabs$
|
|
2360
|
+
tabs: tabs$2,
|
|
2293
2361
|
headings: headings$1,
|
|
2294
|
-
cards: cards
|
|
2362
|
+
cards: cards,
|
|
2363
|
+
sidebar: sidebar
|
|
2295
2364
|
};
|
|
2296
2365
|
|
|
2297
2366
|
const fields$1 = {
|
|
2298
2367
|
priority: "Priorität",
|
|
2299
|
-
name: "Name"
|
|
2368
|
+
name: "Name",
|
|
2369
|
+
description: "Beschreibung"
|
|
2300
2370
|
};
|
|
2301
|
-
const buttons$
|
|
2371
|
+
const buttons$4 = {
|
|
2302
2372
|
save: "Speichern",
|
|
2303
2373
|
cancel: "Abbrechen",
|
|
2304
2374
|
add: "Hinzufügen",
|
|
@@ -2311,11 +2381,16 @@ const errors = {
|
|
|
2311
2381
|
const testData = {
|
|
2312
2382
|
ruleDescription: "Beschreibung"
|
|
2313
2383
|
};
|
|
2384
|
+
const text = {
|
|
2385
|
+
ruleNotInUse: "Diese Regel wird nicht verwendet",
|
|
2386
|
+
filter: "Filter"
|
|
2387
|
+
};
|
|
2314
2388
|
const deAdministrationRule = {
|
|
2315
2389
|
fields: fields$1,
|
|
2316
|
-
buttons: buttons$
|
|
2390
|
+
buttons: buttons$4,
|
|
2317
2391
|
errors: errors,
|
|
2318
|
-
testData: testData
|
|
2392
|
+
testData: testData,
|
|
2393
|
+
text: text
|
|
2319
2394
|
};
|
|
2320
2395
|
|
|
2321
2396
|
const header = {
|
|
@@ -2355,7 +2430,7 @@ const deAdministrationShipping = {
|
|
|
2355
2430
|
const headings = {
|
|
2356
2431
|
futureProofStore: "Zukunftssicher mit Shopware Services"
|
|
2357
2432
|
};
|
|
2358
|
-
const buttons$
|
|
2433
|
+
const buttons$3 = {
|
|
2359
2434
|
activateServices: "Services aktivieren",
|
|
2360
2435
|
grantPermissions: "Berechtigungen erteilen",
|
|
2361
2436
|
deactivate: "Deaktivieren",
|
|
@@ -2375,7 +2450,7 @@ const dashboard = {
|
|
|
2375
2450
|
};
|
|
2376
2451
|
const deAdministrationShopwareServices = {
|
|
2377
2452
|
headings: headings,
|
|
2378
|
-
buttons: buttons$
|
|
2453
|
+
buttons: buttons$3,
|
|
2379
2454
|
modals: modals,
|
|
2380
2455
|
messages: messages$1,
|
|
2381
2456
|
links: links,
|
|
@@ -2396,7 +2471,7 @@ const general$2 = {
|
|
|
2396
2471
|
save: "Speichern",
|
|
2397
2472
|
saveSuccess: "Profil wurde erfolgreich aktualisiert."
|
|
2398
2473
|
};
|
|
2399
|
-
const tabs = {
|
|
2474
|
+
const tabs$1 = {
|
|
2400
2475
|
searchPreferences: "Suchen"
|
|
2401
2476
|
};
|
|
2402
2477
|
const fields = {
|
|
@@ -2405,13 +2480,27 @@ const fields = {
|
|
|
2405
2480
|
username: "Benutzername",
|
|
2406
2481
|
email: "E-Mail"
|
|
2407
2482
|
};
|
|
2408
|
-
const buttons$
|
|
2483
|
+
const buttons$2 = {
|
|
2409
2484
|
deselectAll: "Alle abwählen"
|
|
2410
2485
|
};
|
|
2411
2486
|
const deAdministrationYourProfile = {
|
|
2412
2487
|
general: general$2,
|
|
2413
|
-
tabs: tabs,
|
|
2488
|
+
tabs: tabs$1,
|
|
2414
2489
|
fields: fields,
|
|
2490
|
+
buttons: buttons$2
|
|
2491
|
+
};
|
|
2492
|
+
|
|
2493
|
+
const tabs = {
|
|
2494
|
+
general: "Allgemein",
|
|
2495
|
+
products: "Produkte",
|
|
2496
|
+
theme: "Theme",
|
|
2497
|
+
analytics: "Analyse"
|
|
2498
|
+
};
|
|
2499
|
+
const buttons$1 = {
|
|
2500
|
+
addDomain: "Domain hinzufügen"
|
|
2501
|
+
};
|
|
2502
|
+
const deAdministrationSalesChannel = {
|
|
2503
|
+
tabs: tabs,
|
|
2415
2504
|
buttons: buttons$1
|
|
2416
2505
|
};
|
|
2417
2506
|
|
|
@@ -2489,7 +2578,8 @@ const general$1 = {
|
|
|
2489
2578
|
personalData: "Persönliche Daten",
|
|
2490
2579
|
defaultPaymentMethod: "Zahlung",
|
|
2491
2580
|
defaultBillingAddress: "Hinzufügen",
|
|
2492
|
-
defaultShippingAddress: "Hinzufügen"
|
|
2581
|
+
defaultShippingAddress: "Hinzufügen",
|
|
2582
|
+
customerGroupAccessRequested: "Zugang zur Kundengruppe \"{{customerGroup}}\" angefragt."
|
|
2493
2583
|
};
|
|
2494
2584
|
const navigation = {
|
|
2495
2585
|
overview: "Übersicht",
|
|
@@ -2634,6 +2724,10 @@ const deStorefrontConsent = {
|
|
|
2634
2724
|
privacy: privacy
|
|
2635
2725
|
};
|
|
2636
2726
|
|
|
2727
|
+
const title$2 = "Titel";
|
|
2728
|
+
const link = {
|
|
2729
|
+
contactForm: "Kontaktformular"
|
|
2730
|
+
};
|
|
2637
2731
|
const form = {
|
|
2638
2732
|
contact: "Kontakt",
|
|
2639
2733
|
salutation: "Anrede",
|
|
@@ -2651,11 +2745,11 @@ const email = {
|
|
|
2651
2745
|
from: "doNotReply@localhost.com",
|
|
2652
2746
|
subject: "Ihre Anmeldung"
|
|
2653
2747
|
};
|
|
2654
|
-
const title$2 = "Titel";
|
|
2655
2748
|
const deStorefrontContact = {
|
|
2749
|
+
title: title$2,
|
|
2750
|
+
link: link,
|
|
2656
2751
|
form: form,
|
|
2657
|
-
email: email
|
|
2658
|
-
title: title$2
|
|
2752
|
+
email: email
|
|
2659
2753
|
};
|
|
2660
2754
|
|
|
2661
2755
|
const topBarNav = "Shop-Einstellungen";
|
|
@@ -2679,10 +2773,13 @@ const account = {
|
|
|
2679
2773
|
const consent = {
|
|
2680
2774
|
close: "Cookie-Voreinstellungen schließen",
|
|
2681
2775
|
onlyTechnicallyRequired: "Nur technisch erforderlich",
|
|
2776
|
+
technicallyRequired: "Technisch erforderlich",
|
|
2682
2777
|
configure: "Konfigurieren",
|
|
2683
2778
|
acceptAllCookies: "Alle Cookies akzeptieren",
|
|
2684
2779
|
cookiePreferences: "Cookie-Einstellungen",
|
|
2685
|
-
marketing: "Marketing"
|
|
2780
|
+
marketing: "Marketing",
|
|
2781
|
+
statistics: "Statistiken",
|
|
2782
|
+
save: "Speichern"
|
|
2686
2783
|
};
|
|
2687
2784
|
const filters = {
|
|
2688
2785
|
filterPanel: "Produkte filtern",
|
|
@@ -2691,7 +2788,8 @@ const filters = {
|
|
|
2691
2788
|
price: "Preis",
|
|
2692
2789
|
resetAll: "Alle zurücksetzen",
|
|
2693
2790
|
freeShipping: "Filter hinzufügen: Versandkostenfrei",
|
|
2694
|
-
rating: "Mindestbewertung"
|
|
2791
|
+
rating: "Mindestbewertung",
|
|
2792
|
+
minRating: "mind. {{rating}}/5"
|
|
2695
2793
|
};
|
|
2696
2794
|
const listing$1 = {
|
|
2697
2795
|
addToShoppingCart: "In den Warenkorb"
|
|
@@ -2724,7 +2822,7 @@ const register = {
|
|
|
2724
2822
|
country: "Land",
|
|
2725
2823
|
postalCode: "Postleitzahl",
|
|
2726
2824
|
state: "Bundesland",
|
|
2727
|
-
differentShippingAddress: "
|
|
2825
|
+
differentShippingAddress: "Lieferadresse weicht von Rechnungsadresse ab.",
|
|
2728
2826
|
"continue": "Weiter"
|
|
2729
2827
|
};
|
|
2730
2828
|
const deStorefrontLogin = {
|
|
@@ -2890,11 +2988,11 @@ const passwordRecovery = "Passwort-Wiederherstellung";
|
|
|
2890
2988
|
const subtitle = "Wir senden Ihnen eine Bestätigungs-E-Mail. Klicken Sie auf den Link in dieser E-Mail, um Ihr Passwort zu ändern.";
|
|
2891
2989
|
const requestEmail = "E-Mail anfordern";
|
|
2892
2990
|
const back = "Zurück";
|
|
2893
|
-
const emailSent = "Falls die angegebene E-Mail-Adresse registriert ist, wurde eine Bestätigungs-E-Mail mit einem Link
|
|
2991
|
+
const emailSent = "Falls die angegebene E-Mail-Adresse registriert ist, wurde eine Bestätigungs-E-Mail mit einem Link zum Zurücksetzen des Passworts gesendet.";
|
|
2894
2992
|
const newPassword = "Neues Passwort";
|
|
2895
|
-
const passwordConfirmation = "Passwort
|
|
2993
|
+
const passwordConfirmation = "Passwort bestätigen";
|
|
2896
2994
|
const changePassword = "Passwort ändern";
|
|
2897
|
-
const invalidLink = "Der Link
|
|
2995
|
+
const invalidLink = "Der Link zum Zurücksetzen des Passworts scheint ungültig zu sein.";
|
|
2898
2996
|
const deStorefrontRecover = {
|
|
2899
2997
|
passwordRecovery: passwordRecovery,
|
|
2900
2998
|
subtitle: subtitle,
|
|
@@ -2938,6 +3036,7 @@ const BUNDLED_RESOURCES = {
|
|
|
2938
3036
|
"administration/firstRunWizard": administrationFirstRunWizard,
|
|
2939
3037
|
"administration/shopwareServices": administrationShopwareServices,
|
|
2940
3038
|
"administration/product": administrationProduct,
|
|
3039
|
+
"administration/salesChannel": administrationSalesChannel,
|
|
2941
3040
|
// Storefront
|
|
2942
3041
|
"storefront/account": storefrontAccount,
|
|
2943
3042
|
"storefront/address": storefrontAddress,
|
|
@@ -2981,6 +3080,7 @@ const BUNDLED_RESOURCES = {
|
|
|
2981
3080
|
"administration/shipping": deAdministrationShipping,
|
|
2982
3081
|
"administration/shopwareServices": deAdministrationShopwareServices,
|
|
2983
3082
|
"administration/yourProfile": deAdministrationYourProfile,
|
|
3083
|
+
"administration/salesChannel": deAdministrationSalesChannel,
|
|
2984
3084
|
// Storefront
|
|
2985
3085
|
"storefront/account": deStorefrontAccount,
|
|
2986
3086
|
"storefront/address": deStorefrontAddress,
|
|
@@ -3024,7 +3124,8 @@ const baseNamespaces = {
|
|
|
3024
3124
|
customerGroup: administrationCustomerGroup,
|
|
3025
3125
|
firstRunWizard: administrationFirstRunWizard,
|
|
3026
3126
|
shopwareServices: administrationShopwareServices,
|
|
3027
|
-
product: administrationProduct
|
|
3127
|
+
product: administrationProduct,
|
|
3128
|
+
salesChannel: administrationSalesChannel
|
|
3028
3129
|
},
|
|
3029
3130
|
storefront: {
|
|
3030
3131
|
account: storefrontAccount,
|
|
@@ -6441,26 +6542,26 @@ class Home {
|
|
|
6441
6542
|
this.consentDialog = page.getByRole("dialog").filter({ hasText: translate("storefront:home:consent.cookiePreferences") });
|
|
6442
6543
|
this.consentDialogCloseButton = this.consentDialog.getByRole("button", { name: translate("storefront:home:consent.close") });
|
|
6443
6544
|
this.consentDialogTechnicallyRequiredCheckbox = this.consentDialog.getByRole("checkbox", {
|
|
6444
|
-
name: "
|
|
6545
|
+
name: translate("storefront:home:consent.technicallyRequired"),
|
|
6445
6546
|
exact: true
|
|
6446
6547
|
});
|
|
6447
6548
|
this.consentDialogStatisticsCheckbox = this.consentDialog.getByRole("checkbox", {
|
|
6448
|
-
name: "
|
|
6549
|
+
name: translate("storefront:home:consent.statistics"),
|
|
6449
6550
|
exact: true
|
|
6450
6551
|
});
|
|
6451
6552
|
this.consentDialogMarketingdCheckbox = this.consentDialog.getByRole("checkbox", { name: translate("storefront:home:consent.marketing"), exact: true });
|
|
6452
6553
|
this.consentDialogMarketingCheckbox = this.consentDialog.getByRole("checkbox", { name: translate("storefront:home:consent.marketing"), exact: true });
|
|
6453
6554
|
this.consentDialogSaveButton = this.consentDialog.getByRole("button", {
|
|
6454
|
-
name: "
|
|
6555
|
+
name: translate("storefront:home:consent.save"),
|
|
6455
6556
|
exact: true
|
|
6456
6557
|
});
|
|
6457
6558
|
this.consentDialogAcceptAllCookiesButton = this.consentDialog.getByRole("button", {
|
|
6458
|
-
name: "
|
|
6559
|
+
name: translate("storefront:home:consent.acceptAllCookies"),
|
|
6459
6560
|
exact: true
|
|
6460
6561
|
});
|
|
6461
6562
|
this.offcanvasBackdrop = page.locator(".offcanvas-backdrop");
|
|
6462
6563
|
this.mainNavigationLink = page.locator(".main-navigation-link-text");
|
|
6463
|
-
this.contactFormLink = this.page.getByRole("listitem").getByTitle("
|
|
6564
|
+
this.contactFormLink = this.page.getByRole("listitem").getByTitle(translate("storefront:contact:link.contactForm"), { exact: true });
|
|
6464
6565
|
this.wishlistIcon = page.locator(".header-wishlist-icon");
|
|
6465
6566
|
this.wishlistBasket = page.locator(".header-wishlist-badge");
|
|
6466
6567
|
this.filterMultiSelect = page.getByLabel(translate("storefront:home:filters.filterPanel")).getByRole("list");
|
|
@@ -6477,7 +6578,7 @@ class Home {
|
|
|
6477
6578
|
this.productVariantCharacteristicsOptions = page.locator(".product-variant-characteristics-option");
|
|
6478
6579
|
}
|
|
6479
6580
|
async getRatingItemLocatorByRating(rating) {
|
|
6480
|
-
return this.productRatingList.getByText(
|
|
6581
|
+
return this.productRatingList.getByText(translate("storefront:home:filters.minRating", { rating }));
|
|
6481
6582
|
}
|
|
6482
6583
|
async getFilterItemByFilterName(filterName) {
|
|
6483
6584
|
return this.filterMultiSelect.getByRole("checkbox", { name: filterName });
|
|
@@ -6987,7 +7088,7 @@ class Account extends BaseAccount {
|
|
|
6987
7088
|
this.shippingToAddressNotPossibleAlert = page.getByText(translate("storefront:account:general.shippingNotPossible"));
|
|
6988
7089
|
}
|
|
6989
7090
|
async getCustomerGroupAlert(customerGroup) {
|
|
6990
|
-
return this.customerGroupRequestMessage.getByText(
|
|
7091
|
+
return this.customerGroupRequestMessage.getByText(translate("storefront:account:general.customerGroupAccessRequested", { customerGroup }));
|
|
6991
7092
|
}
|
|
6992
7093
|
url() {
|
|
6993
7094
|
return "account";
|
|
@@ -8275,11 +8376,11 @@ class FirstRunWizard {
|
|
|
8275
8376
|
constructor(page, instanceMeta) {
|
|
8276
8377
|
this.page = page;
|
|
8277
8378
|
this.instanceMeta = instanceMeta;
|
|
8278
|
-
this.nextButton = page.getByText("
|
|
8279
|
-
this.configureLaterButton = page.getByText("
|
|
8280
|
-
this.skipButton = page.getByText("
|
|
8281
|
-
this.finishButton = page.getByText("
|
|
8282
|
-
this.backButton = page.getByText("
|
|
8379
|
+
this.nextButton = page.getByText(translate("administration:firstRunWizard:buttons.next"), { exact: true });
|
|
8380
|
+
this.configureLaterButton = page.getByText(translate("administration:firstRunWizard:buttons.configureLater"), { exact: true });
|
|
8381
|
+
this.skipButton = page.getByText(translate("administration:firstRunWizard:buttons.skip"), { exact: true });
|
|
8382
|
+
this.finishButton = page.getByText(translate("administration:firstRunWizard:buttons.finish"), { exact: true });
|
|
8383
|
+
this.backButton = page.getByText(translate("administration:firstRunWizard:buttons.back"), { exact: true });
|
|
8283
8384
|
this.installLanguagePackButton = page.getByRole("button", { name: translate("administration:firstRunWizard:buttons.install") });
|
|
8284
8385
|
this.welcomeText = page.locator(".headline-welcome", { hasText: translate("administration:firstRunWizard:welcome.text") });
|
|
8285
8386
|
this.pluginCardInfo = page.locator(".sw-plugin-card__info");
|
|
@@ -8288,41 +8389,41 @@ class FirstRunWizard {
|
|
|
8288
8389
|
this.dataImportHeader = page.locator(".sw-modal__title", { hasText: translate("administration:firstRunWizard:headers.dataImport") });
|
|
8289
8390
|
this.dataImportCard = page.locator(".sw-first-run-wizard-data-import__card");
|
|
8290
8391
|
this.defaultValuesHeader = page.locator(".sw-modal__title", { hasText: translate("administration:firstRunWizard:headers.defaultValues") });
|
|
8291
|
-
this.salesChannelSelectionMultiSelect = page.getByPlaceholder("
|
|
8392
|
+
this.salesChannelSelectionMultiSelect = page.getByPlaceholder(translate("administration:firstRunWizard:placeholders.selectSalesChannels"));
|
|
8292
8393
|
this.salesChannelSelectionList = page.locator(".sw-popover__wrapper").getByRole("listitem");
|
|
8293
|
-
this.mailerConfigurationHeader = page.locator(".sw-modal__title", { hasText: "
|
|
8294
|
-
this.smtpServerButton = page.getByText("
|
|
8295
|
-
this.smtpServerTitle = page.getByText("
|
|
8394
|
+
this.mailerConfigurationHeader = page.locator(".sw-modal__title", { hasText: translate("administration:firstRunWizard:headers.mailerConfiguration") });
|
|
8395
|
+
this.smtpServerButton = page.getByText(translate("administration:firstRunWizard:buttons.configureOwnSmtpServer"), { exact: true });
|
|
8396
|
+
this.smtpServerTitle = page.getByText(translate("administration:firstRunWizard:text.smtpServer"), { exact: true });
|
|
8296
8397
|
this.smtpServerFields = page.locator(".sw-field");
|
|
8297
|
-
this.smtpServerHostInput = page.getByLabel("
|
|
8298
|
-
this.smtpServerPortInput = page.getByLabel("
|
|
8299
|
-
this.smtpServerUsernameInput = page.getByLabel("
|
|
8300
|
-
this.smtpServerPasswordInput = page.getByLabel("
|
|
8398
|
+
this.smtpServerHostInput = page.getByLabel(translate("administration:firstRunWizard:fields.host"));
|
|
8399
|
+
this.smtpServerPortInput = page.getByLabel(translate("administration:firstRunWizard:fields.port"));
|
|
8400
|
+
this.smtpServerUsernameInput = page.getByLabel(translate("administration:firstRunWizard:fields.username"));
|
|
8401
|
+
this.smtpServerPasswordInput = page.getByLabel(translate("administration:firstRunWizard:fields.password"), { exact: true });
|
|
8301
8402
|
this.smtpServerEncryptionInput = page.locator(".sw-single-select__selection-input");
|
|
8302
|
-
this.smtpServerSenderAddressInput = page.getByLabel("
|
|
8303
|
-
this.smtpServerDeliveryAddressInput = page.getByLabel("
|
|
8304
|
-
this.smtpServerDisableEmailDeliveryCheckbox = page.getByLabel("
|
|
8403
|
+
this.smtpServerSenderAddressInput = page.getByLabel(translate("administration:firstRunWizard:fields.senderAddress"));
|
|
8404
|
+
this.smtpServerDeliveryAddressInput = page.getByLabel(translate("administration:firstRunWizard:fields.deliveryAddress"));
|
|
8405
|
+
this.smtpServerDisableEmailDeliveryCheckbox = page.getByLabel(translate("administration:firstRunWizard:fields.disableEmailDelivery"));
|
|
8305
8406
|
if (satisfies(instanceMeta.version, "<6.7")) {
|
|
8306
8407
|
this.smtpServerFieldInputs = page.locator(".sw-field");
|
|
8307
8408
|
} else {
|
|
8308
8409
|
this.smtpServerFieldInputs = page.locator(".mt-field");
|
|
8309
8410
|
}
|
|
8310
|
-
this.payPalSetupHeader = page.locator(".sw-modal__title", { hasText: "
|
|
8411
|
+
this.payPalSetupHeader = page.locator(".sw-modal__title", { hasText: translate("administration:firstRunWizard:headers.payPalSetup") });
|
|
8311
8412
|
this.payPalPaymethods = page.locator(".paymethod");
|
|
8312
8413
|
this.payPalInfoCard = page.locator(".sw-first-run-wizard-paypal-info");
|
|
8313
|
-
this.extensionsHeader = page.locator(".sw-modal__title", { hasText: "
|
|
8314
|
-
this.germanRegionSelector = page.getByText("
|
|
8315
|
-
this.toolsSelector = page.getByText("
|
|
8316
|
-
this.recommendationHeader = page.getByText("
|
|
8414
|
+
this.extensionsHeader = page.locator(".sw-modal__title", { hasText: translate("administration:firstRunWizard:headers.extensions") });
|
|
8415
|
+
this.germanRegionSelector = page.getByText(translate("administration:firstRunWizard:regions.germanRegion"));
|
|
8416
|
+
this.toolsSelector = page.getByText(translate("administration:firstRunWizard:regions.tools"));
|
|
8417
|
+
this.recommendationHeader = page.getByText(translate("administration:firstRunWizard:text.globalRecommendations"), { exact: true });
|
|
8317
8418
|
this.toolsRecommendedPlugin = page.locator(".sw-plugin-card__info").locator(".sw-plugin-card__label");
|
|
8318
|
-
this.shopwareAccountHeader = page.locator(".sw-modal__title", { hasText: "
|
|
8319
|
-
this.emailAddressInputField = page.getByPlaceholder("
|
|
8320
|
-
this.passwordInputField = page.getByPlaceholder("
|
|
8321
|
-
this.forgotPasswordLink = page.getByText("
|
|
8322
|
-
this.shopwareStoreHeader = page.locator(".sw-modal__title", { hasText: "
|
|
8323
|
-
this.doneHeader = page.locator(".sw-modal__title", { hasText: "
|
|
8419
|
+
this.shopwareAccountHeader = page.locator(".sw-modal__title", { hasText: translate("administration:firstRunWizard:headers.shopwareAccount") });
|
|
8420
|
+
this.emailAddressInputField = page.getByPlaceholder(translate("administration:firstRunWizard:placeholders.enterEmailAddress"), { exact: true });
|
|
8421
|
+
this.passwordInputField = page.getByPlaceholder(translate("administration:firstRunWizard:placeholders.enterPassword"), { exact: true });
|
|
8422
|
+
this.forgotPasswordLink = page.getByText(translate("administration:firstRunWizard:text.forgotPassword"), { exact: true });
|
|
8423
|
+
this.shopwareStoreHeader = page.locator(".sw-modal__title", { hasText: translate("administration:firstRunWizard:headers.shopwareStore") });
|
|
8424
|
+
this.doneHeader = page.locator(".sw-modal__title", { hasText: translate("administration:firstRunWizard:headers.done") });
|
|
8324
8425
|
this.extensionStoreHeading = page.locator(".sw-first-run-wizard-store__heading");
|
|
8325
|
-
this.frwSuccessText = page.getByText("
|
|
8426
|
+
this.frwSuccessText = page.getByText(translate("administration:firstRunWizard:text.allDone"), { exact: true });
|
|
8326
8427
|
this.documentationLink = page.locator('[href*="https://docs.shopware.com/en"]');
|
|
8327
8428
|
this.forumLink = page.locator('[href*="https://forum.shopware.com/"]');
|
|
8328
8429
|
this.roadmapLink = page.locator('[href*="https://www.shopware.com/en/roadmap/"]');
|
|
@@ -8689,7 +8790,7 @@ class ShippingListing {
|
|
|
8689
8790
|
constructor(page) {
|
|
8690
8791
|
this.page = page;
|
|
8691
8792
|
this.header = page.locator(".smart-bar__header");
|
|
8692
|
-
this.addShippingMethod = page.getByText("
|
|
8793
|
+
this.addShippingMethod = page.getByText(translate("administration:shipping:listing.addShippingMethod"), { exact: true });
|
|
8693
8794
|
this.contextMenu = page.locator(".sw-data-grid-settings__trigger");
|
|
8694
8795
|
this.editButton = page.locator(".sw-settings-shipping-list__edit-action");
|
|
8695
8796
|
this.deleteButton = page.locator(".sw-context-menu-item--danger");
|
|
@@ -8712,7 +8813,7 @@ class ShippingDetail {
|
|
|
8712
8813
|
constructor(page) {
|
|
8713
8814
|
this.page = page;
|
|
8714
8815
|
this.header = page.locator(".smart-bar__header");
|
|
8715
|
-
this.nameField = page.getByLabel("
|
|
8816
|
+
this.nameField = page.getByLabel(translate("administration:shipping:common.name"), { exact: true });
|
|
8716
8817
|
this.availabilityRuleField = page.locator(".sw-settings-shipping-detail__top-rule").locator(".sw-entity-single-select__selection-text");
|
|
8717
8818
|
this.availabilityRuleListItem = page.locator(".sw-select-result-list__content").getByRole("listitem");
|
|
8718
8819
|
}
|
|
@@ -8733,7 +8834,7 @@ class PaymentDetail {
|
|
|
8733
8834
|
constructor(page) {
|
|
8734
8835
|
this.page = page;
|
|
8735
8836
|
this.header = page.locator(".smart-bar__header");
|
|
8736
|
-
this.nameField = page.getByLabel("
|
|
8837
|
+
this.nameField = page.getByLabel(translate("administration:payment:common.name"), { exact: true });
|
|
8737
8838
|
this.availabilityRuleField = page.locator(".sw-settings-payment-detail__field-availability-rule").locator(".sw-entity-single-select__selection-text");
|
|
8738
8839
|
this.availabilityRuleListItem = page.locator(".sw-select-result-list__content").getByRole("listitem");
|
|
8739
8840
|
}
|
|
@@ -9146,7 +9247,7 @@ class RuleCreate {
|
|
|
9146
9247
|
this.header = page.locator(".smart-bar__header");
|
|
9147
9248
|
this.nameInput = page.getByLabel(translate("administration:rule:fields.name"));
|
|
9148
9249
|
this.priorityInput = page.getByLabel(translate("administration:rule:fields.priority"));
|
|
9149
|
-
this.descriptionInput = page.getByLabel("
|
|
9250
|
+
this.descriptionInput = page.getByLabel(translate("administration:rule:fields.description"));
|
|
9150
9251
|
this.typeItem = page.locator(".sw-settings-rule-detail__type-field").locator(".sw-select-selection-list__item");
|
|
9151
9252
|
this.tagItem = page.locator(".sw-settings-rule-detail__tags-field").locator(".sw-select-selection-list__item");
|
|
9152
9253
|
this.conditionTypeSelectionInput = page.locator(".sw-condition-type-select").locator(".sw-single-select__selection");
|
|
@@ -9215,39 +9316,48 @@ class RuleDetail extends RuleCreate {
|
|
|
9215
9316
|
if (satisfies(instanceMeta.version, "<6.7.3")) {
|
|
9216
9317
|
this.shippingMethodAvailabilityRulesCardEmptyState = this.shippingMethodAvailabilityRulesCard.getByRole("alert");
|
|
9217
9318
|
} else {
|
|
9218
|
-
this.shippingMethodAvailabilityRulesCardEmptyState = this.shippingMethodAvailabilityRulesCard.getByRole("heading", {
|
|
9319
|
+
this.shippingMethodAvailabilityRulesCardEmptyState = this.shippingMethodAvailabilityRulesCard.getByRole("heading", {
|
|
9320
|
+
name: translate("administration:rule:text.ruleNotInUse"),
|
|
9321
|
+
level: 2
|
|
9322
|
+
});
|
|
9219
9323
|
}
|
|
9220
9324
|
this.shippingMethodAvailabilityRulesCardSearchField = this.shippingMethodAvailabilityRulesCard.getByRole("textbox");
|
|
9221
9325
|
this.taxProviderRulesCard = page.locator(".sw-settings-rule-detail-assignments__card-tax_provider");
|
|
9222
9326
|
if (satisfies(instanceMeta.version, "<6.7.3")) {
|
|
9223
9327
|
this.taxProviderRulesCardEmptyState = this.taxProviderRulesCard.getByRole("alert");
|
|
9224
9328
|
} else {
|
|
9225
|
-
this.taxProviderRulesCardEmptyState = this.taxProviderRulesCard.getByRole("heading", { name: "
|
|
9329
|
+
this.taxProviderRulesCardEmptyState = this.taxProviderRulesCard.getByRole("heading", { name: translate("administration:rule:text.ruleNotInUse"), level: 2 });
|
|
9226
9330
|
}
|
|
9227
9331
|
this.paymentMethodsAvailabilityRulesCard = page.locator(".sw-settings-rule-detail-assignments__card-payment_method");
|
|
9228
9332
|
if (satisfies(instanceMeta.version, "<6.7.3")) {
|
|
9229
9333
|
this.paymentMethodsAvailabilityRulesCardEmptyState = this.paymentMethodsAvailabilityRulesCard.getByRole("alert");
|
|
9230
9334
|
} else {
|
|
9231
|
-
this.paymentMethodsAvailabilityRulesCardEmptyState = this.paymentMethodsAvailabilityRulesCard.getByRole("heading", {
|
|
9335
|
+
this.paymentMethodsAvailabilityRulesCardEmptyState = this.paymentMethodsAvailabilityRulesCard.getByRole("heading", {
|
|
9336
|
+
name: translate("administration:rule:text.ruleNotInUse"),
|
|
9337
|
+
level: 2
|
|
9338
|
+
});
|
|
9232
9339
|
}
|
|
9233
9340
|
this.paymentMethodsAvailabilityRulesCardLink = page.locator(".sw-settings-rule-detail-assignments__card-payment_method").getByRole("link");
|
|
9234
9341
|
this.promotionOrderRulesCard = page.locator(".sw-settings-rule-detail-assignments__card-promotion_order_rule");
|
|
9235
9342
|
if (satisfies(instanceMeta.version, "<6.7.3")) {
|
|
9236
9343
|
this.promotionOrderRulesCardEmptyState = this.promotionOrderRulesCard.getByRole("alert");
|
|
9237
9344
|
} else {
|
|
9238
|
-
this.promotionOrderRulesCardEmptyState = this.promotionOrderRulesCard.getByRole("heading", { name: "
|
|
9345
|
+
this.promotionOrderRulesCardEmptyState = this.promotionOrderRulesCard.getByRole("heading", { name: translate("administration:rule:text.ruleNotInUse"), level: 2 });
|
|
9239
9346
|
}
|
|
9240
9347
|
this.promotionCustomerRulesCard = page.locator(".sw-settings-rule-detail-assignments__card-promotion_customer_rule");
|
|
9241
9348
|
if (satisfies(instanceMeta.version, "<6.7.3")) {
|
|
9242
9349
|
this.promotionCustomerRulesCardEmptyState = this.promotionCustomerRulesCard.getByRole("alert");
|
|
9243
9350
|
} else {
|
|
9244
|
-
this.promotionCustomerRulesCardEmptyState = this.promotionCustomerRulesCard.getByRole("heading", {
|
|
9351
|
+
this.promotionCustomerRulesCardEmptyState = this.promotionCustomerRulesCard.getByRole("heading", {
|
|
9352
|
+
name: translate("administration:rule:text.ruleNotInUse"),
|
|
9353
|
+
level: 2
|
|
9354
|
+
});
|
|
9245
9355
|
}
|
|
9246
9356
|
this.promotionCartRulesCard = page.locator(".sw-settings-rule-detail-assignments__card-promotion_cart_rule");
|
|
9247
9357
|
if (satisfies(instanceMeta.version, "<6.7.3")) {
|
|
9248
9358
|
this.promotionCartRulesCardEmptyState = this.promotionCartRulesCard.getByRole("alert");
|
|
9249
9359
|
} else {
|
|
9250
|
-
this.promotionCartRulesCardEmptyState = this.promotionCartRulesCard.getByRole("heading", { name: "
|
|
9360
|
+
this.promotionCartRulesCardEmptyState = this.promotionCartRulesCard.getByRole("heading", { name: translate("administration:rule:text.ruleNotInUse"), level: 2 });
|
|
9251
9361
|
}
|
|
9252
9362
|
this.assignmentModal = page.locator(".sw-settings-rule-add-assignment-modal");
|
|
9253
9363
|
this.assignmentModalSearchField = this.assignmentModal.getByRole("textbox");
|
|
@@ -9276,7 +9386,7 @@ class RuleDetail extends RuleCreate {
|
|
|
9276
9386
|
} else {
|
|
9277
9387
|
this.conditionOrderCreatedByAdminValue = page.locator(".sw-condition__condition-type-orderCreatedByAdmin").locator(".mt-select-selection-list__input");
|
|
9278
9388
|
}
|
|
9279
|
-
this.conditionFilterModal = page.locator(".sw-modal__header").getByText("
|
|
9389
|
+
this.conditionFilterModal = page.locator(".sw-modal__header").getByText(translate("administration:rule:text.filter"));
|
|
9280
9390
|
this.conditionFilterModalCloseButtonX = page.locator(".sw-modal__header").getByRole("button");
|
|
9281
9391
|
this.conditionCartLineItemInStockOperator = page.locator(".sw-condition__condition-type-cartLineItemStock").locator(".sw-single-select__selection-text");
|
|
9282
9392
|
this.conditionCartLineItemInStockValue = page.locator(".sw-condition__condition-type-cartLineItemStock").getByRole("textbox");
|
|
@@ -9634,7 +9744,7 @@ class CustomerBulkEdit {
|
|
|
9634
9744
|
this.confirmModalSuccessCloseButton = footer.getByRole("button", { name: translate("administration:customer:bulkEdit.close") });
|
|
9635
9745
|
}
|
|
9636
9746
|
async getPageHeadline(customerCount) {
|
|
9637
|
-
return this.page.getByRole("heading", { name:
|
|
9747
|
+
return this.page.getByRole("heading", { name: translate("administration:customer:bulkEdit.headline", { count: customerCount }) });
|
|
9638
9748
|
}
|
|
9639
9749
|
async getCustomFieldInputByName(customFieldName) {
|
|
9640
9750
|
return this.page.getByRole("textbox", { name: customFieldName });
|
|
@@ -9748,7 +9858,7 @@ class PromotionsListing {
|
|
|
9748
9858
|
this.emptyState = page.locator(".sw-promotion-v2-empty-state-hero");
|
|
9749
9859
|
this.emptyStateAddPromotionButton = this.emptyState.getByRole("button", { name: translate("administration:promotion:actions.addPromotion") });
|
|
9750
9860
|
this.promotionsTable = page.locator(".sw-data-grid__table");
|
|
9751
|
-
this.sidebarRefreshButton = page.getByTitle("
|
|
9861
|
+
this.sidebarRefreshButton = page.getByTitle(translate("administration:promotion:sidebar.refresh"));
|
|
9752
9862
|
if (satisfies(instanceMeta.version, "<6.7")) {
|
|
9753
9863
|
this.smartBarAddPromotionButton = this.smartBar.getByRole("link", { name: translate("administration:promotion:actions.addPromotion") });
|
|
9754
9864
|
this.emptyStateAddPromotionButton = this.emptyState.getByRole("link", { name: translate("administration:promotion:actions.addPromotion") });
|
|
@@ -10126,11 +10236,11 @@ class ListingPageLayoutDetail {
|
|
|
10126
10236
|
class SalesChannelDetail {
|
|
10127
10237
|
constructor(page) {
|
|
10128
10238
|
this.page = page;
|
|
10129
|
-
this.generalTabLink = page.getByRole("tab", { name: "
|
|
10130
|
-
this.productsTabLink = page.getByRole("tab", { name: "
|
|
10131
|
-
this.themeTabLink = page.getByRole("tab", { name: "
|
|
10132
|
-
this.analyticsTabLink = page.getByRole("tab", { name: "
|
|
10133
|
-
this.addDomainButton = page.getByRole("button", { name: "
|
|
10239
|
+
this.generalTabLink = page.getByRole("tab", { name: translate("administration:salesChannel:tabs.general") });
|
|
10240
|
+
this.productsTabLink = page.getByRole("tab", { name: translate("administration:salesChannel:tabs.products") });
|
|
10241
|
+
this.themeTabLink = page.getByRole("tab", { name: translate("administration:salesChannel:tabs.theme") });
|
|
10242
|
+
this.analyticsTabLink = page.getByRole("tab", { name: translate("administration:salesChannel:tabs.analytics") });
|
|
10243
|
+
this.addDomainButton = page.getByRole("button", { name: translate("administration:salesChannel:buttons.addDomain") });
|
|
10134
10244
|
}
|
|
10135
10245
|
generalTabLink;
|
|
10136
10246
|
productsTabLink;
|
|
@@ -11604,7 +11714,7 @@ const ProceedFromProductToCheckout = test$e.extend({
|
|
|
11604
11714
|
ProceedFromProductToCheckout: async ({ ShopCustomer, StorefrontProductDetail, StorefrontCheckoutConfirm }, use) => {
|
|
11605
11715
|
const task = () => {
|
|
11606
11716
|
return async function ProceedFromProductToCheckout2() {
|
|
11607
|
-
await
|
|
11717
|
+
await StorefrontProductDetail.offCanvasCartGoToCheckoutButton.click();
|
|
11608
11718
|
await ShopCustomer.expects(StorefrontCheckoutConfirm.headline).toBeVisible();
|
|
11609
11719
|
};
|
|
11610
11720
|
};
|
|
@@ -11749,7 +11859,7 @@ const SubmitOrder = test$e.extend({
|
|
|
11749
11859
|
SubmitOrder: async ({ ShopCustomer, StorefrontCheckoutConfirm, StorefrontCheckoutFinish }, use) => {
|
|
11750
11860
|
const task = () => {
|
|
11751
11861
|
return async function SubmitOrder2() {
|
|
11752
|
-
await
|
|
11862
|
+
await StorefrontCheckoutConfirm.submitOrderButton.click();
|
|
11753
11863
|
await ShopCustomer.expects(StorefrontCheckoutFinish.headline).toBeVisible();
|
|
11754
11864
|
};
|
|
11755
11865
|
};
|