Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
163 commits
Select commit Hold shift + click to select a range
560f950
feat(cli): create deployment (#2491)
jorgemoya Jul 23, 2025
2b9b1b2
refactor(cli): use consola for version logs and update tests (#2505)
jorgemoya Aug 1, 2025
071b7f5
feat(cli): add dev command (#2498)
jorgemoya Aug 1, 2025
59f0d15
feat(cli): add start command (#2501)
jorgemoya Aug 1, 2025
a4ee0b7
feat(cli): add link command (#2503)
jorgemoya Aug 1, 2025
c9eeca2
refactor: modify cf observability config to decrease logs generated (…
matthewvolk Aug 4, 2025
7c80b0b
refactor: remove chalk in favor of consola.colorize (#2511)
matthewvolk Aug 4, 2025
b775f69
feat: build catalyst with opennextjs-cloudflare (#2493)
matthewvolk Aug 5, 2025
3d7f8f7
feat(cli): streaming updates for deployment (#2497)
jorgemoya Aug 7, 2025
a1cdcbf
feat: introduce telemetry to catalyst cli (#2514)
matthewvolk Aug 11, 2025
0b58e58
refactor: unwrap get and set instance methods of conf (#2516)
matthewvolk Aug 11, 2025
6f6a8af
Preconnect to checkout origin on cart page (#2521)
bookernath Aug 13, 2025
0e1ea25
refactor: proxy all valid next start and dev options (#2523)
matthewvolk Aug 18, 2025
699e161
refactor: default framework to nextjs on conf init (#2524)
matthewvolk Aug 18, 2025
2089a58
fix(core): set secure value whenever we prefix cookie (#2526)
chanceaclark Aug 18, 2025
48ced72
refactor: add command name to bin field (#2529)
matthewvolk Aug 19, 2025
b1b3dea
feat(cli): update route to /v3/infrastructure/ (#2519)
jorgemoya Aug 19, 2025
3268c45
refactor: add options for framework and project uuid to build command…
matthewvolk Aug 19, 2025
18e8e09
refactor: remove nypm since dependencies should already be installed …
matthewvolk Aug 19, 2025
16a1197
refactor: run build directly on core (#2527)
matthewvolk Aug 19, 2025
25bc118
refactor: organize configuration files for better build output (#2532)
matthewvolk Aug 19, 2025
f994d6c
refactor: dynamically build wrangler.jsonc and inject project uuid (#…
matthewvolk Aug 19, 2025
50666af
refactor: proxy next build if framework is nextjs (#2535)
matthewvolk Aug 19, 2025
ad2d8ea
feat: ignore files and folders output by catalyst build (#2536)
matthewvolk Aug 19, 2025
4bb2979
feat: override buildcommand when building with opennextjs-cloudflare …
matthewvolk Aug 19, 2025
114e64c
feat(cli): run opennext-cloudflare preview for catalyst framework (#2…
jorgemoya Aug 20, 2025
d89183c
feat(cli): add --dry-run option to deploy (#2540)
jorgemoya Aug 22, 2025
7c449c2
feat(cli): allow creation of project in link command (#2539)
jorgemoya Aug 22, 2025
33b574d
feat: replace Vercel KV adapter with Vercel Runtime Cache API (#2475)
bookernath Aug 23, 2025
63d2dd7
chore: update @makeswift/runtime to version 0.25.0 in package.json
bookernath Aug 24, 2025
f619642
Merge pull request #2546 from bigcommerce/runtime-0.25.0
bookernath Aug 25, 2025
eab04b8
fix(cli): prevent existing bundle.zip from being included in the bund…
jorgemoya Aug 25, 2025
85de083
fix: build command --project-uuid should also read from env (#2557)
matthewvolk Aug 25, 2025
3cc89f9
feat(cli): add env option to deploy command (#2558)
jorgemoya Aug 26, 2025
03b35f7
fix: text variable for button and button-link components
hunterbecton Aug 26, 2025
b0da775
Merge pull request #2559 from bigcommerce/hunter/eng-10334-update-css…
hunterbecton Aug 26, 2025
9166b76
fix(cli): update description for secret option in deploy (#2562)
jorgemoya Aug 28, 2025
707ec24
chore: prefer performance.now over Date.now in server component (#2563)
matthewvolk Aug 29, 2025
a27054f
chore: fix performance.now to 2 decimal places (#2565)
matthewvolk Aug 29, 2025
4145846
feat: support target prop in Footer links
hunterbecton Sep 2, 2025
f15e9db
Merge pull request #2568 from bigcommerce/hunter/eng-10346-open-in-ne…
hunterbecton Sep 2, 2025
69797a4
feat(core): add visual queues when cart update is pending (#2564)
jorgemoya Sep 3, 2025
4d30763
Version Packages (`canary`) (#2522)
github-actions[bot] Sep 4, 2025
fc658c0
Merge branch 'canary' into sync-integrations-makeswift
matthewvolk Sep 4, 2025
337b7ce
chore(core): removes unused UI files (#2572)
jorgemoya Sep 4, 2025
be80d14
chore(core): removes unused dependencies (#2574)
jorgemoya Sep 4, 2025
bb7940c
chore(core): removes recaptcha (#2578)
jorgemoya Sep 4, 2025
b3c7bbf
chore(makeswift): changeset to bump @bigcommerce/catalyst-makeswift t…
matthewvolk Sep 4, 2025
bedf1d6
Version Packages (`integrations/makeswift`) (#2553)
github-actions[bot] Sep 4, 2025
135f41c
chore(core): removes unused exports from UI components (#2576)
jorgemoya Sep 5, 2025
f790cd6
chore(core): removes unused export types (#2580)
jorgemoya Sep 5, 2025
baf07ca
chore(core): removes unused exports (#2577)
jorgemoya Sep 5, 2025
29f2030
feat(cli): use custom opennext config path in new opennextjs cli rele…
matthewvolk Sep 5, 2025
f791fef
deps(create-catalyst): replace chalk with consola colorize utility fu…
matthewvolk Sep 8, 2025
9e2f992
feat: add alias for foreground and text variables
hunterbecton Sep 8, 2025
a40b96f
Fix graceful handling of invalid anonymous JWT cookies (#2585)
Copilot Sep 8, 2025
d3391ee
Update translations (#2589)
bc-svc-local Sep 8, 2025
2c7d3eb
chore(release): publish create-catalyst CLI (#2594)
matthewvolk Sep 8, 2025
ceb6455
fix(core): rename user agent file to match convention (#2598)
matthewvolk Sep 9, 2025
e848206
Merge pull request #2593 from bigcommerce/hunter/red-1917-fix-text-co…
hunterbecton Sep 9, 2025
5605e32
Revert "chore(core): removes unused exports from UI components (#2576…
jorgemoya Sep 10, 2025
3b60b13
Merge branch 'canary' into sync-integrations-makeswift
matthewvolk Sep 10, 2025
be23108
chore(common): Fixes maintenance page with issue (#2551)
jkanive Sep 11, 2025
3d47825
Update translations (#2608)
bc-svc-local Sep 15, 2025
4e6f58d
fix(plp): add back product counts and collapse by default (#2609)
chanceaclark Sep 15, 2025
3c16893
feat(cli): general UX improvements (#2605)
chanceaclark Sep 15, 2025
b8ee9bf
chore: reorganize cli package for future extension (#2611)
chanceaclark Sep 17, 2025
b772580
chore: remove makeswift team from codeowners file for integrations/ma…
joshuawootonn Sep 18, 2025
1821b03
Merge pull request #2615 from bigcommerce/josh/update-integrations-ma…
bookernath Sep 18, 2025
b708575
docs: explain multiple branch release process (#2555)
matthewvolk Sep 19, 2025
eb2d4e1
fix: locale switcher correctly works w/ localized Makeswift paths
agurtovoy Sep 23, 2025
3fcf2c2
Merge pull request #2621 from bigcommerce/fix/locale-switcher-makeswi…
agurtovoy Sep 24, 2025
19077cd
Add stock level message to product page based on inventory settings (…
Tharaae Sep 29, 2025
4845d87
refactor: stream the analytics provider (#2637)
chanceaclark Oct 15, 2025
7914650
Update translations (#2648)
bc-svc-local Oct 28, 2025
391e20d
feat(scripts): add consent manager provider using c15t (#2643)
matthewvolk Oct 28, 2025
660a9a8
feat(core): Add gift certificates functionality (#2652)
jordanarldt Oct 28, 2025
416796f
feat(scripts): add consent manager ui and internationalization (#2650)
matthewvolk Oct 28, 2025
30fef97
feat(core): Add payment methods to order details (#2653)
jordanarldt Oct 31, 2025
ca8a2a2
Merge branch 'canary' into sync-integrations-makeswift
chanceaclark Oct 31, 2025
8c6626e
feat(core): simplify analytics provider (#2662)
jorgemoya Oct 31, 2025
d52d6f6
fix: use react runtime core to reduce bundle
arvinpoddar Oct 1, 2025
abaa461
feat(scripts): use c15t to load scripts based on shopper consent pref…
matthewvolk Oct 31, 2025
be00b44
feat(scripts): integrate consent manager with control panel privacy s…
matthewvolk Oct 31, 2025
dc75f66
Merge pull request #2628 from bigcommerce/arvin/use-lightweight-react…
chanceaclark Oct 31, 2025
7f06216
Merge branch 'canary' into sync-integrations-makeswift
chanceaclark Oct 31, 2025
ff9aa17
chore(deps): bump next-auth from 5.0.0-beta.25 to 5.0.0-beta.30 (#2656)
dependabot[bot] Oct 31, 2025
71cfd62
feat: enable consent update for analytics provider (#2664)
chanceaclark Oct 31, 2025
f506e9b
Merge branch 'canary' into sync-integrations-makeswift
chanceaclark Oct 31, 2025
c8dbba6
Update translations (#2667)
bc-svc-local Nov 3, 2025
d5fbb73
fix(core): Update with-routes to account for trailing slash or capita…
jordanarldt Nov 6, 2025
ed1f615
feat: pass shopper consent to checkout (#2666)
chanceaclark Nov 10, 2025
ab9f11e
Update translations (#2675)
bc-svc-local Nov 10, 2025
7a00525
Merge branch 'canary' into sync-integrations-makeswift
chanceaclark Nov 10, 2025
4c146e4
chore: change version bump from major to a minor (#2677)
chanceaclark Nov 10, 2025
c13aa69
Version Packages (`canary`) (#2575)
github-actions[bot] Nov 10, 2025
0c19f7e
Merge branch 'canary' into sync-integrations-makeswift
chanceaclark Nov 10, 2025
f121097
chore: add changeset for 1.3.0 release
chanceaclark Nov 10, 2025
ccaaafa
Version Packages (`integrations/makeswift`)
github-actions[bot] Nov 10, 2025
0b2c30d
fix(core): CATALYST-1579 Replace checkout redirect server action with…
jordanarldt Nov 11, 2025
323483a
chore: remove next lint command (#2679)
chanceaclark Nov 12, 2025
cacfb55
fix(core): CATALYST-1579 Ensure "Proceed to checkout" has loading sta…
jordanarldt Nov 12, 2025
61183ca
Version Packages (`canary`) (#2682)
github-actions[bot] Nov 12, 2025
c9c800b
Merge branch 'canary' into sync-integrations-makeswift
jordanarldt Nov 12, 2025
6c10e05
Remove canary changelog
jordanarldt Nov 12, 2025
bf176c2
Bump version to 1.3.1
jordanarldt Nov 12, 2025
00a0d09
Merge pull request #2685 from bigcommerce/bump-version
jordanarldt Nov 12, 2025
54bcac2
Revert package.json version to 1.3.0
jordanarldt Nov 12, 2025
fbbb814
Merge pull request #2688 from bigcommerce/fix-version
jordanarldt Nov 12, 2025
2e2c9dd
Version Packages (`integrations/makeswift`)
github-actions[bot] Nov 12, 2025
93bf88d
Merge pull request #2687 from bigcommerce/changeset-release/integrati…
jordanarldt Nov 12, 2025
a48bcf2
feat: CATALYST-676 add generic otel setup (#2674)
chanceaclark Nov 13, 2025
edbd202
refactor(auth): separate first and last name fields on user session (…
matthewvolk Nov 13, 2025
b7ba003
feat(reviews): add reviews form enabling shoppers to submit reviews (…
matthewvolk Nov 13, 2025
d1d1249
test(reviews): add e2e tests for reviews form (#2686)
matthewvolk Nov 13, 2025
7899bbd
fix(core): handle inline scripts with src attribute (#2692)
chanceaclark Nov 14, 2025
b0174dd
chore: merge 1.3.2 changelog into canary (#2693)
chanceaclark Nov 14, 2025
3c30128
fix(core): handle inline scripts with src attribute (#2692)
chanceaclark Nov 14, 2025
c37cce9
chore: release 1.3.2
chanceaclark Nov 14, 2025
b7000ba
Revert minor changes (#2701)
jordanarldt Nov 14, 2025
fdedcaa
Update anonymous-session.ts (#2694)
BC-AdamWard Nov 14, 2025
6d565c2
feat(core): Add link to Gift Certificates page in header/footer (#2695)
jordanarldt Nov 14, 2025
f29d480
refactor(auth): separate first and last name fields on user session (…
jordanarldt Nov 14, 2025
99b9a3f
feat: CATALYST-676 add generic otel setup (#2705)
jordanarldt Nov 14, 2025
54ddf5a
feat(reviews): add reviews form enabling shoppers to submit reviews (…
jordanarldt Nov 14, 2025
de20ec4
test(reviews): add e2e tests for reviews form (#2702)
jordanarldt Nov 14, 2025
5c7aef9
Revert "feat: CATALYST-676 add generic otel setup (#2705)" (#2707)
jordanarldt Nov 14, 2025
45d7b70
Revert "feat(reviews): add reviews form enabling shoppers to submit r…
jordanarldt Nov 14, 2025
90b20ca
Revert "refactor(auth): separate first and last name fields on user s…
jordanarldt Nov 14, 2025
dbbb920
Version Packages (`canary`) (#2689)
github-actions[bot] Nov 14, 2025
04ebcb6
Merge branch 'canary' into sync-integrations-makeswift
jordanarldt Nov 14, 2025
ee4641d
chore: cleanup changelog addition
chanceaclark Nov 17, 2025
a66b9ae
chore: add 1.3.3 changeset
chanceaclark Nov 17, 2025
cc61c38
Version Packages (`integrations/makeswift`)
github-actions[bot] Nov 17, 2025
8fece6c
Revert "test(reviews): add e2e tests for reviews form (#2702)" (#2716)
chanceaclark Nov 17, 2025
ebd5993
chore: add 1.3.4 changeset (#2720)
chanceaclark Nov 17, 2025
c3fa141
Version Packages (`canary`) (#2721)
github-actions[bot] Nov 17, 2025
889cdc3
Merge branch 'canary' into sync-integrations-makeswift
chanceaclark Nov 17, 2025
dbafb31
chore: add 1.3.4 changeset
chanceaclark Nov 17, 2025
61f7351
Version Packages (`integrations/makeswift`)
github-actions[bot] Nov 18, 2025
05f40a2
fix: include apiOrigin and appOrigin props to Makeswift provider
chanceaclark Nov 25, 2025
ff68bc2
Merge pull request #2736 from bigcommerce/fix/staging
chanceaclark Nov 26, 2025
a43846b
Version Packages (`integrations/makeswift`)
github-actions[bot] Nov 26, 2025
fdd90c3
Merge pull request #2737 from bigcommerce/changeset-release/integrati…
chanceaclark Dec 1, 2025
720fe17
chore: update next to latest v15
chanceaclark Dec 3, 2025
44bb14f
Version Packages (canary)
chanceaclark Dec 3, 2025
22d3151
Merge tag '@bigcommerce/catalyst-core@1.3.5' into sync-integrations-m…
chanceaclark Dec 3, 2025
a0408ee
chore: add changeset for 1.3.6 release
chanceaclark Dec 4, 2025
d75f8c0
Merge pull request #2746 from bigcommerce/chore/add-changeset
chanceaclark Dec 4, 2025
3f136ad
Version Packages (`integrations/makeswift`)
github-actions[bot] Dec 4, 2025
edd741a
Merge pull request #2747 from bigcommerce/changeset-release/integrati…
chanceaclark Dec 4, 2025
83c5b75
chore: fix next.js and react CVEs
chanceaclark Dec 11, 2025
c688134
Merge pull request #2764 from bigcommerce/chore/update-next
chanceaclark Dec 11, 2025
1748175
Version Packages (`integrations/makeswift`)
github-actions[bot] Dec 11, 2025
3dc74a1
Merge pull request #2765 from bigcommerce/changeset-release/integrati…
chanceaclark Dec 12, 2025
b475a36
chore: fix CVEs
chanceaclark Dec 12, 2025
c698ce1
Merge pull request #2773 from bigcommerce/patch/catalyst-makeswift-1.3.8
chanceaclark Dec 12, 2025
b9075eb
Version Packages (`integrations/makeswift`)
github-actions[bot] Dec 12, 2025
7fd9b69
Merge pull request #2774 from bigcommerce/changeset-release/integrati…
chanceaclark Dec 12, 2025
f2817e6
merge: sync b2b-makeswift with makeswift@1.2.0
matthewvolk Apr 3, 2026
b912616
chore: regenerate pnpm-lock.yaml for 1.2.0
matthewvolk Apr 3, 2026
a34e319
merge: sync b2b-makeswift with makeswift@1.3.8
matthewvolk Apr 3, 2026
47861c0
chore: regenerate pnpm-lock.yaml for 1.3.8
matthewvolk Apr 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update translations (#2589)
* feat(other): LOCAL-1444 delivery translation

* chore(core): create translations patch

---------

Co-authored-by: bc-svc-local <bc-svc-local@users.noreply.github.com>
  • Loading branch information
bc-svc-local and bc-svc-local authored Sep 8, 2025
commit d3391eea6c87d05629e15f4f47bb5ad54c47f081
5 changes: 5 additions & 0 deletions .changeset/translations-patch-61802c24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/catalyst-core": patch
---

Update translations.
1 change: 1 addition & 0 deletions core/messages/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Fjern vare",
"cartCombined": "Vi bemærkede, at du havde gemt varer i en tidligere indkøbskurv, så vi har føjet dem til din nuværende indkøbskurv for dig.",
"cartRestored": "Du startede en indkøbskurv på en anden enhed, og vi har gendannet den her, så du kan fortsætte, hvor du slap.",
"cartUpdateInProgress": "Du har en igangværende opdatering af din indkøbskurv. Er du sikker på, at du vil forlade denne side? Dine ændringer kan gå tabt.",
"CheckoutSummary": {
"title": "Oversigt",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Artikel entfernen",
"cartCombined": "Wir haben festgestellt, dass Sie Artikel in einem früheren Warenkorb gespeichert hatten, also haben wir diese Ihrem aktuellen Warenkorb hinzugefügt.",
"cartRestored": "Sie haben einen Warenkorb auf einem anderen Gerät angelegt, und wir haben ihn hier wiederhergestellt, damit Sie dort weitermachen können, wo Sie aufgehört haben.",
"cartUpdateInProgress": "Sie führen derzeit eine Aktualisierung Ihres Warenkorbs durch. Sind Sie sicher, dass Sie diese Seite verlassen möchten? Ihre Änderungen könnten verloren gehen.",
"CheckoutSummary": {
"title": "Übersicht",
"subTotal": "Zwischensumme",
Expand Down
1 change: 1 addition & 0 deletions core/messages/es-419.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Eliminar artículo",
"cartCombined": "Notamos que tenías artículos guardados en un carrito anterior, así que los hemos agregado a tu carrito actual.",
"cartRestored": "Iniciaste un carrito en otro dispositivo y lo hemos restaurado aquí para que puedas continuar desde donde lo dejaste.",
"cartUpdateInProgress": "Tiene una actualización de carrito en proceso. ¿Estás seguro de que quieres salir de esta página? Es posible que se pierdan sus cambios.",
"CheckoutSummary": {
"title": "Resumen",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/es-AR.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Eliminar artículo",
"cartCombined": "Notamos que tenías artículos guardados en un carrito anterior, así que los hemos agregado a tu carrito actual.",
"cartRestored": "Iniciaste un carrito en otro dispositivo y lo hemos restaurado aquí para que puedas continuar desde donde lo dejaste.",
"cartUpdateInProgress": "Tiene una actualización de carrito en proceso. ¿Estás seguro de que quieres salir de esta página? Es posible que se pierdan sus cambios.",
"CheckoutSummary": {
"title": "Resumen",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/es-CL.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Eliminar artículo",
"cartCombined": "Notamos que tenías artículos guardados en un carrito anterior, así que los hemos agregado a tu carrito actual.",
"cartRestored": "Iniciaste un carrito en otro dispositivo y lo hemos restaurado aquí para que puedas continuar desde donde lo dejaste.",
"cartUpdateInProgress": "Tiene una actualización de carrito en proceso. ¿Estás seguro de que quieres salir de esta página? Es posible que se pierdan sus cambios.",
"CheckoutSummary": {
"title": "Resumen",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/es-CO.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Eliminar artículo",
"cartCombined": "Notamos que tenías artículos guardados en un carrito anterior, así que los hemos agregado a tu carrito actual.",
"cartRestored": "Iniciaste un carrito en otro dispositivo y lo hemos restaurado aquí para que puedas continuar desde donde lo dejaste.",
"cartUpdateInProgress": "Tiene una actualización de carrito en proceso. ¿Estás seguro de que quieres salir de esta página? Es posible que se pierdan sus cambios.",
"CheckoutSummary": {
"title": "Resumen",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/es-LA.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Eliminar artículo",
"cartCombined": "Notamos que tenías artículos guardados en un carrito anterior, así que los hemos agregado a tu carrito actual.",
"cartRestored": "Iniciaste un carrito en otro dispositivo y lo hemos restaurado aquí para que puedas continuar desde donde lo dejaste.",
"cartUpdateInProgress": "Tiene una actualización de carrito en proceso. ¿Estás seguro de que quieres salir de esta página? Es posible que se pierdan sus cambios.",
"CheckoutSummary": {
"title": "Resumen",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/es-MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Eliminar artículo",
"cartCombined": "Notamos que tenías artículos guardados en un carrito anterior, así que los hemos agregado a tu carrito actual.",
"cartRestored": "Iniciaste un carrito en otro dispositivo y lo hemos restaurado aquí para que puedas continuar desde donde lo dejaste.",
"cartUpdateInProgress": "Tiene una actualización de carrito en proceso. ¿Estás seguro de que quieres salir de esta página? Es posible que se pierdan sus cambios.",
"CheckoutSummary": {
"title": "Resumen",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/es-PE.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Eliminar artículo",
"cartCombined": "Notamos que tenías artículos guardados en un carrito anterior, así que los hemos agregado a tu carrito actual.",
"cartRestored": "Iniciaste un carrito en otro dispositivo y lo hemos restaurado aquí para que puedas continuar desde donde lo dejaste.",
"cartUpdateInProgress": "Tiene una actualización de carrito en proceso. ¿Estás seguro de que quieres salir de esta página? Es posible que se pierdan sus cambios.",
"CheckoutSummary": {
"title": "Resumen",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Eliminar artículo",
"cartCombined": "Nos hemos dado cuenta de que tenías artículos guardados en un carrito anterior, así que los hemos añadido a tu carrito actual.",
"cartRestored": "Empezaste a llenar un carrito en otro dispositivo y lo hemos restaurado aquí para que puedas seguir donde lo dejaste.",
"cartUpdateInProgress": "Tienes una actualización del carrito en curso. ¿Seguro que quieres abandonar esta página? Es posible que se pierdan los cambios.",
"CheckoutSummary": {
"title": "Resumen",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Supprimer l'article",
"cartCombined": "Nous avons remarqué que votre panier précédent contenait des articles enregistrés. Nous avons donc ajouté ces articles à votre panier actuel.",
"cartRestored": "Vous avez débuté vos achats sur un autre appareil. Nous avons restauré votre panier ici pour que vous puissiez reprendre là où vous en étiez.",
"cartUpdateInProgress": "You have a cart update in progress. Are you sure you want to leave this page? Your changes may be lost.",
"CheckoutSummary": {
"title": "Récapitulatif",
"subTotal": "Sous-total",
Expand Down
1 change: 1 addition & 0 deletions core/messages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Rimuovi articolo",
"cartCombined": "Abbiamo notato che avevi salvato degli articoli in un carrello precedente, quindi li abbiamo aggiunti al carrello attuale.",
"cartRestored": "Hai avviato un carrello su un altro dispositivo e lo abbiamo ripristinato qui, così puoi riprendere da dove avevi lasciato.",
"cartUpdateInProgress": "Hai un aggiornamento del carrello attivo in corso. Uscire dalla pagina? Le modifiche potrebbero andare perse.",
"CheckoutSummary": {
"title": "Riepilogo",
"subTotal": "Subtotale",
Expand Down
1 change: 1 addition & 0 deletions core/messages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "アイテムを削除",
"cartCombined": "以前のカートに商品が保存されていたので、それを現在のカートに追加しました。",
"cartRestored": "別のデバイスでカートに商品が追加されていたため、中断されたところからお買い物を再開できるよう、こちらにカートの内容を復元しました。",
"cartUpdateInProgress": "カートの更新が進行中です。このページを離れてもよろしいですか?変更内容が失われる可能性があります。",
"CheckoutSummary": {
"title": "要約",
"subTotal": "小計",
Expand Down
1 change: 1 addition & 0 deletions core/messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Item verwijderen",
"cartCombined": "We hebben gezien dat je artikelen in een eerder winkelmandje had opgeslagen, dus we hebben ze voor je aan je huidige winkelmandje toegevoegd.",
"cartRestored": "Je bent een winkelmandje begonnen op een ander apparaat en we hebben het hier hersteld, zodat je verder kunt gaan waar je was gebleven.",
"cartUpdateInProgress": "Je winkelwagentje wordt bijgewerkt. Weet je zeker dat je deze pagina wilt verlaten? Je wijzigingen kunnen verloren gaan.",
"CheckoutSummary": {
"title": "Overzicht",
"subTotal": "Subtotaal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Fjern vare",
"cartCombined": "Vi la merke til at du hadde varer lagret i en tidligere handlekurv, så vi har lagt dem til i din nåværende handlekurv for deg.",
"cartRestored": "Du startet en handlekurv på en annen enhet, og vi har gjenopprettet den her, slik at du kan fortsette der du slapp.",
"cartUpdateInProgress": "You have a cart update in progress. Are you sure you want to leave this page? Your changes may be lost.",
"CheckoutSummary": {
"title": "Sammendrag",
"subTotal": "Delsum",
Expand Down
1 change: 1 addition & 0 deletions core/messages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Usuń element",
"cartCombined": "Zauważyliśmy, że w poprzednim koszyku były zapisane produkty, więc dodaliśmy je do bieżącego koszyka.",
"cartRestored": "Dodano produkty do koszyka na innym urządzeniu. Przywróciliśmy koszyk tutaj, aby umożliwić kontynuowanie zakupów.",
"cartUpdateInProgress": "You have a cart update in progress. Are you sure you want to leave this page? Your changes may be lost.",
"CheckoutSummary": {
"title": "Podsumowanie",
"subTotal": "Suma cząstkowa",
Expand Down
1 change: 1 addition & 0 deletions core/messages/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Remover item",
"cartCombined": "Percebemos que você tinha itens salvos em um carrinho anterior, então colocamos esses itens no carrinho atual para você.",
"cartRestored": "Você iniciou um carrinho em outro dispositivo, e restauramos esse carrinho aqui para que você possa continuar de onde parou.",
"cartUpdateInProgress": "You have a cart update in progress. Are you sure you want to leave this page? Your changes may be lost.",
"CheckoutSummary": {
"title": "Resumo",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Remover item",
"cartCombined": "Percebemos que você tinha itens salvos em um carrinho anterior, então colocamos esses itens no carrinho atual para você.",
"cartRestored": "Você iniciou um carrinho em outro dispositivo, e restauramos esse carrinho aqui para que você possa continuar de onde parou.",
"cartUpdateInProgress": "You have a cart update in progress. Are you sure you want to leave this page? Your changes may be lost.",
"CheckoutSummary": {
"title": "Resumo",
"subTotal": "Subtotal",
Expand Down
1 change: 1 addition & 0 deletions core/messages/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"removeItem": "Ta bort vara",
"cartCombined": "Vi märkte att du hade varor sparade i en tidigare kundvagn, så vi har lagt till dem i din nuvarande kundvagn åt dig.",
"cartRestored": "Du startade en kundvagn på en annan enhet, och vi har återställt den här så att du kan fortsätta där du slutade.",
"cartUpdateInProgress": "You have a cart update in progress. Are you sure you want to leave this page? Your changes may be lost.",
"CheckoutSummary": {
"title": "Summering",
"subTotal": "Delsumma",
Expand Down
Loading