shoplazza-cli 1.1.2 → 2.0.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/CHANGELOG.md +21 -0
- package/LICENSE +21 -0
- package/README.md +206 -332
- package/README.zh.md +318 -0
- package/package.json +24 -70
- package/scripts/install.js +144 -0
- package/scripts/jsbuild/dev/index.js +123 -0
- package/scripts/jsbuild/index.js +77 -0
- package/{lib/checkout/build → scripts/jsbuild}/plugin/vite-plugin-add-extension-id.js +4 -2
- package/scripts/jsbuild/vite.config.js +35 -0
- package/scripts/run.js +29 -0
- package/.editorconfig +0 -28
- package/.prettierrc +0 -9
- package/bin/shoplazza +0 -137
- package/fixtures/assets/blog.scss +0 -74
- package/fixtures/assets/cart_modal.scss +0 -450
- package/fixtures/assets/collection_detail.js +0 -234
- package/fixtures/assets/collection_detail.scss +0 -345
- package/fixtures/assets/collection_list.scss +0 -11
- package/fixtures/assets/collection_slider.scss +0 -169
- package/fixtures/assets/feature_columns.scss +0 -26
- package/fixtures/assets/feature_product.scss +0 -109
- package/fixtures/assets/footer.js +0 -58
- package/fixtures/assets/footer.scss +0 -337
- package/fixtures/assets/four_images.scss +0 -29
- package/fixtures/assets/gallery.scss +0 -55
- package/fixtures/assets/header.js +0 -178
- package/fixtures/assets/header.scss +0 -929
- package/fixtures/assets/image_text.scss +0 -72
- package/fixtures/assets/logo_bar.scss +0 -11
- package/fixtures/assets/newsletter.scss +0 -90
- package/fixtures/assets/not_found.scss +0 -39
- package/fixtures/assets/page_detail.scss +0 -16
- package/fixtures/assets/pagination.scss +0 -150
- package/fixtures/assets/postcss.config.js +0 -6
- package/fixtures/assets/product_description.scss +0 -88
- package/fixtures/assets/product_detail.js +0 -634
- package/fixtures/assets/product_detail.scss +0 -1106
- package/fixtures/assets/relative_product.scss +0 -45
- package/fixtures/assets/reviews.scss +0 -70
- package/fixtures/assets/rich_text.scss +0 -71
- package/fixtures/assets/search.js +0 -87
- package/fixtures/assets/search.scss +0 -67
- package/fixtures/assets/slide.scss +0 -51
- package/fixtures/assets/slider.scss +0 -141
- package/fixtures/assets/test.scss +0 -1
- package/fixtures/assets/theme.css +0 -976
- package/fixtures/assets/theme.scss +0 -1100
- package/fixtures/assets/three_images.scss +0 -20
- package/fixtures/assets/tools.scss +0 -23
- package/fixtures/assets/two_images.scss +0 -24
- package/fixtures/assets/video.scss +0 -45
- package/fixtures/assets/video_text.scss +0 -63
- package/fixtures/config/settings_data.json +0 -107
- package/fixtures/config/settings_schema.json +0 -690
- package/fixtures/layout/theme.liquid +0 -76
- package/fixtures/locales/ar-SA.json +0 -212
- package/fixtures/locales/de-DE.json +0 -290
- package/fixtures/locales/en-US.json +0 -290
- package/fixtures/locales/es-ES.json +0 -290
- package/fixtures/locales/fr-FR.json +0 -290
- package/fixtures/locales/id-ID.json +0 -212
- package/fixtures/locales/it-IT.json +0 -212
- package/fixtures/locales/ja-JP.json +0 -289
- package/fixtures/locales/ko-KR.json +0 -290
- package/fixtures/locales/nl-NL.json +0 -290
- package/fixtures/locales/pl-PL.json +0 -290
- package/fixtures/locales/pt-PT.json +0 -212
- package/fixtures/locales/ru-RU.json +0 -212
- package/fixtures/locales/th-TH.json +0 -212
- package/fixtures/locales/zh-CN.json +0 -290
- package/fixtures/locales/zh-TW.json +0 -290
- package/fixtures/sections/apps.liquid +0 -47
- package/fixtures/sections/blog.liquid +0 -137
- package/fixtures/sections/collection_desc.liquid +0 -34
- package/fixtures/sections/collection_detail.liquid +0 -436
- package/fixtures/sections/collection_image.liquid +0 -104
- package/fixtures/sections/collection_list.liquid +0 -161
- package/fixtures/sections/collection_name.liquid +0 -34
- package/fixtures/sections/collection_slider.liquid +0 -330
- package/fixtures/sections/feature_columns.liquid +0 -275
- package/fixtures/sections/feature_product.liquid +0 -227
- package/fixtures/sections/footer.liquid +0 -488
- package/fixtures/sections/four_images.liquid +0 -160
- package/fixtures/sections/gallery.liquid +0 -258
- package/fixtures/sections/header.liquid +0 -1157
- package/fixtures/sections/html.liquid +0 -40
- package/fixtures/sections/image_text.liquid +0 -350
- package/fixtures/sections/instagram_plus.liquid +0 -393
- package/fixtures/sections/logo_bar.liquid +0 -183
- package/fixtures/sections/newsletter.liquid +0 -225
- package/fixtures/sections/not_found.liquid +0 -39
- package/fixtures/sections/overlay_image.liquid +0 -648
- package/fixtures/sections/page_detail.liquid +0 -39
- package/fixtures/sections/photo_collection.liquid +0 -433
- package/fixtures/sections/product_description.liquid +0 -208
- package/fixtures/sections/product_detail.liquid +0 -611
- package/fixtures/sections/products.liquid +0 -216
- package/fixtures/sections/relative_product.liquid +0 -121
- package/fixtures/sections/reviews.liquid +0 -115
- package/fixtures/sections/rich_text.liquid +0 -157
- package/fixtures/sections/search.liquid +0 -163
- package/fixtures/sections/slide.liquid +0 -719
- package/fixtures/sections/three_images.liquid +0 -157
- package/fixtures/sections/two_images.liquid +0 -125
- package/fixtures/sections/video.liquid +0 -95
- package/fixtures/sections/video_text.liquid +0 -128
- package/fixtures/snippets/bgset.liquid +0 -21
- package/fixtures/snippets/card_title.liquid +0 -8
- package/fixtures/snippets/cart_modal.liquid +0 -74
- package/fixtures/snippets/collection.liquid +0 -77
- package/fixtures/snippets/collection_filter_modal.liquid +0 -56
- package/fixtures/snippets/default_image_4.liquid +0 -14
- package/fixtures/snippets/default_image_6.liquid +0 -18
- package/fixtures/snippets/default_image_8.liquid +0 -23
- package/fixtures/snippets/four_images_item.liquid +0 -8
- package/fixtures/snippets/header_ads.liquid +0 -95
- package/fixtures/snippets/hero_image.liquid +0 -94
- package/fixtures/snippets/icon_video_play_large.liquid +0 -1
- package/fixtures/snippets/icon_video_play_medium.liquid +0 -4
- package/fixtures/snippets/icon_video_play_small.liquid +0 -4
- package/fixtures/snippets/lazyimg.liquid +0 -22
- package/fixtures/snippets/lazyimg_art.liquid +0 -36
- package/fixtures/snippets/lazysizes.liquid +0 -41
- package/fixtures/snippets/link.liquid +0 -2
- package/fixtures/snippets/pagination.liquid +0 -48
- package/fixtures/snippets/product.liquid +0 -126
- package/fixtures/snippets/product_art_tpl.liquid +0 -152
- package/fixtures/snippets/product_info_body.liquid +0 -337
- package/fixtures/snippets/product_info_tpl.liquid +0 -423
- package/fixtures/snippets/product_label.liquid +0 -46
- package/fixtures/snippets/settings.liquid +0 -295
- package/fixtures/snippets/social-meta-tags.liquid +0 -106
- package/fixtures/snippets/video_html.liquid +0 -11
- package/fixtures/snippets/video_source.liquid +0 -98
- package/fixtures/snippets/video_thumb_icon.liquid +0 -2
- package/fixtures/templates/404.liquid +0 -1
- package/fixtures/templates/collection.liquid +0 -92
- package/fixtures/templates/index.liquid +0 -206
- package/fixtures/templates/page.liquid +0 -1
- package/fixtures/templates/product.liquid +0 -99
- package/fixtures/templates/search.liquid +0 -1
- package/jest.config.js +0 -192
- package/lib/__tests__/log.test.js +0 -15
- package/lib/__tests__/utils.test.js +0 -69
- package/lib/app/api/cli.js +0 -225
- package/lib/app/api/openapi.js +0 -121
- package/lib/app/api/partnerOpenapi.js +0 -104
- package/lib/app/bin/index.js +0 -20
- package/lib/app/bin/javy/javy-arm-linux-v5.0.1 +0 -0
- package/lib/app/bin/javy/javy-arm-macos-v5.0.1 +0 -0
- package/lib/app/bin/javy/javy-x86_64-linux-v5.0.1 +0 -0
- package/lib/app/bin/javy/javy-x86_64-macos-v5.0.1 +0 -0
- package/lib/app/bin/javy/javy-x86_64-windows-v5.0.1 +0 -0
- package/lib/app/commands/config/actions/link.js +0 -189
- package/lib/app/commands/config/actions/use.js +0 -40
- package/lib/app/commands/config/index.js +0 -25
- package/lib/app/commands/config/link.js +0 -11
- package/lib/app/commands/config/use.js +0 -11
- package/lib/app/commands/deploy/actions/deploy.js +0 -196
- package/lib/app/commands/deploy/index.js +0 -11
- package/lib/app/commands/dev/actions/dev.js +0 -206
- package/lib/app/commands/dev/index.js +0 -11
- package/lib/app/commands/generate/actions/extension.js +0 -97
- package/lib/app/commands/generate/actions/generateCheckout.js +0 -58
- package/lib/app/commands/generate/actions/generateFunction.js +0 -56
- package/lib/app/commands/generate/actions/generateTheme.js +0 -128
- package/lib/app/commands/generate/extension.js +0 -11
- package/lib/app/commands/generate/index.js +0 -22
- package/lib/app/commands/index.js +0 -82
- package/lib/app/commands/info/actions/info.js +0 -168
- package/lib/app/commands/info/index.js +0 -11
- package/lib/app/commands/init/actions/init.js +0 -176
- package/lib/app/commands/init/index.js +0 -14
- package/lib/app/commands/versions/actions/list.js +0 -210
- package/lib/app/commands/versions/index.js +0 -22
- package/lib/app/commands/versions/list.js +0 -14
- package/lib/app/constant/code.js +0 -7
- package/lib/app/constant/color.js +0 -18
- package/lib/app/constant/extension.js +0 -16
- package/lib/app/constant/host.js +0 -23
- package/lib/app/constant/sso.js +0 -7
- package/lib/app/index.js +0 -8
- package/lib/app/services/auth/config.js +0 -33
- package/lib/app/services/auth/index.js +0 -9
- package/lib/app/services/auth/oauth-server.js +0 -70
- package/lib/app/services/auth/partner-token.js +0 -45
- package/lib/app/services/auth/sso-token.js +0 -69
- package/lib/app/services/auth/store-token.js +0 -100
- package/lib/app/services/auth/url-builder.js +0 -23
- package/lib/app/services/config/index.js +0 -41
- package/lib/app/services/devServer/app.js +0 -76
- package/lib/app/services/devServer/index.js +0 -103
- package/lib/app/services/devServer/middleware/hmacValidatorMiddleWare.js +0 -20
- package/lib/app/services/devServer/middleware/index.js +0 -5
- package/lib/app/services/devServer/tunnel/index.js +0 -43
- package/lib/app/services/devServer/tunnel/providers/cloudflare.js +0 -364
- package/lib/app/services/devServer/tunnel/providers/ngrok.js +0 -70
- package/lib/app/services/devServer/utils/index.js +0 -5
- package/lib/app/services/devServer/utils/secureCompare.js +0 -5
- package/lib/app/services/devServer/views/app.ejs +0 -133
- package/lib/app/services/extension-build/buildCheckout.js +0 -47
- package/lib/app/services/extension-build/buildFunction.js +0 -57
- package/lib/app/services/extension-build/buildTheme.js +0 -100
- package/lib/app/services/extension-build/index.js +0 -23
- package/lib/app/services/extension-build/plugins/vite-plugin-add-extension-id.js +0 -26
- package/lib/app/services/extension-diff/index.js +0 -132
- package/lib/app/services/extension-upsert/index.js +0 -21
- package/lib/app/services/extension-upsert/upsertCheckout.js +0 -44
- package/lib/app/services/extension-upsert/upsertFunction.js +0 -52
- package/lib/app/services/extension-upsert/upsertTheme.js +0 -113
- package/lib/app/services/oss/index.js +0 -45
- package/lib/app/services/partner/index.js +0 -52
- package/lib/app/store/base-store.js +0 -37
- package/lib/app/store/config-store.js +0 -55
- package/lib/app/store/config.js +0 -21
- package/lib/app/store/index.js +0 -14
- package/lib/app/store/install-store.js +0 -41
- package/lib/app/store/sso-store.js +0 -55
- package/lib/app/utils/asyncPool.js +0 -42
- package/lib/app/utils/debug/index.js +0 -16
- package/lib/app/utils/env.js +0 -24
- package/lib/app/utils/error.js +0 -20
- package/lib/app/utils/git.js +0 -20
- package/lib/app/utils/json.js +0 -27
- package/lib/app/utils/path.js +0 -33
- package/lib/app/utils/platform.js +0 -37
- package/lib/app/utils/request/cli.js +0 -72
- package/lib/app/utils/request/debug.js +0 -13
- package/lib/app/utils/request/openapi.js +0 -67
- package/lib/app/utils/request/partnerOpenapi.js +0 -47
- package/lib/app/utils/toml.js +0 -56
- package/lib/app/utils/views/message.js +0 -68
- package/lib/app/utils/views/select.js +0 -36
- package/lib/app/utils/withTempDir.js +0 -55
- package/lib/auth/__mocks__/getCode.js +0 -7
- package/lib/auth/__mocks__/index.js +0 -0
- package/lib/auth/child.js +0 -23
- package/lib/auth/getCode.js +0 -39
- package/lib/auth/index.js +0 -134
- package/lib/check.js +0 -28
- package/lib/checkout/api.js +0 -164
- package/lib/checkout/build/plugin/vite-plugin-transform-extension-html.js +0 -207
- package/lib/checkout/build/vite.config.js +0 -34
- package/lib/checkout/build.js +0 -38
- package/lib/checkout/config.js +0 -97
- package/lib/checkout/create.js +0 -132
- package/lib/checkout/delete.js +0 -26
- package/lib/checkout/deploy.js +0 -59
- package/lib/checkout/dev/index.js +0 -143
- package/lib/checkout/fields.js +0 -29
- package/lib/checkout/index.js +0 -63
- package/lib/checkout/preview.js +0 -52
- package/lib/checkout/pull.js +0 -22
- package/lib/checkout/push.js +0 -141
- package/lib/checkout/template/README.md +0 -34
- package/lib/checkout/template/_gitignore +0 -4
- package/lib/checkout/template/extension.config.js +0 -4
- package/lib/checkout/template/extensions/extension-template/extension.json +0 -10
- package/lib/checkout/template/extensions/extension-template/src/content.html +0 -3
- package/lib/checkout/template/extensions/extension-template/src/index.html +0 -5
- package/lib/checkout/template/extensions/extension-template/src/index.js +0 -11
- package/lib/checkout/template/extensions/extension-template/src/script.html +0 -3
- package/lib/checkout/template/extensions/extension-template/src/style.html +0 -3
- package/lib/checkout/template/package.json +0 -17
- package/lib/checkout/undeploy.js +0 -40
- package/lib/checkout/util.js +0 -201
- package/lib/checkout/verify.js +0 -16
- package/lib/checkout/version.js +0 -7
- package/lib/commands/__tests__/login.test.js +0 -77
- package/lib/commands/__tests__/logout.test.js +0 -29
- package/lib/commands/__tests__/store.test.js +0 -44
- package/lib/commands/__tests__/switch.test.js +0 -45
- package/lib/commands/login.js +0 -120
- package/lib/commands/logout.js +0 -23
- package/lib/commands/store.js +0 -14
- package/lib/commands/switch.js +0 -52
- package/lib/commands/theme/__tests__/delete.test.js +0 -49
- package/lib/commands/theme/__tests__/init.test.js +0 -21
- package/lib/commands/theme/__tests__/list.test.js +0 -80
- package/lib/commands/theme/__tests__/package.test.js +0 -17
- package/lib/commands/theme/__tests__/publish.test.js +0 -61
- package/lib/commands/theme/__tests__/pull.test.js +0 -69
- package/lib/commands/theme/__tests__/push.test.js +0 -63
- package/lib/commands/theme/__tests__/serve.test.js +0 -107
- package/lib/commands/theme/delete.js +0 -64
- package/lib/commands/theme/init.js +0 -51
- package/lib/commands/theme/list.js +0 -28
- package/lib/commands/theme/package.js +0 -37
- package/lib/commands/theme/publish.js +0 -56
- package/lib/commands/theme/pull.js +0 -62
- package/lib/commands/theme/push.js +0 -106
- package/lib/commands/theme/serve.js +0 -153
- package/lib/commands/theme/share.js +0 -20
- package/lib/commands/version.js +0 -6
- package/lib/common/constants.js +0 -24
- package/lib/common/db/partner.js +0 -91
- package/lib/common/inquirers/choose-app.js +0 -79
- package/lib/common/inquirers/choose-partner.js +0 -74
- package/lib/common/log.js +0 -15
- package/lib/common/login.js +0 -125
- package/lib/common/logout.js +0 -16
- package/lib/db/__mocks__/index.js +0 -9
- package/lib/db/__tests__/analytics.test.js +0 -19
- package/lib/db/__tests__/user.test.js +0 -20
- package/lib/db/analytics.js +0 -48
- package/lib/db/index.js +0 -9
- package/lib/db/user.js +0 -71
- package/lib/function/bin/index.js +0 -20
- package/lib/function/bin/javy/javy-arm-linux-v5.0.1 +0 -0
- package/lib/function/bin/javy/javy-arm-macos-v5.0.1 +0 -0
- package/lib/function/bin/javy/javy-x86_64-linux-v5.0.1 +0 -0
- package/lib/function/bin/javy/javy-x86_64-macos-v5.0.1 +0 -0
- package/lib/function/bin/javy/javy-x86_64-windows-v5.0.1 +0 -0
- package/lib/function/commands/compile.js +0 -43
- package/lib/function/commands/create.js +0 -77
- package/lib/function/commands/list.js +0 -18
- package/lib/function/commands/release.js +0 -69
- package/lib/function/index.js +0 -24
- package/lib/function/template/js/README.md +0 -37
- package/lib/function/template/js/_gitignore +0 -4
- package/lib/function/template/js/extension.config.json +0 -5
- package/lib/function/template/js/package.json +0 -17
- package/lib/function/template/js/src/index.js +0 -64
- package/lib/function/utils.js +0 -29
- package/lib/log.js +0 -13
- package/lib/openAPI/__mocks__/index.js +0 -20
- package/lib/openAPI/api.js +0 -76
- package/lib/openAPI/index.js +0 -56
- package/lib/oss.js +0 -102
- package/lib/partner-api/axios.js +0 -67
- package/lib/partner-api/index.js +0 -79
- package/lib/report.js +0 -37
- package/lib/theme-extension/api/index.js +0 -96
- package/lib/theme-extension/commands/build.js +0 -114
- package/lib/theme-extension/commands/connect.js +0 -73
- package/lib/theme-extension/commands/create.js +0 -105
- package/lib/theme-extension/commands/deploy.js +0 -56
- package/lib/theme-extension/commands/list.js +0 -35
- package/lib/theme-extension/commands/release.js +0 -59
- package/lib/theme-extension/commands/serve.js +0 -179
- package/lib/theme-extension/commands/versions.js +0 -55
- package/lib/theme-extension/index.js +0 -29
- package/lib/theme-extension/template/basic-app/README.md +0 -125
- package/lib/theme-extension/template/basic-app/extension.config.json +0 -4
- package/lib/theme-extension/template/basic-app/package.json +0 -18
- package/lib/theme-extension/template/basic-app/theme-app/assets/index.css +0 -4
- package/lib/theme-extension/template/basic-app/theme-app/assets-manifest.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/blocks/index.liquid +0 -16
- package/lib/theme-extension/template/basic-app/theme-app/locales/ar-SA.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/de-DE.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/en-US.json +0 -6
- package/lib/theme-extension/template/basic-app/theme-app/locales/es-ES.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/fr-FR.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/id-ID.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/it-IT.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/ja-JP.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/ko-KR.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/nl-NL.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/pl-PL.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/pt-PT.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/ru-RU.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/th-TH.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/locales/zh-CN.json +0 -6
- package/lib/theme-extension/template/basic-app/theme-app/locales/zh-TW.json +0 -1
- package/lib/theme-extension/template/basic-app/theme-app/snippets/index.liquid +0 -8
- package/lib/theme-extension/template/embed-app/README.md +0 -125
- package/lib/theme-extension/template/embed-app/extension.config.json +0 -4
- package/lib/theme-extension/template/embed-app/package.json +0 -18
- package/lib/theme-extension/template/embed-app/theme-app/assets-manifest.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/blocks/index.liquid +0 -18
- package/lib/theme-extension/template/embed-app/theme-app/locales/ar-SA.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/de-DE.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/en-US.json +0 -6
- package/lib/theme-extension/template/embed-app/theme-app/locales/es-ES.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/fr-FR.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/id-ID.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/it-IT.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/ja-JP.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/ko-KR.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/nl-NL.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/pl-PL.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/pt-PT.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/ru-RU.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/th-TH.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/locales/zh-CN.json +0 -6
- package/lib/theme-extension/template/embed-app/theme-app/locales/zh-TW.json +0 -1
- package/lib/theme-extension/template/embed-app/theme-app/snippets/index.liquid +0 -8
- package/lib/theme-extension/template/embed-app/theme-app/snippets/index_css.liquid +0 -6
- package/lib/theme-extension/utils/config.js +0 -32
- package/lib/theme-extension/utils/index.js +0 -213
- package/lib/tracing.js +0 -50
- package/lib/utils/config.js +0 -12
- package/lib/utils/console.js +0 -33
- package/lib/utils/env.js +0 -17
- package/lib/utils/file.js +0 -48
- package/lib/utils/platform.js +0 -37
- package/lib/utils/utils.js +0 -165
- /package/{lib/checkout → scripts/jsbuild}/dev/client.js +0 -0
- /package/{lib/app/services/extension-build/plugins → scripts/jsbuild/plugin}/vite-plugin-transform-extension-html.js +0 -0
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"general": {
|
|
3
|
-
"404": {
|
|
4
|
-
"title": "Oops!",
|
|
5
|
-
"tips": "Siamo spiacenti, la pagina che stai cercando non può essere trovata.",
|
|
6
|
-
"continue_shopping": "Continua a fare acquisti",
|
|
7
|
-
"subtext_html": "<p>La pagina che stai cercando non esiste.</p><p><a href=\"/\">Continua a fare acquisti</a></p>"
|
|
8
|
-
},
|
|
9
|
-
"product": {
|
|
10
|
-
"quick_view": "Visualizzazione rapida",
|
|
11
|
-
"sold_out": "Esaurito",
|
|
12
|
-
"buy": "ACQUISTARE"
|
|
13
|
-
},
|
|
14
|
-
"newsletter_form": {
|
|
15
|
-
"email_address_empty_warning": "Inserisci il tuo indirizzo email.",
|
|
16
|
-
"email_address_invalid_warning": "Inserisci un indirizzo email valido.",
|
|
17
|
-
"email_placeholder": "Indirizzo email",
|
|
18
|
-
"newsletter_email": "Inserisci il tuo indirizzo email.",
|
|
19
|
-
"newsletter_confirmation": "Grazie per esserti iscritto! Invieremo notizie al tuo indirizzo email.",
|
|
20
|
-
"submit": "Iscriviti"
|
|
21
|
-
},
|
|
22
|
-
"footer": {
|
|
23
|
-
"email_address_empty_warning": "Inserisci il tuo indirizzo email.",
|
|
24
|
-
"email_address_invalid_warning": "Inserisci un indirizzo email valido.",
|
|
25
|
-
"confirmation": "Grazie per esserti iscritto! Invieremo notizie al tuo indirizzo email.",
|
|
26
|
-
"email_placeholder": "Indirizzo email",
|
|
27
|
-
"submit": "Iscriviti",
|
|
28
|
-
"follow_us": "SEGUICI",
|
|
29
|
-
"instagram": "Instagram",
|
|
30
|
-
"facebook": "Facebook",
|
|
31
|
-
"twitter": "Twitter"
|
|
32
|
-
},
|
|
33
|
-
"view": {
|
|
34
|
-
"view_all": "Visualizza tutti"
|
|
35
|
-
},
|
|
36
|
-
"accessibility": {
|
|
37
|
-
"skip_to_content": "Vai al contenuto",
|
|
38
|
-
"close_modal": "Chiudi(esc)",
|
|
39
|
-
"close": "Chiudi",
|
|
40
|
-
"learn_more": "Per saperne di più"
|
|
41
|
-
},
|
|
42
|
-
"meta": {
|
|
43
|
-
"tags": "Contrassegnato come \"{{ tags }}\"",
|
|
44
|
-
"page": "Pagina {{ page }}"
|
|
45
|
-
},
|
|
46
|
-
"pagination": {
|
|
47
|
-
"previous": "PREC.",
|
|
48
|
-
"next": "SUCC."
|
|
49
|
-
},
|
|
50
|
-
"social": {
|
|
51
|
-
"share_on_facebook": "Share",
|
|
52
|
-
"share_on_twitter": "Tweet",
|
|
53
|
-
"share_on_pinterest": "Pin it",
|
|
54
|
-
"alt_text": {
|
|
55
|
-
"share_on_facebook": "Share on Facebook",
|
|
56
|
-
"share_on_twitter": "Tweet on Twitter",
|
|
57
|
-
"share_on_pinterest": "Pin on Pinterest"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"search": {
|
|
61
|
-
"no_results_html": "Nessun risultato per la tua ricerca di <span class='dj_skin_product_text search__key'>\"{{ terms }}\"</span>",
|
|
62
|
-
"results_for_html": "I risultati di ricerca per \"{{ terms }}\" sono i seguenti:",
|
|
63
|
-
"title": "Ricerca",
|
|
64
|
-
"placeholder": "Cerca nel nostro store",
|
|
65
|
-
"submit": "Ricerca",
|
|
66
|
-
"result_count": {
|
|
67
|
-
"one": "{{ count }} risultati",
|
|
68
|
-
"other": "{{ count }} risultati"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"drawers": {
|
|
72
|
-
"navigation": "Navigazione del sito",
|
|
73
|
-
"close_menu": "Chiudi il menù",
|
|
74
|
-
"expand_submenu": "Espandi il sottomenù",
|
|
75
|
-
"collapse_submenu": "Comprimi il sottomenù"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
"navigation": {
|
|
79
|
-
"general": {
|
|
80
|
-
"login": "Login",
|
|
81
|
-
"register": "Registrati",
|
|
82
|
-
"my_account": "Il mio account",
|
|
83
|
-
"my_orders": "I miei ordini",
|
|
84
|
-
"address_book": "Rubrica",
|
|
85
|
-
"log_out": "Logout",
|
|
86
|
-
"search_placeholder": "Cerca…"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"product": {
|
|
90
|
-
"product_detail": {
|
|
91
|
-
"sold": "{{ count }} venduti",
|
|
92
|
-
"off": "<span>{{ count }}%</span> di sconto",
|
|
93
|
-
"qty": "Quantità",
|
|
94
|
-
"product_description": "Descrizione del prodotto",
|
|
95
|
-
"add_to_cart": "Aggiungi al carrello",
|
|
96
|
-
"sold_out": "Esauriti",
|
|
97
|
-
"buy_now": "Acquista ora",
|
|
98
|
-
"added_to_cart_successfully": "Aggiunto al carrello",
|
|
99
|
-
"view_product_detail": "Visualizza dettagli del prodotto",
|
|
100
|
-
"in_stock": "{{ count }} in magazzino",
|
|
101
|
-
"related_product": "Prodotti correlati",
|
|
102
|
-
"select_variant": "Scegliere l’articolo",
|
|
103
|
-
"save_html": "Risparmi <span class='money'>{{ saved_amount }}</span>",
|
|
104
|
-
"add_to_cart_tips": "È stato aggiunto al carrello!",
|
|
105
|
-
"view_cart": "Visualizza il carrello",
|
|
106
|
-
"proceed_to_checkout": "Procedi al checkout",
|
|
107
|
-
"review": "commento",
|
|
108
|
-
"not_like_these": "Non ti piacciono?",
|
|
109
|
-
"please_select": "si prega di scegliere",
|
|
110
|
-
"sku": "Sku",
|
|
111
|
-
"weight": "Peso",
|
|
112
|
-
"barcode": "Codice a barre"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
"collection": {
|
|
116
|
-
"collection_detail": {
|
|
117
|
-
"sales_descending": "Vendite totali, dal più alto al più basso",
|
|
118
|
-
"products": "{{ count }} prodotti",
|
|
119
|
-
"recommend": "In evidenza",
|
|
120
|
-
"low_to_high": "Prezzo, da basso ad alto",
|
|
121
|
-
"high_to_low": "Prezzo, da alto a basso",
|
|
122
|
-
"best_selling": "I pi첫 venduti",
|
|
123
|
-
"newest": "Nuovi arrivi",
|
|
124
|
-
"coming_soon": "Molti nuovi prodotti arriveranno presto! Si prega di visitare pi첫 tardi.",
|
|
125
|
-
"continue_shopping": "Continua a fare acquisti",
|
|
126
|
-
"sort_by": "Ordina per",
|
|
127
|
-
"items_per_page": "{{ count }} articoli per pagina",
|
|
128
|
-
"prev": "PREC.",
|
|
129
|
-
"next": "SUCC.",
|
|
130
|
-
"filter_by": "Filtra per",
|
|
131
|
-
"confirm": "Conferma",
|
|
132
|
-
"clear_all": "Cancella tutto",
|
|
133
|
-
"no_result": "Nessun risultato per la tua ricerca di",
|
|
134
|
-
"add_to_cart_count_descending": "Acquisti aggiuntivi, da alto a basso",
|
|
135
|
-
"views_descending": "Visualizzazioni di pagina, da alto a basso"
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
"search": {
|
|
139
|
-
"title": "Risultati di ricerca",
|
|
140
|
-
"search_button": "Ricerca",
|
|
141
|
-
"results_tips": "<span class='search__count'>{{ count }}</span> risultati trovati per <span class='dj_skin_product_text search__key'>“{{ key }}”</span>",
|
|
142
|
-
"input_to_search": "Inserisci le parole chiave di ricerca…",
|
|
143
|
-
"no_results": "Nessun risultato per la tua ricerca di"
|
|
144
|
-
},
|
|
145
|
-
"collections": {
|
|
146
|
-
"general": {
|
|
147
|
-
"catalog_title": "Catalogo",
|
|
148
|
-
"all_of_collection": "Visualizza tutti",
|
|
149
|
-
"view_all_products_html": "Visualizza tutti <br>{{ count }} i prodotti",
|
|
150
|
-
"see_more": "Mostra di più",
|
|
151
|
-
"see_less": "Mostra di meno",
|
|
152
|
-
"no_matches": "Siamo spiacenti, non ci sono prodotti in questa collezione"
|
|
153
|
-
},
|
|
154
|
-
"sorting": {
|
|
155
|
-
"title": "Ordina per",
|
|
156
|
-
"featured": "In primo piano",
|
|
157
|
-
"price_ascending": "Prezzo, da basso ad alto",
|
|
158
|
-
"price_descending": "Prezzo, da alto a basso",
|
|
159
|
-
"newest": "Nuovi arrivi"
|
|
160
|
-
},
|
|
161
|
-
"filters": {
|
|
162
|
-
"title_tags": "Filtro",
|
|
163
|
-
"all_tags": "Tutti i prodotti"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
"products": {
|
|
167
|
-
"general": {
|
|
168
|
-
"save_html": "Risparmi <span class='money'>{{ saved_amount }}</span>",
|
|
169
|
-
"collection_return": "Torna a {{ collection }}",
|
|
170
|
-
"next_product": "Prossimo: {{ title }}",
|
|
171
|
-
"sale_price": "Prezzo di vendita",
|
|
172
|
-
"regular_price": "Prezzo originale",
|
|
173
|
-
"from_text_html": "da {{ price }}",
|
|
174
|
-
"related_products": "Ti potrebbero interessare anche"
|
|
175
|
-
},
|
|
176
|
-
"product": {
|
|
177
|
-
"stock_label": "{{ count }} in magazzino",
|
|
178
|
-
"sold_out": "Esauriti",
|
|
179
|
-
"unavailable": "Non disponibile",
|
|
180
|
-
"quantity": "Quantità",
|
|
181
|
-
"add_to_cart": "Aggiungi al carrello",
|
|
182
|
-
"preorder": "Pre-ordine",
|
|
183
|
-
"buy_now": "Acquista ora",
|
|
184
|
-
"added_to_cart_successfully": "Aggiunto al carrello"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
"home_page": {
|
|
188
|
-
"onboarding": {
|
|
189
|
-
"product_title": "Esempio di prodotto",
|
|
190
|
-
"product_description": "Quest'area è dedicata alla descrizione dei dettagli del tuo prodotto. Racconta l'aspetto, le caratteristiche e lo stile del tuo prodotto ai clienti. Aggiungi dettagli su colore, materiali, dimensioni e provenienza del prodotto.",
|
|
191
|
-
"collection_title": "Esempio di collezione",
|
|
192
|
-
"no_content": "Al momento questa sezione non ha nessun contenuto. Aggiungi contenuti a questa sezione usando la barra laterale."
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"layout": {
|
|
196
|
-
"footer": {
|
|
197
|
-
"social_platform": "{{ name }} di {{ platform }}"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"sections": {
|
|
201
|
-
"map": {
|
|
202
|
-
"get_directions": "Ottieni percorsi",
|
|
203
|
-
"address_error": "Errore di ricerca dell'indirizzo",
|
|
204
|
-
"address_no_results": "Nessun risultato per quell'indirizzo",
|
|
205
|
-
"address_query_limit_html": "Hai superato il limite di utilizzo dell'API di Google. Potresti considerare di aderire al <a href=\"https://developers.google.com/maps/premium/usage-limits\"> Piano Premium </a>.",
|
|
206
|
-
"auth_error_html": "Si è verificato un problema durante l'autenticazione del tuo account Google Maps. crea e autorizza l'accesso API al Geocoding </a> della tua app, facendo riferimento a <a href=\"https://developers.google.com/maps/documentation/javascript/get-api-key\"> API JavaScript </a> e <a href=\"https://developers.google.com/maps/documentation/geocoding/get-api-key\">."
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"date_formats": {
|
|
210
|
-
"month_day_year": "%b %d, %Y"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
@@ -1,289 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"general": {
|
|
3
|
-
"404": {
|
|
4
|
-
"title": "くそー!",
|
|
5
|
-
"tips": "申し訳ありませんが、お探しのページが見つかりません。",
|
|
6
|
-
"continue_shopping": "ショッピングを続ける",
|
|
7
|
-
"subtext_html": "<p>アクセスしたページが存在しません</p> <p> <a href=\"/\">ショッピングを続行</a> </p>"
|
|
8
|
-
},
|
|
9
|
-
"product": {
|
|
10
|
-
"quick_view": "クイックビュー",
|
|
11
|
-
"sold_out": "完売",
|
|
12
|
-
"quick_shop": "クイックショップ",
|
|
13
|
-
"view_more_products": "他の製品を見る",
|
|
14
|
-
"buy": "購入"
|
|
15
|
-
},
|
|
16
|
-
"newsletter_form": {
|
|
17
|
-
"email_placeholder": "Eメール",
|
|
18
|
-
"newsletter_email": "メールアドレスを入力",
|
|
19
|
-
"newsletter_confirmation": "登録ありがとうございます",
|
|
20
|
-
"submit": "サブスクリプション",
|
|
21
|
-
"email_address_empty_warning": "メールアドレスを入力してください。",
|
|
22
|
-
"email_address_invalid_warning": "有効なメールアドレスを入力してください。"
|
|
23
|
-
},
|
|
24
|
-
"footer": {
|
|
25
|
-
"email_address_empty_warning": "メールアドレスを入力してください。",
|
|
26
|
-
"email_address_invalid_warning": "有効なメールアドレスを入力してください。",
|
|
27
|
-
"confirmation": "登録ありがとうございます! メールにメッセージを送信します。",
|
|
28
|
-
"email_placeholder": "Eメール",
|
|
29
|
-
"submit": "サブスクリプション",
|
|
30
|
-
"follow_us": "フォローする",
|
|
31
|
-
"instagram": "Instagram",
|
|
32
|
-
"facebook": "Facebook",
|
|
33
|
-
"twitter": "Twitter",
|
|
34
|
-
"sign_up": "サインアップ"
|
|
35
|
-
},
|
|
36
|
-
"view": {
|
|
37
|
-
"view_all": "すべて表示"
|
|
38
|
-
},
|
|
39
|
-
"accessibility": {
|
|
40
|
-
"skip_to_content": "コンテンツにスキップ",
|
|
41
|
-
"close_modal": "閉じる(ESC)",
|
|
42
|
-
"close": "シャットダウン",
|
|
43
|
-
"learn_more": "もっと理解する"
|
|
44
|
-
},
|
|
45
|
-
"meta": {
|
|
46
|
-
"tags": "「{{ tags }}」としてマーク",
|
|
47
|
-
"page": "ページ{{ page }}"
|
|
48
|
-
},
|
|
49
|
-
"pagination": {
|
|
50
|
-
"previous": "前",
|
|
51
|
-
"next": "次"
|
|
52
|
-
},
|
|
53
|
-
"social": {
|
|
54
|
-
"share_on_facebook": "Share",
|
|
55
|
-
"share_on_twitter": "Tweet",
|
|
56
|
-
"share_on_pinterest": "Pin it",
|
|
57
|
-
"alt_text": {
|
|
58
|
-
"share_on_facebook": "Share on Facebook",
|
|
59
|
-
"share_on_twitter": "Tweet on Twitter",
|
|
60
|
-
"share_on_pinterest": "Pin on Pinterest"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
"search": {
|
|
64
|
-
"no_results_html": "「{{ terms }}」を検索しても結果は返されませんでした。",
|
|
65
|
-
"results_for_html": "「{{ terms }}」の検索結果は次のとおりです。",
|
|
66
|
-
"title": "検索する",
|
|
67
|
-
"placeholder": "当店を検索",
|
|
68
|
-
"submit": "検索する",
|
|
69
|
-
"result_count": {
|
|
70
|
-
"one": "{{ count }}の結果",
|
|
71
|
-
"other": "{{ count }}の結果"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"drawers": {
|
|
75
|
-
"navigation": "サイトナビゲーション",
|
|
76
|
-
"close_menu": "メニューを閉じる",
|
|
77
|
-
"expand_submenu": "サブメニューを展開",
|
|
78
|
-
"collapse_submenu": "サブメニューを折りたたむ"
|
|
79
|
-
},
|
|
80
|
-
"not_found": {
|
|
81
|
-
"title": "404 | ページが見つかりません",
|
|
82
|
-
"tips": "お探しのページが見つかりません。",
|
|
83
|
-
"continue_shopping": "ショッピングを続ける"
|
|
84
|
-
},
|
|
85
|
-
"blog": {
|
|
86
|
-
"read_more": "続きを読む"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"navigation": {
|
|
90
|
-
"general": {
|
|
91
|
-
"login": "ログインする",
|
|
92
|
-
"register": "登録済み",
|
|
93
|
-
"my_account": "マイアカウント",
|
|
94
|
-
"my_orders": "私の注文",
|
|
95
|
-
"address_book": "住所録",
|
|
96
|
-
"log_out": "サインアウト",
|
|
97
|
-
"search_placeholder": "検索する...",
|
|
98
|
-
"search_product": "製品を検索する",
|
|
99
|
-
"account": "アカウント",
|
|
100
|
-
"bag": "バッグ"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"product": {
|
|
104
|
-
"product_detail": {
|
|
105
|
-
"sold": "{{ count }}売上高",
|
|
106
|
-
"off": "{{ count }}%ディスカウント",
|
|
107
|
-
"qty": "量",
|
|
108
|
-
"product_description": "製品説明",
|
|
109
|
-
"add_to_cart": "ショッピングカートに追加",
|
|
110
|
-
"sold_out": "完売",
|
|
111
|
-
"buy_now": "今買う",
|
|
112
|
-
"added_to_cart_successfully": "カートに追加成功",
|
|
113
|
-
"view_product_detail": "製品の詳細を表示",
|
|
114
|
-
"in_stock": "{{ count }}在庫",
|
|
115
|
-
"related_product": "おすすめ商品",
|
|
116
|
-
"add_to_cart_tips": "すでにショッピングカートに追加されています!",
|
|
117
|
-
"view_cart": "ショッピングカートを確認してください",
|
|
118
|
-
"proceed_to_checkout": "チェックアウトに進む",
|
|
119
|
-
"review": "レビュー",
|
|
120
|
-
"select_variant": "少なくとも1つのスタイルを追加してください",
|
|
121
|
-
"save_html": "<span class='money'> {{ saved_amount }} </span>を保存します",
|
|
122
|
-
"add_to_bag": "かごに入れます",
|
|
123
|
-
"switch_variant": "更新",
|
|
124
|
-
"added_to_bag_successfully": "正常に追加されました",
|
|
125
|
-
"variant_switch_successfully": "更新成功",
|
|
126
|
-
"customers_review": "カスタマーレビュー",
|
|
127
|
-
"marketing_delivery_days": "{{ from }}日-{{ to }}日の間で取得",
|
|
128
|
-
"recently_viewed": "最近見た",
|
|
129
|
-
"recommend_title": "あなたも好きかも",
|
|
130
|
-
"not_like_these": "これらが好きではありませんか?",
|
|
131
|
-
"marketing_inventory": "{{ count }}のみ在庫が残っています",
|
|
132
|
-
"marketing_live_view": "{{ count }}人々は今これを見ています",
|
|
133
|
-
"marketing_delivery": "{{ from }}-{{ to }}の間で取得します",
|
|
134
|
-
"marketing_added_to_cart": "他の人はこれを望んでいます。{{ count }}以上の人々が今これをバッグに入れています。",
|
|
135
|
-
"share_the_love": "愛を分かち合う",
|
|
136
|
-
"sku": "Sku",
|
|
137
|
-
"weight": "重量",
|
|
138
|
-
"barcode": "バーコード"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"collection": {
|
|
142
|
-
"collection_detail": {
|
|
143
|
-
"sales_descending": "総売上高、高から低",
|
|
144
|
-
"recommend": "おすすめ",
|
|
145
|
-
"low_to_high": "価格、低から高",
|
|
146
|
-
"high_to_low": "価格、高から低",
|
|
147
|
-
"best_selling": "ベスト・セラー",
|
|
148
|
-
"newest": "新参者",
|
|
149
|
-
"coming_soon": "より多くの新製品がまもなく発売されます。後でもう一度ご覧ください",
|
|
150
|
-
"continue_shopping": "ショッピングを続ける",
|
|
151
|
-
"sort_by": "並び替え",
|
|
152
|
-
"items_per_page": "{{ count }}ページあたりのアイテム",
|
|
153
|
-
"prev": "前のページ",
|
|
154
|
-
"next": "次のページ",
|
|
155
|
-
"filter_by": "フィルタ",
|
|
156
|
-
"confirm": "確認",
|
|
157
|
-
"clear_all": "リセット",
|
|
158
|
-
"products": "{{ count }}製品",
|
|
159
|
-
"product": "{{ count }}製品",
|
|
160
|
-
"refine_by": "によって洗練",
|
|
161
|
-
"no_result": "まだ商品はありません。",
|
|
162
|
-
"search_end": "リストの最後に到達しました",
|
|
163
|
-
"remove_all": "すべて削除する",
|
|
164
|
-
"apply": "適用する",
|
|
165
|
-
"add_to_cart_count_descending": "高から下への追加購入",
|
|
166
|
-
"views_descending": "ページビュー、上から下へ"
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
"search": {
|
|
170
|
-
"title": "の検索結果",
|
|
171
|
-
"search_button": "検索する",
|
|
172
|
-
"results_tips": "<span class='dj_skin_product_text search__key'> “{{ key }}” </span>が見つかりました<span class='search__count'> {{ count }} </span>の結果",
|
|
173
|
-
"input_to_search": "キーワード検索を入力してください...",
|
|
174
|
-
"search_end": "リストの最後に到達しました",
|
|
175
|
-
"items": "{{ count }}製品",
|
|
176
|
-
"item": "{{ count }}製品",
|
|
177
|
-
"no_results": "商品はありません",
|
|
178
|
-
"search_products": "製品を検索する"
|
|
179
|
-
},
|
|
180
|
-
"sections": {
|
|
181
|
-
"map": {
|
|
182
|
-
"get_directions": "行き方を調べる",
|
|
183
|
-
"address_error": "アドレスエラーを見つける",
|
|
184
|
-
"address_no_results": "アドレスが見つかりませんでした",
|
|
185
|
-
"address_query_limit_html": "GoogleAPIの使用制限を超えました。 <a href=\"https://developers.google.com/maps/premium/usage-limits\">プレミアムプラン</a>へのアップグレードを検討してください。",
|
|
186
|
-
"auth_error_html": "Googleマップアカウントに問題があります。 <a href=\"https://developers.google.com/maps/documentation/javascript/get-api-key\"> JavaScript API </a>と<a href=\"https://developers.google.com/maps/documentation/geocoding/get-api-key\"> Geocoding API </a>アプリの権限。"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"collections": {
|
|
190
|
-
"general": {
|
|
191
|
-
"catalog_title": "目次",
|
|
192
|
-
"all_of_collection": "すべて表示",
|
|
193
|
-
"view_all_products_html": "すべての<br> {{ count }}製品を表示",
|
|
194
|
-
"see_more": "もっと見せる",
|
|
195
|
-
"see_less": "表示を減らす",
|
|
196
|
-
"no_matches": "申し訳ありませんが、このアルバムには商品がありません。"
|
|
197
|
-
},
|
|
198
|
-
"sorting": {
|
|
199
|
-
"title": "ソート",
|
|
200
|
-
"featured": "おすすめ",
|
|
201
|
-
"price_ascending": "価格、低から高",
|
|
202
|
-
"price_descending": "価格、高から低",
|
|
203
|
-
"newest": "新参者"
|
|
204
|
-
},
|
|
205
|
-
"filters": {
|
|
206
|
-
"title_tags": "フィルタ",
|
|
207
|
-
"all_tags": "すべての製品"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
"home_page": {
|
|
211
|
-
"onboarding": {
|
|
212
|
-
"product_title": "サンプル製品",
|
|
213
|
-
"product_description": "この領域は、製品の詳細情報を説明するために使用されます。 製品の外観、感触、スタイルを顧客に伝えます。 色、素材、サイズ、製造場所などの情報を追加することもできます。",
|
|
214
|
-
"collection_title": "サンプルアルバム",
|
|
215
|
-
"no_content": "現在、この部分にはコンテンツが含まれていません。 ツールバーを使用してコンテンツを追加します。"
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
"layout": {
|
|
219
|
-
"footer": {
|
|
220
|
-
"social_platform": "{{ platform }} {{ name }}"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
"products": {
|
|
224
|
-
"general": {
|
|
225
|
-
"save_html": "<span class='money'> {{ saved_amount }} </span>を保存します",
|
|
226
|
-
"collection_return": "{{ collection }}を返す",
|
|
227
|
-
"next_product": "次へ:{{ title }}",
|
|
228
|
-
"sale_price": "販売価格",
|
|
229
|
-
"regular_price": "元値",
|
|
230
|
-
"from_text_html": "{{ price }}から",
|
|
231
|
-
"related_products": "あなたはおそらくそれも好きでしょう",
|
|
232
|
-
"new": "新着",
|
|
233
|
-
"best_seller": "ベスト・セラー",
|
|
234
|
-
"sale": "セール",
|
|
235
|
-
"from": "から"
|
|
236
|
-
},
|
|
237
|
-
"product": {
|
|
238
|
-
"stock_label": "{{ count }}インベントリ",
|
|
239
|
-
"sold_out": "完売",
|
|
240
|
-
"unavailable": "非売品",
|
|
241
|
-
"quantity": "量",
|
|
242
|
-
"add_to_cart": "ショッピングカートに追加",
|
|
243
|
-
"preorder": "予約注文",
|
|
244
|
-
"buy_now": "今買う",
|
|
245
|
-
"added_to_cart_successfully": "カートに追加成功"
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
"date_formats": {
|
|
249
|
-
"month_day_year": "%b %d, %Y"
|
|
250
|
-
},
|
|
251
|
-
"bag": {
|
|
252
|
-
"general": {
|
|
253
|
-
"empty": "あなたの買い物袋は空です",
|
|
254
|
-
"shopping_cart": "ショッピングカート",
|
|
255
|
-
"item": "項目",
|
|
256
|
-
"price": "価格",
|
|
257
|
-
"qty": "量",
|
|
258
|
-
"remove": "削除する",
|
|
259
|
-
"total": "合計",
|
|
260
|
-
"edit": "編集",
|
|
261
|
-
"your_bag": "あなたのバッグ",
|
|
262
|
-
"discount": "ディスカウント",
|
|
263
|
-
"check_out": "チェックアウト",
|
|
264
|
-
"shipping_taxes": "配送料と税金はチェックアウト時に計算されます。 注文は<b> {{ currency }} </b>で処理されます",
|
|
265
|
-
"subtotal": "小計",
|
|
266
|
-
"continue_shopping": "ショッピングを続ける",
|
|
267
|
-
"sold_out": "完売",
|
|
268
|
-
"removed_tip": "一部のアイテムが削除されました。再注文してください",
|
|
269
|
-
"withdraw_tip": "売り切れの商品もございますので、再ご注文ください。",
|
|
270
|
-
"sold_out_tip": "一部の商品は在庫がありませんので、再注文してください",
|
|
271
|
-
"related_product": "関連商品",
|
|
272
|
-
"updated_tip": "一部のアイテム情報が更新されました。再注文してください",
|
|
273
|
-
"enjoy_free_shopping": "{{ amount }}をさらに使うと、送料が無料になります。",
|
|
274
|
-
"enable_free_shopping": "あなたは送料無料の資格があります!",
|
|
275
|
-
"order_summary": "注文の概要",
|
|
276
|
-
"view_bag": "バッグを見る"
|
|
277
|
-
},
|
|
278
|
-
"errors": {
|
|
279
|
-
"removed": "カートが更新され、更新されます。",
|
|
280
|
-
"sold_out": "売り切れの商品もございますので、再ご注文ください。",
|
|
281
|
-
"not_in_stock": "一部の商品は在庫がありませんので、再注文してください",
|
|
282
|
-
"reorder": "一部のアイテム情報が更新されました。再注文してください",
|
|
283
|
-
"unknown": "不明なエラー"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
"reviews": {
|
|
287
|
-
"submit_review": "レビュー送信"
|
|
288
|
-
}
|
|
289
|
-
}
|