@payloadcms/plugin-ecommerce 3.71.0 → 3.72.0-canary.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/package.json +7 -7
- package/dist/exports/translations.d.ts +0 -2
- package/dist/exports/translations.d.ts.map +0 -1
- package/dist/exports/translations.js +0 -3
- package/dist/exports/translations.js.map +0 -1
- package/dist/translations/en.d.ts +0 -3
- package/dist/translations/en.d.ts.map +0 -1
- package/dist/translations/en.js +0 -88
- package/dist/translations/en.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-ecommerce",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.72.0-canary.0",
|
|
4
4
|
"description": "Ecommerce plugin for Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
],
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"qs-esm": "7.0.2",
|
|
77
|
-
"@payloadcms/
|
|
78
|
-
"@payloadcms/
|
|
77
|
+
"@payloadcms/translations": "3.72.0-canary.0",
|
|
78
|
+
"@payloadcms/ui": "3.72.0-canary.0"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@types/json-schema": "7.0.15",
|
|
@@ -83,14 +83,14 @@
|
|
|
83
83
|
"@types/react-dom": "19.2.1",
|
|
84
84
|
"stripe": "18.3.0",
|
|
85
85
|
"@payloadcms/eslint-config": "3.28.0",
|
|
86
|
-
"@payloadcms/next": "3.
|
|
87
|
-
"@payloadcms/translations": "3.
|
|
88
|
-
"payload": "3.
|
|
86
|
+
"@payloadcms/next": "3.72.0-canary.0",
|
|
87
|
+
"@payloadcms/translations": "3.72.0-canary.0",
|
|
88
|
+
"payload": "3.72.0-canary.0"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"react": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
92
92
|
"react-dom": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
93
|
-
"payload": "3.
|
|
93
|
+
"payload": "3.72.0-canary.0"
|
|
94
94
|
},
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/exports/translations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,uBAAuB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/exports/translations.ts"],"sourcesContent":["export { en } from '../translations/en.js'\n"],"names":["en"],"mappings":"AAAA,SAASA,EAAE,QAAQ,wBAAuB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/translations/en.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAA;AAEzE,eAAO,MAAM,EAAE,EAAE,yBA8FhB,CAAA"}
|
package/dist/translations/en.js
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
export const en = {
|
|
2
|
-
$schema: './translation-schema.json',
|
|
3
|
-
'plugin-ecommerce': {
|
|
4
|
-
abandoned: 'Abandoned',
|
|
5
|
-
active: 'Active',
|
|
6
|
-
address: 'Address',
|
|
7
|
-
addressCity: 'City',
|
|
8
|
-
addressCompany: 'Company',
|
|
9
|
-
addressCountry: 'Country',
|
|
10
|
-
addresses: 'Addresses',
|
|
11
|
-
addressesCollectionDescription: 'Addresses are associated with customers are used to prefill shipping and billing when placing orders.',
|
|
12
|
-
addressFirstName: 'First name',
|
|
13
|
-
addressLastName: 'Last name',
|
|
14
|
-
addressLine1: 'Address 1',
|
|
15
|
-
addressLine2: 'Address 2',
|
|
16
|
-
addressPhone: 'Phone',
|
|
17
|
-
addressPostalCode: 'Postal code',
|
|
18
|
-
addressState: 'State',
|
|
19
|
-
addressTitle: 'Title',
|
|
20
|
-
amount: 'Amount',
|
|
21
|
-
availableVariants: 'Available variants',
|
|
22
|
-
billing: 'Billing',
|
|
23
|
-
billingAddress: 'Billing address',
|
|
24
|
-
cancelled: 'Cancelled',
|
|
25
|
-
cart: 'Cart',
|
|
26
|
-
carts: 'Carts',
|
|
27
|
-
cartsCollectionDescription: "Carts represent a customer's selection of products they intend to purchase. They are related to a customer where possible and guest users do not have a customer attached.",
|
|
28
|
-
cartSecret: 'Cart Secret',
|
|
29
|
-
completed: 'Completed',
|
|
30
|
-
currency: 'Currency',
|
|
31
|
-
currencyNotSet: 'Currency not set.',
|
|
32
|
-
customer: 'Customer',
|
|
33
|
-
customerEmail: 'Customer email',
|
|
34
|
-
customers: 'Customers',
|
|
35
|
-
enableCurrencyPrice: `Enable {{currency}} price`,
|
|
36
|
-
enableVariants: 'Enable variants',
|
|
37
|
-
expired: 'Expired',
|
|
38
|
-
failed: 'Failed',
|
|
39
|
-
inventory: 'Inventory',
|
|
40
|
-
item: 'Item',
|
|
41
|
-
items: 'Items',
|
|
42
|
-
open: 'Open',
|
|
43
|
-
order: 'Order',
|
|
44
|
-
orderDetails: 'Order Details',
|
|
45
|
-
orders: 'Orders',
|
|
46
|
-
ordersCollectionDescription: "Orders represent a customer's intent to purchase products from your store. They include details such as the products ordered, quantities, prices, customer information, and order status.",
|
|
47
|
-
paymentMethod: 'Payment method',
|
|
48
|
-
paymentMethods: 'Payment methods',
|
|
49
|
-
pending: 'Pending',
|
|
50
|
-
price: 'Price',
|
|
51
|
-
priceIn: 'Price ({{currency}})',
|
|
52
|
-
priceNotSet: 'Price not set.',
|
|
53
|
-
prices: 'Prices',
|
|
54
|
-
priceSetInVariants: 'Price set in variants.',
|
|
55
|
-
processing: 'Processing',
|
|
56
|
-
product: 'Product',
|
|
57
|
-
productPriceDescription: 'This price will also be used for sorting and filtering products. If you have variants enabled then you can enter the lowest or average price to help with search and filtering, but this price will not be used for checkout.',
|
|
58
|
-
productRequired: 'A product is required.',
|
|
59
|
-
products: 'Products',
|
|
60
|
-
purchased: 'Purchased',
|
|
61
|
-
purchasedAt: 'Purchased at',
|
|
62
|
-
quantity: 'Quantity',
|
|
63
|
-
refunded: 'Refunded',
|
|
64
|
-
shipping: 'Shipping',
|
|
65
|
-
shippingAddress: 'Shipping address',
|
|
66
|
-
status: 'Status',
|
|
67
|
-
subtotal: 'Subtotal',
|
|
68
|
-
succeeded: 'Succeeded',
|
|
69
|
-
transaction: 'Transaction',
|
|
70
|
-
transactionDetails: 'Transaction Details',
|
|
71
|
-
transactions: 'Transactions',
|
|
72
|
-
transactionsCollectionDescription: 'Transactions represent payment attempts made for an order. An order can have multiple transactions associated with it, such as an initial payment attempt and subsequent refunds or adjustments.',
|
|
73
|
-
variant: 'Variant',
|
|
74
|
-
variantOption: 'Variant Option',
|
|
75
|
-
variantOptions: 'Variant Options',
|
|
76
|
-
variantOptionsAlreadyExists: 'This variant combo is already in use by another variant. Please select different options.',
|
|
77
|
-
variantOptionsCollectionDescription: 'Variant options define the options a variant type can have, such as red or white for colors.',
|
|
78
|
-
variantOptionsRequired: 'Variant options are required.',
|
|
79
|
-
variantOptionsRequiredAll: 'All variant options are required.',
|
|
80
|
-
variants: 'Variants',
|
|
81
|
-
variantsCollectionDescription: "Product variants allow you to offer different versions of a product, such as size or color variations. They refrence a product's variant options based on the variant types approved.",
|
|
82
|
-
variantType: 'Variant Type',
|
|
83
|
-
variantTypes: 'Variant Types',
|
|
84
|
-
variantTypesCollectionDescription: 'Variant types are used to define the different types of variants your products can have, such as size or color. Each variant type can have multiple options associated with it.'
|
|
85
|
-
}
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
//# sourceMappingURL=en.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/translations/en.ts"],"sourcesContent":["import type { GenericTranslationsObject } from '@payloadcms/translations'\n\nexport const en: GenericTranslationsObject = {\n $schema: './translation-schema.json',\n 'plugin-ecommerce': {\n abandoned: 'Abandoned',\n active: 'Active',\n address: 'Address',\n addressCity: 'City',\n addressCompany: 'Company',\n addressCountry: 'Country',\n addresses: 'Addresses',\n addressesCollectionDescription:\n 'Addresses are associated with customers are used to prefill shipping and billing when placing orders.',\n addressFirstName: 'First name',\n addressLastName: 'Last name',\n addressLine1: 'Address 1',\n addressLine2: 'Address 2',\n addressPhone: 'Phone',\n addressPostalCode: 'Postal code',\n addressState: 'State',\n addressTitle: 'Title',\n amount: 'Amount',\n availableVariants: 'Available variants',\n billing: 'Billing',\n billingAddress: 'Billing address',\n cancelled: 'Cancelled',\n cart: 'Cart',\n carts: 'Carts',\n cartsCollectionDescription:\n \"Carts represent a customer's selection of products they intend to purchase. They are related to a customer where possible and guest users do not have a customer attached.\",\n cartSecret: 'Cart Secret',\n completed: 'Completed',\n currency: 'Currency',\n currencyNotSet: 'Currency not set.',\n customer: 'Customer',\n customerEmail: 'Customer email',\n customers: 'Customers',\n enableCurrencyPrice: `Enable {{currency}} price`,\n enableVariants: 'Enable variants',\n expired: 'Expired',\n failed: 'Failed',\n inventory: 'Inventory',\n item: 'Item',\n items: 'Items',\n open: 'Open',\n order: 'Order',\n orderDetails: 'Order Details',\n orders: 'Orders',\n ordersCollectionDescription:\n \"Orders represent a customer's intent to purchase products from your store. They include details such as the products ordered, quantities, prices, customer information, and order status.\",\n paymentMethod: 'Payment method',\n paymentMethods: 'Payment methods',\n pending: 'Pending',\n price: 'Price',\n priceIn: 'Price ({{currency}})',\n priceNotSet: 'Price not set.',\n prices: 'Prices',\n priceSetInVariants: 'Price set in variants.',\n processing: 'Processing',\n product: 'Product',\n productPriceDescription:\n 'This price will also be used for sorting and filtering products. If you have variants enabled then you can enter the lowest or average price to help with search and filtering, but this price will not be used for checkout.',\n productRequired: 'A product is required.',\n products: 'Products',\n purchased: 'Purchased',\n purchasedAt: 'Purchased at',\n quantity: 'Quantity',\n refunded: 'Refunded',\n shipping: 'Shipping',\n shippingAddress: 'Shipping address',\n status: 'Status',\n subtotal: 'Subtotal',\n succeeded: 'Succeeded',\n transaction: 'Transaction',\n transactionDetails: 'Transaction Details',\n transactions: 'Transactions',\n transactionsCollectionDescription:\n 'Transactions represent payment attempts made for an order. An order can have multiple transactions associated with it, such as an initial payment attempt and subsequent refunds or adjustments.',\n variant: 'Variant',\n variantOption: 'Variant Option',\n variantOptions: 'Variant Options',\n variantOptionsAlreadyExists:\n 'This variant combo is already in use by another variant. Please select different options.',\n variantOptionsCollectionDescription:\n 'Variant options define the options a variant type can have, such as red or white for colors.',\n variantOptionsRequired: 'Variant options are required.',\n variantOptionsRequiredAll: 'All variant options are required.',\n variants: 'Variants',\n variantsCollectionDescription:\n \"Product variants allow you to offer different versions of a product, such as size or color variations. They refrence a product's variant options based on the variant types approved.\",\n variantType: 'Variant Type',\n variantTypes: 'Variant Types',\n variantTypesCollectionDescription:\n 'Variant types are used to define the different types of variants your products can have, such as size or color. Each variant type can have multiple options associated with it.',\n },\n}\n"],"names":["en","$schema","abandoned","active","address","addressCity","addressCompany","addressCountry","addresses","addressesCollectionDescription","addressFirstName","addressLastName","addressLine1","addressLine2","addressPhone","addressPostalCode","addressState","addressTitle","amount","availableVariants","billing","billingAddress","cancelled","cart","carts","cartsCollectionDescription","cartSecret","completed","currency","currencyNotSet","customer","customerEmail","customers","enableCurrencyPrice","enableVariants","expired","failed","inventory","item","items","open","order","orderDetails","orders","ordersCollectionDescription","paymentMethod","paymentMethods","pending","price","priceIn","priceNotSet","prices","priceSetInVariants","processing","product","productPriceDescription","productRequired","products","purchased","purchasedAt","quantity","refunded","shipping","shippingAddress","status","subtotal","succeeded","transaction","transactionDetails","transactions","transactionsCollectionDescription","variant","variantOption","variantOptions","variantOptionsAlreadyExists","variantOptionsCollectionDescription","variantOptionsRequired","variantOptionsRequiredAll","variants","variantsCollectionDescription","variantType","variantTypes","variantTypesCollectionDescription"],"mappings":"AAEA,OAAO,MAAMA,KAAgC;IAC3CC,SAAS;IACT,oBAAoB;QAClBC,WAAW;QACXC,QAAQ;QACRC,SAAS;QACTC,aAAa;QACbC,gBAAgB;QAChBC,gBAAgB;QAChBC,WAAW;QACXC,gCACE;QACFC,kBAAkB;QAClBC,iBAAiB;QACjBC,cAAc;QACdC,cAAc;QACdC,cAAc;QACdC,mBAAmB;QACnBC,cAAc;QACdC,cAAc;QACdC,QAAQ;QACRC,mBAAmB;QACnBC,SAAS;QACTC,gBAAgB;QAChBC,WAAW;QACXC,MAAM;QACNC,OAAO;QACPC,4BACE;QACFC,YAAY;QACZC,WAAW;QACXC,UAAU;QACVC,gBAAgB;QAChBC,UAAU;QACVC,eAAe;QACfC,WAAW;QACXC,qBAAqB,CAAC,yBAAyB,CAAC;QAChDC,gBAAgB;QAChBC,SAAS;QACTC,QAAQ;QACRC,WAAW;QACXC,MAAM;QACNC,OAAO;QACPC,MAAM;QACNC,OAAO;QACPC,cAAc;QACdC,QAAQ;QACRC,6BACE;QACFC,eAAe;QACfC,gBAAgB;QAChBC,SAAS;QACTC,OAAO;QACPC,SAAS;QACTC,aAAa;QACbC,QAAQ;QACRC,oBAAoB;QACpBC,YAAY;QACZC,SAAS;QACTC,yBACE;QACFC,iBAAiB;QACjBC,UAAU;QACVC,WAAW;QACXC,aAAa;QACbC,UAAU;QACVC,UAAU;QACVC,UAAU;QACVC,iBAAiB;QACjBC,QAAQ;QACRC,UAAU;QACVC,WAAW;QACXC,aAAa;QACbC,oBAAoB;QACpBC,cAAc;QACdC,mCACE;QACFC,SAAS;QACTC,eAAe;QACfC,gBAAgB;QAChBC,6BACE;QACFC,qCACE;QACFC,wBAAwB;QACxBC,2BAA2B;QAC3BC,UAAU;QACVC,+BACE;QACFC,aAAa;QACbC,cAAc;QACdC,mCACE;IACJ;AACF,EAAC"}
|