From ce6d9d835ad6d01a35fba41d7ab2338d8c796e24 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Fri, 4 Sep 2020 14:52:28 +0200 Subject: [PATCH 1/4] Fix en locale, symlinks and use async await --- locale/en.json | 1 - locale/es-co.json | 1 - locale/pt-br.json | 1 - locale/zh-hans.json | 1 - locale/zh-hant.json | 1 - src/components/Locale/Locale.tsx | 30 +++++++++++++++++------------- 6 files changed, 17 insertions(+), 18 deletions(-) delete mode 120000 locale/en.json delete mode 120000 locale/es-co.json delete mode 120000 locale/pt-br.json delete mode 120000 locale/zh-hans.json delete mode 120000 locale/zh-hant.json diff --git a/locale/en.json b/locale/en.json deleted file mode 120000 index a4fa3c0db..000000000 --- a/locale/en.json +++ /dev/null @@ -1 +0,0 @@ -defaultMessages.json \ No newline at end of file diff --git a/locale/es-co.json b/locale/es-co.json deleted file mode 120000 index b31adb634..000000000 --- a/locale/es-co.json +++ /dev/null @@ -1 +0,0 @@ -es_CO.json \ No newline at end of file diff --git a/locale/pt-br.json b/locale/pt-br.json deleted file mode 120000 index 9f1a383df..000000000 --- a/locale/pt-br.json +++ /dev/null @@ -1 +0,0 @@ -pt_BR.json \ No newline at end of file diff --git a/locale/zh-hans.json b/locale/zh-hans.json deleted file mode 120000 index 257f38b7b..000000000 --- a/locale/zh-hans.json +++ /dev/null @@ -1 +0,0 @@ -zh-Hans.json \ No newline at end of file diff --git a/locale/zh-hant.json b/locale/zh-hant.json deleted file mode 120000 index 67238fdf7..000000000 --- a/locale/zh-hant.json +++ /dev/null @@ -1 +0,0 @@ -zh-Hant.json \ No newline at end of file diff --git a/src/components/Locale/Locale.tsx b/src/components/Locale/Locale.tsx index 20c0c4afe..5535532e1 100644 --- a/src/components/Locale/Locale.tsx +++ b/src/components/Locale/Locale.tsx @@ -1,6 +1,5 @@ import useLocalStorage from "@saleor/hooks/useLocalStorage"; import React from "react"; -import { useEffect } from "react"; import { IntlProvider } from "react-intl"; export enum Locale { @@ -15,7 +14,7 @@ export enum Locale { EL = "el", EN = "en", ES = "es", - ES_CO = "es-co", + ES_CO = "es-CO", ET = "et", FA = "fa", FR = "fr", @@ -32,7 +31,7 @@ export enum Locale { NL = "nl", PL = "pl", PT = "pt", - PT_BR = "pt-br", + PT_BR = "pt-BR", RO = "ro", RU = "ru", SK = "sk", @@ -44,8 +43,8 @@ export enum Locale { TR = "tr", UK = "uk", VI = "vi", - ZH_HANS = "zh-hans", - ZH_HANT = "zh-hant" + ZH_HANS = "zh-Hans", + ZH_HANT = "zh-Hant" } interface StructuredMessage { @@ -144,16 +143,21 @@ const LocaleProvider: React.FC = ({ children }) => { "locale", getMatchingLocale(navigator.languages) || defaultLocale ); - const [messages, setMessages] = useLocalStorage("messages", {}); + const [messages, setMessages] = React.useState(undefined); - useEffect(() => { - if (locale !== defaultLocale) { - // It seems like Webpack is unable to use aliases for lazy imports - import(`../../../locale/${locale}.json`).then(({ default: res }) => - setMessages(res) - ); + React.useEffect(() => { + async function changeLocale() { + if (locale !== defaultLocale) { + // It seems like Webpack is unable to use aliases for lazy imports + const mod = await import(`../../../locale/${locale}.json`); + setMessages(mod.default); + } else { + setMessages(undefined); + } } - }); + + changeLocale(); + }, [locale]); return ( Date: Fri, 4 Sep 2020 16:10:37 +0200 Subject: [PATCH 2/4] Remove zh locales to fix mac case insensitivity --- locale/zh-Hans.json | 5396 ------------------------------------------- locale/zh-Hant.json | 5396 ------------------------------------------- 2 files changed, 10792 deletions(-) delete mode 100644 locale/zh-Hans.json delete mode 100644 locale/zh-Hant.json diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json deleted file mode 100644 index 9f4349055..000000000 --- a/locale/zh-Hans.json +++ /dev/null @@ -1,5396 +0,0 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "取消订单" - }, - "configurationMenuAttributes": { - "string": "确认创建产品类型的属性" - }, - "configurationMenuNavigation": { - "string": "定义用户如何浏览您的商店" - }, - "configurationMenuPages": { - "string": "管理和添加其它的页面" - }, - "configurationMenuPermissionGroups": { - "string": "管理您的权限及组权限" - }, - "configurationMenuProductTypes": { - "string": "定义您销售的产品类型" - }, - "configurationMenuShipping": { - "string": "管理您的发货方式" - }, - "configurationMenuSiteSettings": { - "string": "查看和更新您的网站设置" - }, - "configurationMenuStaff": { - "string": "管理您的员工及其权限" - }, - "configurationMenuTaxes": { - "string": "管理店铺如何收税" - }, - "configurationMenuWarehouses": { - "string": "管理和更新您的仓库信息" - }, - "configurationPluginsPages": { - "string": "查看和更新您的插件及其设置" - }, - "homeActivityCardHeader": { - "context": "header", - "string": " 活动" - }, - "homeActivityCardNoActivities": { - "string": "没有促销活动" - }, - "homeAnalyticsCardHeader": { - "string": "今天" - }, - "homeHeaderText": { - "context": "header", - "string": "您好, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "这是我们收集的有关您商店的一些信息" - }, - "homeNotificationTableNoOrders": { - "string": "没有进行中的订单" - }, - "homeNotificationTableOrders": { - "string": "{amount, plural,other {{amount}个订单进行中}}" - }, - "homeNotificationTablePayments": { - "string": "{amount, plural,other {需付款{amount} }}" - }, - "homeNotificationTableProducts": { - "string": "{amount, plural,other {{amount} 产品缺货}}" - }, - "homeNotificationsNoPayments": { - "string": "没有未付款的订单" - }, - "homeNotificationsTableNoProducts": { - "string": "没有产品缺货" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,other {{amount} 下订单}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "热销产品" - }, - "homeProductsListCardNoProducts": { - "string": "没有产品" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "声明" - }, - "homeScreenDisclaimerText1": { - "string": "新的仪表板和GraphQL API是预览版本的软件。" - }, - "homeScreenDisclaimerText2": { - "string": "GraphQL API为beta质量。 尚未完全优化,可能会缺少某些突变或查询。" - }, - "homeScreenHeader": { - "context": "header", - "string": "您好, {userName}" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "新建菜单" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "菜单标题" - }, - "menuDetailsDeleteMenuContent": { - "string": "您确认要删除菜单 {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "删除菜单" - }, - "menuDetailsPageHelperText": { - "string": "通过拖放来创建导航结构。 只需创建一个新菜单项,然后将其拖动到其预定位置即可。 您可以相互移动项目以创建树结构,并上下拖动项目以创建层次结构" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "添加物品" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "链接:{url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "编辑宝贝" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "链接" - }, - "menuItemDialogLinkPlaceholder": { - "string": "输入内容搜索" - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "名字" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "创建新的宝贝" - }, - "menuItemsHeader": { - "context": "header", - "string": "菜单条目" - }, - "menuItemsPlaceholder": { - "string": "添加新的菜单至开始菜单" - }, - "menuListCreatedMenu": { - "string": "已创建的菜单" - }, - "menuListDeleteMenuContent": { - "string": "您确认要删除菜单 {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "删除菜单" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,other {确认要删除{displayQuantity}菜单?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "删除菜单" - }, - "menuListDeletedMenu": { - "string": "已删除菜单" - }, - "menuListItems": { - "context": "number of menu items", - "string": "宝贝" - }, - "menuListMenutitle": { - "string": "菜单标题" - }, - "menuListNoMenus": { - "string": "没有菜单" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "新建菜单" - }, - "menuPropertiesMenuTitle": { - "string": "菜单标题" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "没有设置" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "没有设置" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "没有设置" - }, - "orderPaymentShippingDoesNotApply": { - "context": "order does not require shipping", - "string": "没有生效" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "没有生效" - }, - "productStatusLabel": { - "context": "product", - "string": "已发布" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "库存" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "新建产品类型" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "新建产品类型" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "税" - }, - "productTypeTaxesInputLabel": { - "string": "税" - }, - "productVariantCreatePricesPriceInputLabel": { - "string": "价格" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "variant price", - "string": "价格" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "库存" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "存货" - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "货仓" - }, - "productVariantPriceOptionalCostPriceField": { - "context": "optional field", - "string": "可选" - }, - "productVariantPriceOptionalPriceField": { - "context": "optional field", - "string": "可选" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "分类({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "系列 ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "产品 ({quantity})" - }, - "saleDetailsUnassignCategory": { - "context": "unassign category from sale, button", - "string": "取消分配" - }, - "saleDetailsUnassignCollection": { - "context": "unassign collection from sale, button", - "string": "取消分配" - }, - "saleDetailsUnassignProduct": { - "context": "unassign product from sale, button", - "string": "取消分配" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "您确认想要删除 {name}??" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "您确认想要删除 {name}??" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "autocomplete select label", - "string": "货仓" - }, - "siteSettingsMailingHelperText": { - "context": "helper text", - "string": "邮件配置" - }, - "src_dot_accept": { - "context": "button", - "string": "接受" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "属性" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "此条属性已存在" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "此值已存在于此属性中" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,other {确认要删除{displayQuantity}属性?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "删除属性" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "删除属性" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "确认要删除{attributeName}属性?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_1005562666": { - "context": "attribute's editor component", - "string": "商店所有者的目录输入类型" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_1336738461": { - "context": "product attribute type", - "string": "下拉" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_2592224946": { - "context": "check to require attribute to have value", - "string": "所需值" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_3334509011": { - "context": "product attribute type", - "string": "多选" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_3605174225": { - "context": "attribute's slug short code label", - "string": "属性码" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_4107478955": { - "context": "attribute slug input field helper text", - "string": "This is used internally. Make sure you don’t use spaces" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_691600601": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "所有属性" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Create attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Search Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Can be used as column" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filterable in Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filterable in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Variant Only" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "所需值" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Visible on Product Page in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Use in faceted search" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Searchable" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "属性码" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Visible" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "新建新属性" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_1318123158": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_1877630205": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_26409543": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_3590282519": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_3876764312": { - "context": "attribute", - "string": "Visible on Product Page in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_4048785456": { - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_673770329": { - "context": "add attribute as column in product list table", - "string": "添加列选项" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_714335445": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_787251583": { - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "添加值" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "名字" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "添加新的值" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_109182747": { - "context": "button", - "string": "登录" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "密码" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3476994590": { - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_4028609483": { - "context": "button", - "string": "Reset your password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "New Password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1915811227": { - "string": "Please set up a new password." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Set new password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "密码确认" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2370700732": { - "string": "Forgot your password? Don't worry, we'll reset it for you." - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_3663311080": { - "context": "password reset, button", - "string": "Send Instructions" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "返回登录" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Provided email address does not exist in our database." - }, - "src_dot_availability": { - "string": "Availability" - }, - "src_dot_back": { - "context": "button", - "string": "返回" - }, - "src_dot_cancel": { - "context": "button", - "string": "取消" - }, - "src_dot_cancelled": { - "context": "order status", - "string": "取消" - }, - "src_dot_catalog": { - "string": "分类" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "产品分类" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "北京台(可选)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(可选)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "新建新分类" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "添加关键字使得这个分类更容易被搜索引擎找到" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Are you sure you want to delete {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "分类名" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "分类描述" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Create category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Search Category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "所有分类" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "分类名" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "No subcategories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "No. of Products" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1134347598": { - "context": "product price", - "string": "价格" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "没有产品" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_2341910657": { - "context": "product", - "string": "未发布" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_3640454975": { - "context": "product status", - "string": "已发布" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "名字" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "添加产品" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Products in {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "添加关键字使得这个分类更容易被搜索引擎找到" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "产品" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "全部子类" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "分类已新建" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "分类已删除" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Delete products" - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Remember this will also delete all products assigned to this category." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Delete categories" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Are you sure you want to delete {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Remember this will also delete all products assigned to this category." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Delete categories" - }, - "src_dot_clear": { - "context": "button", - "string": "清空" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "系列" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_1815688500": { - "context": "collection", - "string": "since {date}" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_2001551496": { - "context": "collection", - "string": "will be visible from {date}" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "添加关键字使得这个系列更容易被搜索引擎找到" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "添加系列" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_1815688500": { - "context": "collection", - "string": "since {date}" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_2001551496": { - "context": "collection", - "string": "will be visible from {date}" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_2906897537": { - "context": "switch button", - "string": "Feature on Homepage" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "添加关键字使得这个系列更容易被搜索引擎找到" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "名字" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "北京台(可选)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(可选)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "所有系列" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_4057224233": { - "string": "Search Collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Create collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "隐藏" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "已发布" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2341910657": { - "context": "collection is not published", - "string": "未发布" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "No. of Products" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "系列名" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3640454975": { - "context": "collection is published", - "string": "已发布" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "没有产品" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_2341910657": { - "context": "product is not published", - "string": "未发布" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3640454975": { - "context": "product is published", - "string": "已发布" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "名字" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "删除套餐" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "将产品添加到系列" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Are you sure you want to delete collection's image?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Deleted product from collection" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Unassign products from collection" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Are you sure you want to delete {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Create collection" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Delete Collection" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "取消分配" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Delete image" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_1547167026": { - "context": "publish collections", - "string": "发布" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_1944626595": { - "string": "{counter,plural,one {Are you sure you want to unpublish this collection?} other {Are you sure you want to unpublish {displayQuantity} collections?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2237014112": { - "context": "unpublish collections", - "string": "取消发布" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2637364047": { - "context": "dialog title", - "string": "Unpublish collections" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2756013640": { - "string": "{counter,plural,one {Are you sure you want to publish this collection?} other {Are you sure you want to publish {displayQuantity} collections?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2823425739": { - "context": "dialog title", - "string": "Publish collections" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "权限" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AccountStatus_dot_2183517419": { - "context": "section header", - "string": "账户状态" - }, - "src_dot_components_dot_AccountStatus_dot_2683780981": { - "string": "If you want to disable this account uncheck the box below" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "国家" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "地址行1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "城市" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "地址行2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "公司" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "国家地区" - }, - "src_dot_components_dot_AppLayout_dot_21332146": { - "context": "button", - "string": "登出" - }, - "src_dot_components_dot_AppLayout_dot_248888005": { - "context": "button", - "string": "账户设置" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_1305061437": { - "string": "Search Categories" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_190977792": { - "context": "dialog header", - "string": "Assign Categories" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_3690273268": { - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_3973677075": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_1035511604": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_2605414502": { - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_3992923611": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_4057224233": { - "string": "Search Collection" - }, - "src_dot_components_dot_AssignProductDialog_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_components_dot_AssignProductDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_649693468": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "国家" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "地址行1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "城市" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "地址行2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "公司" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "国家地区" - }, - "src_dot_components_dot_ConfirmButton_dot_2845142593": { - "context": "button", - "string": "错误" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Countries" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Assign countries" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Delete Search" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Are you sure you want to delete {name} search tab?" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "错误" - }, - "src_dot_components_dot_ErrorPage_dot_1723676032": { - "context": "button", - "string": "返回首页" - }, - "src_dot_components_dot_ErrorPage_dot_2736139139": { - "string": "噢!..." - }, - "src_dot_components_dot_ErrorPage_dot_2845142593": { - "string": "错误" - }, - "src_dot_components_dot_ErrorPage_dot_3090161573": { - "string": "Don't worry, everything is gonna be fine" - }, - "src_dot_components_dot_ErrorPage_dot_3182212440": { - "string": "We've encountered a problem..." - }, - "src_dot_components_dot_FileUpload_dot_3050254265": { - "context": "upload file, button", - "string": "Upload" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "过滤" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_2683154806": { - "context": "is filter range or value", - "string": "equal to" - }, - "src_dot_components_dot_Filter_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_773313536": { - "context": "is filter range or value", - "string": "between" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "string": "过滤" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Drop here to upload" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_ListField_dot_3099331554": { - "context": "button", - "string": "添加" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "to {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "from {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "添加新的值:{value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Order Number" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Search Customer" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Search in Customers" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "分类" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "集合" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "已发布" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "新建分类" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "新建系列" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "新建客户" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "新建订单" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "新建产品" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "产品" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "噢!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Go back to dashboard" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_RichTextEditor_dot_1603794322": { - "context": "dialog header", - "string": "添加图片链接" - }, - "src_dot_components_dot_RichTextEditor_dot_2049070632": { - "context": "replace image, button", - "string": "Replace" - }, - "src_dot_components_dot_RichTextEditor_dot_2160163587": { - "context": "button", - "string": "添加或编辑链接" - }, - "src_dot_components_dot_RichTextEditor_dot_286109898": { - "context": "rich text error", - "string": "Invalid content" - }, - "src_dot_components_dot_RichTextEditor_dot_2925475978": { - "string": "URL Linked" - }, - "src_dot_components_dot_RichTextEditor_dot_4035057905": { - "string": "图片URL" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "No of Rows:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Save Custom Search" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Search Name" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Search engine title" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Search engine description" - }, - "src_dot_components_dot_SeoForm_dot_2378618579": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "添加新的值:{value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "None" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selected {number} items" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Send" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Leave your note here..." - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_VisibilityCard_dot_643174786": { - "string": "Visible" - }, - "src_dot_components_dot_VisibilityCard_dot_77815154": { - "string": "隐藏" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "to {value} {unit}" - }, - "src_dot_components_dot_WeightRange_dot_2892071052": { - "context": "weight", - "string": "{fromValue} {fromUnit} - {toValue} {toUnit}" - }, - "src_dot_components_dot_WeightRange_dot_4256193688": { - "context": "weight", - "string": "from {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "配置" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1639245766": { - "string": "View and update your webhook and their settings" - }, - "src_dot_configuration_dot_2326418019": { - "string": "Attributes and Product Typess" - }, - "src_dot_configuration_dot_2387898569": { - "string": "Manage external integrations accounts" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_confirm": { - "context": "button", - "string": "确认" - }, - "src_dot_create": { - "context": "button", - "string": "创建" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "客户" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "编辑地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "添加地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1090326769": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1428369222": { - "string": "This customer doesn’t have any adresses added to his address book. You can add address using the button below." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1484733755": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_3623935073": { - "context": "button", - "string": "添加地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_489918044": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_1224809208": { - "string": "默认地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_1578192486": { - "string": "默认账单地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_2131178753": { - "context": "button", - "string": "设为默认配送地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_3096438859": { - "context": "button", - "string": "设为默认账单地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_4109348993": { - "string": "默认配送地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "地址信息" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "配送地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "账单地址" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "首要地址" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "这个客户的主要地址" - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "备注" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "备注" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "新建客户" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "User account active" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "从 {date} 起的活跃用户" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "备注" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_252313757": { - "context": "customer informations, header", - "string": "Personal Informations" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_778526801": { - "context": "customer contact section, header", - "string": "联系人信息" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Search Customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Create customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "所有客户" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_moneySpent": { - "context": "customer", - "string": "Money Spent" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "No. of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Customer Name" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "状态" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "最近订单" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "No. of Order" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "日期" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "总数" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Last order" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Customer History" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Are you sure you want to delete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Delete Customer" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "删除地址" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Create customer" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "你确定要把这个地址从地址薄中删除吗?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Customer Removed" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Customer created" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Delete Customers" - }, - "src_dot_dashboard": { - "string": "后台" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "描述" - }, - "src_dot_discounts": { - "string": "折扣" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_1567318211": { - "string": "分类名" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_1681512341": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_2968663655": { - "context": "number of products", - "string": "产品" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_3973677075": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_1035511604": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_2968663655": { - "context": "number of products", - "string": "产品" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_3011396316": { - "string": "系列名" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_452750900": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Search by country name" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Choose countries, you want voucher to be limited to, from the list below" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filter Countries" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Assign countries" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_1657559629": { - "string": "没有产品" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2341910657": { - "context": "product is not published", - "string": "未发布" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_3640454975": { - "context": "product is published", - "string": "已发布" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_919175218": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "激活" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "已过期" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "状态" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "No sales found" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Create Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "国家" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "分类({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "系列 ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "产品 ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Discount Code" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generate Code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_2215544659": { - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_3459612469": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_3751756157": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_557552777": { - "context": "voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "所有代币券" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Search Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Create voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "激活" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "已过期" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "状态" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Spent" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "码值" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No vouchers found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Minimum Requirements" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "None" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Minimum quantity of items" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "应用到" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "码值" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Free Shipping" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "值" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Only once per order" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "If this option is disabled, discount will be counted for every eligible product" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "特定商品" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Shipment" - }, - "src_dot_discounts_dot_views_dot_1162257691": { - "string": "Deleted voucher" - }, - "src_dot_discounts_dot_views_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_1457489953": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_1827854264": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_1952217501": { - "context": "dialog header", - "string": "Unassign Collections From Sale" - }, - "src_dot_discounts_dot_views_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_2353723060": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this category?} other {Are you sure you want to unassign {displayQuantity} categories?}}" - }, - "src_dot_discounts_dot_views_dot_2534378844": { - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_discounts_dot_views_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_3395246518": { - "context": "dialog header", - "string": "Unassign Products From Sale" - }, - "src_dot_discounts_dot_views_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_506030254": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_767268203": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this collection?} other {Are you sure you want to unassign {displayQuantity} collections?}}" - }, - "src_dot_discounts_dot_views_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Delete Sales" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this sale?} other {Are you sure you want to delete {displayQuantity} sales?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this voucher?} other {Are you sure you want to delete {displayQuantity} vouchers?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Delete Vouchers" - }, - "src_dot_done": { - "context": "button", - "string": "Done" - }, - "src_dot_draft": { - "context": "order status", - "string": "草稿" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "编辑" - }, - "src_dot_email": { - "string": "电子邮箱" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "已完成" - }, - "src_dot_generalInformations": { - "string": "General Informations" - }, - "src_dot_home": { - "context": "home section name", - "string": "首页" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Order #{orderId} was fully paid" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Order #{orderId} was placed" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "可选" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "订单" - }, - "src_dot_orders_dot_components_dot_OrderAddressEditDialog_dot_3278396777": { - "context": "dialog header", - "string": "编辑配送地址" - }, - "src_dot_orders_dot_components_dot_OrderAddressEditDialog_dot_3982060155": { - "context": "dialog header", - "string": "编辑账单地址" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "取消订单" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "备注" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "联系人信息" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "配送地址" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "和配送地址相同" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "不知名用户" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "账单地址" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_1854613983": { - "context": "button", - "string": "取消订单" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "价格" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "产品" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "数量" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "没有产品添加到订单" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_2429341469": { - "context": "button", - "string": "添加快递公司" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_3202709354": { - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_3594442178": { - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_781550514": { - "context": "subtotal price or an order", - "string": "小计" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_878013594": { - "context": "total price of an order", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "添加多个产品" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_115822814": { - "string": "没有账单地址" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1161061962": { - "context": "dialog header", - "string": "Finalize Draft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1297434244": { - "string": "No user information" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1472924390": { - "string": "There are missing or incorrect informations about this order:" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2430492151": { - "string": "无配送地址" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2824936338": { - "string": "Shipping method provided, but no product requires it" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2968256006": { - "string": "Some products require shipping, but no method provided" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_3358029330": { - "string": "Are you sure you want to finalize draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_678764806": { - "context": "button", - "string": "Finalize anyway" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "草稿箱" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "未付款订单" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "日期" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "取消订单" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_1608534452": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2094985970": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2095687440": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2588284040": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_3244948255": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_3620521256": { - "context": "page header", - "string": "订单" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_4046223826": { - "string": "产品名称" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_4251997263": { - "context": "checkbox", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_693960049": { - "context": "product's sku", - "string": "库存单位" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_2796503714": { - "context": "quantity of fulfilled products", - "string": "数量" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3123761129": { - "context": "dialog header", - "string": "Fulfill Products" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3252172269": { - "context": "fulfillment group", - "string": "追踪编号" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_4046223826": { - "string": "产品名称" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_693960049": { - "context": "product's sku", - "string": "库存单位" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "追踪编号" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1119771899": { - "context": "fulfillment group tracking number", - "string": "添加追踪" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1134347598": { - "context": "product price", - "string": "价格" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1895667608": { - "context": "product name", - "string": "产品" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_2796503714": { - "context": "ordered product quantity", - "string": "数量" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_3254150098": { - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_3494686506": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_4039425374": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_693960049": { - "context": "ordered product sku", - "string": "库存单位" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_732594284": { - "context": "button", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_77179533": { - "context": "fulfillment group", - "string": "Fulfilled from: {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_878013594": { - "context": "order line total price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "订单地址已更新" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Fulfilled {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Fulfillment was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Order was placed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Links to the order's digital goods were sent" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Order was created from draft" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Payment confirmation was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Restocked {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "备注被添加到订单" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Order confirmation was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Payment was voided" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Order was fully paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Payment was captured" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Fulfillment confirmation was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Draft order was created" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3328124376": { - "context": "order history message", - "string": "Marked order as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Shipping tracking number was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Payment was refunded" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3506022286": { - "context": "order history message", - "string": "Products were added to draft order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Order History" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Oversold {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4067959693": { - "context": "order history message", - "string": "Products were deleted from draft order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Updated fulfillment group's tracking number" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Payment failed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Shipping details was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Search Orders..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "全部订单" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "支付" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "客户" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "日期" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2823153104": { - "string": "Are you sure you want to mark this order as paid?" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Mark Order as Paid" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Capture Payment" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_250371749": { - "context": "dialog header", - "string": "Refund Payment" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "金额" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_1325966144": { - "context": "order shipping method name", - "string": "配送" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_1817306106": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_2183023165": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_2320183694": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_2444197639": { - "context": "void payment, button", - "string": "Void" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_2845258362": { - "context": "button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_3500506678": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_353147224": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_3720114122": { - "context": "order discount", - "string": "折扣" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_3768782744": { - "context": "order payment", - "string": "预授权金额" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_3955023266": { - "string": "税" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_4211710217": { - "context": "capture payment, button", - "string": "抓取" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_781550514": { - "context": "order subtotal price", - "string": "小计" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_878013594": { - "context": "order total price", - "string": "总数" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1134347598": { - "context": "product unit price", - "string": "价格" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1895667608": { - "context": "product name", - "string": "产品" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2796503714": { - "context": "ordered products", - "string": "数量" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2886647373": { - "context": "section header", - "string": "Unfulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_693960049": { - "context": "ordered product sku", - "string": "库存单位" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_878013594": { - "context": "order line total price", - "string": "总数" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "备注成功添加" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_667274681": { - "string": "Payment successfully refunded" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "页" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "新建页面" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1815688500": { - "context": "page", - "string": "since {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "添加标题和描述使得这个页面更容易被搜索引擎找到" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "will be visible from {date}" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "内容" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "标题" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "标题" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibility" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "已发布" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageSlug_dot_1324178587": { - "string": "URL" - }, - "src_dot_pages_dot_components_dot_PageSlug_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageSlug_dot_4210828158": { - "string": "If empty, URL will be autogenerated from Page Name" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "新建页面" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "发布" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "取消发布" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "部分完成" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_1004218338": { - "context": "staff member status", - "string": "不活跃" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_1731102929": { - "context": "button", - "string": "Assign" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_2986043376": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3111990517": { - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3247064221": { - "context": "staff member status", - "string": "激活" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3532084010": { - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "您确认想要删除 {name}??" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "动作" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "不活跃" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": " 电子邮箱" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "激活" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "动作" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "名字" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "取消分配" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin Name" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "状态" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_4013064767": { - "string": "Set plugin as Active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "添加值至授权区域" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Edit Authorization Field" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Plugin Settings" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_1970881031": { - "context": "section header", - "string": "Plugin Settings" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3799756739": { - "string": "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_4241018152": { - "string": "This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Search Plugins..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "所有插件" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin", - "string": "激活" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_deactivated": { - "context": "plugin", - "string": "不活跃" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_3247064221": { - "context": "plugin status", - "string": "激活" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_4120604650": { - "context": "user action bar", - "string": "动作" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_636461959": { - "context": "plugin name", - "string": "名字" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Authorization Field Delete" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "The plugin may stop working after this field is cleared. Are you sure you want to proceed?" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_2173976534": { - "context": "button", - "string": "Assign attributes" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_3922579741": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_4205644805": { - "string": "No results found" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_524117994": { - "string": "Search by attribute name" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_902296540": { - "string": "Search Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributeEditDialog_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributeEditDialog_dot_335542212": { - "string": "属性值" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributeUnassignDialog_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributeUnassignDialog_dot_722498450": { - "string": "Are you sure you want to unassign {attributeName} from {productTypeName}?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Product Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeBulkAttributeUnassignDialog_dot_2646729060": { - "context": "unassign multiple attributes from product type", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {productTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {productTypeName}?}}" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeBulkAttributeUnassignDialog_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDeleteDialog_dot_2297471173": { - "context": "delete product type", - "string": "您确认想要删除 {name}??" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDeleteDialog_dot_924066985": { - "context": "dialog header", - "string": "Delete Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_1007996279": { - "string": "Product Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "全部产品类型" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Search Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "create product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "可配置" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Digital" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Shippable" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "No product types found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Simple product" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Tax" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "可配置" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Digital" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Physical" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "配送" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Is this product shippable?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Weight" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4080551769": { - "context": "dialog header", - "string": "Delete Product Types" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4269954457": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product type?} other {Are you sure you want to delete {displayQuantity} product types?}}" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "取消分配" - }, - "src_dot_products": { - "context": "products section name", - "string": "产品" - }, - "src_dot_products_dot_components_dot_ProductAttributes_dot_1071548120": { - "context": "number of product attributes", - "string": "{number} Attributes" - }, - "src_dot_products_dot_components_dot_ProductAttributes_dot_1148029984": { - "context": "attribute value", - "string": "值" - }, - "src_dot_products_dot_components_dot_ProductAttributes_dot_1207761269": { - "context": "attribute values", - "string": "值" - }, - "src_dot_products_dot_components_dot_ProductAttributes_dot_4153345096": { - "context": "product attributes, section header", - "string": "属性" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "分类" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "系列" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_1815688500": { - "context": "product", - "string": "since {date}" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2001551496": { - "context": "product", - "string": "will be visible from {date}" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "添加标题和描述使得这个产品更容易被搜索引擎找到" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "名字" - }, - "src_dot_products_dot_components_dot_ProductImageNavigation_dot_3060635772": { - "context": "section header", - "string": "所有照片" - }, - "src_dot_products_dot_components_dot_ProductImagePage_dot_1905082483": { - "context": "field is optional", - "string": "可选" - }, - "src_dot_products_dot_components_dot_ProductImagePage_dot_2546267317": { - "context": "header", - "string": "Edit Photo" - }, - "src_dot_products_dot_components_dot_ProductImagePage_dot_367472710": { - "context": "section header", - "string": "Photo View" - }, - "src_dot_products_dot_components_dot_ProductImagePage_dot_3822382625": { - "context": "section header", - "string": "Photo Information" - }, - "src_dot_products_dot_components_dot_ProductImages_dot_3240888698": { - "context": "section header", - "string": "图片" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1134347598": { - "context": "product price", - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "新建产品" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3640454975": { - "context": "product status", - "string": "已发布" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "全部产品" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "可用" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "隐藏" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibility" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1134347598": { - "context": "product price", - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "没有产品" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2341910657": { - "context": "product status", - "string": "未发布" - }, - "src_dot_products_dot_components_dot_ProductList_dot_3640454975": { - "context": "product status", - "string": "已发布" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "名字" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_150865454": { - "context": "product is not configurable", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "分类" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "系列" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "context": "product is configurable", - "string": "可配置" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*可选.添加产品至系列帮助用户找到它" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductPricing_dot_1099355007": { - "context": "product pricing", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductPricing_dot_1134347598": { - "context": "product price", - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductPricing_dot_3015886868": { - "string": "Charge taxes for this item" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2729628316": { - "context": "tabel column header", - "string": "Quantity Available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "数量" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_1815688500": { - "context": "product", - "string": "since {date}" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2001551496": { - "context": "product", - "string": "will be visible from {date}" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "添加标题和描述使得这个产品更容易被搜索引擎找到" - }, - "src_dot_products_dot_components_dot_ProductVariantAttributes_dot_1536841622": { - "context": "product attribute error", - "string": "所有属性不能为空" - }, - "src_dot_products_dot_components_dot_ProductVariantAttributes_dot_258966189": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_2853608829": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_3726089650": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price", - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "选择属性" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "摘要" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "创建" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "库存单位" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "变种" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Delete variant" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "您确认想要删除 {name}??" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_3196043669": { - "context": "dialog header", - "string": "Image Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantImages_dot_3240888698": { - "context": "section header", - "string": "图片" - }, - "src_dot_products_dot_components_dot_ProductVariantImages_dot_3449133076": { - "string": "Select a specific variant image from product images" - }, - "src_dot_products_dot_components_dot_ProductVariantImages_dot_989683980": { - "context": "button", - "string": "选择图片" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "添加产品变种" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1416480328": { - "string": "Cost price override" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2238565650": { - "string": "Selling price override" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "价格" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "库存" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "库存单位" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "变种" - }, - "src_dot_products_dot_views_dot_1542417144": { - "context": "window title", - "string": "新建产品" - }, - "src_dot_products_dot_views_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Delete Image" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Variant removed" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Create Variant" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Are you sure you want to delete this image?" - }, - "src_dot_products_dot_views_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1547167026": { - "context": "publish product, button", - "string": "发布" - }, - "src_dot_products_dot_views_dot_ProductList_dot_2036051956": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this product?} other {Are you sure you want to unpublish {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_2237014112": { - "context": "unpublish product, button", - "string": "取消发布" - }, - "src_dot_products_dot_views_dot_ProductList_dot_2946646245": { - "context": "dialog header", - "string": "Publish Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_3362608461": { - "context": "dialog header", - "string": "Unpublish Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_3518737068": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this product?} other {Are you sure you want to publish {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_1177237881": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_1454532689": { - "context": "dialog header", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_2297471173": { - "context": "delete product", - "string": "您确认想要删除 {name}??" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_879305849": { - "context": "dialog header", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_remove": { - "context": "button", - "string": "删除" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "促销" - }, - "src_dot_save": { - "context": "button", - "string": "保存" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_services_dot_components_dot_ServiceCreatePage_dot_1848599267": { - "context": "checkbox label", - "string": "User has full access to the store" - }, - "src_dot_services_dot_components_dot_ServiceCreatePage_dot_248507553": { - "context": "header", - "string": "新建用户" - }, - "src_dot_services_dot_components_dot_ServiceCreatePage_dot_27827485": { - "context": "checkbox label", - "string": "Service account is active" - }, - "src_dot_services_dot_components_dot_ServiceCreatePage_dot_3639008725": { - "context": "card description", - "string": "Expand or restrict user's permissions to access certain part of saleor system." - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_2864204643": { - "context": "button", - "string": "已复制" - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_3406541221": { - "context": "button", - "string": "复制" - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_4189999598": { - "string": "We’ve created your default token. Make sure to copy your new personal access token now. You won’t be able to see it again." - }, - "src_dot_services_dot_components_dot_ServiceDeleteDialog_dot_1534767622": { - "context": "dialog header", - "string": "Delete Service Account" - }, - "src_dot_services_dot_components_dot_ServiceDeleteDialog_dot_2297471173": { - "context": "delete service account", - "string": "您确认想要删除 {name}??" - }, - "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_1848599267": { - "context": "checkbox label", - "string": "User has full access to the store" - }, - "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_27827485": { - "context": "checkbox label", - "string": "Service account is active" - }, - "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_3639008725": { - "context": "card description", - "string": "Expand or restrict user's permissions to access certain part of saleor system." - }, - "src_dot_services_dot_components_dot_ServiceInfo_dot_3789449123": { - "context": "service account", - "string": "用户名" - }, - "src_dot_services_dot_components_dot_ServiceInfo_dot_426959482": { - "context": "header", - "string": "Service Account Information" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_1895355592": { - "string": "Search Service Accounts" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_4040605455": { - "context": "tab name", - "string": "全部服务账号" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_624280156": { - "context": "button", - "string": "Create account" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_active": { - "context": "service account", - "string": "激活" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_deactivated": { - "context": "service account", - "string": "不活跃" - }, - "src_dot_services_dot_components_dot_ServiceList_dot_1342308051": { - "string": "No service accounts found" - }, - "src_dot_services_dot_components_dot_ServiceList_dot_31853942": { - "context": "account status", - "string": "active" - }, - "src_dot_services_dot_components_dot_ServiceList_dot_3239722049": { - "context": "account status", - "string": "inactive" - }, - "src_dot_services_dot_components_dot_ServiceList_dot_636461959": { - "context": "service name", - "string": "名字" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3009959880": { - "string": "We’ve created your token. Make sure to copy your new personal access token now. You won’t be able to see it again." - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "复制" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "创建" - }, - "src_dot_services_dot_components_dot_ServiceTokenDeleteDialog_dot_1534767622": { - "context": "dialog title", - "string": "Delete Service Account" - }, - "src_dot_services_dot_components_dot_ServiceTokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_2446088470": { - "context": "service account key", - "string": "密钥" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_4190792473": { - "context": "table actions", - "string": "动作" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_426959482": { - "context": "header", - "string": "Service Account Information" - }, - "src_dot_services_dot_views_dot_ServiceCreate_dot_3167211165": { - "context": "window title", - "string": "Create Service Account" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1003092716": { - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1440682557": { - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1585396479": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1818089229": { - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2110418881": { - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2404264158": { - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2747492886": { - "context": "button", - "string": "Assign countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2777439857": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_3510295703": { - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_2364051773": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_3109712047": { - "string": "国家" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_4049462680": { - "context": "header", - "string": "新建新的配送区域" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_4270729636": { - "string": "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_1325966144": { - "string": "配送" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_2364051773": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_3109712047": { - "string": "国家" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_4270729636": { - "string": "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_1109610983": { - "string": "Shipping Zone Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1337705349": { - "string": "Minimal Order Value" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1388947267": { - "string": "This rate will apply to all orders of all weights" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1397795758": { - "context": "add weight based shipping method, dialog header", - "string": "添加每公斤收费" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1403365734": { - "context": "shipping method price", - "string": "Rate Price" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1486599614": { - "string": "This will be shown to customers at checkout" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1542600502": { - "context": "button", - "string": "Update rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1878009504": { - "string": "Minimal Order Weight" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2215090771": { - "context": "shipping method, switch button", - "string": "This is free shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2324036635": { - "context": "order weight range", - "string": "Weight range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2533614652": { - "context": "order price range", - "string": "Value range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2892088870": { - "context": "dialog header", - "string": "添加优惠利率" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3213611593": { - "context": "shipping method", - "string": "Rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3463567334": { - "string": "Maximal Order Value" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3659741519": { - "string": "Maximal Order Weight" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_382595300": { - "context": "shipping method name", - "string": "Rate Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3934114933": { - "context": "dialog header", - "string": "Edit Price Rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_4152709923": { - "context": "edit weight based shipping method, dialog header", - "string": "Edit Weight Rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_4226393146": { - "string": "This rate will apply to all orders of all prices" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_882649212": { - "context": "shipping method has no value limits", - "string": "There are no value limits" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "价格" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "名字" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_1221560277": { - "context": "section header", - "string": "货仓" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_2304484478": { - "context": "button", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_3852102652": { - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_46197273": { - "context": "input placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "配送" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "国家" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "名字" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Are you sure you want to delete {shippingZoneName} shipping zone?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Delete Shipping Zones" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_131963671": { - "context": "unassign country", - "string": "Are you sure you want to delete {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_3133838427": { - "context": "unassign country, dialog header", - "string": "Delete from Shipping Zone" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_1987367127": { - "string": "Store Description" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_3808773492": { - "string": "URL of your online store" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_1238948746": { - "context": "dialog header", - "string": "添加新的授权密钥" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2237029987": { - "string": "密码" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2446088470": { - "context": "authentication provider API key", - "string": "密钥" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_3039841202": { - "context": "authentication provider name", - "string": "Authentication type" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_50561933": { - "context": "button", - "string": "添加认证" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_1114030884": { - "context": "button", - "string": "添加键" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_1270286507": { - "context": "authentication provider name", - "string": "Authentication Type" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_226491688": { - "context": "section header", - "string": "Authentication Keys" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_2446088470": { - "context": "authentication provider API key", - "string": "密钥" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_3981699144": { - "context": "no authentication provider API keys", - "string": "No keys" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_1124962330": { - "string": "Mailing email address" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_1672275992": { - "context": "email sender", - "string": "This will be visible as \"from\" name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_280712237": { - "context": "section header", - "string": "邮件配置" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_297689661": { - "string": "Configurate your email address from which all automatic emails will be sent to your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_3211348653": { - "string": "Customer password reset URL" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_3447841451": { - "string": "This URL will be used as a main URL for password resets. It will be sent via email." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_50742153": { - "string": "URL address" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_70179174": { - "string": "Mailing email sender" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_1004240342": { - "string": "This adress will be used to generate invoices and calculate shipping rates." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_1214877701": { - "string": "Authentication method defines additional ways that customers can log in to your ecommerce." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_2768400497": { - "context": "section header", - "string": "公司信息" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_280712237": { - "context": "section header", - "string": "邮件配置" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_3657173399": { - "string": "Email adress you provide here will be used as a contact adress for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_3799756739": { - "string": "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_4088830385": { - "context": "section header", - "string": "Authentication Methods" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_866304242": { - "string": "This where you will find all of the settings determining your stores e-mails. You can determine main email address and some of the contents of your emails." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "权限" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_881953347": { - "context": "checkbox label", - "string": "活动的用户" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "全部员工" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Search Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Invite staff member" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "激活" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "状态" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "不活跃" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": " 电子邮箱" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "激活" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "名字" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "New Password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "修改密码" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "修改密码" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "密码" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Preferred Language" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2771097267": { - "context": "button", - "string": "更换图片" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_457748370": { - "context": "button", - "string": "Delete photo" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Are you sure you want to remove {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Delete Staff User Avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Are you sure you want to delete {email} from staff members?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "状态" - }, - "src_dot_summary": { - "string": "摘要" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "税" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "税" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "国家代码" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "国家名字" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1040021611": { - "context": "tax rate", - "string": "住处" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1260218997": { - "context": "tax rate", - "string": "Social housing" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1323923780": { - "context": "tax rate", - "string": "单车" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1451721797": { - "context": "tax rate", - "string": "Newspapers" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "分类" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2185495435": { - "context": "tax rate", - "string": "Admission to cultural events" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2201910191": { - "context": "tax rate", - "string": "婴儿食物" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_231341634": { - "context": "tax rate", - "string": "Domestic services" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2332795012": { - "context": "tax rate", - "string": "Foodstuffs" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2394675125": { - "context": "tax rate", - "string": "书籍" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2465450918": { - "context": "tax rate", - "string": "农业供给" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2482229874": { - "context": "tax rate", - "string": "Standard" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2553129615": { - "context": "tax rate", - "string": "Passenger transport" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2557534380": { - "context": "tax rate", - "string": "Admission to entertainment events" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2584490289": { - "context": "tax rate", - "string": "童衫" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2616794607": { - "context": "tax rate", - "string": "Admission to sporting events" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2948462144": { - "context": "tax rate", - "string": "Medical" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_331632763": { - "context": "tax rate", - "string": "酒店" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_331757068": { - "context": "tax rate", - "string": "E-books" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3500730003": { - "context": "tax rate", - "string": "Domestic fuel" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3525010870": { - "context": "tax rate", - "string": "Water" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3911019760": { - "context": "tax rate", - "string": "广告" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_4199760668": { - "context": "tax rate", - "string": "Property renovations" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_752780599": { - "context": "tax rate", - "string": "Wine" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_776474251": { - "context": "tax rate", - "string": "Restaurants" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_815189256": { - "context": "tax rate", - "string": "Pharmaceuticals" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "所有商品的价格已包含税" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Show gross prices to customers in the storefront" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Charge taxes on shipping rates" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Fetch taxes" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Successfully fetched tax rates" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Original String" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Translation" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Discard" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "No translation yet" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "分类名" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Translation Category \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "系列名" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Translation Collection \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "语言" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1930485532": { - "string": "Search Voucher" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2105464697": { - "string": "Search Product" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "系列" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2559018090": { - "string": "Search Page" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "产品" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "页" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3420445375": { - "string": "Search Product Type" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "产品分类" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3841025483": { - "string": "Search Category" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4057224233": { - "string": "Search Collection" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "促销" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "优惠券" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_765385638": { - "string": "Product Types" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "完整翻译" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "名字" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "语言" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "语言" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "内容" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_1281101905": { - "context": "header", - "string": "Translation Product Type \"{productTypeName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_1567737068": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_2510190956": { - "context": "header", - "string": "Product Attribute ({attributeName})" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_3538502409": { - "context": "header", - "string": "Variant Attribute ({attributeName})" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "描述" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Translation Sale \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Sale Name" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Translation Voucher \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Voucher Name" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "未完成" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "账单地址未设定" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "人工付款不能退款" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "只有预先授权的付款才能作废" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "只有预授权的付款可以被抓取" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "送货方法不适用于所选送货地址" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "优惠券" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "货仓" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "地址信息" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "地址信息" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "动作" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "名字" - }, - "src_dot_warehouses_dot_components_dot_WarehouseZones_dot_1225932315": { - "context": "zones that warehouse sends to", - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseZones_dot_2423245141": { - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookCreatePage_dot_3493926696": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "您确认想要删除 {name}??" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_1436364351": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_1606361075": { - "context": "event", - "string": "Order updated" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_2454751033": { - "context": "event", - "string": "全部事件" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_2899821092": { - "context": "event", - "string": "Product created" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3051538277": { - "context": "webhook events", - "string": "Expand or restrict webhooks permissions to register certain events in Saleor system." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3345061702": { - "context": "event", - "string": "Order fully paid" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3400883706": { - "context": "event", - "string": "Order created" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3617444329": { - "context": "event", - "string": "Order cancelled" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3907151399": { - "context": "event", - "string": "Order fulfilled" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3970234993": { - "context": "event", - "string": "Customer created" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_40035964": { - "context": "event", - "string": "Changed quantity in checkout" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_4281441551": { - "context": "event", - "string": "Fulfillment created" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1690209105": { - "context": "webhook", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1826224431": { - "context": "webhook", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_330298209": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3763861707": { - "context": "webhook target url help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3809115222": { - "context": "webhook secret key help text", - "string": "secret key is used to create a hash signature with each payload. *optional field" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3995417850": { - "context": "webhook", - "string": "Secrect Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_4194304040": { - "context": "webhook specific information", - "string": "Webhook specific information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_819389696": { - "string": "Assign to Service Account" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_2772025990": { - "context": "webhooks active", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_313090629": { - "context": "webhook active", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_596557805": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_1595053355": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_408706360": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_1432828311": { - "string": "Search Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_2295583901": { - "context": "button", - "string": "Create webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_3300314452": { - "context": "tab name", - "string": "所有Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_active": { - "context": "webhook", - "string": "激活" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_inactive": { - "context": "webhook", - "string": "不活跃" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_2487865635": { - "context": "webhook service account", - "string": "Service Account" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "动作" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "名字" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "voucherDetailsUnassignCategory": { - "context": "unassign category from voucher, button", - "string": "取消分配" - }, - "voucherDetailsUnassignCollection": { - "context": "unassign collection from voucher, button", - "string": "取消分配" - }, - "voucherDetailsUnassignProduct": { - "context": "unassign product from voucher, button", - "string": "取消分配" - } -} \ No newline at end of file diff --git a/locale/zh-Hant.json b/locale/zh-Hant.json deleted file mode 100644 index 1e229ddf4..000000000 --- a/locale/zh-Hant.json +++ /dev/null @@ -1,5396 +0,0 @@ -{ - "OrderCancelDialogHeader": { - "context": "dialog header", - "string": "取消訂單" - }, - "configurationMenuAttributes": { - "string": "Determine attributes used to create product types" - }, - "configurationMenuNavigation": { - "string": "Define how users can navigate through your store" - }, - "configurationMenuPages": { - "string": "Manage and add additional pages" - }, - "configurationMenuPermissionGroups": { - "string": "Manage your permission groups and their permissions" - }, - "configurationMenuProductTypes": { - "string": "Define types of products you sell" - }, - "configurationMenuShipping": { - "string": "Manage how you ship out orders" - }, - "configurationMenuSiteSettings": { - "string": "View and update your site settings" - }, - "configurationMenuStaff": { - "string": "Manage your employees and their permissions" - }, - "configurationMenuTaxes": { - "string": "Manage how your store charges tax" - }, - "configurationMenuWarehouses": { - "string": "Manage and update your warehouse information" - }, - "configurationPluginsPages": { - "string": "View and update your plugins and their settings." - }, - "homeActivityCardHeader": { - "context": "header", - "string": "Activity" - }, - "homeActivityCardNoActivities": { - "string": "No activities found" - }, - "homeAnalyticsCardHeader": { - "string": "今天" - }, - "homeHeaderText": { - "context": "header", - "string": "Hello there, {userName}" - }, - "homeHeaderTextCaption": { - "context": "subheader", - "string": "Here is some information we gathered about your store" - }, - "homeNotificationTableNoOrders": { - "string": "No orders ready to fulfill" - }, - "homeNotificationTableOrders": { - "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} Orders are ready to fulfill}}" - }, - "homeNotificationTablePayments": { - "string": "{amount, plural,one {One payment to capture} other {{amount} Payments to capture}}" - }, - "homeNotificationTableProducts": { - "string": "{amount, plural,one {One product out of stock} other {{amount} Products out of stock}}" - }, - "homeNotificationsNoPayments": { - "string": "No payments waiting for capture" - }, - "homeNotificationsTableNoProducts": { - "string": "No products out of stock" - }, - "homeProductListCardOrders": { - "context": "number of ordered products", - "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" - }, - "homeProductsListCardHeader": { - "context": "header", - "string": "Top Products" - }, - "homeProductsListCardNoProducts": { - "string": "No products found" - }, - "homeScreenDisclaimer": { - "context": "header", - "string": "Disclaimer" - }, - "homeScreenDisclaimerText1": { - "string": "The new dashboard and the GraphQL API are preview-quality software." - }, - "homeScreenDisclaimerText2": { - "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." - }, - "homeScreenHeader": { - "context": "header", - "string": "Hello there, {userName}" - }, - "menuCreateDialogHeader": { - "context": "dialog header", - "string": "Create Menu" - }, - "menuCreateDialogMenuTitleLabel": { - "string": "Menu Title" - }, - "menuDetailsDeleteMenuContent": { - "string": "Are you sure you want to delete menu {menuName}?" - }, - "menuDetailsDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuDetailsPageHelperText": { - "string": "Creating the navigation structure is done by dragging and dropping. Simply create a new menu item and then drag it into its destined place. You can move items inside one another to create a tree structure and drag items up and down to create a hierarchy" - }, - "menuItemDialogAddItem": { - "context": "create new menu item, header", - "string": "Add Item" - }, - "menuItemDialogAddLink": { - "context": "add link to navigation", - "string": "Link to: {url}" - }, - "menuItemDialogEditItem": { - "context": "edit menu item, header", - "string": "Edit Item" - }, - "menuItemDialogLinkLabel": { - "context": "label", - "string": "Link" - }, - "menuItemDialogLinkPlaceholder": { - "string": "Start typing to begin search..." - }, - "menuItemDialogNameLabel": { - "context": "menu item name", - "string": "名字" - }, - "menuItemsAddItem": { - "context": "add new menu item", - "string": "Create new item" - }, - "menuItemsHeader": { - "context": "header", - "string": "Menu Items" - }, - "menuItemsPlaceholder": { - "string": "Add new menu item to begin creating menu" - }, - "menuListCreatedMenu": { - "string": "Created menu" - }, - "menuListDeleteMenuContent": { - "string": "Are you sure you want to delete {menuName}?" - }, - "menuListDeleteMenuHeader": { - "context": "dialog header", - "string": "Delete Menu" - }, - "menuListDeleteMenusContent": { - "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" - }, - "menuListDeleteMenusHeader": { - "context": "dialog header", - "string": "Delete Menus" - }, - "menuListDeletedMenu": { - "string": "Deleted menu" - }, - "menuListItems": { - "context": "number of menu items", - "string": "Items" - }, - "menuListMenutitle": { - "string": "Menu Title" - }, - "menuListNoMenus": { - "string": "No menus found" - }, - "menuListPageAddMenu": { - "context": "button", - "string": "Create Menu" - }, - "menuPropertiesMenuTitle": { - "string": "Menu Title" - }, - "orderCustomerBillingAddressNotSet": { - "context": "no address is set in draft order", - "string": "Not set" - }, - "orderCustomerCustomerNotSet": { - "context": "customer is not set in draft order", - "string": "Not set" - }, - "orderCustomerShippingAddressNotSet": { - "context": "shipping address is not set in draft order", - "string": "Not set" - }, - "orderPaymentShippingDoesNotApply": { - "context": "order does not require shipping", - "string": "does not apply" - }, - "orderPaymentVATDoesNotApply": { - "context": "vat not included in order price", - "string": "does not apply" - }, - "productStatusLabel": { - "context": "product", - "string": "已發佈" - }, - "productStockHeader": { - "context": "product stock, section header", - "string": "Inventory" - }, - "productTypeCreateHeader": { - "context": "window title", - "string": "Create Product Type" - }, - "productTypeCreatePageHeader": { - "context": "header", - "string": "Create Product Type" - }, - "productTypeTaxesHeader": { - "context": "section header", - "string": "Taxes" - }, - "productTypeTaxesInputLabel": { - "string": "Taxes" - }, - "productVariantCreatePricesPriceInputLabel": { - "string": "價格" - }, - "productVariantCreatePricesSetPricePlaceholder": { - "context": "variant price", - "string": "價格" - }, - "productVariantCreatePricesStockInputLabel": { - "string": "Stock" - }, - "productVariantCreatorStockSectionHeader": { - "context": "variant stock, header", - "string": "Stock" - }, - "productVariantCreatorWarehouseSectionHeader": { - "context": "header", - "string": "Warehouses" - }, - "productVariantPriceOptionalCostPriceField": { - "context": "optional field", - "string": "Optional" - }, - "productVariantPriceOptionalPriceField": { - "context": "optional field", - "string": "Optional" - }, - "saleDetailsPageCategoriesQuantity": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "saleDetailsPageCollectionsQuantity": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "saleDetailsPageProductsQuantity": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "saleDetailsUnassignCategory": { - "context": "unassign category from sale, button", - "string": "Unassign" - }, - "saleDetailsUnassignCollection": { - "context": "unassign collection from sale, button", - "string": "Unassign" - }, - "saleDetailsUnassignProduct": { - "context": "unassign product from sale, button", - "string": "Unassign" - }, - "shippingZoneDetailsDialogsDeleteShippingMethod": { - "context": "delete shipping method", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneDetailsDialogsDeleteShippingZone": { - "context": "delete shipping zone", - "string": "Are you sure you want to delete {name}?" - }, - "shippingZoneWarehouses_dot_autocomplete_dot_label": { - "context": "autocomplete select label", - "string": "Warehouse" - }, - "siteSettingsMailingHelperText": { - "context": "helper text", - "string": "Mailing Configuration" - }, - "src_dot_accept": { - "context": "button", - "string": "Accept" - }, - "src_dot_attributes": { - "context": "attributes section name", - "string": "屬性" - }, - "src_dot_attributes_dot_attributeSlugUnique": { - "string": "Attribute with this slug already exists" - }, - "src_dot_attributes_dot_attributeValueAlreadyExists": { - "string": "This value already exists within this attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" - }, - "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { - "context": "dialog title", - "string": "Delete attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { - "context": "dialog title", - "string": "Delete attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { - "context": "dialog content", - "string": "Are you sure you want to delete {attributeName}?" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_1005562666": { - "context": "attribute's editor component", - "string": "Catalog Input type for Store Owner" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_1336738461": { - "context": "product attribute type", - "string": "Dropdown" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_2592224946": { - "context": "check to require attribute to have value", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_3334509011": { - "context": "product attribute type", - "string": "Multiple Select" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_3605174225": { - "context": "attribute's slug short code label", - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_4107478955": { - "context": "attribute slug input field helper text", - "string": "This is used internally. Make sure you don’t use spaces" - }, - "src_dot_attributes_dot_components_dot_AttributeDetails_dot_691600601": { - "context": "attribute's label", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { - "context": "tab name", - "string": "All Attributes" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { - "context": "button", - "string": "Create attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { - "string": "Search Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { - "context": "attribute can be column in product list table", - "string": "Can be used as column" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { - "context": "use attribute in filtering", - "string": "Filterable in Dashboard" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { - "context": "use attribute in filtering", - "string": "Filterable in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { - "context": "attribute can be used only in variants", - "string": "Variant Only" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { - "context": "attribute value is required", - "string": "Value Required" - }, - "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { - "context": "attribute", - "string": "Visible on Product Page in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { - "context": "attribute can be searched in storefront", - "string": "Use in faceted search" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { - "context": "attribute can be searched in dashboard", - "string": "Searchable" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { - "string": "Attribute Code" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { - "context": "attribute is visible", - "string": "Visible" - }, - "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { - "context": "attribute's label'", - "string": "Default Label" - }, - "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { - "context": "page title", - "string": "Create New Attribute" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_1318123158": { - "context": "attribute is filterable in storefront", - "string": "Use in Faceted Navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_1877630205": { - "context": "attribute properties regarding storefront", - "string": "Storefront Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_26409543": { - "context": "attribute properties regarding dashboard", - "string": "Dashboard Properties" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_3590282519": { - "context": "attribute position in storefront filters", - "string": "Position in faceted navigation" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_3876764312": { - "context": "attribute", - "string": "Visible on Product Page in Storefront" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_4048785456": { - "string": "If enabled this attribute can be used as a column in product table." - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_673770329": { - "context": "add attribute as column in product list table", - "string": "Add to Column Options" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_714335445": { - "context": "use attribute in filtering", - "string": "Use in Filtering" - }, - "src_dot_attributes_dot_components_dot_AttributeProperties_dot_787251583": { - "string": "If enabled, you’ll be able to use this attribute to filter products in product list." - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { - "context": "delete attribute value", - "string": "Are you sure you want to delete \"{name}\" value?" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { - "context": "dialog title", - "string": "Delete attribute value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { - "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { - "context": "edit attribute value", - "string": "Edit Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { - "context": "add attribute value", - "string": "Add Value" - }, - "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { - "context": "attribute name", - "string": "名字" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { - "context": "attribute values list: name column header", - "string": "Default Store View" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { - "context": "attribute values list: slug column header", - "string": "Admin" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { - "context": "No attribute values found", - "string": "No values found" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { - "context": "section header", - "string": "Attribute Values" - }, - "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { - "context": "assign attribute value button", - "string": "Assign value" - }, - "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { - "string": "Successfully created attribute" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { - "context": "attribute value deleted", - "string": "Value deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { - "string": "Attribute deleted" - }, - "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { - "context": "added new attribute value", - "string": "Added new value" - }, - "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { - "context": "deleted multiple attributes", - "string": "Attributes successfully delete" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_109182747": { - "context": "button", - "string": "登入" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { - "string": "密碼" - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_3476994590": { - "string": "Sorry, your username and/or password are incorrect. Please try again." - }, - "src_dot_auth_dot_components_dot_LoginPage_dot_4028609483": { - "context": "button", - "string": "Reset your password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { - "string": "New Password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1915811227": { - "string": "Please set up a new password." - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { - "context": "button", - "string": "Set new password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { - "string": "Confirm Password" - }, - "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { - "string": "Passwords do not match" - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2370700732": { - "string": "Forgot your password? Don't worry, we'll reset it for you." - }, - "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_3663311080": { - "context": "password reset, button", - "string": "Send Instructions" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { - "context": "button", - "string": "Back to login" - }, - "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { - "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." - }, - "src_dot_auth_dot_views_dot_2388238158": { - "string": "Provided email address does not exist in our database." - }, - "src_dot_availability": { - "string": "Availability" - }, - "src_dot_back": { - "context": "button", - "string": "Back" - }, - "src_dot_cancel": { - "context": "button", - "string": "取消" - }, - "src_dot_cancelled": { - "context": "order status", - "string": "Cancelled" - }, - "src_dot_catalog": { - "string": "Catalog" - }, - "src_dot_categories": { - "context": "categories section name", - "string": "產品分類" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { - "context": "page header", - "string": "Create New Category" - }, - "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { - "context": "delete category", - "string": "Are you sure you want to delete {categoryName}?" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { - "string": "Category Description" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { - "context": "button", - "string": "Create category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { - "string": "Search Category" - }, - "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { - "context": "tab name", - "string": "All Categories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { - "string": "No subcategories found" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { - "context": "number of subcategories", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { - "context": "number of products", - "string": "No. of Products" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1134347598": { - "context": "product price", - "string": "價格" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_2341910657": { - "context": "product", - "string": "Not published" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_3640454975": { - "context": "product status", - "string": "已發佈" - }, - "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { - "context": "product", - "string": "名字" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { - "context": "button", - "string": "新增產品" - }, - "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { - "context": "header", - "string": "Products in {categoryName}" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { - "context": "number of subcategories in category", - "string": "Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { - "string": "Add search engine title and description to make this category easier to find" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { - "context": "number of products in category", - "string": "產品" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { - "context": "section header", - "string": "All Subcategories" - }, - "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { - "context": "button", - "string": "Create subcategory" - }, - "src_dot_categories_dot_views_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_categories_dot_views_dot_1204353135": { - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_categories_dot_views_dot_1754466114": { - "string": "Category created" - }, - "src_dot_categories_dot_views_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_2004894945": { - "context": "dialog title", - "string": "Delete category" - }, - "src_dot_categories_dot_views_dot_2189424032": { - "string": "Category deleted" - }, - "src_dot_categories_dot_views_dot_2507763081": { - "context": "dialog title", - "string": "Delete products" - }, - "src_dot_categories_dot_views_dot_3488150607": { - "string": "Remember this will also delete all products assigned to this category." - }, - "src_dot_categories_dot_views_dot_712767046": { - "context": "dialog title", - "string": "Delete categories" - }, - "src_dot_categories_dot_views_dot_847492725": { - "string": "Are you sure you want to delete {categoryName}?" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { - "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { - "string": "Remember this will also delete all products assigned to this category." - }, - "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { - "context": "dialog title", - "string": "Delete categories" - }, - "src_dot_clear": { - "context": "button", - "string": "清空" - }, - "src_dot_collections": { - "context": "collections section name", - "string": "Collections" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_1815688500": { - "context": "collection", - "string": "since {date}" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_2001551496": { - "context": "collection", - "string": "will be visible from {date}" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { - "context": "page header", - "string": "Add Collection" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_1815688500": { - "context": "collection", - "string": "since {date}" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_2001551496": { - "context": "collection", - "string": "will be visible from {date}" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_2906897537": { - "context": "switch button", - "string": "Feature on Homepage" - }, - "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { - "string": "Add search engine title and description to make this collection easier to find" - }, - "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { - "context": "collection name", - "string": "名字" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { - "context": "section header", - "string": "Background Image (optional)" - }, - "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { - "context": "field is optional", - "string": "(Optional)" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { - "context": "tab name", - "string": "All Collections" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_4057224233": { - "string": "Search Collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { - "context": "button", - "string": "Create collection" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { - "context": "collection", - "string": "Hidden" - }, - "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { - "context": "collection", - "string": "已發佈" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2341910657": { - "context": "collection is not published", - "string": "Not published" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { - "string": "No. of Products" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { - "string": "Collection Name" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { - "context": "collection availability", - "string": "Availability" - }, - "src_dot_collections_dot_components_dot_CollectionList_dot_3640454975": { - "context": "collection is published", - "string": "已發佈" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_2341910657": { - "context": "product is not published", - "string": "Not published" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_3640454975": { - "context": "product is published", - "string": "已發佈" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { - "context": "products in collection", - "string": "Products in {name}" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { - "context": "button", - "string": "Assign product" - }, - "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { - "context": "product name", - "string": "名字" - }, - "src_dot_collections_dot_views_dot_1152429477": { - "string": "Deleted collection" - }, - "src_dot_collections_dot_views_dot_2001540731": { - "string": "Added product to collection" - }, - "src_dot_collections_dot_views_dot_2402899582": { - "string": "Are you sure you want to delete collection's image?" - }, - "src_dot_collections_dot_views_dot_3215481647": { - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_collections_dot_views_dot_3482612628": { - "string": "Deleted product from collection" - }, - "src_dot_collections_dot_views_dot_3791354625": { - "context": "dialog title", - "string": "Unassign products from collection" - }, - "src_dot_collections_dot_views_dot_523939418": { - "string": "Are you sure you want to delete {collectionName}?" - }, - "src_dot_collections_dot_views_dot_686910896": { - "context": "window title", - "string": "Create collection" - }, - "src_dot_collections_dot_views_dot_699514132": { - "context": "dialog title", - "string": "Delete Collection" - }, - "src_dot_collections_dot_views_dot_870815507": { - "context": "unassign product from collection, button", - "string": "Unassign" - }, - "src_dot_collections_dot_views_dot_942133001": { - "context": "dialog title", - "string": "Delete image" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_1547167026": { - "context": "publish collections", - "string": "發佈" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_1944626595": { - "string": "{counter,plural,one {Are you sure you want to unpublish this collection?} other {Are you sure you want to unpublish {displayQuantity} collections?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2237014112": { - "context": "unpublish collections", - "string": "取消發佈" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { - "string": "{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2637364047": { - "context": "dialog title", - "string": "Unpublish collections" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2756013640": { - "string": "{counter,plural,one {Are you sure you want to publish this collection?} other {Are you sure you want to publish {displayQuantity} collections?}}" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_2823425739": { - "context": "dialog title", - "string": "Publish collections" - }, - "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { - "context": "dialog title", - "string": "Delete collections" - }, - "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { - "string": "Permission groups" - }, - "src_dot_components_dot_AccountPermissions_dot_2690176844": { - "context": "dialog header", - "string": "權限" - }, - "src_dot_components_dot_AccountPermissions_dot_2731975416": { - "context": "card section description", - "string": "Available permissions" - }, - "src_dot_components_dot_AccountPermissions_dot_2853621891": { - "context": "exceeded permissions description", - "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." - }, - "src_dot_components_dot_AccountPermissions_dot_3674526441": { - "context": "permission list item description", - "string": "This group is last source of that permission" - }, - "src_dot_components_dot_AccountStatus_dot_2183517419": { - "context": "section header", - "string": "Account Status" - }, - "src_dot_components_dot_AccountStatus_dot_2683780981": { - "string": "If you want to disable this account uncheck the box below" - }, - "src_dot_components_dot_AddressEdit_dot_1139500589": { - "string": "國家" - }, - "src_dot_components_dot_AddressEdit_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_AddressEdit_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_AddressEdit_dot_253031977": { - "string": "城市" - }, - "src_dot_components_dot_AddressEdit_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_AddressEdit_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_AddressEdit_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_AddressEdit_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_AppLayout_dot_21332146": { - "context": "button", - "string": "登出" - }, - "src_dot_components_dot_AppLayout_dot_248888005": { - "context": "button", - "string": "Account Settings" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_1305061437": { - "string": "Search Categories" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_190977792": { - "context": "dialog header", - "string": "Assign Categories" - }, - "src_dot_components_dot_AssignCategoryDialog_dot_3690273268": { - "string": "Search by category name, etc..." - }, - "src_dot_components_dot_AssignCategoryDialog_dot_3973677075": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_1035511604": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_2605414502": { - "string": "Search by collection name, etc..." - }, - "src_dot_components_dot_AssignCollectionDialog_dot_3992923611": { - "context": "dialog header", - "string": "Assign Collection" - }, - "src_dot_components_dot_AssignCollectionDialog_dot_4057224233": { - "string": "Search Collection" - }, - "src_dot_components_dot_AssignProductDialog_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_components_dot_AssignProductDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_components_dot_AssignProductDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_components_dot_AssignProductDialog_dot_649693468": { - "context": "dialog header", - "string": "Assign Product" - }, - "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { - "string": "No results" - }, - "src_dot_components_dot_ColumnPicker_dot_1483881697": { - "context": "button", - "string": "Reset" - }, - "src_dot_components_dot_ColumnPicker_dot_2539195044": { - "context": "select visible columns button", - "string": "Columns" - }, - "src_dot_components_dot_ColumnPicker_dot_2715399461": { - "context": "pick columns to display", - "string": "{numberOfSelected} columns selected out of {numberOfTotal}" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { - "string": "國家" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { - "string": "Phone" - }, - "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { - "string": "Address line 1" - }, - "src_dot_components_dot_CompanyAddressInput_dot_253031977": { - "string": "城市" - }, - "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { - "string": "ZIP / Postal code" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { - "string": "Address line 2" - }, - "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { - "string": "Company" - }, - "src_dot_components_dot_CompanyAddressInput_dot_944851093": { - "string": "Country area" - }, - "src_dot_components_dot_ConfirmButton_dot_2845142593": { - "context": "button", - "string": "Error" - }, - "src_dot_components_dot_CountryList_dot_2460766407": { - "context": "number of countries", - "string": "{number} Countries" - }, - "src_dot_components_dot_CountryList_dot_2747492886": { - "context": "button", - "string": "Assign countries" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { - "context": "custom search delete, dialog header", - "string": "Delete Search" - }, - "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { - "string": "Are you sure you want to delete {name} search tab?" - }, - "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { - "context": "header", - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_1723676032": { - "context": "button", - "string": "Back to home" - }, - "src_dot_components_dot_ErrorPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_ErrorPage_dot_2845142593": { - "string": "Error" - }, - "src_dot_components_dot_ErrorPage_dot_3090161573": { - "string": "Don't worry, everything is gonna be fine" - }, - "src_dot_components_dot_ErrorPage_dot_3182212440": { - "string": "We've encountered a problem..." - }, - "src_dot_components_dot_FileUpload_dot_3050254265": { - "context": "upload file, button", - "string": "Upload" - }, - "src_dot_components_dot_FilterBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_FilterBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_FilterBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_FilterCard_dot_996289613": { - "string": "過濾" - }, - "src_dot_components_dot_Filter_dot_2332404293": { - "context": "search", - "string": "No results" - }, - "src_dot_components_dot_Filter_dot_2683154806": { - "context": "is filter range or value", - "string": "equal to" - }, - "src_dot_components_dot_Filter_dot_2779594451": { - "context": "filter range separator", - "string": "and" - }, - "src_dot_components_dot_Filter_dot_4190318230": { - "context": "search results", - "string": "Show more" - }, - "src_dot_components_dot_Filter_dot_773313536": { - "context": "is filter range or value", - "string": "between" - }, - "src_dot_components_dot_Filter_dot_996289613": { - "string": "過濾" - }, - "src_dot_components_dot_ImageUpload_dot_1731007575": { - "context": "image upload", - "string": "Drop here to upload" - }, - "src_dot_components_dot_LanguageSwitch_dot_4150219184": { - "context": "button", - "string": "{languageName} - {languageCode}" - }, - "src_dot_components_dot_ListField_dot_3099331554": { - "context": "button", - "string": "新增" - }, - "src_dot_components_dot_MoneyRange_dot_12301532": { - "context": "money", - "string": "to {money}" - }, - "src_dot_components_dot_MoneyRange_dot_1316359951": { - "context": "money", - "string": "{fromMoney} - {toMoney}" - }, - "src_dot_components_dot_MoneyRange_dot_3729849657": { - "context": "money", - "string": "from {money}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Add new value: {value}" - }, - "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_MultiSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_Navigator_dot_1116468870": { - "context": "navigator placeholder", - "string": "Order Number" - }, - "src_dot_components_dot_Navigator_dot_1167695965": { - "context": "navigator placeholder", - "string": "Type Command" - }, - "src_dot_components_dot_Navigator_dot_1643417013": { - "context": "navigator placeholder", - "string": "Search Customer" - }, - "src_dot_components_dot_Navigator_dot_1809988825": { - "context": "navigator section header", - "string": "Search in Customers" - }, - "src_dot_components_dot_Navigator_dot_2874620973": { - "context": "navigator placeholder", - "string": "Type {key} to see available actions" - }, - "src_dot_components_dot_Navigator_dot_2935523260": { - "context": "navigator placeholder", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_3060198201": { - "context": "navigator section header", - "string": "Navigate to" - }, - "src_dot_components_dot_Navigator_dot_3384551821": { - "context": "navigator notification", - "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." - }, - "src_dot_components_dot_Navigator_dot_3636839115": { - "context": "navigator section header", - "string": "Quick Actions" - }, - "src_dot_components_dot_Navigator_dot_4290208300": { - "context": "navigator notification title", - "string": "Navigator is here to help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_category": { - "string": "Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collection": { - "string": "Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { - "context": "collection", - "string": "已發佈" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { - "context": "collection", - "string": "Not Published" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { - "context": "button", - "string": "Create Category" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { - "context": "button", - "string": "Create Collection" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { - "context": "button", - "string": "Create Customer" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { - "context": "button", - "string": "Create Order" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { - "context": "button", - "string": "Create Permission Group" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { - "context": "button", - "string": "Create Product" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { - "context": "button", - "string": "Create Voucher" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { - "string": "{firstName} {lastName}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { - "context": "navigator action", - "string": "Go to order #{orderNumber}" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { - "context": "navigator catalog mode description", - "string": "Search in Catalog" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { - "context": "navigator command mode description", - "string": "Search Command" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { - "context": "navigator customer mode description", - "string": "Search Customers" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { - "context": "navigator default mode description", - "string": "Search Views and Actions" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { - "context": "navigator help mode description", - "string": "Display Help" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { - "context": "navigator order mode description", - "string": "Search Orders" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { - "string": "No Results" - }, - "src_dot_components_dot_Navigator_dot_modes_dot_product": { - "string": "產品" - }, - "src_dot_components_dot_NotFoundPage_dot_2736139139": { - "string": "Ooops!..." - }, - "src_dot_components_dot_NotFoundPage_dot_4036415297": { - "string": "Something's missing" - }, - "src_dot_components_dot_NotFoundPage_dot_4205980614": { - "string": "Sorry, the page was not found" - }, - "src_dot_components_dot_NotFoundPage_dot_678743710": { - "context": "button", - "string": "Go back to dashboard" - }, - "src_dot_components_dot_RadioGroupField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_RichTextEditor_dot_1603794322": { - "context": "dialog header", - "string": "Add Image Link" - }, - "src_dot_components_dot_RichTextEditor_dot_2049070632": { - "context": "replace image, button", - "string": "Replace" - }, - "src_dot_components_dot_RichTextEditor_dot_2160163587": { - "context": "button", - "string": "Add or Edit Link" - }, - "src_dot_components_dot_RichTextEditor_dot_286109898": { - "context": "rich text error", - "string": "Invalid content" - }, - "src_dot_components_dot_RichTextEditor_dot_2925475978": { - "string": "URL Linked" - }, - "src_dot_components_dot_RichTextEditor_dot_4035057905": { - "string": "Image URL" - }, - "src_dot_components_dot_RowNumberSelect_dot_1154361791": { - "string": "No of Rows:" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { - "context": "save filter tab, header", - "string": "Save Custom Search" - }, - "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { - "context": "save search tab", - "string": "Search Name" - }, - "src_dot_components_dot_SearchBar_dot_2173195312": { - "context": "button", - "string": "Delete Search" - }, - "src_dot_components_dot_SearchBar_dot_2340527467": { - "string": "Custom Filter" - }, - "src_dot_components_dot_SearchBar_dot_3268463180": { - "context": "button", - "string": "Save Search" - }, - "src_dot_components_dot_SeoForm_dot_1324250412": { - "string": "Search engine title" - }, - "src_dot_components_dot_SeoForm_dot_1991321627": { - "string": "Search engine description" - }, - "src_dot_components_dot_SeoForm_dot_2378618579": { - "string": "If empty, the preview shows what will be autogenerated." - }, - "src_dot_components_dot_SeoForm_dot_3198271020": { - "context": "button", - "string": "Edit website SEO" - }, - "src_dot_components_dot_SeoForm_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_components_dot_SeoForm_dot_3877274856": { - "context": "character limit", - "string": "{numberOfCharacters} of {maxCharacters} characters" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { - "context": "add custom select input option", - "string": "Add new value: {value}" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { - "string": "None" - }, - "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_SingleSelectField_dot_4205644805": { - "string": "No results found" - }, - "src_dot_components_dot_TableHead_dot_868570480": { - "string": "Selected {number} items" - }, - "src_dot_components_dot_Timeline_dot_1359200231": { - "context": "add order note, button", - "string": "Send" - }, - "src_dot_components_dot_Timeline_dot_3028189627": { - "string": "Leave your note here..." - }, - "src_dot_components_dot_VisibilityCard_dot_1459686496": { - "context": "section header", - "string": "Visibility" - }, - "src_dot_components_dot_VisibilityCard_dot_2060790769": { - "context": "publish on date", - "string": "Publish on" - }, - "src_dot_components_dot_VisibilityCard_dot_292404896": { - "string": "Set publication date" - }, - "src_dot_components_dot_VisibilityCard_dot_643174786": { - "string": "Visible" - }, - "src_dot_components_dot_VisibilityCard_dot_77815154": { - "string": "Hidden" - }, - "src_dot_components_dot_WeightRange_dot_264731940": { - "context": "weight", - "string": "to {value} {unit}" - }, - "src_dot_components_dot_WeightRange_dot_2892071052": { - "context": "weight", - "string": "{fromValue} {fromUnit} - {toValue} {toUnit}" - }, - "src_dot_components_dot_WeightRange_dot_4256193688": { - "context": "weight", - "string": "from {value} {unit}" - }, - "src_dot_components_dot_Weight_dot_2781622322": { - "context": "weight", - "string": "{value} {unit}" - }, - "src_dot_configuration": { - "context": "configuration section name", - "string": "配置" - }, - "src_dot_configuration_dot_1233229030": { - "string": "Miscellaneous" - }, - "src_dot_configuration_dot_1440737903": { - "string": "Shipping Settings" - }, - "src_dot_configuration_dot_1639245766": { - "string": "View and update your webhook and their settings" - }, - "src_dot_configuration_dot_2326418019": { - "string": "Attributes and Product Typess" - }, - "src_dot_configuration_dot_2387898569": { - "string": "Manage external integrations accounts" - }, - "src_dot_configuration_dot_3140151600": { - "string": "Staff Settings" - }, - "src_dot_configuration_dot_3655543906": { - "string": "Product Settings" - }, - "src_dot_confirm": { - "context": "button", - "string": "Confirm" - }, - "src_dot_create": { - "context": "button", - "string": "創建" - }, - "src_dot_customers": { - "context": "customers section name", - "string": "客戶" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { - "context": "dialog title", - "string": "Edit Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { - "context": "dialog title", - "string": "Add Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1090326769": { - "context": "customer's address book, header", - "string": "{fullName}'s Address Book" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1428369222": { - "string": "This customer doesn’t have any adresses added to his address book. You can add address using the button below." - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1484733755": { - "string": "There is no address to show for this customer" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_3623935073": { - "context": "button", - "string": "Add address" - }, - "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_489918044": { - "context": "customer details, header", - "string": "{fullName} Details" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_1224809208": { - "string": "Default Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_1578192486": { - "string": "Default Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_2131178753": { - "context": "button", - "string": "Set as default shipping address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_3096438859": { - "context": "button", - "string": "Set as default billing address" - }, - "src_dot_customers_dot_components_dot_CustomerAddress_dot_4109348993": { - "string": "Default Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { - "context": "header", - "string": "Address Information" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { - "context": "subsection header", - "string": "Shipping Address" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { - "context": "subsection header", - "string": "地址" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { - "string": "This customer has no addresses yet" - }, - "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { - "context": "subsection header", - "string": "Billing Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { - "context": "page header", - "string": "Primary Address" - }, - "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { - "string": "The primary address of this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { - "context": "header", - "string": "Customer Overview" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { - "context": "notes about customer header", - "string": "Notes" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { - "context": "note about customer", - "string": "Note" - }, - "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { - "string": "Enter any extra infotmation regarding this customer." - }, - "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { - "context": "page header", - "string": "Create Customer" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { - "context": "check to mark this account as active", - "string": "User account active" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { - "context": "section subheader", - "string": "Active member since {date}" - }, - "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { - "context": "note about customer", - "string": "Note" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_252313757": { - "context": "customer informations, header", - "string": "Personal Informations" - }, - "src_dot_customers_dot_components_dot_CustomerInfo_dot_778526801": { - "context": "customer contact section, header", - "string": "Contact Informations" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { - "string": "Search Customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { - "context": "button", - "string": "Create customer" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { - "context": "tab name", - "string": "All Customers" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { - "context": "customer", - "string": "Join Date" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_moneySpent": { - "context": "customer", - "string": "Money Spent" - }, - "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { - "string": "Number of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { - "string": "No. of Orders" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { - "string": "No customers found" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { - "string": "Customer Email" - }, - "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { - "string": "Customer Name" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { - "context": "order status", - "string": "狀態" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { - "context": "section header", - "string": "最近的訂單" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { - "context": "number of order", - "string": "No. of Order" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { - "context": "button", - "string": "View all orders" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { - "context": "order placement date", - "string": "日期" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { - "context": "order total amount", - "string": "Total" - }, - "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { - "string": "No orders found" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { - "string": "Last login" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { - "string": "Last order" - }, - "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { - "context": "section header", - "string": "Customer History" - }, - "src_dot_customers_dot_views_dot_1927691511": { - "context": "delete customer, dialog content", - "string": "Are you sure you want to delete {email}?" - }, - "src_dot_customers_dot_views_dot_1998583641": { - "context": "dialog header", - "string": "Delete Customer" - }, - "src_dot_customers_dot_views_dot_2657976015": { - "context": "dialog header", - "string": "Delete Address" - }, - "src_dot_customers_dot_views_dot_2859116187": { - "context": "window title", - "string": "Create customer" - }, - "src_dot_customers_dot_views_dot_3689332763": { - "string": "Are you sure you want to delete this address from users address book?" - }, - "src_dot_customers_dot_views_dot_3901579344": { - "string": "Customer Removed" - }, - "src_dot_customers_dot_views_dot_3970234993": { - "string": "Customer created" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { - "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" - }, - "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { - "context": "dialog header", - "string": "Delete Customers" - }, - "src_dot_dashboard": { - "string": "後台" - }, - "src_dot_delete": { - "context": "button", - "string": "Delete" - }, - "src_dot_demo": { - "context": "notification message after log in", - "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." - }, - "src_dot_description": { - "string": "描述" - }, - "src_dot_discounts": { - "string": "折扣" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_1567318211": { - "string": "Category name" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_1681512341": { - "context": "section header", - "string": "Eligible Categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_2054128296": { - "string": "No categories found" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_2968663655": { - "context": "number of products", - "string": "產品" - }, - "src_dot_discounts_dot_components_dot_DiscountCategories_dot_3973677075": { - "context": "button", - "string": "Assign categories" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_1035511604": { - "context": "button", - "string": "Assign collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_2137803833": { - "string": "No collections found" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_2968663655": { - "context": "number of products", - "string": "產品" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_3011396316": { - "string": "Collection name" - }, - "src_dot_discounts_dot_components_dot_DiscountCollections_dot_452750900": { - "context": "section header", - "string": "Eligible Collections" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { - "context": "search box placeholder", - "string": "Search by country name" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { - "string": "Choose countries, you want voucher to be limited to, from the list below" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { - "context": "search box label", - "string": "Filter Countries" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { - "context": "button", - "string": "Assign countries" - }, - "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { - "context": "time during discount is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_1657559629": { - "string": "No products found" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2100305525": { - "context": "button", - "string": "Assign products" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2341910657": { - "context": "product is not published", - "string": "Not published" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_3640454975": { - "context": "product is published", - "string": "已發佈" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_discounts_dot_components_dot_DiscountProducts_dot_919175218": { - "context": "section header", - "string": "Eligible Products" - }, - "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { - "context": "page header", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { - "context": "button", - "string": "Create Sale" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { - "context": "tab name", - "string": "All Sales" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { - "context": "sale status", - "string": "Active" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { - "context": "sale status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { - "context": "sale status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { - "context": "sale start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { - "context": "sale status", - "string": "狀態" - }, - "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { - "context": "sale value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { - "context": "sale end date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { - "string": "No sales found" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { - "context": "sale start date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { - "context": "sale value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { - "context": "sale name", - "string": "名字" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { - "context": "percentage or fixed, header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { - "context": "discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { - "context": "sale value, header", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { - "context": "sale discount", - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { - "context": "page header", - "string": "Create Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { - "context": "voucher end date, switch button", - "string": "Set end date" - }, - "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { - "context": "time during voucher is active, header", - "string": "Active Dates" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { - "string": "Voucher applies to all countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { - "string": "Voucher is limited to these countries" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { - "context": "voucher country range", - "string": "國家" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { - "context": "number of categories", - "string": "Categories ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { - "context": "number of collections", - "string": "Collections ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { - "context": "number of products", - "string": "Products ({quantity})" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { - "string": "Discount Code" - }, - "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { - "context": "voucher code, button", - "string": "Generate Code" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_2215544659": { - "string": "Limit number of times this discount can be used in total" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_3459612469": { - "context": "limit voucher", - "string": "Limit to one use per customer" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_3751756157": { - "context": "voucher usage limit, header", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherLimits_dot_557552777": { - "context": "voucher", - "string": "Limit of Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { - "context": "tab name", - "string": "All Vouchers" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { - "string": "Search Voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { - "context": "button", - "string": "Create voucher" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { - "context": "voucher status", - "string": "Active" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { - "context": "voucher status", - "string": "Expired" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { - "context": "discount type", - "string": "Fixed amount" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { - "context": "discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { - "context": "voucher status", - "string": "Scheduled" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { - "context": "voucher start date", - "string": "Started" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { - "context": "voucher status", - "string": "狀態" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { - "context": "voucher", - "string": "Times used" - }, - "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { - "context": "voucher value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { - "context": "minimum amount of spent money to activate voucher", - "string": "Min. Spent" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { - "context": "voucher is active until date", - "string": "Ends" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { - "context": "voucher uses", - "string": "Uses" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { - "context": "voucher is active from date", - "string": "Starts" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { - "context": "voucher code", - "string": "Code" - }, - "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { - "string": "No vouchers found" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { - "context": "voucher requirements, header", - "string": "Minimum Requirements" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { - "context": "voucher has no requirements", - "string": "None" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { - "context": "voucher requirement", - "string": "Minimum quantity of items" - }, - "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { - "context": "voucher requirement", - "string": "Minimal order value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { - "context": "voucher value", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { - "context": "voucher value requirement", - "string": "Min. Order Value" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { - "context": "voucher", - "string": "Applies to" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { - "context": "voucher value requirement", - "string": "Usage Limit" - }, - "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { - "context": "voucher code", - "string": "Code" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { - "context": "header", - "string": "Discount Type" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { - "context": "voucher discount type", - "string": "Free Shipping" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { - "context": "voucher discount type", - "string": "Percentage" - }, - "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { - "context": "voucher discount type", - "string": "Fixed Amount" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { - "context": "section header", - "string": "Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { - "string": "Discount Value" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { - "context": "voucher application, switch button", - "string": "Only once per order" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { - "string": "Voucher Specific Information" - }, - "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { - "string": "If this option is disabled, discount will be counted for every eligible product" - }, - "src_dot_discounts_dot_order": { - "context": "voucher discount", - "string": "Entire order" - }, - "src_dot_discounts_dot_products": { - "context": "voucher discount", - "string": "Specific products" - }, - "src_dot_discounts_dot_shipment": { - "context": "voucher discount", - "string": "Shipment" - }, - "src_dot_discounts_dot_views_dot_1162257691": { - "string": "Deleted voucher" - }, - "src_dot_discounts_dot_views_dot_1402402714": { - "context": "dialog header", - "string": "Unassign Collections From Voucher" - }, - "src_dot_discounts_dot_views_dot_1457489953": { - "context": "dialog content", - "string": "Are you sure you want to delete {saleName}?" - }, - "src_dot_discounts_dot_views_dot_1827854264": { - "context": "dialog header", - "string": "Unassign Categories From Sale" - }, - "src_dot_discounts_dot_views_dot_1952217501": { - "context": "dialog header", - "string": "Unassign Collections From Sale" - }, - "src_dot_discounts_dot_views_dot_2072403265": { - "context": "dialog header", - "string": "Unassign Products From Voucher" - }, - "src_dot_discounts_dot_views_dot_2353723060": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this category?} other {Are you sure you want to unassign {displayQuantity} categories?}}" - }, - "src_dot_discounts_dot_views_dot_2534378844": { - "string": "Removed sale" - }, - "src_dot_discounts_dot_views_dot_2669520431": { - "context": "dialog header", - "string": "Unassign Categories From Voucher" - }, - "src_dot_discounts_dot_views_dot_3215481647": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" - }, - "src_dot_discounts_dot_views_dot_3261917848": { - "context": "dialog content", - "string": "Are you sure you want to delete {voucherCode}?" - }, - "src_dot_discounts_dot_views_dot_3395246518": { - "context": "dialog header", - "string": "Unassign Products From Sale" - }, - "src_dot_discounts_dot_views_dot_3707049729": { - "string": "Successfully created sale" - }, - "src_dot_discounts_dot_views_dot_506030254": { - "context": "dialog header", - "string": "Delete Sale" - }, - "src_dot_discounts_dot_views_dot_655651329": { - "string": "Successfully created voucher" - }, - "src_dot_discounts_dot_views_dot_767268203": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unassign this collection?} other {Are you sure you want to unassign {displayQuantity} collections?}}" - }, - "src_dot_discounts_dot_views_dot_895379508": { - "context": "dialog header", - "string": "Delete Voucher" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { - "context": "dialog header", - "string": "Delete Sales" - }, - "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this sale?} other {Are you sure you want to delete {displayQuantity} sales?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this voucher?} other {Are you sure you want to delete {displayQuantity} vouchers?}}" - }, - "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { - "context": "dialog header", - "string": "Delete Vouchers" - }, - "src_dot_done": { - "context": "button", - "string": "Done" - }, - "src_dot_draft": { - "context": "order status", - "string": "草稿" - }, - "src_dot_draftOrders": { - "context": "draft orders section name", - "string": "Draft Orders" - }, - "src_dot_drafts": { - "string": "Drafts" - }, - "src_dot_edit": { - "context": "button", - "string": "編輯" - }, - "src_dot_email": { - "string": "E-mail Address" - }, - "src_dot_endDate": { - "string": "End Date" - }, - "src_dot_endHour": { - "string": "End Hour" - }, - "src_dot_firstName": { - "string": "First Name" - }, - "src_dot_fulfilled": { - "context": "order status", - "string": "Fulfilled" - }, - "src_dot_generalInformations": { - "string": "General Informations" - }, - "src_dot_home": { - "context": "home section name", - "string": "首頁" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { - "string": "Order #{orderId} was placed from draft by {userEmail}" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { - "string": "Order #{orderId} was fully paid" - }, - "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { - "string": "Order #{orderId} was placed" - }, - "src_dot_lastName": { - "string": "Last Name" - }, - "src_dot_manage": { - "context": "button", - "string": "Manage" - }, - "src_dot_navigation": { - "context": "navigation section name", - "string": "Navigation" - }, - "src_dot_no": { - "string": "No" - }, - "src_dot_ok": { - "context": "button", - "string": "OK" - }, - "src_dot_optionalField": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_orders": { - "context": "orders section name", - "string": "訂單" - }, - "src_dot_orders_dot_components_dot_OrderAddressEditDialog_dot_3278396777": { - "context": "dialog header", - "string": "Edit Shipping Address" - }, - "src_dot_orders_dot_components_dot_OrderAddressEditDialog_dot_3982060155": { - "context": "dialog header", - "string": "Edit Billing Address" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { - "context": "dialog header", - "string": "Cancel Orders" - }, - "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { - "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" - }, - "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { - "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { - "context": "dialog header", - "string": "Saleor couldn’t cancel order" - }, - "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { - "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { - "string": "No notes from customer" - }, - "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { - "context": "notes about customer, header", - "string": "Notes" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { - "context": "subheader", - "string": "Contact Information" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { - "string": "Search Customers" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { - "context": "link", - "string": "View Profile" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { - "string": "Shipping Address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { - "context": "section header", - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { - "context": "billing address", - "string": "Same as shipping address" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { - "string": "Anonymous user" - }, - "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { - "string": "Billing Address" - }, - "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_1854613983": { - "context": "button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { - "context": "dialog header", - "string": "Delete Daft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { - "string": "Are you sure you want to delete draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { - "context": "price or ordered products", - "string": "價格" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { - "string": "產品" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { - "context": "quantity of ordered products", - "string": "庫存" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { - "string": "No Products added to Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { - "context": "total price of ordered products", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_2429341469": { - "context": "button", - "string": "Add shipping carrier" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_3202709354": { - "string": "Taxes (VAT included)" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_3594442178": { - "string": "No applicable shipping carriers" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_781550514": { - "context": "subtotal price or an order", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_878013594": { - "context": "total price of an order", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { - "context": "section header", - "string": "Order Details" - }, - "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { - "context": "button", - "string": "Add products" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_115822814": { - "string": "No billing address" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1161061962": { - "context": "dialog header", - "string": "Finalize Draft Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1297434244": { - "string": "No user information" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1472924390": { - "string": "There are missing or incorrect informations about this order:" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2430492151": { - "string": "No shipping address" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2824936338": { - "string": "Shipping method provided, but no product requires it" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2968256006": { - "string": "Some products require shipping, but no method provided" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_3358029330": { - "string": "Are you sure you want to finalize draft #{orderNumber}?" - }, - "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_678764806": { - "context": "button", - "string": "Finalize anyway" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { - "context": "tab name", - "string": "All Drafts" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { - "string": "Search Draft" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { - "context": "draft order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { - "context": "draft order", - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { - "string": "No draft orders found" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { - "context": "order draft creation date", - "string": "日期" - }, - "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { - "context": "order draft total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { - "context": "button", - "string": "Cancel order" - }, - "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { - "context": "button", - "string": "Finalize" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_1608534452": { - "context": "page header", - "string": "Order no. {orderNumber} - Add Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2094985970": { - "context": "quantity of fulfilled products", - "string": "Quantity to fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2095687440": { - "context": "fulfill order, button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2588284040": { - "context": "no variant stock in warehouse", - "string": "No Stock" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_3244948255": { - "context": "header", - "string": "Items ready to ship" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_3620521256": { - "context": "page header", - "string": "訂單" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_4046223826": { - "string": "產品名稱" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_4251997263": { - "context": "checkbox", - "string": "Send shipment details to customer" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_580490159": { - "context": "page header with order number", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_693960049": { - "context": "product's sku", - "string": "庫存單位" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { - "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { - "context": "select warehouse to restock items", - "string": "Select Warehouse" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { - "context": "dialog header", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_2796503714": { - "context": "quantity of fulfilled products", - "string": "庫存" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3123761129": { - "context": "dialog header", - "string": "Fulfill Products" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3252172269": { - "context": "fulfillment group", - "string": "Tracking number" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_4046223826": { - "string": "產品名稱" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_693960049": { - "context": "product's sku", - "string": "庫存單位" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { - "string": "Tracking number" - }, - "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { - "context": "dialog header", - "string": "Add Tracking Code" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1119771899": { - "context": "fulfillment group tracking number", - "string": "Add tracking" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1134347598": { - "context": "product price", - "string": "價格" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1895667608": { - "context": "product name", - "string": "產品" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_2796503714": { - "context": "ordered product quantity", - "string": "庫存" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_3254150098": { - "string": "Tracking Number: {trackingNumber}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_3494686506": { - "context": "section header", - "string": "Fulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_4039425374": { - "context": "cancelled fulfillment, section header", - "string": "Cancelled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_693960049": { - "context": "ordered product sku", - "string": "庫存單位" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_732594284": { - "context": "button", - "string": "Cancel Fulfillment" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_77179533": { - "context": "fulfillment group", - "string": "Fulfilled from: {warehouseName}" - }, - "src_dot_orders_dot_components_dot_OrderFulfillment_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { - "context": "order history message", - "string": "Order address was updated" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { - "context": "order history message", - "string": "Fulfilled {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { - "context": "order history message", - "string": "Fulfillment was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { - "context": "order history message", - "string": "Order was placed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { - "context": "order history message", - "string": "Links to the order's digital goods were sent" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { - "context": "order history message", - "string": "Order was created from draft" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { - "context": "order history message", - "string": "Payment confirmation was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { - "context": "order history message", - "string": "Restocked {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { - "context": "order history message", - "string": "Note was added to the order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { - "context": "order history message", - "string": "Order confirmation was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { - "context": "order history message", - "string": "Payment was voided" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { - "context": "order history message", - "string": "Order was fully paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { - "context": "order history message", - "string": "Payment was captured" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { - "context": "order history message", - "string": "Fulfillment confirmation was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { - "context": "order history message", - "string": "Draft order was created" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3328124376": { - "context": "order history message", - "string": "Marked order as paid" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { - "context": "order history message", - "string": "Shipping tracking number was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { - "context": "order history message", - "string": "Payment was refunded" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3506022286": { - "context": "order history message", - "string": "Products were added to draft order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { - "string": "Order History" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { - "context": "order history message", - "string": "Oversold {quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4067959693": { - "context": "order history message", - "string": "Products were deleted from draft order" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { - "context": "order history message", - "string": "Updated fulfillment group's tracking number" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { - "context": "order history message", - "string": "Payment failed" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { - "context": "order history message", - "string": "Shipping details was sent to customer" - }, - "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { - "context": "order history message", - "string": "Order was cancelled" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { - "context": "button", - "string": "Create order" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { - "string": "Search Orders..." - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { - "context": "tab name", - "string": "All Orders" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { - "context": "order", - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { - "context": "order", - "string": "Created" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { - "string": "Fulfillment status" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { - "context": "payment status", - "string": "付款" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { - "string": "No. of Order" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { - "context": "e-mail or full name", - "string": "客戶" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { - "context": "date when order was placed", - "string": "日期" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { - "context": "total order price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { - "string": "No orders found" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2823153104": { - "string": "Are you sure you want to mark this order as paid?" - }, - "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { - "context": "dialog header", - "string": "Mark Order as Paid" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { - "context": "dialog header", - "string": "Capture Payment" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_250371749": { - "context": "dialog header", - "string": "Refund Payment" - }, - "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { - "context": "amount of refunded money", - "string": "金額" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { - "string": "Are you sure you want to void this payment?" - }, - "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { - "context": "dialog header", - "string": "Void Payment" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_1325966144": { - "context": "order shipping method name", - "string": "Shipping" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_1817306106": { - "context": "vat included in order price", - "string": "VAT included" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_2183023165": { - "context": "ordered products", - "string": "{quantity} items" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_2320183694": { - "context": "order payment", - "string": "Captured amount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_2444197639": { - "context": "void payment, button", - "string": "Void" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_2845258362": { - "context": "button", - "string": "退款" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_3500506678": { - "context": "order, button", - "string": "Mark as paid" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_353147224": { - "context": "order payment", - "string": "Outstanding Balance" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_3720114122": { - "context": "order discount", - "string": "Discount" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_3768782744": { - "context": "order payment", - "string": "預先授權金額" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_3955023266": { - "string": "Taxes" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_4211710217": { - "context": "capture payment, button", - "string": "選取" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_781550514": { - "context": "order subtotal price", - "string": "Subtotal" - }, - "src_dot_orders_dot_components_dot_OrderPayment_dot_878013594": { - "context": "order total price", - "string": "Total" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { - "context": "variant sku", - "string": "SKU {sku}" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { - "string": "Search by product name, attribute, product type etc..." - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { - "context": "dialog header", - "string": "Add Product" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { - "string": "Search Products" - }, - "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_353369701": { - "string": "No products matching given query" - }, - "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { - "context": "dialog header", - "string": "Edit Shipping Method" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1134347598": { - "context": "product unit price", - "string": "價格" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1895667608": { - "context": "product name", - "string": "產品" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2095687440": { - "context": "button", - "string": "Fulfill" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2796503714": { - "context": "ordered products", - "string": "庫存" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2886647373": { - "context": "section header", - "string": "Unfulfilled ({quantity})" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_693960049": { - "context": "ordered product sku", - "string": "庫存單位" - }, - "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_878013594": { - "context": "order line total price", - "string": "Total" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { - "string": "Payment successfully captured" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { - "string": "Draft order successfully finalized" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { - "string": "Order line deleted" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { - "string": "Fulfillment successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { - "string": "Order line updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { - "string": "Order marked as paid" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { - "string": "Order line added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { - "string": "Order successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { - "string": "Note successfully added" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { - "string": "Order payment successfully voided" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { - "string": "Order successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_580490159": { - "context": "window title", - "string": "Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { - "string": "Shipping method successfully updated" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_667274681": { - "string": "Payment successfully refunded" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_694622335": { - "context": "window title", - "string": "Draft Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { - "string": "Fulfillment successfully cancelled" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { - "context": "dialog header", - "string": "Delete Order Drafts" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { - "string": "Deleted draft orders" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { - "context": "window title", - "string": "Fulfill Order #{orderNumber}" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { - "context": "order fulfilled success message", - "string": "Fulfilled Items" - }, - "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { - "context": "window title", - "string": "Fulfill Order" - }, - "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { - "string": "Order draft successfully created" - }, - "src_dot_pages": { - "context": "pages section name", - "string": "Pages" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { - "context": "page header", - "string": "Create Page" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1815688500": { - "context": "page", - "string": "since {date}" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { - "string": "Add search engine title and description to make this page easier to find" - }, - "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { - "context": "page", - "string": "will be visible from {date}" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { - "context": "page content", - "string": "Content" - }, - "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { - "context": "page title", - "string": "Title" - }, - "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { - "context": "button", - "string": "Create page" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { - "context": "dialog header", - "string": "Title" - }, - "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { - "context": "page status", - "string": "Visibility" - }, - "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { - "string": "No pages found" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { - "context": "page status", - "string": "已發佈" - }, - "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { - "context": "page status", - "string": "Not Published" - }, - "src_dot_pages_dot_components_dot_PageSlug_dot_1324178587": { - "string": "URL" - }, - "src_dot_pages_dot_components_dot_PageSlug_dot_3478065224": { - "context": "page internal name", - "string": "Slug" - }, - "src_dot_pages_dot_components_dot_PageSlug_dot_4210828158": { - "string": "If empty, URL will be autogenerated from Page Name" - }, - "src_dot_pages_dot_views_dot_1068617485": { - "context": "header", - "string": "Create Page" - }, - "src_dot_pages_dot_views_dot_2680158037": { - "string": "Successfully created new page" - }, - "src_dot_pages_dot_views_dot_3246254285": { - "context": "dialog header", - "string": "Delete Page" - }, - "src_dot_pages_dot_views_dot_754348000": { - "context": "delete page", - "string": "Are you sure you want to delete {title}?" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { - "context": "notification", - "string": "Removed pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { - "context": "publish page, button", - "string": "發佈" - }, - "src_dot_pages_dot_views_dot_PageList_dot_158565417": { - "context": "dialog header", - "string": "Unpublish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { - "context": "unpublish page, button", - "string": "取消發佈" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { - "context": "dialog header", - "string": "Publish Pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { - "context": "notification", - "string": "Published pages" - }, - "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { - "context": "dialog header", - "string": "Delete Pages" - }, - "src_dot_paid": { - "context": "payment status", - "string": "Fully paid" - }, - "src_dot_partiallyFulfilled": { - "context": "order status", - "string": "Partially fulfilled" - }, - "src_dot_partiallyPaid": { - "context": "payment status", - "string": "Partially paid" - }, - "src_dot_partiallyRefunded": { - "context": "payment status", - "string": "Partially refunded" - }, - "src_dot_permissionGroups": { - "context": "permission groups section name", - "string": "Permission Groups" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_1731102929": { - "context": "button", - "string": "Assign" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_2986043376": { - "context": "dialog header", - "string": "Assign Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3111990517": { - "string": "Search by name, email, etc..." - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3532084010": { - "string": "Search Staff Members" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { - "context": "dialog content", - "string": "You are not able to modify this group members. Solve this problem to continue with request." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { - "context": "dialog content", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { - "context": "dialog title", - "string": "Delete permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { - "context": "deletion error message", - "string": "Cant's delete group which is out of your permission scope" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { - "context": "checkbox label", - "string": "Group has full access to the store" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { - "context": "card description", - "string": "Expand or restrict group's permissions to access certain part of saleor system." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { - "context": "text field label", - "string": "Group name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { - "context": "button", - "string": "create permission group" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { - "context": "permission group name", - "string": "Permission Group Name" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { - "string": "Members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { - "string": "No permission groups found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { - "context": "empty list message", - "string": "You haven’t assigned any member to this permission group yet." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { - "string": "No members found" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { - "context": "button", - "string": "Assign members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { - "context": "empty list message", - "string": "Please use Assign Members button to do so." - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { - "context": "header", - "string": "Group members" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { - "context": "staff member full name", - "string": "名字" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { - "context": "dialog title", - "string": "Unassign users" - }, - "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { - "context": "dialog content", - "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { - "context": "window title", - "string": "Create category" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { - "string": "Permission group created" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { - "context": "button title", - "string": "Unassign" - }, - "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { - "string": "Permission Group Deleted" - }, - "src_dot_plugins": { - "context": "plugins section name", - "string": "Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { - "context": "section header", - "string": "Authorization" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { - "context": "plugin name", - "string": "Plugin Name" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { - "context": "plugin status", - "string": "狀態" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginInfo_dot_4013064767": { - "string": "Set plugin as Active" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { - "context": "header", - "string": "Add Value to Authorization Field" - }, - "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { - "context": "header", - "string": "Edit Authorization Field" - }, - "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { - "context": "section header", - "string": "Plugin Settings" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_1970881031": { - "context": "section header", - "string": "Plugin Settings" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { - "context": "header", - "string": "{pluginName} Details" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3425535100": { - "context": "section header", - "string": "Plugin Information and Status" - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3799756739": { - "string": "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." - }, - "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_4241018152": { - "string": "This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { - "string": "Search Plugins..." - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { - "context": "tab name", - "string": "All Plugins" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { - "context": "plugin", - "string": "Active" - }, - "src_dot_plugins_dot_components_dot_PluginsListPage_dot_deactivated": { - "context": "plugin", - "string": "Inactive" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_3247064221": { - "context": "plugin status", - "string": "Active" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_636461959": { - "context": "plugin name", - "string": "名字" - }, - "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { - "string": "No plugins found" - }, - "src_dot_plugins_dot_views_dot_1096544448": { - "context": "header", - "string": "Authorization Field Delete" - }, - "src_dot_plugins_dot_views_dot_955370043": { - "string": "The plugin may stop working after this field is cleared. Are you sure you want to proceed?" - }, - "src_dot_productTypes": { - "context": "product types section name", - "string": "Product Types" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_2173976534": { - "context": "button", - "string": "Assign attributes" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_3922579741": { - "context": "dialog header", - "string": "Assign Attribute" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_4205644805": { - "string": "No results found" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_524117994": { - "string": "Search by attribute name" - }, - "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_902296540": { - "string": "Search Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributeEditDialog_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributeEditDialog_dot_335542212": { - "string": "屬性值" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributeUnassignDialog_dot_404238501": { - "context": "dialog header", - "string": "Unassign Attribute From Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributeUnassignDialog_dot_722498450": { - "string": "Are you sure you want to unassign {attributeName} from {productTypeName}?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { - "string": "No attributes found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { - "string": "Attribute name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { - "context": "button", - "string": "Assign attribute" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3478065224": { - "context": "attribute internal name", - "string": "Slug" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { - "context": "section header", - "string": "Product Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_888493112": { - "context": "section header", - "string": "Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeBulkAttributeUnassignDialog_dot_2646729060": { - "context": "unassign multiple attributes from product type", - "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {productTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {productTypeName}?}}" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeBulkAttributeUnassignDialog_dot_766918870": { - "context": "dialog header", - "string": "Unassign Attribute from Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDeleteDialog_dot_2297471173": { - "context": "delete product type", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDeleteDialog_dot_924066985": { - "context": "dialog header", - "string": "Delete Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { - "context": "switch button", - "string": "Product type uses Variant Attributes" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_1007996279": { - "string": "Product Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { - "context": "tab name", - "string": "All Product Types" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { - "string": "Search Product Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { - "context": "button", - "string": "create product type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { - "context": "product", - "string": "Digital" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { - "context": "product", - "string": "Shippable" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { - "context": "product type is digital or physical", - "string": "Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { - "string": "No product types found" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { - "context": "product type", - "string": "Simple product" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { - "context": "tax rate for a product type", - "string": "Tax" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { - "context": "product type is either simple or configurable", - "string": "Type" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { - "context": "product type name", - "string": "Type Name" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { - "context": "product type", - "string": "Configurable" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { - "context": "product type", - "string": "Digital" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { - "context": "product type", - "string": "Physical" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { - "context": "product type shipping settings, section header", - "string": "Shipping" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { - "context": "switch button", - "string": "Is this product shippable?" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { - "string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given" - }, - "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { - "string": "Weight" - }, - "src_dot_productTypes_dot_views_dot_3822478981": { - "string": "Successfully created product type" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4080551769": { - "context": "dialog header", - "string": "Delete Product Types" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4269954457": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product type?} other {Are you sure you want to delete {displayQuantity} product types?}}" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { - "string": "Product type deleted" - }, - "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { - "context": "unassign attribute from product type, button", - "string": "Unassign" - }, - "src_dot_products": { - "context": "products section name", - "string": "產品" - }, - "src_dot_products_dot_components_dot_ProductAttributes_dot_1071548120": { - "context": "number of product attributes", - "string": "{number} Attributes" - }, - "src_dot_products_dot_components_dot_ProductAttributes_dot_1148029984": { - "context": "attribute value", - "string": "Value" - }, - "src_dot_products_dot_components_dot_ProductAttributes_dot_1207761269": { - "context": "attribute values", - "string": "值" - }, - "src_dot_products_dot_components_dot_ProductAttributes_dot_4153345096": { - "context": "product attributes, section header", - "string": "屬性" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { - "string": "Collections" - }, - "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { - "context": "product organization, header", - "string": "Organization" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_1815688500": { - "context": "product", - "string": "since {date}" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2001551496": { - "context": "product", - "string": "will be visible from {date}" - }, - "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { - "string": "Add search engine title and description to make this product easier to find" - }, - "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { - "context": "product name", - "string": "名字" - }, - "src_dot_products_dot_components_dot_ProductImageNavigation_dot_3060635772": { - "context": "section header", - "string": "All Photos" - }, - "src_dot_products_dot_components_dot_ProductImagePage_dot_1905082483": { - "context": "field is optional", - "string": "Optional" - }, - "src_dot_products_dot_components_dot_ProductImagePage_dot_2546267317": { - "context": "header", - "string": "Edit Photo" - }, - "src_dot_products_dot_components_dot_ProductImagePage_dot_367472710": { - "context": "section header", - "string": "Photo View" - }, - "src_dot_products_dot_components_dot_ProductImagePage_dot_3822382625": { - "context": "section header", - "string": "Photo Information" - }, - "src_dot_products_dot_components_dot_ProductImages_dot_3240888698": { - "context": "section header", - "string": "圖片" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1134347598": { - "context": "product price", - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { - "context": "button", - "string": "Create Product" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { - "string": "Search Products..." - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_3640454975": { - "context": "product status", - "string": "已發佈" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { - "context": "tab name", - "string": "All Products" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_available": { - "context": "product status", - "string": "Available" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { - "context": "product is hidden", - "string": "Hidden" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { - "context": "product status", - "string": "Out Of Stock" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_price": { - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { - "context": "product", - "string": "Stock quantity" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { - "context": "product visibility", - "string": "Visibility" - }, - "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { - "context": "product is visible", - "string": "Visible" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1134347598": { - "context": "product price", - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { - "string": "No products found" - }, - "src_dot_products_dot_components_dot_ProductList_dot_1952810469": { - "context": "product type", - "string": "Type" - }, - "src_dot_products_dot_components_dot_ProductList_dot_2341910657": { - "context": "product status", - "string": "Not published" - }, - "src_dot_products_dot_components_dot_ProductList_dot_3640454975": { - "context": "product status", - "string": "已發佈" - }, - "src_dot_products_dot_components_dot_ProductList_dot_636461959": { - "context": "product", - "string": "名字" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_150865454": { - "context": "product is not configurable", - "string": "Simple" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { - "string": "Category" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { - "string": "Collections" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { - "context": "section header", - "string": "Organize Product" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { - "context": "product is configurable", - "string": "Configurable" - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { - "context": "field is optional", - "string": "*Optional. Adding product to collection helps users find it." - }, - "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { - "string": "Product Type" - }, - "src_dot_products_dot_components_dot_ProductPricing_dot_1099355007": { - "context": "product pricing", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductPricing_dot_1134347598": { - "context": "product price", - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductPricing_dot_3015886868": { - "string": "Charge taxes for this item" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { - "string": "SKU (Stock Keeping Unit)" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { - "context": "tabel column header", - "string": "Warehouse Name" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2729628316": { - "context": "tabel column header", - "string": "Quantity Available" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { - "context": "header", - "string": "庫存" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { - "context": "product inventory, checkbox", - "string": "Track Inventory" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { - "context": "button", - "string": "Assign Warehouse" - }, - "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { - "string": "Active inventory tracking will automatically calculate changes of stock" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_1815688500": { - "context": "product", - "string": "since {date}" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2001551496": { - "context": "product", - "string": "will be visible from {date}" - }, - "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { - "string": "Add search engine title and description to make this product easier to find" - }, - "src_dot_products_dot_components_dot_ProductVariantAttributes_dot_1536841622": { - "context": "product attribute error", - "string": "All attributes should have value" - }, - "src_dot_products_dot_components_dot_ProductVariantAttributes_dot_258966189": { - "context": "product attribute error", - "string": "This variant already exists" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_2853608829": { - "context": "button", - "string": "Save variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_3726089650": { - "context": "button", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { - "context": "variant price", - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { - "string": "Selected values will be used to create variants for the configurable product." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { - "context": "variant attribute", - "string": "Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { - "context": "variant attribute", - "string": "Select Attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { - "context": "page title", - "string": "Price and SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { - "context": "variant stock, header", - "string": "Stock and Warehousing" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { - "context": "product attribute values, page title", - "string": "Choose Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { - "context": "attribute values, variant creation step", - "string": "Select Values" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { - "context": "variant attribute", - "string": "Choose attribute" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { - "context": "variant creation step", - "string": "摘要" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { - "string": "Apply single price to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { - "string": "Apply unique stock by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { - "string": "Apply unique prices by attribute to each SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { - "string": "Apply single stock to all SKUs" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { - "context": "button", - "string": "Next" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { - "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { - "string": "Skip stock for now" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { - "context": "create multiple variants, button", - "string": "創建" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { - "context": "variant creator summary card header", - "string": "Created Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { - "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { - "string": "庫存單位" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { - "context": "variant creation step", - "string": "Prices and SKU" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { - "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { - "context": "previous step, button", - "string": "Previous" - }, - "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { - "context": "variant name", - "string": "複合式" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { - "context": "button", - "string": "Delete variant" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { - "context": "delete product variant", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { - "context": "dialog header", - "string": "Delete Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_3196043669": { - "context": "dialog header", - "string": "Image Selection" - }, - "src_dot_products_dot_components_dot_ProductVariantImages_dot_3240888698": { - "context": "section header", - "string": "圖片" - }, - "src_dot_products_dot_components_dot_ProductVariantImages_dot_3449133076": { - "string": "Select a specific variant image from product images" - }, - "src_dot_products_dot_components_dot_ProductVariantImages_dot_989683980": { - "context": "button", - "string": "Choose photos" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { - "context": "button", - "string": "新增產品變種" - }, - "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { - "context": "variant name", - "string": "New Variant" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { - "context": "product pricing, section header", - "string": "Pricing" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1416480328": { - "string": "Cost price override" - }, - "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2238565650": { - "string": "Selling price override" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { - "context": "product variant inventory", - "string": "Unavailable in all locations" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { - "context": "product variant inventory", - "string": "Unavailable" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { - "context": "product variant price", - "string": "價格" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { - "context": "product variant inventory", - "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { - "context": "variant stock status", - "string": "Available inventory at:" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { - "context": "button", - "string": "Create variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { - "context": "section header", - "string": "Variants" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { - "context": "product variant inventory", - "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { - "string": "Use variants for products that come in a variety of versions for example different sizes or colors" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { - "context": "filtering option", - "string": "All Warehouses" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { - "context": "product variant inventory status", - "string": "Inventory" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { - "context": "button", - "string": "Create variant" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { - "context": "product variant inventory", - "string": "Not stocked" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { - "string": "庫存單位" - }, - "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { - "context": "product variant name", - "string": "複合式" - }, - "src_dot_products_dot_views_dot_1542417144": { - "context": "window title", - "string": "Create Product" - }, - "src_dot_products_dot_views_dot_1591632382": { - "context": "page header", - "string": "New Product" - }, - "src_dot_products_dot_views_dot_1731766393": { - "context": "dialog header", - "string": "Delete Image" - }, - "src_dot_products_dot_views_dot_2279302139": { - "string": "Variant removed" - }, - "src_dot_products_dot_views_dot_2362587265": { - "context": "header", - "string": "Create Variant" - }, - "src_dot_products_dot_views_dot_2880386427": { - "string": "Are you sure you want to delete this image?" - }, - "src_dot_products_dot_views_dot_2899821092": { - "string": "Product created" - }, - "src_dot_products_dot_views_dot_3989383405": { - "context": "window title", - "string": "Create variant" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_1547167026": { - "context": "publish product, button", - "string": "發佈" - }, - "src_dot_products_dot_views_dot_ProductList_dot_2036051956": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to unpublish this product?} other {Are you sure you want to unpublish {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_2237014112": { - "context": "unpublish product, button", - "string": "取消發佈" - }, - "src_dot_products_dot_views_dot_ProductList_dot_2946646245": { - "context": "dialog header", - "string": "Publish Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_3362608461": { - "context": "dialog header", - "string": "Unpublish Products" - }, - "src_dot_products_dot_views_dot_ProductList_dot_3518737068": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to publish this product?} other {Are you sure you want to publish {displayQuantity} products?}}" - }, - "src_dot_products_dot_views_dot_ProductList_dot_400629795": { - "context": "dialog header", - "string": "Delete Products" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_1177237881": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_1454532689": { - "context": "dialog header", - "string": "Delete Product Variants" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_2297471173": { - "context": "delete product", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { - "string": "Product removed" - }, - "src_dot_products_dot_views_dot_ProductUpdate_dot_879305849": { - "context": "dialog header", - "string": "Delete Product" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { - "context": "success message", - "string": "Successfully created variants" - }, - "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { - "context": "window title", - "string": "Create Variants" - }, - "src_dot_properties": { - "string": "Properties" - }, - "src_dot_readOnly": { - "string": "Saleor runs in read-only mode. Changes not saved." - }, - "src_dot_readyToCapture": { - "context": "order status", - "string": "Ready to capture" - }, - "src_dot_readyToFulfill": { - "context": "order status", - "string": "Ready to fulfill" - }, - "src_dot_refunded": { - "context": "payment status", - "string": "Fully refunded" - }, - "src_dot_remove": { - "context": "button", - "string": "刪除" - }, - "src_dot_requiredField": { - "string": "This field is required" - }, - "src_dot_sales": { - "context": "sales section name", - "string": "促銷" - }, - "src_dot_save": { - "context": "button", - "string": "儲存" - }, - "src_dot_savedChanges": { - "string": "Saved changes" - }, - "src_dot_serviceAccounts": { - "context": "service accounts section name", - "string": "Service Accounts" - }, - "src_dot_services_dot_components_dot_ServiceCreatePage_dot_1848599267": { - "context": "checkbox label", - "string": "User has full access to the store" - }, - "src_dot_services_dot_components_dot_ServiceCreatePage_dot_248507553": { - "context": "header", - "string": "Create New Account" - }, - "src_dot_services_dot_components_dot_ServiceCreatePage_dot_27827485": { - "context": "checkbox label", - "string": "Service account is active" - }, - "src_dot_services_dot_components_dot_ServiceCreatePage_dot_3639008725": { - "context": "card description", - "string": "Expand or restrict user's permissions to access certain part of saleor system." - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_2080322626": { - "string": "This token gives you access to your shop's API, which you'll find here: {url}" - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_2864204643": { - "context": "button", - "string": "Copied" - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_4189999598": { - "string": "We’ve created your default token. Make sure to copy your new personal access token now. You won’t be able to see it again." - }, - "src_dot_services_dot_components_dot_ServiceDeleteDialog_dot_1534767622": { - "context": "dialog header", - "string": "Delete Service Account" - }, - "src_dot_services_dot_components_dot_ServiceDeleteDialog_dot_2297471173": { - "context": "delete service account", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_1848599267": { - "context": "checkbox label", - "string": "User has full access to the store" - }, - "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_27827485": { - "context": "checkbox label", - "string": "Service account is active" - }, - "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_3639008725": { - "context": "card description", - "string": "Expand or restrict user's permissions to access certain part of saleor system." - }, - "src_dot_services_dot_components_dot_ServiceInfo_dot_3789449123": { - "context": "service account", - "string": "Account Name" - }, - "src_dot_services_dot_components_dot_ServiceInfo_dot_426959482": { - "context": "header", - "string": "Service Account Information" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_1895355592": { - "string": "Search Service Accounts" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_4040605455": { - "context": "tab name", - "string": "All Service Accounts" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_624280156": { - "context": "button", - "string": "Create account" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_active": { - "context": "service account", - "string": "Active" - }, - "src_dot_services_dot_components_dot_ServiceListPage_dot_deactivated": { - "context": "service account", - "string": "Inactive" - }, - "src_dot_services_dot_components_dot_ServiceList_dot_1342308051": { - "string": "No service accounts found" - }, - "src_dot_services_dot_components_dot_ServiceList_dot_31853942": { - "context": "account status", - "string": "active" - }, - "src_dot_services_dot_components_dot_ServiceList_dot_3239722049": { - "context": "account status", - "string": "inactive" - }, - "src_dot_services_dot_components_dot_ServiceList_dot_636461959": { - "context": "service name", - "string": "名字" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_1336855942": { - "string": "Generated Token" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_2530792168": { - "string": "Access token is used to authenticate service accounts" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3009959880": { - "string": "We’ve created your token. Make sure to copy your new personal access token now. You won’t be able to see it again." - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3406541221": { - "context": "button", - "string": "Copy token" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3875340101": { - "context": "header", - "string": "Create Token" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_4120989039": { - "context": "create service token, button", - "string": "創建" - }, - "src_dot_services_dot_components_dot_ServiceTokenDeleteDialog_dot_1534767622": { - "context": "dialog title", - "string": "Delete Service Account" - }, - "src_dot_services_dot_components_dot_ServiceTokenDeleteDialog_dot_981802752": { - "context": "delete token", - "string": "Are you sure you want to delete token {token}?" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_2446088470": { - "context": "service account key", - "string": "密鑰" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_2639089057": { - "string": "No tokens found" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_3875340101": { - "context": "button", - "string": "Create Token" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_4017491013": { - "string": "Token Note" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_4190792473": { - "context": "table actions", - "string": "Actions" - }, - "src_dot_services_dot_components_dot_ServiceTokens_dot_426959482": { - "context": "header", - "string": "Service Account Information" - }, - "src_dot_services_dot_views_dot_ServiceCreate_dot_3167211165": { - "context": "window title", - "string": "Create Service Account" - }, - "src_dot_sessionExpired": { - "string": "Your session has expired. Please log in again to continue." - }, - "src_dot_shipping": { - "context": "shipping section name", - "string": "Shipping Methods" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { - "string": "This unit will be used as default shipping weight" - }, - "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { - "string": "Shipping Weight Unit" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { - "context": "header, dialog", - "string": "Create New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1003092716": { - "string": "Rest of the World" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1440682557": { - "string": "Quick Pick" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1585396479": { - "context": "dialog header", - "string": "Assign Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1818089229": { - "string": "If selected, this will add all of the countries not selected to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2110418881": { - "string": "Search by country name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2404264158": { - "string": "Choose countries you want to add to shipping zone from list below" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2747492886": { - "context": "button", - "string": "Assign countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2777439857": { - "context": "country selection", - "string": "Countries A to Z" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_3510295703": { - "string": "Search Countries" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_2364051773": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_3109712047": { - "string": "國家" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_4049462680": { - "context": "header", - "string": "Create New Shipping Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_4270729636": { - "string": "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_1325966144": { - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_2364051773": { - "string": "Currently, there are no countries assigned to this shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_3109712047": { - "string": "國家" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_4270729636": { - "string": "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_1109610983": { - "string": "Shipping Zone Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1337705349": { - "string": "Minimal Order Value" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1388947267": { - "string": "This rate will apply to all orders of all weights" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1397795758": { - "context": "add weight based shipping method, dialog header", - "string": "Add Weight Rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1403365734": { - "context": "shipping method price", - "string": "Rate Price" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1486599614": { - "string": "This will be shown to customers at checkout" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1542600502": { - "context": "button", - "string": "Update rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1878009504": { - "string": "Minimal Order Weight" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2215090771": { - "context": "shipping method, switch button", - "string": "This is free shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2324036635": { - "context": "order weight range", - "string": "Weight range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2533614652": { - "context": "order price range", - "string": "Value range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2892088870": { - "context": "dialog header", - "string": "Add Price Rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3213611593": { - "context": "shipping method", - "string": "Rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3463567334": { - "string": "Maximal Order Value" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3659741519": { - "string": "Maximal Order Weight" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_382595300": { - "context": "shipping method name", - "string": "Rate Name" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3934114933": { - "context": "dialog header", - "string": "Edit Price Rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_4152709923": { - "context": "edit weight based shipping method, dialog header", - "string": "Edit Weight Rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_4226393146": { - "string": "This rate will apply to all orders of all prices" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_882649212": { - "context": "shipping method has no value limits", - "string": "There are no value limits" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_price": { - "context": "error message", - "string": "Maximum price cannot be lower than minimum" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_weight": { - "context": "error message", - "string": "Maximum weight cannot be lower than minimum" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { - "context": "shipping method price", - "string": "價格" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { - "context": "button", - "string": "Create rate" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { - "context": "shipping method price range", - "string": "Value Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { - "string": "No shipping rates found" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { - "context": "price based shipping methods, section header", - "string": "Price Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { - "context": "shipping method weight range", - "string": "Weight Range" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { - "context": "weight based shipping methods, section header", - "string": "Weight Based Rates" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { - "context": "shipping method name", - "string": "名字" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_1221560277": { - "context": "section header", - "string": "Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_2304484478": { - "context": "button", - "string": "Add New Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_3852102652": { - "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." - }, - "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_46197273": { - "context": "input placeholder", - "string": "Select Warehouse" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { - "context": "header", - "string": "Shipping" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { - "context": "sort shipping methods by zone, section header", - "string": "Shipping By Zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { - "context": "button", - "string": "Create shipping zone" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { - "string": "國家" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { - "context": "shipping zone", - "string": "名字" - }, - "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { - "string": "No shipping zones found" - }, - "src_dot_shipping_dot_views_dot_1005071028": { - "string": "Are you sure you want to delete {shippingZoneName} shipping zone?" - }, - "src_dot_shipping_dot_views_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_1711385401": { - "context": "dialog header", - "string": "Delete Shipping Zones" - }, - "src_dot_shipping_dot_views_dot_725201918": { - "context": "dialog content", - "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { - "context": "dialog header", - "string": "Delete Shipping Zone" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_131963671": { - "context": "unassign country", - "string": "Are you sure you want to delete {countryName} from this shipping zone?" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1502359905": { - "context": "dialog header", - "string": "Delete Shipping Method" - }, - "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_3133838427": { - "context": "unassign country, dialog header", - "string": "Delete from Shipping Zone" - }, - "src_dot_show": { - "context": "button", - "string": "Show" - }, - "src_dot_siteSettings": { - "context": "site settings section name", - "string": "Site Settings" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_1008586926": { - "string": "Name of your store is shown on tab in web browser" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_1987367127": { - "string": "Store Description" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_2286355060": { - "string": "Name of your store" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_3808773492": { - "string": "URL of your online store" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_529433178": { - "string": "Store description is shown on taskbar after your store name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_1238948746": { - "context": "dialog header", - "string": "Add New Authorization Key" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2237029987": { - "string": "密碼" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2446088470": { - "context": "authentication provider API key", - "string": "密鑰" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_3039841202": { - "context": "authentication provider name", - "string": "Authentication type" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_50561933": { - "context": "button", - "string": "Add authentication" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_1114030884": { - "context": "button", - "string": "Add key" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_1270286507": { - "context": "authentication provider name", - "string": "Authentication Type" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_226491688": { - "context": "section header", - "string": "Authentication Keys" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_2446088470": { - "context": "authentication provider API key", - "string": "密鑰" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_3981699144": { - "context": "no authentication provider API keys", - "string": "No keys" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_1124962330": { - "string": "Mailing email address" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_1672275992": { - "context": "email sender", - "string": "This will be visible as \"from\" name" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_280712237": { - "context": "section header", - "string": "Mailing Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_297689661": { - "string": "Configurate your email address from which all automatic emails will be sent to your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_3211348653": { - "string": "Customer password reset URL" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_3447841451": { - "string": "This URL will be used as a main URL for password resets. It will be sent via email." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_50742153": { - "string": "URL address" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_70179174": { - "string": "Mailing email sender" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_1004240342": { - "string": "This adress will be used to generate invoices and calculate shipping rates." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_1214877701": { - "string": "Authentication method defines additional ways that customers can log in to your ecommerce." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { - "context": "section header", - "string": "Store Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_2768400497": { - "context": "section header", - "string": "Company Information" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_280712237": { - "context": "section header", - "string": "Mailing Configuration" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_3657173399": { - "string": "Email adress you provide here will be used as a contact adress for your customers." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_3799756739": { - "string": "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_4088830385": { - "context": "section header", - "string": "Authentication Methods" - }, - "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_866304242": { - "string": "This where you will find all of the settings determining your stores e-mails. You can determine main email address and some of the contents of your emails." - }, - "src_dot_somethingWentWrong": { - "string": "Saleor ran into an unexpected problem" - }, - "src_dot_staff": { - "context": "staff section name", - "string": "Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { - "context": "dialog header", - "string": "Invite Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { - "context": "button", - "string": "Send invite" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { - "context": "card description", - "string": "User is assigned to:" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { - "context": "dialog header", - "string": "權限" - }, - "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_881953347": { - "context": "checkbox label", - "string": "User is active" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { - "context": "tab name", - "string": "All Staff Members" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { - "string": "Search Staff Member" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { - "context": "button", - "string": "Invite staff member" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { - "context": "staff member's account", - "string": "Active" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { - "context": "staff member's account", - "string": "Deactivated" - }, - "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { - "context": "staff member's account", - "string": "狀態" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { - "context": "staff member status", - "string": "Inactive" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { - "string": "Email Address" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { - "context": "staff member status", - "string": "Active" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { - "string": "No staff members found" - }, - "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { - "context": "staff member full name", - "string": "名字" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { - "context": "input label", - "string": "New Password" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { - "string": "New password must be at least 8 characters long" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { - "context": "dialog header", - "string": "修改密碼" - }, - "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { - "context": "input label", - "string": "Previous Password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { - "string": "You should change your password every month to avoid security issues." - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { - "context": "button", - "string": "Change your password" - }, - "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { - "context": "header", - "string": "密碼" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { - "string": "Selecting this will change the language of your dashboard" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { - "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { - "string": "Preferred Language" - }, - "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { - "context": "section header", - "string": "Preferences" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { - "context": "section header", - "string": "Staff Member Information" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_2771097267": { - "context": "button", - "string": "Change photo" - }, - "src_dot_staff_dot_components_dot_StaffProperties_dot_457748370": { - "context": "button", - "string": "Delete photo" - }, - "src_dot_staff_dot_views_dot_1308770978": { - "context": "dialog header", - "string": "delete Staff User" - }, - "src_dot_staff_dot_views_dot_3945766678": { - "string": "Are you sure you want to remove {email} avatar?" - }, - "src_dot_staff_dot_views_dot_701332676": { - "context": "dialog header", - "string": "Delete Staff User Avatar" - }, - "src_dot_staff_dot_views_dot_8878988": { - "string": "Are you sure you want to delete {email} from staff members?" - }, - "src_dot_startDate": { - "string": "Start Date" - }, - "src_dot_startHour": { - "string": "Start Hour" - }, - "src_dot_status": { - "string": "狀態" - }, - "src_dot_summary": { - "string": "摘要" - }, - "src_dot_taxes": { - "context": "taxes section name", - "string": "Taxes" - }, - "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { - "context": "header", - "string": "Taxes" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { - "string": "No countries found" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { - "string": "Reduced Tax Rates" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { - "string": "Country Code" - }, - "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { - "string": "Country Name" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1040021611": { - "context": "tax rate", - "string": "Accommodation" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1260218997": { - "context": "tax rate", - "string": "Social housing" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1323923780": { - "context": "tax rate", - "string": "Bikes" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1451721797": { - "context": "tax rate", - "string": "Newspapers" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { - "string": "Category" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { - "string": "Tax Rate" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2185495435": { - "context": "tax rate", - "string": "Admission to cultural events" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2201910191": { - "context": "tax rate", - "string": "Baby foodstuffs" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_231341634": { - "context": "tax rate", - "string": "Domestic services" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2332795012": { - "context": "tax rate", - "string": "Foodstuffs" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2394675125": { - "context": "tax rate", - "string": "Books" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2465450918": { - "context": "tax rate", - "string": "Agricultural supplies" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2482229874": { - "context": "tax rate", - "string": "Standard" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2553129615": { - "context": "tax rate", - "string": "Passenger transport" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2557534380": { - "context": "tax rate", - "string": "Admission to entertainment events" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2584490289": { - "context": "tax rate", - "string": "Children's clothing" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2616794607": { - "context": "tax rate", - "string": "Admission to sporting events" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { - "context": "header", - "string": "Tax Rates in {countryName}" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2948462144": { - "context": "tax rate", - "string": "Medical" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { - "string": "No reduced tax categories found" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_331632763": { - "context": "tax rate", - "string": "Hotels" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_331757068": { - "context": "tax rate", - "string": "E-books" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3500730003": { - "context": "tax rate", - "string": "Domestic fuel" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3525010870": { - "context": "tax rate", - "string": "Water" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3911019760": { - "context": "tax rate", - "string": "Advertising" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_4199760668": { - "context": "tax rate", - "string": "Property renovations" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_752780599": { - "context": "tax rate", - "string": "Wine" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_776474251": { - "context": "tax rate", - "string": "Restaurants" - }, - "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_815189256": { - "context": "tax rate", - "string": "Pharmaceuticals" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { - "string": "All products prices are entered with tax included" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { - "string": "Show gross prices to customers in the storefront" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { - "string": "Charge taxes on shipping rates" - }, - "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { - "context": "button", - "string": "Fetch taxes" - }, - "src_dot_taxes_dot_views_dot_2411670026": { - "string": "Successfully fetched tax rates" - }, - "src_dot_translations": { - "context": "translations section name", - "string": "Translations" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { - "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { - "string": "Original String" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { - "string": "Translation" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { - "context": "button", - "string": "Discard" - }, - "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { - "string": "No translation yet" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { - "string": "Category Name" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { - "string": "Translation Category \"{categoryName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { - "string": "Collection Name" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { - "context": "header", - "string": "Translation Collection \"{collectionName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1866913828": { - "string": "Search Sale" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1930485532": { - "string": "Search Voucher" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2105464697": { - "string": "Search Product" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { - "string": "Collections" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { - "context": "header", - "string": "Translations to {language}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2559018090": { - "string": "Search Page" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { - "string": "產品" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { - "string": "Pages" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3420445375": { - "string": "Search Product Type" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { - "string": "產品分類" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3841025483": { - "string": "Search Category" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4057224233": { - "string": "Search Collection" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { - "string": "促銷" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { - "string": "優惠券" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_765385638": { - "string": "Product Types" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { - "context": "translation progress", - "string": "{current} of {max}" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { - "string": "No translatable entities found" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { - "string": "Completed Translations" - }, - "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { - "context": "entity (product, collection, shipping method) name", - "string": "名字" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { - "string": "Languages" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { - "string": "No languages found" - }, - "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { - "string": "Language" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { - "context": "page content", - "string": "Content" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { - "context": "header", - "string": "Translation Page \"{pageName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { - "string": "Page Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_1281101905": { - "context": "header", - "string": "Translation Product Type \"{productTypeName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_1567737068": { - "context": "attribute values", - "string": "Value {number}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_2510190956": { - "context": "header", - "string": "Product Attribute ({attributeName})" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_2642976392": { - "string": "Attribute Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_3538502409": { - "context": "header", - "string": "Variant Attribute ({attributeName})" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { - "string": "Search Engine Description" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { - "string": "Search Engine Title" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { - "string": "Product Name" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { - "context": "header", - "string": "Translation Product \"{productName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { - "string": "描述" - }, - "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { - "string": "Search Engine Preview" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { - "context": "header", - "string": "Translation Sale \"{saleName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { - "string": "Sale Name" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { - "context": "header", - "string": "Translation Voucher \"{voucherName}\" - {languageCode}" - }, - "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { - "string": "Voucher Name" - }, - "src_dot_undo": { - "context": "button", - "string": "Undo" - }, - "src_dot_unfulfilled": { - "context": "order status", - "string": "Unfulfilled" - }, - "src_dot_unpaid": { - "context": "payment status", - "string": "Unpaid" - }, - "src_dot_uploadImage": { - "context": "button", - "string": "Upload image" - }, - "src_dot_utils_dot_errors_dot_alreadyExists": { - "context": "add authorization key error", - "string": "Authorization key with this type already exists" - }, - "src_dot_utils_dot_errors_dot_assignNonStaffMember": { - "string": "Only staff members can be assigned" - }, - "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { - "string": "This attribute has already been assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { - "string": "This attribute cannot be assigned to this product type" - }, - "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { - "string": "Variants are disabled in this product type" - }, - "src_dot_utils_dot_errors_dot_billingNotSet": { - "context": "error message", - "string": "Billing address is not set" - }, - "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { - "context": "error message", - "string": "This fulfillment cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotCancelOrder": { - "context": "error message", - "string": "This order cannot be cancelled" - }, - "src_dot_utils_dot_errors_dot_cannotFulfillLine": { - "context": "error message", - "string": "Not enough items to fulfill" - }, - "src_dot_utils_dot_errors_dot_cannotRefund": { - "context": "error message", - "string": "Manual payments can not be refunded" - }, - "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { - "string": "Cannot remove user from last group" - }, - "src_dot_utils_dot_errors_dot_cannotVoid": { - "context": "error message", - "string": "Only pre-authorized payments can be voided" - }, - "src_dot_utils_dot_errors_dot_captureInactive": { - "context": "error message", - "string": "只有預授權的付款可以被獲取" - }, - "src_dot_utils_dot_errors_dot_duplicatedInputItem": { - "string": "Cannot add and remove group the same time" - }, - "src_dot_utils_dot_errors_dot_graphqlError": { - "string": "API error" - }, - "src_dot_utils_dot_errors_dot_invalid": { - "string": "Invalid value" - }, - "src_dot_utils_dot_errors_dot_invalidPassword": { - "string": "Invalid password" - }, - "src_dot_utils_dot_errors_dot_noShippingAddress": { - "context": "error message", - "string": "Cannot choose a shipping method for an order without the shipping address" - }, - "src_dot_utils_dot_errors_dot_notEditable": { - "context": "error message", - "string": "Only draft orders can be edited" - }, - "src_dot_utils_dot_errors_dot_outOfScopeGroup": { - "string": "Group is out of your permission scope" - }, - "src_dot_utils_dot_errors_dot_outOfScopeUser": { - "string": "User is out of your permissions scope" - }, - "src_dot_utils_dot_errors_dot_passwordNumeric": { - "string": "Password cannot be entirely numeric" - }, - "src_dot_utils_dot_errors_dot_paymentMissing": { - "context": "error message", - "string": "There's no payment associated with the order" - }, - "src_dot_utils_dot_errors_dot_permissionOutOfScope": { - "string": "Those permissions are out of your scope" - }, - "src_dot_utils_dot_errors_dot_shippingNotApplicable": { - "context": "error message", - "string": "Shipping method is not valid for chosen shipping address" - }, - "src_dot_utils_dot_errors_dot_shippingRequired": { - "context": "error message", - "string": "Shipping method is required for this order" - }, - "src_dot_utils_dot_errors_dot_skuUnique": { - "context": "bulk variant create error", - "string": "SKUs must be unique" - }, - "src_dot_utils_dot_errors_dot_slugUnique": { - "context": "error message", - "string": "Slug must be unique for each warehouse" - }, - "src_dot_utils_dot_errors_dot_tooCommon": { - "string": "This password is too commonly used" - }, - "src_dot_utils_dot_errors_dot_tooShort": { - "string": "This password is too short" - }, - "src_dot_utils_dot_errors_dot_tooSimilar": { - "string": "These passwords are too similar" - }, - "src_dot_utils_dot_errors_dot_unique": { - "string": "This needs to be unique" - }, - "src_dot_utils_dot_errors_dot_unknownError": { - "string": "Unknown error" - }, - "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { - "string": "This variant does not have any digital content" - }, - "src_dot_vouchers": { - "context": "vouchers section name", - "string": "優惠券" - }, - "src_dot_warehouses": { - "context": "warehouses section name", - "string": "Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { - "context": "dialog content", - "string": "Are you sure you want to delete {warehouseName}?" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { - "context": "dialog title", - "string": "Delete Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { - "context": "warehouse", - "string": "Address Information" - }, - "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { - "string": "Warehouse Name" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { - "string": "Search Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { - "context": "tab name", - "string": "All Warehouses" - }, - "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { - "context": "button", - "string": "Create Warehouse" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { - "string": "No warehouses found" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { - "string": "Actions" - }, - "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { - "context": "warehouse", - "string": "名字" - }, - "src_dot_warehouses_dot_components_dot_WarehouseZones_dot_1225932315": { - "context": "zones that warehouse sends to", - "string": "Shipping Zones" - }, - "src_dot_warehouses_dot_components_dot_WarehouseZones_dot_2423245141": { - "string": "This warehouse has no shipping zones assigned." - }, - "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { - "context": "header", - "string": "Create Warehouse" - }, - "src_dot_webhooks": { - "context": "webhooks section name", - "string": "Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhookCreatePage_dot_3493926696": { - "context": "header", - "string": "Create Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { - "context": "delete webhook", - "string": "Are you sure you want to delete this webhook?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { - "context": "delete webhook", - "string": "Are you sure you want to delete {name}?" - }, - "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { - "context": "dialog header", - "string": "Delete Webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_1436364351": { - "context": "section header", - "string": "Events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_1606361075": { - "context": "event", - "string": "Order updated" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_2454751033": { - "context": "event", - "string": "All events" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_2899821092": { - "context": "event", - "string": "Product created" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3051538277": { - "context": "webhook events", - "string": "Expand or restrict webhooks permissions to register certain events in Saleor system." - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3345061702": { - "context": "event", - "string": "Order fully paid" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3400883706": { - "context": "event", - "string": "Order created" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3617444329": { - "context": "event", - "string": "Order cancelled" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3907151399": { - "context": "event", - "string": "Order fulfilled" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3970234993": { - "context": "event", - "string": "Customer created" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_40035964": { - "context": "event", - "string": "Changed quantity in checkout" - }, - "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_4281441551": { - "context": "event", - "string": "Fulfillment created" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1690209105": { - "context": "webhook", - "string": "Target URL" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1826224431": { - "context": "webhook", - "string": "Webhook Name" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_330298209": { - "context": "section header", - "string": "Webhook Information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3763861707": { - "context": "webhook target url help text", - "string": "This URL will receive webhook POST requests" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3809115222": { - "context": "webhook secret key help text", - "string": "secret key is used to create a hash signature with each payload. *optional field" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3995417850": { - "context": "webhook", - "string": "Secrect Key" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_4194304040": { - "context": "webhook specific information", - "string": "Webhook specific information" - }, - "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_819389696": { - "string": "Assign to Service Account" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_2772025990": { - "context": "webhooks active", - "string": "Webhook is active" - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_313090629": { - "context": "webhook active", - "string": "If you want to disable this webhook please uncheck the box below." - }, - "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_596557805": { - "context": "section header", - "string": "Webhook Status" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_1595053355": { - "context": "header", - "string": "Unnamed Webhook Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_408706360": { - "context": "header", - "string": "{webhookName} Details" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_1432828311": { - "string": "Search Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_2295583901": { - "context": "button", - "string": "Create webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_3300314452": { - "context": "tab name", - "string": "All Webhooks" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_active": { - "context": "webhook", - "string": "Active" - }, - "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_inactive": { - "context": "webhook", - "string": "Inactive" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { - "string": "No webhooks found" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_2487865635": { - "context": "webhook service account", - "string": "Service Account" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { - "context": "user action bar", - "string": "Action" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { - "string": "Unnamed webhook" - }, - "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { - "context": "webhook name", - "string": "名字" - }, - "src_dot_webhooks_dot_views_dot_3493926696": { - "context": "window title", - "string": "Create Webhook" - }, - "src_dot_yes": { - "string": "Yes" - }, - "voucherDetailsUnassignCategory": { - "context": "unassign category from voucher, button", - "string": "Unassign" - }, - "voucherDetailsUnassignCollection": { - "context": "unassign collection from voucher, button", - "string": "Unassign" - }, - "voucherDetailsUnassignProduct": { - "context": "unassign product from voucher, button", - "string": "Unassign" - } -} \ No newline at end of file From 0f4f8bd6b4f6a65b76210cdb016c9db4f9b22539 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Fri, 4 Sep 2020 16:11:56 +0200 Subject: [PATCH 3/4] Restore zh locales --- locale/zh-Hans.json | 5396 +++++++++++++++++++++++++++++++++++++++++++ locale/zh-Hant.json | 5396 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 10792 insertions(+) create mode 100644 locale/zh-Hans.json create mode 100644 locale/zh-Hant.json diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json new file mode 100644 index 000000000..9f4349055 --- /dev/null +++ b/locale/zh-Hans.json @@ -0,0 +1,5396 @@ +{ + "OrderCancelDialogHeader": { + "context": "dialog header", + "string": "取消订单" + }, + "configurationMenuAttributes": { + "string": "确认创建产品类型的属性" + }, + "configurationMenuNavigation": { + "string": "定义用户如何浏览您的商店" + }, + "configurationMenuPages": { + "string": "管理和添加其它的页面" + }, + "configurationMenuPermissionGroups": { + "string": "管理您的权限及组权限" + }, + "configurationMenuProductTypes": { + "string": "定义您销售的产品类型" + }, + "configurationMenuShipping": { + "string": "管理您的发货方式" + }, + "configurationMenuSiteSettings": { + "string": "查看和更新您的网站设置" + }, + "configurationMenuStaff": { + "string": "管理您的员工及其权限" + }, + "configurationMenuTaxes": { + "string": "管理店铺如何收税" + }, + "configurationMenuWarehouses": { + "string": "管理和更新您的仓库信息" + }, + "configurationPluginsPages": { + "string": "查看和更新您的插件及其设置" + }, + "homeActivityCardHeader": { + "context": "header", + "string": " 活动" + }, + "homeActivityCardNoActivities": { + "string": "没有促销活动" + }, + "homeAnalyticsCardHeader": { + "string": "今天" + }, + "homeHeaderText": { + "context": "header", + "string": "您好, {userName}" + }, + "homeHeaderTextCaption": { + "context": "subheader", + "string": "这是我们收集的有关您商店的一些信息" + }, + "homeNotificationTableNoOrders": { + "string": "没有进行中的订单" + }, + "homeNotificationTableOrders": { + "string": "{amount, plural,other {{amount}个订单进行中}}" + }, + "homeNotificationTablePayments": { + "string": "{amount, plural,other {需付款{amount} }}" + }, + "homeNotificationTableProducts": { + "string": "{amount, plural,other {{amount} 产品缺货}}" + }, + "homeNotificationsNoPayments": { + "string": "没有未付款的订单" + }, + "homeNotificationsTableNoProducts": { + "string": "没有产品缺货" + }, + "homeProductListCardOrders": { + "context": "number of ordered products", + "string": "{amount, plural,other {{amount} 下订单}}" + }, + "homeProductsListCardHeader": { + "context": "header", + "string": "热销产品" + }, + "homeProductsListCardNoProducts": { + "string": "没有产品" + }, + "homeScreenDisclaimer": { + "context": "header", + "string": "声明" + }, + "homeScreenDisclaimerText1": { + "string": "新的仪表板和GraphQL API是预览版本的软件。" + }, + "homeScreenDisclaimerText2": { + "string": "GraphQL API为beta质量。 尚未完全优化,可能会缺少某些突变或查询。" + }, + "homeScreenHeader": { + "context": "header", + "string": "您好, {userName}" + }, + "menuCreateDialogHeader": { + "context": "dialog header", + "string": "新建菜单" + }, + "menuCreateDialogMenuTitleLabel": { + "string": "菜单标题" + }, + "menuDetailsDeleteMenuContent": { + "string": "您确认要删除菜单 {menuName}?" + }, + "menuDetailsDeleteMenuHeader": { + "context": "dialog header", + "string": "删除菜单" + }, + "menuDetailsPageHelperText": { + "string": "通过拖放来创建导航结构。 只需创建一个新菜单项,然后将其拖动到其预定位置即可。 您可以相互移动项目以创建树结构,并上下拖动项目以创建层次结构" + }, + "menuItemDialogAddItem": { + "context": "create new menu item, header", + "string": "添加物品" + }, + "menuItemDialogAddLink": { + "context": "add link to navigation", + "string": "链接:{url}" + }, + "menuItemDialogEditItem": { + "context": "edit menu item, header", + "string": "编辑宝贝" + }, + "menuItemDialogLinkLabel": { + "context": "label", + "string": "链接" + }, + "menuItemDialogLinkPlaceholder": { + "string": "输入内容搜索" + }, + "menuItemDialogNameLabel": { + "context": "menu item name", + "string": "名字" + }, + "menuItemsAddItem": { + "context": "add new menu item", + "string": "创建新的宝贝" + }, + "menuItemsHeader": { + "context": "header", + "string": "菜单条目" + }, + "menuItemsPlaceholder": { + "string": "添加新的菜单至开始菜单" + }, + "menuListCreatedMenu": { + "string": "已创建的菜单" + }, + "menuListDeleteMenuContent": { + "string": "您确认要删除菜单 {menuName}?" + }, + "menuListDeleteMenuHeader": { + "context": "dialog header", + "string": "删除菜单" + }, + "menuListDeleteMenusContent": { + "string": "{counter,plural,other {确认要删除{displayQuantity}菜单?}}" + }, + "menuListDeleteMenusHeader": { + "context": "dialog header", + "string": "删除菜单" + }, + "menuListDeletedMenu": { + "string": "已删除菜单" + }, + "menuListItems": { + "context": "number of menu items", + "string": "宝贝" + }, + "menuListMenutitle": { + "string": "菜单标题" + }, + "menuListNoMenus": { + "string": "没有菜单" + }, + "menuListPageAddMenu": { + "context": "button", + "string": "新建菜单" + }, + "menuPropertiesMenuTitle": { + "string": "菜单标题" + }, + "orderCustomerBillingAddressNotSet": { + "context": "no address is set in draft order", + "string": "没有设置" + }, + "orderCustomerCustomerNotSet": { + "context": "customer is not set in draft order", + "string": "没有设置" + }, + "orderCustomerShippingAddressNotSet": { + "context": "shipping address is not set in draft order", + "string": "没有设置" + }, + "orderPaymentShippingDoesNotApply": { + "context": "order does not require shipping", + "string": "没有生效" + }, + "orderPaymentVATDoesNotApply": { + "context": "vat not included in order price", + "string": "没有生效" + }, + "productStatusLabel": { + "context": "product", + "string": "已发布" + }, + "productStockHeader": { + "context": "product stock, section header", + "string": "库存" + }, + "productTypeCreateHeader": { + "context": "window title", + "string": "新建产品类型" + }, + "productTypeCreatePageHeader": { + "context": "header", + "string": "新建产品类型" + }, + "productTypeTaxesHeader": { + "context": "section header", + "string": "税" + }, + "productTypeTaxesInputLabel": { + "string": "税" + }, + "productVariantCreatePricesPriceInputLabel": { + "string": "价格" + }, + "productVariantCreatePricesSetPricePlaceholder": { + "context": "variant price", + "string": "价格" + }, + "productVariantCreatePricesStockInputLabel": { + "string": "库存" + }, + "productVariantCreatorStockSectionHeader": { + "context": "variant stock, header", + "string": "存货" + }, + "productVariantCreatorWarehouseSectionHeader": { + "context": "header", + "string": "货仓" + }, + "productVariantPriceOptionalCostPriceField": { + "context": "optional field", + "string": "可选" + }, + "productVariantPriceOptionalPriceField": { + "context": "optional field", + "string": "可选" + }, + "saleDetailsPageCategoriesQuantity": { + "context": "number of categories", + "string": "分类({quantity})" + }, + "saleDetailsPageCollectionsQuantity": { + "context": "number of collections", + "string": "系列 ({quantity})" + }, + "saleDetailsPageProductsQuantity": { + "context": "number of products", + "string": "产品 ({quantity})" + }, + "saleDetailsUnassignCategory": { + "context": "unassign category from sale, button", + "string": "取消分配" + }, + "saleDetailsUnassignCollection": { + "context": "unassign collection from sale, button", + "string": "取消分配" + }, + "saleDetailsUnassignProduct": { + "context": "unassign product from sale, button", + "string": "取消分配" + }, + "shippingZoneDetailsDialogsDeleteShippingMethod": { + "context": "delete shipping method", + "string": "您确认想要删除 {name}??" + }, + "shippingZoneDetailsDialogsDeleteShippingZone": { + "context": "delete shipping zone", + "string": "您确认想要删除 {name}??" + }, + "shippingZoneWarehouses_dot_autocomplete_dot_label": { + "context": "autocomplete select label", + "string": "货仓" + }, + "siteSettingsMailingHelperText": { + "context": "helper text", + "string": "邮件配置" + }, + "src_dot_accept": { + "context": "button", + "string": "接受" + }, + "src_dot_attributes": { + "context": "attributes section name", + "string": "属性" + }, + "src_dot_attributes_dot_attributeSlugUnique": { + "string": "此条属性已存在" + }, + "src_dot_attributes_dot_attributeValueAlreadyExists": { + "string": "此值已存在于此属性中" + }, + "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { + "context": "dialog content", + "string": "{counter,plural,other {确认要删除{displayQuantity}属性?}}" + }, + "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { + "context": "dialog title", + "string": "删除属性" + }, + "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { + "context": "dialog title", + "string": "删除属性" + }, + "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { + "context": "dialog content", + "string": "确认要删除{attributeName}属性?" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_1005562666": { + "context": "attribute's editor component", + "string": "商店所有者的目录输入类型" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_1336738461": { + "context": "product attribute type", + "string": "下拉" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_2592224946": { + "context": "check to require attribute to have value", + "string": "所需值" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_3334509011": { + "context": "product attribute type", + "string": "多选" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_3605174225": { + "context": "attribute's slug short code label", + "string": "属性码" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_4107478955": { + "context": "attribute slug input field helper text", + "string": "This is used internally. Make sure you don’t use spaces" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_691600601": { + "context": "attribute's label", + "string": "Default Label" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { + "context": "tab name", + "string": "所有属性" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { + "context": "button", + "string": "Create attribute" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { + "string": "Search Attribute" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { + "context": "attribute can be column in product list table", + "string": "Can be used as column" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { + "context": "use attribute in filtering", + "string": "Filterable in Dashboard" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { + "context": "use attribute in filtering", + "string": "Filterable in Storefront" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { + "context": "attribute can be used only in variants", + "string": "Variant Only" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { + "context": "attribute value is required", + "string": "所需值" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { + "context": "attribute", + "string": "Visible on Product Page in Storefront" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { + "string": "No attributes found" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { + "context": "attribute can be searched in storefront", + "string": "Use in faceted search" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { + "context": "attribute can be searched in dashboard", + "string": "Searchable" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { + "string": "属性码" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { + "context": "attribute is visible", + "string": "Visible" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { + "context": "attribute's label'", + "string": "Default Label" + }, + "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { + "context": "page title", + "string": "新建新属性" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_1318123158": { + "context": "attribute is filterable in storefront", + "string": "Use in Faceted Navigation" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_1877630205": { + "context": "attribute properties regarding storefront", + "string": "Storefront Properties" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_26409543": { + "context": "attribute properties regarding dashboard", + "string": "Dashboard Properties" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_3590282519": { + "context": "attribute position in storefront filters", + "string": "Position in faceted navigation" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_3876764312": { + "context": "attribute", + "string": "Visible on Product Page in Storefront" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_4048785456": { + "string": "If enabled this attribute can be used as a column in product table." + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_673770329": { + "context": "add attribute as column in product list table", + "string": "添加列选项" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_714335445": { + "context": "use attribute in filtering", + "string": "Use in Filtering" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_787251583": { + "string": "If enabled, you’ll be able to use this attribute to filter products in product list." + }, + "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { + "context": "delete attribute value", + "string": "Are you sure you want to delete \"{name}\" value?" + }, + "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { + "context": "dialog title", + "string": "Delete attribute value" + }, + "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { + "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." + }, + "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { + "context": "edit attribute value", + "string": "Edit Value" + }, + "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { + "context": "add attribute value", + "string": "添加值" + }, + "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { + "context": "attribute name", + "string": "名字" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { + "context": "attribute values list: name column header", + "string": "Default Store View" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { + "context": "attribute values list: slug column header", + "string": "Admin" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { + "context": "No attribute values found", + "string": "No values found" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { + "context": "section header", + "string": "Attribute Values" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { + "context": "assign attribute value button", + "string": "Assign value" + }, + "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { + "string": "Successfully created attribute" + }, + "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { + "context": "attribute value deleted", + "string": "Value deleted" + }, + "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { + "string": "Attribute deleted" + }, + "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { + "context": "added new attribute value", + "string": "添加新的值" + }, + "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { + "context": "deleted multiple attributes", + "string": "Attributes successfully delete" + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_109182747": { + "context": "button", + "string": "登录" + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { + "string": "密码" + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_3476994590": { + "string": "Sorry, your username and/or password are incorrect. Please try again." + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_4028609483": { + "context": "button", + "string": "Reset your password" + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { + "string": "New Password" + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1915811227": { + "string": "Please set up a new password." + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { + "context": "button", + "string": "Set new password" + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { + "string": "密码确认" + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { + "string": "Passwords do not match" + }, + "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2370700732": { + "string": "Forgot your password? Don't worry, we'll reset it for you." + }, + "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_3663311080": { + "context": "password reset, button", + "string": "Send Instructions" + }, + "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { + "context": "button", + "string": "返回登录" + }, + "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { + "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." + }, + "src_dot_auth_dot_views_dot_2388238158": { + "string": "Provided email address does not exist in our database." + }, + "src_dot_availability": { + "string": "Availability" + }, + "src_dot_back": { + "context": "button", + "string": "返回" + }, + "src_dot_cancel": { + "context": "button", + "string": "取消" + }, + "src_dot_cancelled": { + "context": "order status", + "string": "取消" + }, + "src_dot_catalog": { + "string": "分类" + }, + "src_dot_categories": { + "context": "categories section name", + "string": "产品分类" + }, + "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { + "context": "section header", + "string": "北京台(可选)" + }, + "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { + "context": "field is optional", + "string": "(可选)" + }, + "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { + "context": "page header", + "string": "新建新分类" + }, + "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { + "string": "添加关键字使得这个分类更容易被搜索引擎找到" + }, + "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { + "context": "dialog title", + "string": "Delete category" + }, + "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { + "context": "delete category", + "string": "Are you sure you want to delete {categoryName}?" + }, + "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { + "string": "分类名" + }, + "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { + "string": "分类描述" + }, + "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { + "context": "button", + "string": "Create category" + }, + "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { + "string": "Search Category" + }, + "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { + "context": "tab name", + "string": "所有分类" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { + "string": "分类名" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { + "string": "No categories found" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { + "string": "No subcategories found" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { + "context": "number of subcategories", + "string": "Subcategories" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { + "context": "number of products", + "string": "No. of Products" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_1134347598": { + "context": "product price", + "string": "价格" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { + "string": "没有产品" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_1952810469": { + "context": "product type", + "string": "Type" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_2341910657": { + "context": "product", + "string": "未发布" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_3640454975": { + "context": "product status", + "string": "已发布" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { + "context": "product", + "string": "名字" + }, + "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { + "context": "button", + "string": "添加产品" + }, + "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { + "context": "header", + "string": "Products in {categoryName}" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { + "context": "number of subcategories in category", + "string": "Subcategories" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { + "string": "添加关键字使得这个分类更容易被搜索引擎找到" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { + "context": "number of products in category", + "string": "产品" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { + "context": "section header", + "string": "全部子类" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { + "context": "button", + "string": "Create subcategory" + }, + "src_dot_categories_dot_views_dot_1140231710": { + "context": "window title", + "string": "Create category" + }, + "src_dot_categories_dot_views_dot_1204353135": { + "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" + }, + "src_dot_categories_dot_views_dot_1754466114": { + "string": "分类已新建" + }, + "src_dot_categories_dot_views_dot_1823337870": { + "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" + }, + "src_dot_categories_dot_views_dot_2004894945": { + "context": "dialog title", + "string": "Delete category" + }, + "src_dot_categories_dot_views_dot_2189424032": { + "string": "分类已删除" + }, + "src_dot_categories_dot_views_dot_2507763081": { + "context": "dialog title", + "string": "Delete products" + }, + "src_dot_categories_dot_views_dot_3488150607": { + "string": "Remember this will also delete all products assigned to this category." + }, + "src_dot_categories_dot_views_dot_712767046": { + "context": "dialog title", + "string": "Delete categories" + }, + "src_dot_categories_dot_views_dot_847492725": { + "string": "Are you sure you want to delete {categoryName}?" + }, + "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { + "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" + }, + "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { + "string": "Remember this will also delete all products assigned to this category." + }, + "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { + "context": "dialog title", + "string": "Delete categories" + }, + "src_dot_clear": { + "context": "button", + "string": "清空" + }, + "src_dot_collections": { + "context": "collections section name", + "string": "系列" + }, + "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_1815688500": { + "context": "collection", + "string": "since {date}" + }, + "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_2001551496": { + "context": "collection", + "string": "will be visible from {date}" + }, + "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { + "string": "添加关键字使得这个系列更容易被搜索引擎找到" + }, + "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { + "context": "page header", + "string": "添加系列" + }, + "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_1815688500": { + "context": "collection", + "string": "since {date}" + }, + "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_2001551496": { + "context": "collection", + "string": "will be visible from {date}" + }, + "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_2906897537": { + "context": "switch button", + "string": "Feature on Homepage" + }, + "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { + "string": "添加关键字使得这个系列更容易被搜索引擎找到" + }, + "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { + "context": "collection name", + "string": "名字" + }, + "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { + "context": "section header", + "string": "北京台(可选)" + }, + "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { + "context": "field is optional", + "string": "(可选)" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { + "context": "tab name", + "string": "所有系列" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_4057224233": { + "string": "Search Collection" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { + "context": "button", + "string": "Create collection" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { + "context": "collection", + "string": "隐藏" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { + "context": "collection", + "string": "已发布" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { + "string": "No collections found" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_2341910657": { + "context": "collection is not published", + "string": "未发布" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { + "string": "No. of Products" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { + "string": "系列名" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { + "context": "collection availability", + "string": "Availability" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_3640454975": { + "context": "collection is published", + "string": "已发布" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { + "string": "没有产品" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { + "context": "product type", + "string": "Type" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_2341910657": { + "context": "product is not published", + "string": "未发布" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_3640454975": { + "context": "product is published", + "string": "已发布" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { + "context": "products in collection", + "string": "Products in {name}" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { + "context": "button", + "string": "Assign product" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { + "context": "product name", + "string": "名字" + }, + "src_dot_collections_dot_views_dot_1152429477": { + "string": "删除套餐" + }, + "src_dot_collections_dot_views_dot_2001540731": { + "string": "将产品添加到系列" + }, + "src_dot_collections_dot_views_dot_2402899582": { + "string": "Are you sure you want to delete collection's image?" + }, + "src_dot_collections_dot_views_dot_3215481647": { + "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" + }, + "src_dot_collections_dot_views_dot_3482612628": { + "string": "Deleted product from collection" + }, + "src_dot_collections_dot_views_dot_3791354625": { + "context": "dialog title", + "string": "Unassign products from collection" + }, + "src_dot_collections_dot_views_dot_523939418": { + "string": "Are you sure you want to delete {collectionName}?" + }, + "src_dot_collections_dot_views_dot_686910896": { + "context": "window title", + "string": "Create collection" + }, + "src_dot_collections_dot_views_dot_699514132": { + "context": "dialog title", + "string": "Delete Collection" + }, + "src_dot_collections_dot_views_dot_870815507": { + "context": "unassign product from collection, button", + "string": "取消分配" + }, + "src_dot_collections_dot_views_dot_942133001": { + "context": "dialog title", + "string": "Delete image" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_1547167026": { + "context": "publish collections", + "string": "发布" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_1944626595": { + "string": "{counter,plural,one {Are you sure you want to unpublish this collection?} other {Are you sure you want to unpublish {displayQuantity} collections?}}" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2237014112": { + "context": "unpublish collections", + "string": "取消发布" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { + "string": "{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2637364047": { + "context": "dialog title", + "string": "Unpublish collections" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2756013640": { + "string": "{counter,plural,one {Are you sure you want to publish this collection?} other {Are you sure you want to publish {displayQuantity} collections?}}" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2823425739": { + "context": "dialog title", + "string": "Publish collections" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { + "context": "dialog title", + "string": "Delete collections" + }, + "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { + "string": "Permission groups" + }, + "src_dot_components_dot_AccountPermissions_dot_2690176844": { + "context": "dialog header", + "string": "权限" + }, + "src_dot_components_dot_AccountPermissions_dot_2731975416": { + "context": "card section description", + "string": "Available permissions" + }, + "src_dot_components_dot_AccountPermissions_dot_2853621891": { + "context": "exceeded permissions description", + "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." + }, + "src_dot_components_dot_AccountPermissions_dot_3674526441": { + "context": "permission list item description", + "string": "This group is last source of that permission" + }, + "src_dot_components_dot_AccountStatus_dot_2183517419": { + "context": "section header", + "string": "账户状态" + }, + "src_dot_components_dot_AccountStatus_dot_2683780981": { + "string": "If you want to disable this account uncheck the box below" + }, + "src_dot_components_dot_AddressEdit_dot_1139500589": { + "string": "国家" + }, + "src_dot_components_dot_AddressEdit_dot_1271289966": { + "string": "Phone" + }, + "src_dot_components_dot_AddressEdit_dot_1363074570": { + "string": "地址行1" + }, + "src_dot_components_dot_AddressEdit_dot_253031977": { + "string": "城市" + }, + "src_dot_components_dot_AddressEdit_dot_2965971965": { + "string": "ZIP / Postal code" + }, + "src_dot_components_dot_AddressEdit_dot_3121963259": { + "string": "地址行2" + }, + "src_dot_components_dot_AddressEdit_dot_3570415321": { + "string": "公司" + }, + "src_dot_components_dot_AddressEdit_dot_944851093": { + "string": "国家地区" + }, + "src_dot_components_dot_AppLayout_dot_21332146": { + "context": "button", + "string": "登出" + }, + "src_dot_components_dot_AppLayout_dot_248888005": { + "context": "button", + "string": "账户设置" + }, + "src_dot_components_dot_AssignCategoryDialog_dot_1305061437": { + "string": "Search Categories" + }, + "src_dot_components_dot_AssignCategoryDialog_dot_190977792": { + "context": "dialog header", + "string": "Assign Categories" + }, + "src_dot_components_dot_AssignCategoryDialog_dot_3690273268": { + "string": "Search by category name, etc..." + }, + "src_dot_components_dot_AssignCategoryDialog_dot_3973677075": { + "context": "button", + "string": "Assign categories" + }, + "src_dot_components_dot_AssignCollectionDialog_dot_1035511604": { + "context": "button", + "string": "Assign collections" + }, + "src_dot_components_dot_AssignCollectionDialog_dot_2605414502": { + "string": "Search by collection name, etc..." + }, + "src_dot_components_dot_AssignCollectionDialog_dot_3992923611": { + "context": "dialog header", + "string": "Assign Collection" + }, + "src_dot_components_dot_AssignCollectionDialog_dot_4057224233": { + "string": "Search Collection" + }, + "src_dot_components_dot_AssignProductDialog_dot_2100305525": { + "context": "button", + "string": "Assign products" + }, + "src_dot_components_dot_AssignProductDialog_dot_2336947364": { + "string": "Search by product name, attribute, product type etc..." + }, + "src_dot_components_dot_AssignProductDialog_dot_2850255786": { + "string": "Search Products" + }, + "src_dot_components_dot_AssignProductDialog_dot_649693468": { + "context": "dialog header", + "string": "Assign Product" + }, + "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { + "string": "No results" + }, + "src_dot_components_dot_ColumnPicker_dot_1483881697": { + "context": "button", + "string": "Reset" + }, + "src_dot_components_dot_ColumnPicker_dot_2539195044": { + "context": "select visible columns button", + "string": "Columns" + }, + "src_dot_components_dot_ColumnPicker_dot_2715399461": { + "context": "pick columns to display", + "string": "{numberOfSelected} columns selected out of {numberOfTotal}" + }, + "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { + "string": "国家" + }, + "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { + "string": "Phone" + }, + "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { + "string": "地址行1" + }, + "src_dot_components_dot_CompanyAddressInput_dot_253031977": { + "string": "城市" + }, + "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { + "string": "ZIP / Postal code" + }, + "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { + "string": "地址行2" + }, + "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { + "string": "公司" + }, + "src_dot_components_dot_CompanyAddressInput_dot_944851093": { + "string": "国家地区" + }, + "src_dot_components_dot_ConfirmButton_dot_2845142593": { + "context": "button", + "string": "错误" + }, + "src_dot_components_dot_CountryList_dot_2460766407": { + "context": "number of countries", + "string": "{number} Countries" + }, + "src_dot_components_dot_CountryList_dot_2747492886": { + "context": "button", + "string": "Assign countries" + }, + "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { + "context": "custom search delete, dialog header", + "string": "Delete Search" + }, + "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { + "string": "Are you sure you want to delete {name} search tab?" + }, + "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { + "context": "header", + "string": "错误" + }, + "src_dot_components_dot_ErrorPage_dot_1723676032": { + "context": "button", + "string": "返回首页" + }, + "src_dot_components_dot_ErrorPage_dot_2736139139": { + "string": "噢!..." + }, + "src_dot_components_dot_ErrorPage_dot_2845142593": { + "string": "错误" + }, + "src_dot_components_dot_ErrorPage_dot_3090161573": { + "string": "Don't worry, everything is gonna be fine" + }, + "src_dot_components_dot_ErrorPage_dot_3182212440": { + "string": "We've encountered a problem..." + }, + "src_dot_components_dot_FileUpload_dot_3050254265": { + "context": "upload file, button", + "string": "Upload" + }, + "src_dot_components_dot_FilterBar_dot_2173195312": { + "context": "button", + "string": "Delete Search" + }, + "src_dot_components_dot_FilterBar_dot_2340527467": { + "string": "Custom Filter" + }, + "src_dot_components_dot_FilterBar_dot_3268463180": { + "context": "button", + "string": "Save Search" + }, + "src_dot_components_dot_FilterCard_dot_996289613": { + "string": "过滤" + }, + "src_dot_components_dot_Filter_dot_2332404293": { + "context": "search", + "string": "No results" + }, + "src_dot_components_dot_Filter_dot_2683154806": { + "context": "is filter range or value", + "string": "equal to" + }, + "src_dot_components_dot_Filter_dot_2779594451": { + "context": "filter range separator", + "string": "and" + }, + "src_dot_components_dot_Filter_dot_4190318230": { + "context": "search results", + "string": "Show more" + }, + "src_dot_components_dot_Filter_dot_773313536": { + "context": "is filter range or value", + "string": "between" + }, + "src_dot_components_dot_Filter_dot_996289613": { + "string": "过滤" + }, + "src_dot_components_dot_ImageUpload_dot_1731007575": { + "context": "image upload", + "string": "Drop here to upload" + }, + "src_dot_components_dot_LanguageSwitch_dot_4150219184": { + "context": "button", + "string": "{languageName} - {languageCode}" + }, + "src_dot_components_dot_ListField_dot_3099331554": { + "context": "button", + "string": "添加" + }, + "src_dot_components_dot_MoneyRange_dot_12301532": { + "context": "money", + "string": "to {money}" + }, + "src_dot_components_dot_MoneyRange_dot_1316359951": { + "context": "money", + "string": "{fromMoney} - {toMoney}" + }, + "src_dot_components_dot_MoneyRange_dot_3729849657": { + "context": "money", + "string": "from {money}" + }, + "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { + "context": "add custom select input option", + "string": "添加新的值:{value}" + }, + "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_MultiSelectField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_Navigator_dot_1116468870": { + "context": "navigator placeholder", + "string": "Order Number" + }, + "src_dot_components_dot_Navigator_dot_1167695965": { + "context": "navigator placeholder", + "string": "Type Command" + }, + "src_dot_components_dot_Navigator_dot_1643417013": { + "context": "navigator placeholder", + "string": "Search Customer" + }, + "src_dot_components_dot_Navigator_dot_1809988825": { + "context": "navigator section header", + "string": "Search in Customers" + }, + "src_dot_components_dot_Navigator_dot_2874620973": { + "context": "navigator placeholder", + "string": "Type {key} to see available actions" + }, + "src_dot_components_dot_Navigator_dot_2935523260": { + "context": "navigator placeholder", + "string": "Search in Catalog" + }, + "src_dot_components_dot_Navigator_dot_3060198201": { + "context": "navigator section header", + "string": "Navigate to" + }, + "src_dot_components_dot_Navigator_dot_3384551821": { + "context": "navigator notification", + "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." + }, + "src_dot_components_dot_Navigator_dot_3636839115": { + "context": "navigator section header", + "string": "Quick Actions" + }, + "src_dot_components_dot_Navigator_dot_4290208300": { + "context": "navigator notification title", + "string": "Navigator is here to help" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_category": { + "string": "分类" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_collection": { + "string": "集合" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { + "context": "collection", + "string": "已发布" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { + "context": "collection", + "string": "Not Published" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { + "context": "button", + "string": "新建分类" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { + "context": "button", + "string": "新建系列" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { + "context": "button", + "string": "新建客户" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { + "context": "button", + "string": "新建订单" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { + "context": "button", + "string": "Create Permission Group" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { + "context": "button", + "string": "新建产品" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { + "context": "button", + "string": "Create Voucher" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { + "string": "{firstName} {lastName}" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { + "context": "navigator action", + "string": "Go to order #{orderNumber}" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { + "context": "navigator catalog mode description", + "string": "Search in Catalog" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { + "context": "navigator command mode description", + "string": "Search Command" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { + "context": "navigator customer mode description", + "string": "Search Customers" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { + "context": "navigator default mode description", + "string": "Search Views and Actions" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { + "context": "navigator help mode description", + "string": "Display Help" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { + "context": "navigator order mode description", + "string": "Search Orders" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { + "string": "No Results" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_product": { + "string": "产品" + }, + "src_dot_components_dot_NotFoundPage_dot_2736139139": { + "string": "噢!..." + }, + "src_dot_components_dot_NotFoundPage_dot_4036415297": { + "string": "Something's missing" + }, + "src_dot_components_dot_NotFoundPage_dot_4205980614": { + "string": "Sorry, the page was not found" + }, + "src_dot_components_dot_NotFoundPage_dot_678743710": { + "context": "button", + "string": "Go back to dashboard" + }, + "src_dot_components_dot_RadioGroupField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_RichTextEditor_dot_1603794322": { + "context": "dialog header", + "string": "添加图片链接" + }, + "src_dot_components_dot_RichTextEditor_dot_2049070632": { + "context": "replace image, button", + "string": "Replace" + }, + "src_dot_components_dot_RichTextEditor_dot_2160163587": { + "context": "button", + "string": "添加或编辑链接" + }, + "src_dot_components_dot_RichTextEditor_dot_286109898": { + "context": "rich text error", + "string": "Invalid content" + }, + "src_dot_components_dot_RichTextEditor_dot_2925475978": { + "string": "URL Linked" + }, + "src_dot_components_dot_RichTextEditor_dot_4035057905": { + "string": "图片URL" + }, + "src_dot_components_dot_RowNumberSelect_dot_1154361791": { + "string": "No of Rows:" + }, + "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { + "context": "save filter tab, header", + "string": "Save Custom Search" + }, + "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { + "context": "save search tab", + "string": "Search Name" + }, + "src_dot_components_dot_SearchBar_dot_2173195312": { + "context": "button", + "string": "Delete Search" + }, + "src_dot_components_dot_SearchBar_dot_2340527467": { + "string": "Custom Filter" + }, + "src_dot_components_dot_SearchBar_dot_3268463180": { + "context": "button", + "string": "Save Search" + }, + "src_dot_components_dot_SeoForm_dot_1324250412": { + "string": "Search engine title" + }, + "src_dot_components_dot_SeoForm_dot_1991321627": { + "string": "Search engine description" + }, + "src_dot_components_dot_SeoForm_dot_2378618579": { + "string": "If empty, the preview shows what will be autogenerated." + }, + "src_dot_components_dot_SeoForm_dot_3198271020": { + "context": "button", + "string": "Edit website SEO" + }, + "src_dot_components_dot_SeoForm_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_components_dot_SeoForm_dot_3877274856": { + "context": "character limit", + "string": "{numberOfCharacters} of {maxCharacters} characters" + }, + "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { + "context": "add custom select input option", + "string": "添加新的值:{value}" + }, + "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { + "string": "None" + }, + "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_SingleSelectField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_TableHead_dot_868570480": { + "string": "Selected {number} items" + }, + "src_dot_components_dot_Timeline_dot_1359200231": { + "context": "add order note, button", + "string": "Send" + }, + "src_dot_components_dot_Timeline_dot_3028189627": { + "string": "Leave your note here..." + }, + "src_dot_components_dot_VisibilityCard_dot_1459686496": { + "context": "section header", + "string": "Visibility" + }, + "src_dot_components_dot_VisibilityCard_dot_2060790769": { + "context": "publish on date", + "string": "Publish on" + }, + "src_dot_components_dot_VisibilityCard_dot_292404896": { + "string": "Set publication date" + }, + "src_dot_components_dot_VisibilityCard_dot_643174786": { + "string": "Visible" + }, + "src_dot_components_dot_VisibilityCard_dot_77815154": { + "string": "隐藏" + }, + "src_dot_components_dot_WeightRange_dot_264731940": { + "context": "weight", + "string": "to {value} {unit}" + }, + "src_dot_components_dot_WeightRange_dot_2892071052": { + "context": "weight", + "string": "{fromValue} {fromUnit} - {toValue} {toUnit}" + }, + "src_dot_components_dot_WeightRange_dot_4256193688": { + "context": "weight", + "string": "from {value} {unit}" + }, + "src_dot_components_dot_Weight_dot_2781622322": { + "context": "weight", + "string": "{value} {unit}" + }, + "src_dot_configuration": { + "context": "configuration section name", + "string": "配置" + }, + "src_dot_configuration_dot_1233229030": { + "string": "Miscellaneous" + }, + "src_dot_configuration_dot_1440737903": { + "string": "Shipping Settings" + }, + "src_dot_configuration_dot_1639245766": { + "string": "View and update your webhook and their settings" + }, + "src_dot_configuration_dot_2326418019": { + "string": "Attributes and Product Typess" + }, + "src_dot_configuration_dot_2387898569": { + "string": "Manage external integrations accounts" + }, + "src_dot_configuration_dot_3140151600": { + "string": "Staff Settings" + }, + "src_dot_configuration_dot_3655543906": { + "string": "Product Settings" + }, + "src_dot_confirm": { + "context": "button", + "string": "确认" + }, + "src_dot_create": { + "context": "button", + "string": "创建" + }, + "src_dot_customers": { + "context": "customers section name", + "string": "客户" + }, + "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { + "context": "dialog title", + "string": "编辑地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { + "context": "dialog title", + "string": "添加地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1090326769": { + "context": "customer's address book, header", + "string": "{fullName}'s Address Book" + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1428369222": { + "string": "This customer doesn’t have any adresses added to his address book. You can add address using the button below." + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1484733755": { + "string": "There is no address to show for this customer" + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_3623935073": { + "context": "button", + "string": "添加地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_489918044": { + "context": "customer details, header", + "string": "{fullName} Details" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_1224809208": { + "string": "默认地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_1578192486": { + "string": "默认账单地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_2131178753": { + "context": "button", + "string": "设为默认配送地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_3096438859": { + "context": "button", + "string": "设为默认账单地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_4109348993": { + "string": "默认配送地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { + "context": "header", + "string": "地址信息" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { + "context": "subsection header", + "string": "配送地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { + "context": "subsection header", + "string": "地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { + "string": "This customer has no addresses yet" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { + "context": "subsection header", + "string": "账单地址" + }, + "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { + "context": "page header", + "string": "首要地址" + }, + "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { + "string": "这个客户的主要地址" + }, + "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { + "context": "header", + "string": "Customer Overview" + }, + "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { + "context": "notes about customer header", + "string": "备注" + }, + "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { + "context": "note about customer", + "string": "备注" + }, + "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { + "string": "Enter any extra infotmation regarding this customer." + }, + "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { + "context": "page header", + "string": "新建客户" + }, + "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { + "context": "check to mark this account as active", + "string": "User account active" + }, + "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { + "context": "section subheader", + "string": "从 {date} 起的活跃用户" + }, + "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { + "context": "note about customer", + "string": "备注" + }, + "src_dot_customers_dot_components_dot_CustomerInfo_dot_252313757": { + "context": "customer informations, header", + "string": "Personal Informations" + }, + "src_dot_customers_dot_components_dot_CustomerInfo_dot_778526801": { + "context": "customer contact section, header", + "string": "联系人信息" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { + "string": "Search Customer" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { + "context": "button", + "string": "Create customer" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { + "context": "tab name", + "string": "所有客户" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { + "context": "customer", + "string": "Join Date" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_moneySpent": { + "context": "customer", + "string": "Money Spent" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { + "string": "Number of Orders" + }, + "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { + "string": "No. of Orders" + }, + "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { + "string": "No customers found" + }, + "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { + "string": "Customer Email" + }, + "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { + "string": "Customer Name" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { + "context": "order status", + "string": "状态" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { + "context": "section header", + "string": "最近订单" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { + "context": "number of order", + "string": "No. of Order" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { + "context": "button", + "string": "View all orders" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { + "context": "order placement date", + "string": "日期" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { + "context": "order total amount", + "string": "总数" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { + "string": "No orders found" + }, + "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { + "string": "Last login" + }, + "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { + "string": "Last order" + }, + "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { + "context": "section header", + "string": "Customer History" + }, + "src_dot_customers_dot_views_dot_1927691511": { + "context": "delete customer, dialog content", + "string": "Are you sure you want to delete {email}?" + }, + "src_dot_customers_dot_views_dot_1998583641": { + "context": "dialog header", + "string": "Delete Customer" + }, + "src_dot_customers_dot_views_dot_2657976015": { + "context": "dialog header", + "string": "删除地址" + }, + "src_dot_customers_dot_views_dot_2859116187": { + "context": "window title", + "string": "Create customer" + }, + "src_dot_customers_dot_views_dot_3689332763": { + "string": "你确定要把这个地址从地址薄中删除吗?" + }, + "src_dot_customers_dot_views_dot_3901579344": { + "string": "Customer Removed" + }, + "src_dot_customers_dot_views_dot_3970234993": { + "string": "Customer created" + }, + "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { + "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" + }, + "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { + "context": "dialog header", + "string": "Delete Customers" + }, + "src_dot_dashboard": { + "string": "后台" + }, + "src_dot_delete": { + "context": "button", + "string": "Delete" + }, + "src_dot_demo": { + "context": "notification message after log in", + "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." + }, + "src_dot_description": { + "string": "描述" + }, + "src_dot_discounts": { + "string": "折扣" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_1567318211": { + "string": "分类名" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_1681512341": { + "context": "section header", + "string": "Eligible Categories" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_2054128296": { + "string": "No categories found" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_2968663655": { + "context": "number of products", + "string": "产品" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_3973677075": { + "context": "button", + "string": "Assign categories" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_1035511604": { + "context": "button", + "string": "Assign collections" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_2137803833": { + "string": "No collections found" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_2968663655": { + "context": "number of products", + "string": "产品" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_3011396316": { + "string": "系列名" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_452750900": { + "context": "section header", + "string": "Eligible Collections" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { + "context": "dialog header", + "string": "Assign Countries" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { + "context": "search box placeholder", + "string": "Search by country name" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { + "string": "Choose countries, you want voucher to be limited to, from the list below" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { + "context": "search box label", + "string": "Filter Countries" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { + "context": "button", + "string": "Assign countries" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { + "context": "country selection", + "string": "Countries A to Z" + }, + "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { + "context": "voucher end date, switch button", + "string": "Set end date" + }, + "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { + "context": "time during discount is active, header", + "string": "Active Dates" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_1657559629": { + "string": "没有产品" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2100305525": { + "context": "button", + "string": "Assign products" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2341910657": { + "context": "product is not published", + "string": "未发布" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2697405188": { + "string": "Product Name" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_3640454975": { + "context": "product is published", + "string": "已发布" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_4257289053": { + "string": "Product Type" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_919175218": { + "context": "section header", + "string": "Eligible Products" + }, + "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { + "context": "page header", + "string": "Create Sale" + }, + "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { + "context": "sale name", + "string": "名字" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { + "string": "Search Sale" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { + "context": "button", + "string": "Create Sale" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { + "context": "tab name", + "string": "All Sales" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { + "context": "sale status", + "string": "激活" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { + "context": "sale status", + "string": "已过期" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { + "context": "discount type", + "string": "Fixed amount" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { + "context": "discount type", + "string": "Percentage" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { + "context": "sale status", + "string": "Scheduled" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { + "context": "sale start date", + "string": "Started" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { + "context": "sale status", + "string": "状态" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { + "string": "Discount Type" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { + "context": "sale value", + "string": "值" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { + "context": "sale end date", + "string": "Ends" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { + "string": "No sales found" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { + "context": "sale start date", + "string": "Starts" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { + "context": "sale name", + "string": "名字" + }, + "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { + "context": "sale value", + "string": "值" + }, + "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { + "context": "sale name", + "string": "名字" + }, + "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { + "context": "percentage or fixed, header", + "string": "Discount Type" + }, + "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { + "context": "discount type", + "string": "Percentage" + }, + "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { + "context": "discount type", + "string": "Fixed Amount" + }, + "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { + "context": "sale value, header", + "string": "值" + }, + "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { + "context": "sale discount", + "string": "Discount Value" + }, + "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { + "context": "page header", + "string": "Create Voucher" + }, + "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { + "context": "voucher end date, switch button", + "string": "Set end date" + }, + "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { + "context": "time during voucher is active, header", + "string": "Active Dates" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { + "string": "Voucher applies to all countries" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { + "string": "Voucher is limited to these countries" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { + "context": "voucher country range", + "string": "国家" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { + "context": "number of categories", + "string": "分类({quantity})" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { + "context": "number of collections", + "string": "系列 ({quantity})" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { + "context": "number of products", + "string": "产品 ({quantity})" + }, + "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { + "string": "Discount Code" + }, + "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { + "context": "voucher code, button", + "string": "Generate Code" + }, + "src_dot_discounts_dot_components_dot_VoucherLimits_dot_2215544659": { + "string": "Limit number of times this discount can be used in total" + }, + "src_dot_discounts_dot_components_dot_VoucherLimits_dot_3459612469": { + "context": "limit voucher", + "string": "Limit to one use per customer" + }, + "src_dot_discounts_dot_components_dot_VoucherLimits_dot_3751756157": { + "context": "voucher usage limit, header", + "string": "Usage Limit" + }, + "src_dot_discounts_dot_components_dot_VoucherLimits_dot_557552777": { + "context": "voucher", + "string": "Limit of Uses" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { + "context": "tab name", + "string": "所有代币券" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { + "string": "Search Voucher" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { + "context": "button", + "string": "Create voucher" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { + "context": "voucher status", + "string": "激活" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { + "context": "voucher status", + "string": "已过期" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { + "context": "discount type", + "string": "Fixed amount" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { + "context": "discount type", + "string": "Percentage" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { + "context": "voucher status", + "string": "Scheduled" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { + "context": "voucher start date", + "string": "Started" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { + "context": "voucher status", + "string": "状态" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { + "context": "voucher", + "string": "Times used" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { + "string": "Discount Type" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { + "context": "voucher value", + "string": "值" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { + "context": "minimum amount of spent money to activate voucher", + "string": "Min. Spent" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { + "context": "voucher is active until date", + "string": "Ends" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { + "context": "voucher uses", + "string": "Uses" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { + "context": "voucher is active from date", + "string": "Starts" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { + "context": "voucher code", + "string": "码值" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { + "string": "No vouchers found" + }, + "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { + "context": "voucher requirements, header", + "string": "Minimum Requirements" + }, + "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { + "context": "voucher has no requirements", + "string": "None" + }, + "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { + "context": "voucher requirement", + "string": "Minimum quantity of items" + }, + "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { + "context": "voucher requirement", + "string": "Minimal order value" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { + "context": "voucher value", + "string": "值" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { + "context": "voucher value requirement", + "string": "Min. Order Value" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { + "context": "voucher", + "string": "应用到" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { + "context": "voucher value requirement", + "string": "Usage Limit" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { + "context": "voucher code", + "string": "码值" + }, + "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { + "context": "header", + "string": "Discount Type" + }, + "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { + "context": "voucher discount type", + "string": "Free Shipping" + }, + "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { + "context": "voucher discount type", + "string": "Percentage" + }, + "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { + "context": "voucher discount type", + "string": "Fixed Amount" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { + "context": "section header", + "string": "值" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { + "string": "Discount Value" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { + "context": "voucher application, switch button", + "string": "Only once per order" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { + "string": "Voucher Specific Information" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { + "string": "If this option is disabled, discount will be counted for every eligible product" + }, + "src_dot_discounts_dot_order": { + "context": "voucher discount", + "string": "Entire order" + }, + "src_dot_discounts_dot_products": { + "context": "voucher discount", + "string": "特定商品" + }, + "src_dot_discounts_dot_shipment": { + "context": "voucher discount", + "string": "Shipment" + }, + "src_dot_discounts_dot_views_dot_1162257691": { + "string": "Deleted voucher" + }, + "src_dot_discounts_dot_views_dot_1402402714": { + "context": "dialog header", + "string": "Unassign Collections From Voucher" + }, + "src_dot_discounts_dot_views_dot_1457489953": { + "context": "dialog content", + "string": "Are you sure you want to delete {saleName}?" + }, + "src_dot_discounts_dot_views_dot_1827854264": { + "context": "dialog header", + "string": "Unassign Categories From Sale" + }, + "src_dot_discounts_dot_views_dot_1952217501": { + "context": "dialog header", + "string": "Unassign Collections From Sale" + }, + "src_dot_discounts_dot_views_dot_2072403265": { + "context": "dialog header", + "string": "Unassign Products From Voucher" + }, + "src_dot_discounts_dot_views_dot_2353723060": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unassign this category?} other {Are you sure you want to unassign {displayQuantity} categories?}}" + }, + "src_dot_discounts_dot_views_dot_2534378844": { + "string": "Removed sale" + }, + "src_dot_discounts_dot_views_dot_2669520431": { + "context": "dialog header", + "string": "Unassign Categories From Voucher" + }, + "src_dot_discounts_dot_views_dot_3215481647": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" + }, + "src_dot_discounts_dot_views_dot_3261917848": { + "context": "dialog content", + "string": "Are you sure you want to delete {voucherCode}?" + }, + "src_dot_discounts_dot_views_dot_3395246518": { + "context": "dialog header", + "string": "Unassign Products From Sale" + }, + "src_dot_discounts_dot_views_dot_3707049729": { + "string": "Successfully created sale" + }, + "src_dot_discounts_dot_views_dot_506030254": { + "context": "dialog header", + "string": "Delete Sale" + }, + "src_dot_discounts_dot_views_dot_655651329": { + "string": "Successfully created voucher" + }, + "src_dot_discounts_dot_views_dot_767268203": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unassign this collection?} other {Are you sure you want to unassign {displayQuantity} collections?}}" + }, + "src_dot_discounts_dot_views_dot_895379508": { + "context": "dialog header", + "string": "Delete Voucher" + }, + "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { + "context": "dialog header", + "string": "Delete Sales" + }, + "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this sale?} other {Are you sure you want to delete {displayQuantity} sales?}}" + }, + "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this voucher?} other {Are you sure you want to delete {displayQuantity} vouchers?}}" + }, + "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { + "context": "dialog header", + "string": "Delete Vouchers" + }, + "src_dot_done": { + "context": "button", + "string": "Done" + }, + "src_dot_draft": { + "context": "order status", + "string": "草稿" + }, + "src_dot_draftOrders": { + "context": "draft orders section name", + "string": "Draft Orders" + }, + "src_dot_drafts": { + "string": "Drafts" + }, + "src_dot_edit": { + "context": "button", + "string": "编辑" + }, + "src_dot_email": { + "string": "电子邮箱" + }, + "src_dot_endDate": { + "string": "End Date" + }, + "src_dot_endHour": { + "string": "End Hour" + }, + "src_dot_firstName": { + "string": "First Name" + }, + "src_dot_fulfilled": { + "context": "order status", + "string": "已完成" + }, + "src_dot_generalInformations": { + "string": "General Informations" + }, + "src_dot_home": { + "context": "home section name", + "string": "首页" + }, + "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { + "string": "Order #{orderId} was placed from draft by {userEmail}" + }, + "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { + "string": "Order #{orderId} was fully paid" + }, + "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { + "string": "Order #{orderId} was placed" + }, + "src_dot_lastName": { + "string": "Last Name" + }, + "src_dot_manage": { + "context": "button", + "string": "Manage" + }, + "src_dot_navigation": { + "context": "navigation section name", + "string": "Navigation" + }, + "src_dot_no": { + "string": "No" + }, + "src_dot_ok": { + "context": "button", + "string": "OK" + }, + "src_dot_optionalField": { + "context": "field is optional", + "string": "可选" + }, + "src_dot_orders": { + "context": "orders section name", + "string": "订单" + }, + "src_dot_orders_dot_components_dot_OrderAddressEditDialog_dot_3278396777": { + "context": "dialog header", + "string": "编辑配送地址" + }, + "src_dot_orders_dot_components_dot_OrderAddressEditDialog_dot_3982060155": { + "context": "dialog header", + "string": "编辑账单地址" + }, + "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { + "context": "dialog header", + "string": "取消订单" + }, + "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { + "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" + }, + "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { + "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" + }, + "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { + "context": "dialog header", + "string": "Saleor couldn’t cancel order" + }, + "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { + "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." + }, + "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { + "string": "No notes from customer" + }, + "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { + "context": "notes about customer, header", + "string": "备注" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { + "context": "subheader", + "string": "联系人信息" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { + "string": "Search Customers" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { + "context": "link", + "string": "View Profile" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { + "string": "配送地址" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { + "context": "section header", + "string": "客户" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { + "context": "billing address", + "string": "和配送地址相同" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { + "string": "不知名用户" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { + "string": "账单地址" + }, + "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_1854613983": { + "context": "button", + "string": "取消订单" + }, + "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { + "context": "dialog header", + "string": "Delete Daft Order" + }, + "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { + "string": "Are you sure you want to delete draft #{orderNumber}?" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { + "context": "price or ordered products", + "string": "价格" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { + "string": "产品" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { + "context": "quantity of ordered products", + "string": "数量" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { + "string": "没有产品添加到订单" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { + "context": "total price of ordered products", + "string": "总数" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_2429341469": { + "context": "button", + "string": "添加快递公司" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_3202709354": { + "string": "Taxes (VAT included)" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_3594442178": { + "string": "No applicable shipping carriers" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_781550514": { + "context": "subtotal price or an order", + "string": "小计" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_878013594": { + "context": "total price of an order", + "string": "总数" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { + "context": "section header", + "string": "Order Details" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { + "context": "button", + "string": "添加多个产品" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_115822814": { + "string": "没有账单地址" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1161061962": { + "context": "dialog header", + "string": "Finalize Draft Order" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1297434244": { + "string": "No user information" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1472924390": { + "string": "There are missing or incorrect informations about this order:" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2430492151": { + "string": "无配送地址" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2725265632": { + "context": "button", + "string": "Finalize" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2824936338": { + "string": "Shipping method provided, but no product requires it" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2968256006": { + "string": "Some products require shipping, but no method provided" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_3358029330": { + "string": "Are you sure you want to finalize draft #{orderNumber}?" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_678764806": { + "context": "button", + "string": "Finalize anyway" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { + "context": "button", + "string": "Create order" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { + "context": "tab name", + "string": "草稿箱" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { + "string": "Search Draft" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { + "context": "draft order", + "string": "Created" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { + "context": "draft order", + "string": "客户" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { + "string": "未付款订单" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { + "string": "No. of Order" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { + "string": "客户" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { + "context": "order draft creation date", + "string": "日期" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { + "context": "order draft total price", + "string": "总数" + }, + "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { + "context": "button", + "string": "取消订单" + }, + "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { + "context": "button", + "string": "Finalize" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_1608534452": { + "context": "page header", + "string": "Order no. {orderNumber} - Add Fulfillment" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2094985970": { + "context": "quantity of fulfilled products", + "string": "Quantity to fulfill" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2095687440": { + "context": "fulfill order, button", + "string": "Fulfill" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2588284040": { + "context": "no variant stock in warehouse", + "string": "No Stock" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_3244948255": { + "context": "header", + "string": "Items ready to ship" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_3620521256": { + "context": "page header", + "string": "订单" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_4046223826": { + "string": "产品名称" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_4251997263": { + "context": "checkbox", + "string": "Send shipment details to customer" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_580490159": { + "context": "page header with order number", + "string": "Order #{orderNumber}" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_693960049": { + "context": "product's sku", + "string": "库存单位" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { + "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { + "context": "select warehouse to restock items", + "string": "Select Warehouse" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { + "context": "dialog header", + "string": "Cancel Fulfillment" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_2796503714": { + "context": "quantity of fulfilled products", + "string": "数量" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3123761129": { + "context": "dialog header", + "string": "Fulfill Products" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3252172269": { + "context": "fulfillment group", + "string": "追踪编号" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_4046223826": { + "string": "产品名称" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_693960049": { + "context": "product's sku", + "string": "库存单位" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { + "string": "追踪编号" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { + "context": "dialog header", + "string": "Add Tracking Code" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1119771899": { + "context": "fulfillment group tracking number", + "string": "添加追踪" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1134347598": { + "context": "product price", + "string": "价格" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1895667608": { + "context": "product name", + "string": "产品" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_2796503714": { + "context": "ordered product quantity", + "string": "数量" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_3254150098": { + "string": "Tracking Number: {trackingNumber}" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_3494686506": { + "context": "section header", + "string": "Fulfilled ({quantity})" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_4039425374": { + "context": "cancelled fulfillment, section header", + "string": "Cancelled ({quantity})" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_693960049": { + "context": "ordered product sku", + "string": "库存单位" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_732594284": { + "context": "button", + "string": "Cancel Fulfillment" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_77179533": { + "context": "fulfillment group", + "string": "Fulfilled from: {warehouseName}" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_878013594": { + "context": "order line total price", + "string": "总数" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { + "context": "order history message", + "string": "订单地址已更新" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { + "context": "order history message", + "string": "Fulfilled {quantity} items" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { + "context": "order history message", + "string": "Fulfillment was cancelled" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { + "context": "order history message", + "string": "Order was placed" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { + "context": "order history message", + "string": "Links to the order's digital goods were sent" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { + "context": "order history message", + "string": "Order was created from draft" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { + "context": "order history message", + "string": "Payment confirmation was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { + "context": "order history message", + "string": "Restocked {quantity} items" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { + "context": "order history message", + "string": "备注被添加到订单" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { + "context": "order history message", + "string": "Order confirmation was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { + "context": "order history message", + "string": "Payment was voided" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { + "context": "order history message", + "string": "Order was fully paid" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { + "context": "order history message", + "string": "Payment was captured" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { + "context": "order history message", + "string": "Fulfillment confirmation was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { + "context": "order history message", + "string": "Draft order was created" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3328124376": { + "context": "order history message", + "string": "Marked order as paid" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { + "context": "order history message", + "string": "Shipping tracking number was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { + "context": "order history message", + "string": "Payment was refunded" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3506022286": { + "context": "order history message", + "string": "Products were added to draft order" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { + "string": "Order History" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { + "context": "order history message", + "string": "Oversold {quantity} items" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_4067959693": { + "context": "order history message", + "string": "Products were deleted from draft order" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { + "context": "order history message", + "string": "Updated fulfillment group's tracking number" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { + "context": "order history message", + "string": "Payment failed" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { + "context": "order history message", + "string": "Shipping details was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { + "context": "order history message", + "string": "Order was cancelled" + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { + "context": "button", + "string": "Create order" + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { + "string": "Search Orders..." + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { + "context": "tab name", + "string": "全部订单" + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { + "context": "order", + "string": "客户" + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { + "context": "order", + "string": "Created" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { + "string": "Fulfillment status" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { + "context": "payment status", + "string": "支付" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { + "string": "No. of Order" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { + "context": "e-mail or full name", + "string": "客户" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { + "context": "date when order was placed", + "string": "日期" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { + "context": "total order price", + "string": "总数" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { + "string": "No orders found" + }, + "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2823153104": { + "string": "Are you sure you want to mark this order as paid?" + }, + "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { + "context": "dialog header", + "string": "Mark Order as Paid" + }, + "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { + "context": "dialog header", + "string": "Capture Payment" + }, + "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_250371749": { + "context": "dialog header", + "string": "Refund Payment" + }, + "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { + "context": "amount of refunded money", + "string": "金额" + }, + "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { + "string": "Are you sure you want to void this payment?" + }, + "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { + "context": "dialog header", + "string": "Void Payment" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_1325966144": { + "context": "order shipping method name", + "string": "配送" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_1817306106": { + "context": "vat included in order price", + "string": "VAT included" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_2183023165": { + "context": "ordered products", + "string": "{quantity} items" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_2320183694": { + "context": "order payment", + "string": "Captured amount" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_2444197639": { + "context": "void payment, button", + "string": "Void" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_2845258362": { + "context": "button", + "string": "退款" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_3500506678": { + "context": "order, button", + "string": "Mark as paid" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_353147224": { + "context": "order payment", + "string": "Outstanding Balance" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_3720114122": { + "context": "order discount", + "string": "折扣" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_3768782744": { + "context": "order payment", + "string": "预授权金额" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_3955023266": { + "string": "税" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_4211710217": { + "context": "capture payment, button", + "string": "抓取" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_781550514": { + "context": "order subtotal price", + "string": "小计" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_878013594": { + "context": "order total price", + "string": "总数" + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { + "context": "variant sku", + "string": "SKU {sku}" + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { + "string": "Search by product name, attribute, product type etc..." + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { + "context": "dialog header", + "string": "Add Product" + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { + "string": "Search Products" + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_353369701": { + "string": "No products matching given query" + }, + "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { + "context": "dialog header", + "string": "Edit Shipping Method" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1134347598": { + "context": "product unit price", + "string": "价格" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1895667608": { + "context": "product name", + "string": "产品" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2095687440": { + "context": "button", + "string": "Fulfill" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2796503714": { + "context": "ordered products", + "string": "数量" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2886647373": { + "context": "section header", + "string": "Unfulfilled ({quantity})" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_693960049": { + "context": "ordered product sku", + "string": "库存单位" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_878013594": { + "context": "order line total price", + "string": "总数" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { + "string": "Payment successfully captured" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { + "string": "Draft order successfully finalized" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { + "string": "Order line deleted" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { + "string": "Fulfillment successfully updated" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { + "string": "Order line updated" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { + "string": "Order marked as paid" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { + "string": "Order line added" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { + "string": "Order successfully cancelled" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { + "string": "备注成功添加" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { + "string": "Order payment successfully voided" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { + "string": "Order successfully updated" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_580490159": { + "context": "window title", + "string": "Order #{orderNumber}" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { + "string": "Shipping method successfully updated" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_667274681": { + "string": "Payment successfully refunded" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_694622335": { + "context": "window title", + "string": "Draft Order #{orderNumber}" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { + "string": "Fulfillment successfully cancelled" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { + "context": "dialog header", + "string": "Delete Order Drafts" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { + "string": "Deleted draft orders" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { + "string": "Order draft successfully created" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" + }, + "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { + "context": "window title", + "string": "Fulfill Order #{orderNumber}" + }, + "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { + "context": "order fulfilled success message", + "string": "Fulfilled Items" + }, + "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { + "context": "window title", + "string": "Fulfill Order" + }, + "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { + "string": "Order draft successfully created" + }, + "src_dot_pages": { + "context": "pages section name", + "string": "页" + }, + "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { + "context": "page header", + "string": "新建页面" + }, + "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1815688500": { + "context": "page", + "string": "since {date}" + }, + "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { + "string": "添加标题和描述使得这个页面更容易被搜索引擎找到" + }, + "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { + "context": "page", + "string": "will be visible from {date}" + }, + "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { + "context": "page content", + "string": "内容" + }, + "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { + "context": "page title", + "string": "标题" + }, + "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { + "context": "button", + "string": "Create page" + }, + "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { + "context": "dialog header", + "string": "标题" + }, + "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { + "context": "page status", + "string": "Visibility" + }, + "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { + "string": "No pages found" + }, + "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { + "context": "page internal name", + "string": "Slug" + }, + "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { + "context": "page status", + "string": "已发布" + }, + "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { + "context": "page status", + "string": "Not Published" + }, + "src_dot_pages_dot_components_dot_PageSlug_dot_1324178587": { + "string": "URL" + }, + "src_dot_pages_dot_components_dot_PageSlug_dot_3478065224": { + "context": "page internal name", + "string": "Slug" + }, + "src_dot_pages_dot_components_dot_PageSlug_dot_4210828158": { + "string": "If empty, URL will be autogenerated from Page Name" + }, + "src_dot_pages_dot_views_dot_1068617485": { + "context": "header", + "string": "新建页面" + }, + "src_dot_pages_dot_views_dot_2680158037": { + "string": "Successfully created new page" + }, + "src_dot_pages_dot_views_dot_3246254285": { + "context": "dialog header", + "string": "Delete Page" + }, + "src_dot_pages_dot_views_dot_754348000": { + "context": "delete page", + "string": "Are you sure you want to delete {title}?" + }, + "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { + "context": "notification", + "string": "Removed pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { + "context": "publish page, button", + "string": "发布" + }, + "src_dot_pages_dot_views_dot_PageList_dot_158565417": { + "context": "dialog header", + "string": "Unpublish Pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { + "context": "unpublish page, button", + "string": "取消发布" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { + "context": "dialog header", + "string": "Publish Pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { + "context": "notification", + "string": "Published pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { + "context": "dialog header", + "string": "Delete Pages" + }, + "src_dot_paid": { + "context": "payment status", + "string": "Fully paid" + }, + "src_dot_partiallyFulfilled": { + "context": "order status", + "string": "部分完成" + }, + "src_dot_partiallyPaid": { + "context": "payment status", + "string": "Partially paid" + }, + "src_dot_partiallyRefunded": { + "context": "payment status", + "string": "Partially refunded" + }, + "src_dot_permissionGroups": { + "context": "permission groups section name", + "string": "Permission Groups" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_1004218338": { + "context": "staff member status", + "string": "不活跃" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_1731102929": { + "context": "button", + "string": "Assign" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_2986043376": { + "context": "dialog header", + "string": "Assign Staff Members" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3111990517": { + "string": "Search by name, email, etc..." + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3247064221": { + "context": "staff member status", + "string": "激活" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3532084010": { + "string": "Search Staff Members" + }, + "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { + "context": "dialog title", + "string": "Unassign users" + }, + "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { + "context": "dialog content", + "string": "You are not able to modify this group members. Solve this problem to continue with request." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { + "context": "checkbox label", + "string": "Group has full access to the store" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { + "context": "card description", + "string": "Expand or restrict group's permissions to access certain part of saleor system." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { + "context": "dialog content", + "string": "您确认想要删除 {name}??" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { + "context": "dialog title", + "string": "Delete permission group" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { + "context": "deletion error message", + "string": "Cant's delete group which is out of your permission scope" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { + "context": "checkbox label", + "string": "Group has full access to the store" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { + "context": "card description", + "string": "Expand or restrict group's permissions to access certain part of saleor system." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { + "context": "text field label", + "string": "Group name" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { + "context": "button", + "string": "create permission group" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { + "context": "permission group name", + "string": "Permission Group Name" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { + "string": "Members" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { + "string": "动作" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { + "string": "No permission groups found" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { + "context": "staff member status", + "string": "不活跃" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { + "context": "empty list message", + "string": "You haven’t assigned any member to this permission group yet." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { + "string": "No members found" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { + "string": " 电子邮箱" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { + "context": "button", + "string": "Assign members" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { + "context": "empty list message", + "string": "Please use Assign Members button to do so." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { + "context": "staff member status", + "string": "激活" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { + "context": "header", + "string": "Group members" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { + "string": "动作" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { + "context": "staff member full name", + "string": "名字" + }, + "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { + "context": "dialog title", + "string": "Unassign users" + }, + "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { + "context": "dialog content", + "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" + }, + "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { + "context": "window title", + "string": "Create category" + }, + "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { + "string": "Permission group created" + }, + "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { + "context": "button title", + "string": "取消分配" + }, + "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { + "string": "Permission Group Deleted" + }, + "src_dot_plugins": { + "context": "plugins section name", + "string": "Plugins" + }, + "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { + "context": "section header", + "string": "Authorization" + }, + "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { + "context": "plugin name", + "string": "Plugin Name" + }, + "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { + "context": "plugin status", + "string": "状态" + }, + "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { + "context": "section header", + "string": "Plugin Information and Status" + }, + "src_dot_plugins_dot_components_dot_PluginInfo_dot_4013064767": { + "string": "Set plugin as Active" + }, + "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { + "context": "header", + "string": "添加值至授权区域" + }, + "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { + "context": "header", + "string": "Edit Authorization Field" + }, + "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { + "context": "section header", + "string": "Plugin Settings" + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_1970881031": { + "context": "section header", + "string": "Plugin Settings" + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { + "context": "header", + "string": "{pluginName} Details" + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3425535100": { + "context": "section header", + "string": "Plugin Information and Status" + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3799756739": { + "string": "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_4241018152": { + "string": "This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers." + }, + "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { + "string": "Search Plugins..." + }, + "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { + "context": "tab name", + "string": "所有插件" + }, + "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { + "context": "plugin", + "string": "激活" + }, + "src_dot_plugins_dot_components_dot_PluginsListPage_dot_deactivated": { + "context": "plugin", + "string": "不活跃" + }, + "src_dot_plugins_dot_components_dot_PluginsList_dot_3247064221": { + "context": "plugin status", + "string": "激活" + }, + "src_dot_plugins_dot_components_dot_PluginsList_dot_4120604650": { + "context": "user action bar", + "string": "动作" + }, + "src_dot_plugins_dot_components_dot_PluginsList_dot_636461959": { + "context": "plugin name", + "string": "名字" + }, + "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { + "string": "No plugins found" + }, + "src_dot_plugins_dot_views_dot_1096544448": { + "context": "header", + "string": "Authorization Field Delete" + }, + "src_dot_plugins_dot_views_dot_955370043": { + "string": "The plugin may stop working after this field is cleared. Are you sure you want to proceed?" + }, + "src_dot_productTypes": { + "context": "product types section name", + "string": "Product Types" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_2173976534": { + "context": "button", + "string": "Assign attributes" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_3922579741": { + "context": "dialog header", + "string": "Assign Attribute" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_4205644805": { + "string": "No results found" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_524117994": { + "string": "Search by attribute name" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_902296540": { + "string": "Search Attributes" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributeEditDialog_dot_1228425832": { + "string": "Attribute name" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributeEditDialog_dot_335542212": { + "string": "属性值" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributeUnassignDialog_dot_404238501": { + "context": "dialog header", + "string": "Unassign Attribute From Product Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributeUnassignDialog_dot_722498450": { + "string": "Are you sure you want to unassign {attributeName} from {productTypeName}?" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { + "string": "No attributes found" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { + "string": "Attribute name" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { + "context": "button", + "string": "Assign attribute" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3478065224": { + "context": "attribute internal name", + "string": "Slug" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { + "context": "section header", + "string": "Product Attributes" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_888493112": { + "context": "section header", + "string": "Variant Attributes" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeBulkAttributeUnassignDialog_dot_2646729060": { + "context": "unassign multiple attributes from product type", + "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {productTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {productTypeName}?}}" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeBulkAttributeUnassignDialog_dot_766918870": { + "context": "dialog header", + "string": "Unassign Attribute from Product Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeDeleteDialog_dot_2297471173": { + "context": "delete product type", + "string": "您确认想要删除 {name}??" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeDeleteDialog_dot_924066985": { + "context": "dialog header", + "string": "Delete Product Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { + "context": "switch button", + "string": "Product type uses Variant Attributes" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_1007996279": { + "string": "Product Type Name" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { + "context": "tab name", + "string": "全部产品类型" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { + "string": "Search Product Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { + "context": "button", + "string": "create product type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { + "context": "product type", + "string": "可配置" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { + "context": "product", + "string": "Digital" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { + "context": "product", + "string": "Shippable" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { + "context": "product type is digital or physical", + "string": "Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { + "string": "No product types found" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { + "context": "product type", + "string": "Simple product" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { + "context": "tax rate for a product type", + "string": "Tax" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { + "context": "product type is either simple or configurable", + "string": "Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { + "context": "product type name", + "string": "Type Name" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { + "context": "product type", + "string": "可配置" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { + "context": "product type", + "string": "Digital" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { + "context": "product type", + "string": "Physical" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { + "context": "product type shipping settings, section header", + "string": "配送" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { + "context": "switch button", + "string": "Is this product shippable?" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { + "string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { + "string": "Weight" + }, + "src_dot_productTypes_dot_views_dot_3822478981": { + "string": "Successfully created product type" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4080551769": { + "context": "dialog header", + "string": "Delete Product Types" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4269954457": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this product type?} other {Are you sure you want to delete {displayQuantity} product types?}}" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { + "string": "Product type deleted" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { + "context": "unassign attribute from product type, button", + "string": "取消分配" + }, + "src_dot_products": { + "context": "products section name", + "string": "产品" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_1071548120": { + "context": "number of product attributes", + "string": "{number} Attributes" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_1148029984": { + "context": "attribute value", + "string": "值" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_1207761269": { + "context": "attribute values", + "string": "值" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_4153345096": { + "context": "product attributes, section header", + "string": "属性" + }, + "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { + "string": "分类" + }, + "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { + "string": "系列" + }, + "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { + "context": "product organization, header", + "string": "Organization" + }, + "src_dot_products_dot_components_dot_ProductCreatePage_dot_1815688500": { + "context": "product", + "string": "since {date}" + }, + "src_dot_products_dot_components_dot_ProductCreatePage_dot_2001551496": { + "context": "product", + "string": "will be visible from {date}" + }, + "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { + "string": "添加标题和描述使得这个产品更容易被搜索引擎找到" + }, + "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { + "context": "product name", + "string": "名字" + }, + "src_dot_products_dot_components_dot_ProductImageNavigation_dot_3060635772": { + "context": "section header", + "string": "所有照片" + }, + "src_dot_products_dot_components_dot_ProductImagePage_dot_1905082483": { + "context": "field is optional", + "string": "可选" + }, + "src_dot_products_dot_components_dot_ProductImagePage_dot_2546267317": { + "context": "header", + "string": "Edit Photo" + }, + "src_dot_products_dot_components_dot_ProductImagePage_dot_367472710": { + "context": "section header", + "string": "Photo View" + }, + "src_dot_products_dot_components_dot_ProductImagePage_dot_3822382625": { + "context": "section header", + "string": "Photo Information" + }, + "src_dot_products_dot_components_dot_ProductImages_dot_3240888698": { + "context": "section header", + "string": "图片" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_1134347598": { + "context": "product price", + "string": "价格" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { + "context": "button", + "string": "新建产品" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_1952810469": { + "context": "product type", + "string": "Type" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { + "string": "Search Products..." + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_3640454975": { + "context": "product status", + "string": "已发布" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { + "context": "tab name", + "string": "全部产品" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_available": { + "context": "product status", + "string": "可用" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { + "context": "product is hidden", + "string": "隐藏" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { + "context": "product status", + "string": "Out Of Stock" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_price": { + "string": "价格" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { + "context": "product", + "string": "Stock quantity" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { + "context": "product visibility", + "string": "Visibility" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { + "context": "product is visible", + "string": "Visible" + }, + "src_dot_products_dot_components_dot_ProductList_dot_1134347598": { + "context": "product price", + "string": "价格" + }, + "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { + "string": "没有产品" + }, + "src_dot_products_dot_components_dot_ProductList_dot_1952810469": { + "context": "product type", + "string": "Type" + }, + "src_dot_products_dot_components_dot_ProductList_dot_2341910657": { + "context": "product status", + "string": "未发布" + }, + "src_dot_products_dot_components_dot_ProductList_dot_3640454975": { + "context": "product status", + "string": "已发布" + }, + "src_dot_products_dot_components_dot_ProductList_dot_636461959": { + "context": "product", + "string": "名字" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_150865454": { + "context": "product is not configurable", + "string": "Simple" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { + "string": "分类" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { + "string": "系列" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { + "context": "section header", + "string": "Organize Product" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { + "context": "product is configurable", + "string": "可配置" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { + "context": "field is optional", + "string": "*可选.添加产品至系列帮助用户找到它" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { + "string": "Product Type" + }, + "src_dot_products_dot_components_dot_ProductPricing_dot_1099355007": { + "context": "product pricing", + "string": "Pricing" + }, + "src_dot_products_dot_components_dot_ProductPricing_dot_1134347598": { + "context": "product price", + "string": "价格" + }, + "src_dot_products_dot_components_dot_ProductPricing_dot_3015886868": { + "string": "Charge taxes for this item" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { + "string": "SKU (Stock Keeping Unit)" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { + "context": "tabel column header", + "string": "Warehouse Name" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_2729628316": { + "context": "tabel column header", + "string": "Quantity Available" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { + "context": "header", + "string": "数量" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { + "context": "product inventory, checkbox", + "string": "Track Inventory" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { + "context": "button", + "string": "Assign Warehouse" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { + "string": "Active inventory tracking will automatically calculate changes of stock" + }, + "src_dot_products_dot_components_dot_ProductUpdatePage_dot_1815688500": { + "context": "product", + "string": "since {date}" + }, + "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2001551496": { + "context": "product", + "string": "will be visible from {date}" + }, + "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { + "string": "添加标题和描述使得这个产品更容易被搜索引擎找到" + }, + "src_dot_products_dot_components_dot_ProductVariantAttributes_dot_1536841622": { + "context": "product attribute error", + "string": "所有属性不能为空" + }, + "src_dot_products_dot_components_dot_ProductVariantAttributes_dot_258966189": { + "context": "product attribute error", + "string": "This variant already exists" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_2853608829": { + "context": "button", + "string": "Save variant" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_3726089650": { + "context": "button", + "string": "Delete Variant" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { + "context": "variant price", + "string": "价格" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { + "string": "Selected values will be used to create variants for the configurable product." + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { + "context": "variant attribute", + "string": "Attribute" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { + "context": "variant attribute", + "string": "Select Attribute" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { + "context": "page title", + "string": "Price and SKUs" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { + "context": "variant stock, header", + "string": "Stock and Warehousing" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { + "context": "product attribute values, page title", + "string": "Choose Values" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { + "context": "attribute values, variant creation step", + "string": "Select Values" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { + "context": "variant attribute", + "string": "选择属性" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { + "context": "variant creation step", + "string": "摘要" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { + "string": "Apply single price to all SKUs" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { + "string": "Apply unique stock by attribute to each SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { + "string": "Apply unique prices by attribute to each SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { + "string": "Apply single stock to all SKUs" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { + "context": "button", + "string": "Next" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { + "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { + "string": "Skip stock for now" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { + "context": "create multiple variants, button", + "string": "创建" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { + "context": "variant creator summary card header", + "string": "Created Variants" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { + "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { + "string": "库存单位" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { + "context": "variant creation step", + "string": "Prices and SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { + "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { + "context": "previous step, button", + "string": "Previous" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { + "context": "variant name", + "string": "变种" + }, + "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { + "context": "button", + "string": "Delete variant" + }, + "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { + "context": "delete product variant", + "string": "您确认想要删除 {name}??" + }, + "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { + "context": "dialog header", + "string": "Delete Variant" + }, + "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_3196043669": { + "context": "dialog header", + "string": "Image Selection" + }, + "src_dot_products_dot_components_dot_ProductVariantImages_dot_3240888698": { + "context": "section header", + "string": "图片" + }, + "src_dot_products_dot_components_dot_ProductVariantImages_dot_3449133076": { + "string": "Select a specific variant image from product images" + }, + "src_dot_products_dot_components_dot_ProductVariantImages_dot_989683980": { + "context": "button", + "string": "选择图片" + }, + "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { + "context": "section header", + "string": "Variants" + }, + "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { + "context": "button", + "string": "添加产品变种" + }, + "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { + "context": "variant name", + "string": "New Variant" + }, + "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { + "context": "product pricing, section header", + "string": "Pricing" + }, + "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1416480328": { + "string": "Cost price override" + }, + "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2238565650": { + "string": "Selling price override" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { + "context": "product variant inventory", + "string": "Unavailable in all locations" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { + "context": "product variant inventory", + "string": "Unavailable" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { + "context": "product variant price", + "string": "价格" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { + "context": "product variant inventory", + "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { + "context": "variant stock status", + "string": "Available inventory at:" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { + "context": "button", + "string": "Create variants" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { + "context": "section header", + "string": "Variants" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { + "context": "product variant inventory", + "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { + "string": "Use variants for products that come in a variety of versions for example different sizes or colors" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { + "context": "filtering option", + "string": "All Warehouses" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { + "context": "product variant inventory status", + "string": "库存" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { + "context": "button", + "string": "Create variant" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { + "context": "product variant inventory", + "string": "Not stocked" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { + "string": "库存单位" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { + "context": "product variant name", + "string": "变种" + }, + "src_dot_products_dot_views_dot_1542417144": { + "context": "window title", + "string": "新建产品" + }, + "src_dot_products_dot_views_dot_1591632382": { + "context": "page header", + "string": "New Product" + }, + "src_dot_products_dot_views_dot_1731766393": { + "context": "dialog header", + "string": "Delete Image" + }, + "src_dot_products_dot_views_dot_2279302139": { + "string": "Variant removed" + }, + "src_dot_products_dot_views_dot_2362587265": { + "context": "header", + "string": "Create Variant" + }, + "src_dot_products_dot_views_dot_2880386427": { + "string": "Are you sure you want to delete this image?" + }, + "src_dot_products_dot_views_dot_2899821092": { + "string": "Product created" + }, + "src_dot_products_dot_views_dot_3989383405": { + "context": "window title", + "string": "Create variant" + }, + "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" + }, + "src_dot_products_dot_views_dot_ProductList_dot_1547167026": { + "context": "publish product, button", + "string": "发布" + }, + "src_dot_products_dot_views_dot_ProductList_dot_2036051956": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unpublish this product?} other {Are you sure you want to unpublish {displayQuantity} products?}}" + }, + "src_dot_products_dot_views_dot_ProductList_dot_2237014112": { + "context": "unpublish product, button", + "string": "取消发布" + }, + "src_dot_products_dot_views_dot_ProductList_dot_2946646245": { + "context": "dialog header", + "string": "Publish Products" + }, + "src_dot_products_dot_views_dot_ProductList_dot_3362608461": { + "context": "dialog header", + "string": "Unpublish Products" + }, + "src_dot_products_dot_views_dot_ProductList_dot_3518737068": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to publish this product?} other {Are you sure you want to publish {displayQuantity} products?}}" + }, + "src_dot_products_dot_views_dot_ProductList_dot_400629795": { + "context": "dialog header", + "string": "Delete Products" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_1177237881": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_1454532689": { + "context": "dialog header", + "string": "Delete Product Variants" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_2297471173": { + "context": "delete product", + "string": "您确认想要删除 {name}??" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { + "string": "Product removed" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_879305849": { + "context": "dialog header", + "string": "Delete Product" + }, + "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { + "context": "success message", + "string": "Successfully created variants" + }, + "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { + "context": "window title", + "string": "Create Variants" + }, + "src_dot_properties": { + "string": "Properties" + }, + "src_dot_readOnly": { + "string": "Saleor runs in read-only mode. Changes not saved." + }, + "src_dot_readyToCapture": { + "context": "order status", + "string": "Ready to capture" + }, + "src_dot_readyToFulfill": { + "context": "order status", + "string": "Ready to fulfill" + }, + "src_dot_refunded": { + "context": "payment status", + "string": "Fully refunded" + }, + "src_dot_remove": { + "context": "button", + "string": "删除" + }, + "src_dot_requiredField": { + "string": "This field is required" + }, + "src_dot_sales": { + "context": "sales section name", + "string": "促销" + }, + "src_dot_save": { + "context": "button", + "string": "保存" + }, + "src_dot_savedChanges": { + "string": "Saved changes" + }, + "src_dot_serviceAccounts": { + "context": "service accounts section name", + "string": "Service Accounts" + }, + "src_dot_services_dot_components_dot_ServiceCreatePage_dot_1848599267": { + "context": "checkbox label", + "string": "User has full access to the store" + }, + "src_dot_services_dot_components_dot_ServiceCreatePage_dot_248507553": { + "context": "header", + "string": "新建用户" + }, + "src_dot_services_dot_components_dot_ServiceCreatePage_dot_27827485": { + "context": "checkbox label", + "string": "Service account is active" + }, + "src_dot_services_dot_components_dot_ServiceCreatePage_dot_3639008725": { + "context": "card description", + "string": "Expand or restrict user's permissions to access certain part of saleor system." + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_1336855942": { + "string": "Generated Token" + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_2080322626": { + "string": "This token gives you access to your shop's API, which you'll find here: {url}" + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_2864204643": { + "context": "button", + "string": "已复制" + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_3406541221": { + "context": "button", + "string": "复制" + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_4189999598": { + "string": "We’ve created your default token. Make sure to copy your new personal access token now. You won’t be able to see it again." + }, + "src_dot_services_dot_components_dot_ServiceDeleteDialog_dot_1534767622": { + "context": "dialog header", + "string": "Delete Service Account" + }, + "src_dot_services_dot_components_dot_ServiceDeleteDialog_dot_2297471173": { + "context": "delete service account", + "string": "您确认想要删除 {name}??" + }, + "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_1848599267": { + "context": "checkbox label", + "string": "User has full access to the store" + }, + "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_27827485": { + "context": "checkbox label", + "string": "Service account is active" + }, + "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_3639008725": { + "context": "card description", + "string": "Expand or restrict user's permissions to access certain part of saleor system." + }, + "src_dot_services_dot_components_dot_ServiceInfo_dot_3789449123": { + "context": "service account", + "string": "用户名" + }, + "src_dot_services_dot_components_dot_ServiceInfo_dot_426959482": { + "context": "header", + "string": "Service Account Information" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_1895355592": { + "string": "Search Service Accounts" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_4040605455": { + "context": "tab name", + "string": "全部服务账号" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_624280156": { + "context": "button", + "string": "Create account" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_active": { + "context": "service account", + "string": "激活" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_deactivated": { + "context": "service account", + "string": "不活跃" + }, + "src_dot_services_dot_components_dot_ServiceList_dot_1342308051": { + "string": "No service accounts found" + }, + "src_dot_services_dot_components_dot_ServiceList_dot_31853942": { + "context": "account status", + "string": "active" + }, + "src_dot_services_dot_components_dot_ServiceList_dot_3239722049": { + "context": "account status", + "string": "inactive" + }, + "src_dot_services_dot_components_dot_ServiceList_dot_636461959": { + "context": "service name", + "string": "名字" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_1336855942": { + "string": "Generated Token" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_2530792168": { + "string": "Access token is used to authenticate service accounts" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3009959880": { + "string": "We’ve created your token. Make sure to copy your new personal access token now. You won’t be able to see it again." + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3406541221": { + "context": "button", + "string": "复制" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3875340101": { + "context": "header", + "string": "Create Token" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_4017491013": { + "string": "Token Note" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_4120989039": { + "context": "create service token, button", + "string": "创建" + }, + "src_dot_services_dot_components_dot_ServiceTokenDeleteDialog_dot_1534767622": { + "context": "dialog title", + "string": "Delete Service Account" + }, + "src_dot_services_dot_components_dot_ServiceTokenDeleteDialog_dot_981802752": { + "context": "delete token", + "string": "Are you sure you want to delete token {token}?" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_2446088470": { + "context": "service account key", + "string": "密钥" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_2639089057": { + "string": "No tokens found" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_3875340101": { + "context": "button", + "string": "Create Token" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_4017491013": { + "string": "Token Note" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_4190792473": { + "context": "table actions", + "string": "动作" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_426959482": { + "context": "header", + "string": "Service Account Information" + }, + "src_dot_services_dot_views_dot_ServiceCreate_dot_3167211165": { + "context": "window title", + "string": "Create Service Account" + }, + "src_dot_sessionExpired": { + "string": "Your session has expired. Please log in again to continue." + }, + "src_dot_shipping": { + "context": "shipping section name", + "string": "Shipping Methods" + }, + "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { + "string": "This unit will be used as default shipping weight" + }, + "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { + "string": "Shipping Weight Unit" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { + "string": "Warehouse Name" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { + "context": "header, dialog", + "string": "Create New Warehouse" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1003092716": { + "string": "Rest of the World" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1440682557": { + "string": "Quick Pick" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1585396479": { + "context": "dialog header", + "string": "Assign Countries" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1818089229": { + "string": "If selected, this will add all of the countries not selected to other shipping zones" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2110418881": { + "string": "Search by country name" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2404264158": { + "string": "Choose countries you want to add to shipping zone from list below" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2747492886": { + "context": "button", + "string": "Assign countries" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2777439857": { + "context": "country selection", + "string": "Countries A to Z" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_3510295703": { + "string": "Search Countries" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_2364051773": { + "string": "Currently, there are no countries assigned to this shipping zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_3109712047": { + "string": "国家" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_4049462680": { + "context": "header", + "string": "新建新的配送区域" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_4270729636": { + "string": "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_1325966144": { + "string": "配送" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_2364051773": { + "string": "Currently, there are no countries assigned to this shipping zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_3109712047": { + "string": "国家" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_4270729636": { + "string": "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_1109610983": { + "string": "Shipping Zone Name" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1337705349": { + "string": "Minimal Order Value" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1388947267": { + "string": "This rate will apply to all orders of all weights" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1397795758": { + "context": "add weight based shipping method, dialog header", + "string": "添加每公斤收费" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1403365734": { + "context": "shipping method price", + "string": "Rate Price" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1486599614": { + "string": "This will be shown to customers at checkout" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1542600502": { + "context": "button", + "string": "Update rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_16061680": { + "context": "button", + "string": "Create rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1878009504": { + "string": "Minimal Order Weight" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2215090771": { + "context": "shipping method, switch button", + "string": "This is free shipping" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2324036635": { + "context": "order weight range", + "string": "Weight range" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2533614652": { + "context": "order price range", + "string": "Value range" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2892088870": { + "context": "dialog header", + "string": "添加优惠利率" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3213611593": { + "context": "shipping method", + "string": "Rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3463567334": { + "string": "Maximal Order Value" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3659741519": { + "string": "Maximal Order Weight" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_382595300": { + "context": "shipping method name", + "string": "Rate Name" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3934114933": { + "context": "dialog header", + "string": "Edit Price Rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_4152709923": { + "context": "edit weight based shipping method, dialog header", + "string": "Edit Weight Rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_4226393146": { + "string": "This rate will apply to all orders of all prices" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_882649212": { + "context": "shipping method has no value limits", + "string": "There are no value limits" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_price": { + "context": "error message", + "string": "Maximum price cannot be lower than minimum" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_weight": { + "context": "error message", + "string": "Maximum weight cannot be lower than minimum" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { + "context": "shipping method price", + "string": "价格" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { + "context": "button", + "string": "Create rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { + "context": "shipping method price range", + "string": "Value Range" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { + "string": "No shipping rates found" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { + "context": "price based shipping methods, section header", + "string": "Price Based Rates" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { + "context": "shipping method weight range", + "string": "Weight Range" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { + "context": "weight based shipping methods, section header", + "string": "Weight Based Rates" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { + "context": "shipping method name", + "string": "名字" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_1221560277": { + "context": "section header", + "string": "货仓" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_2304484478": { + "context": "button", + "string": "Add New Warehouse" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_3852102652": { + "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." + }, + "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_46197273": { + "context": "input placeholder", + "string": "Select Warehouse" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { + "context": "header", + "string": "配送" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { + "context": "sort shipping methods by zone, section header", + "string": "Shipping By Zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { + "context": "button", + "string": "Create shipping zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { + "string": "国家" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { + "context": "shipping zone", + "string": "名字" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { + "string": "No shipping zones found" + }, + "src_dot_shipping_dot_views_dot_1005071028": { + "string": "Are you sure you want to delete {shippingZoneName} shipping zone?" + }, + "src_dot_shipping_dot_views_dot_1010705153": { + "context": "dialog header", + "string": "Delete Shipping Zone" + }, + "src_dot_shipping_dot_views_dot_1711385401": { + "context": "dialog header", + "string": "Delete Shipping Zones" + }, + "src_dot_shipping_dot_views_dot_725201918": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" + }, + "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { + "context": "dialog header", + "string": "Delete Shipping Zone" + }, + "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_131963671": { + "context": "unassign country", + "string": "Are you sure you want to delete {countryName} from this shipping zone?" + }, + "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1502359905": { + "context": "dialog header", + "string": "Delete Shipping Method" + }, + "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_3133838427": { + "context": "unassign country, dialog header", + "string": "Delete from Shipping Zone" + }, + "src_dot_show": { + "context": "button", + "string": "Show" + }, + "src_dot_siteSettings": { + "context": "site settings section name", + "string": "Site Settings" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_1008586926": { + "string": "Name of your store is shown on tab in web browser" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_1987367127": { + "string": "Store Description" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_2286355060": { + "string": "Name of your store" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_3808773492": { + "string": "URL of your online store" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_529433178": { + "string": "Store description is shown on taskbar after your store name" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_1238948746": { + "context": "dialog header", + "string": "添加新的授权密钥" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2237029987": { + "string": "密码" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2446088470": { + "context": "authentication provider API key", + "string": "密钥" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_3039841202": { + "context": "authentication provider name", + "string": "Authentication type" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_50561933": { + "context": "button", + "string": "添加认证" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_1114030884": { + "context": "button", + "string": "添加键" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_1270286507": { + "context": "authentication provider name", + "string": "Authentication Type" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_226491688": { + "context": "section header", + "string": "Authentication Keys" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_2446088470": { + "context": "authentication provider API key", + "string": "密钥" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_3981699144": { + "context": "no authentication provider API keys", + "string": "No keys" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_1124962330": { + "string": "Mailing email address" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_1672275992": { + "context": "email sender", + "string": "This will be visible as \"from\" name" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_280712237": { + "context": "section header", + "string": "邮件配置" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_297689661": { + "string": "Configurate your email address from which all automatic emails will be sent to your customers." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_3211348653": { + "string": "Customer password reset URL" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_3447841451": { + "string": "This URL will be used as a main URL for password resets. It will be sent via email." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_50742153": { + "string": "URL address" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_70179174": { + "string": "Mailing email sender" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_1004240342": { + "string": "This adress will be used to generate invoices and calculate shipping rates." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_1214877701": { + "string": "Authentication method defines additional ways that customers can log in to your ecommerce." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { + "context": "section header", + "string": "Store Information" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_2768400497": { + "context": "section header", + "string": "公司信息" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_280712237": { + "context": "section header", + "string": "邮件配置" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_3657173399": { + "string": "Email adress you provide here will be used as a contact adress for your customers." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_3799756739": { + "string": "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_4088830385": { + "context": "section header", + "string": "Authentication Methods" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_866304242": { + "string": "This where you will find all of the settings determining your stores e-mails. You can determine main email address and some of the contents of your emails." + }, + "src_dot_somethingWentWrong": { + "string": "Saleor ran into an unexpected problem" + }, + "src_dot_staff": { + "context": "staff section name", + "string": "Staff Members" + }, + "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { + "context": "dialog header", + "string": "Invite Staff Member" + }, + "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { + "context": "button", + "string": "Send invite" + }, + "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { + "context": "card description", + "string": "User is assigned to:" + }, + "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { + "context": "dialog header", + "string": "权限" + }, + "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_881953347": { + "context": "checkbox label", + "string": "活动的用户" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { + "context": "tab name", + "string": "全部员工" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { + "string": "Search Staff Member" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { + "context": "button", + "string": "Invite staff member" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { + "context": "staff member's account", + "string": "激活" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { + "context": "staff member's account", + "string": "Deactivated" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { + "context": "staff member's account", + "string": "状态" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { + "context": "staff member status", + "string": "不活跃" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { + "string": " 电子邮箱" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { + "context": "staff member status", + "string": "激活" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { + "string": "No staff members found" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { + "context": "staff member full name", + "string": "名字" + }, + "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { + "context": "input label", + "string": "New Password" + }, + "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { + "string": "New password must be at least 8 characters long" + }, + "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { + "context": "dialog header", + "string": "修改密码" + }, + "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { + "context": "input label", + "string": "Previous Password" + }, + "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { + "string": "You should change your password every month to avoid security issues." + }, + "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { + "context": "button", + "string": "修改密码" + }, + "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { + "context": "header", + "string": "密码" + }, + "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { + "string": "Selecting this will change the language of your dashboard" + }, + "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { + "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." + }, + "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { + "string": "Preferred Language" + }, + "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { + "context": "section header", + "string": "Preferences" + }, + "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { + "context": "section header", + "string": "Staff Member Information" + }, + "src_dot_staff_dot_components_dot_StaffProperties_dot_2771097267": { + "context": "button", + "string": "更换图片" + }, + "src_dot_staff_dot_components_dot_StaffProperties_dot_457748370": { + "context": "button", + "string": "Delete photo" + }, + "src_dot_staff_dot_views_dot_1308770978": { + "context": "dialog header", + "string": "delete Staff User" + }, + "src_dot_staff_dot_views_dot_3945766678": { + "string": "Are you sure you want to remove {email} avatar?" + }, + "src_dot_staff_dot_views_dot_701332676": { + "context": "dialog header", + "string": "Delete Staff User Avatar" + }, + "src_dot_staff_dot_views_dot_8878988": { + "string": "Are you sure you want to delete {email} from staff members?" + }, + "src_dot_startDate": { + "string": "Start Date" + }, + "src_dot_startHour": { + "string": "Start Hour" + }, + "src_dot_status": { + "string": "状态" + }, + "src_dot_summary": { + "string": "摘要" + }, + "src_dot_taxes": { + "context": "taxes section name", + "string": "税" + }, + "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { + "context": "header", + "string": "税" + }, + "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { + "string": "No countries found" + }, + "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { + "string": "Reduced Tax Rates" + }, + "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { + "string": "国家代码" + }, + "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { + "string": "国家名字" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1040021611": { + "context": "tax rate", + "string": "住处" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1260218997": { + "context": "tax rate", + "string": "Social housing" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1323923780": { + "context": "tax rate", + "string": "单车" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1451721797": { + "context": "tax rate", + "string": "Newspapers" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { + "string": "分类" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { + "string": "Tax Rate" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2185495435": { + "context": "tax rate", + "string": "Admission to cultural events" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2201910191": { + "context": "tax rate", + "string": "婴儿食物" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_231341634": { + "context": "tax rate", + "string": "Domestic services" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2332795012": { + "context": "tax rate", + "string": "Foodstuffs" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2394675125": { + "context": "tax rate", + "string": "书籍" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2465450918": { + "context": "tax rate", + "string": "农业供给" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2482229874": { + "context": "tax rate", + "string": "Standard" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2553129615": { + "context": "tax rate", + "string": "Passenger transport" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2557534380": { + "context": "tax rate", + "string": "Admission to entertainment events" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2584490289": { + "context": "tax rate", + "string": "童衫" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2616794607": { + "context": "tax rate", + "string": "Admission to sporting events" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { + "context": "header", + "string": "Tax Rates in {countryName}" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2948462144": { + "context": "tax rate", + "string": "Medical" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { + "string": "No reduced tax categories found" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_331632763": { + "context": "tax rate", + "string": "酒店" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_331757068": { + "context": "tax rate", + "string": "E-books" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3500730003": { + "context": "tax rate", + "string": "Domestic fuel" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3525010870": { + "context": "tax rate", + "string": "Water" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3911019760": { + "context": "tax rate", + "string": "广告" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_4199760668": { + "context": "tax rate", + "string": "Property renovations" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_752780599": { + "context": "tax rate", + "string": "Wine" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_776474251": { + "context": "tax rate", + "string": "Restaurants" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_815189256": { + "context": "tax rate", + "string": "Pharmaceuticals" + }, + "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { + "string": "所有商品的价格已包含税" + }, + "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { + "string": "Show gross prices to customers in the storefront" + }, + "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { + "string": "Charge taxes on shipping rates" + }, + "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { + "context": "button", + "string": "Fetch taxes" + }, + "src_dot_taxes_dot_views_dot_2411670026": { + "string": "Successfully fetched tax rates" + }, + "src_dot_translations": { + "context": "translations section name", + "string": "Translations" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { + "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { + "string": "Original String" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { + "string": "Translation" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { + "context": "button", + "string": "Discard" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { + "string": "No translation yet" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { + "string": "分类名" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { + "string": "Search Engine Description" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { + "string": "Translation Category \"{categoryName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { + "string": "Search Engine Title" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { + "string": "Search Engine Description" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { + "string": "Search Engine Title" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { + "string": "系列名" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { + "context": "header", + "string": "Translation Collection \"{collectionName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { + "string": "语言" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1866913828": { + "string": "Search Sale" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1930485532": { + "string": "Search Voucher" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2105464697": { + "string": "Search Product" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { + "string": "系列" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { + "context": "header", + "string": "Translations to {language}" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2559018090": { + "string": "Search Page" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { + "string": "产品" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { + "string": "页" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3420445375": { + "string": "Search Product Type" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { + "string": "产品分类" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3841025483": { + "string": "Search Category" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4057224233": { + "string": "Search Collection" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { + "string": "促销" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { + "string": "优惠券" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_765385638": { + "string": "Product Types" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { + "context": "translation progress", + "string": "{current} of {max}" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { + "string": "No translatable entities found" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { + "string": "完整翻译" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { + "context": "entity (product, collection, shipping method) name", + "string": "名字" + }, + "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { + "string": "语言" + }, + "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { + "string": "No languages found" + }, + "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { + "string": "语言" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { + "context": "page content", + "string": "内容" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { + "string": "Search Engine Description" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { + "string": "Search Engine Title" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { + "context": "header", + "string": "Translation Page \"{pageName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { + "string": "Page Title" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_1281101905": { + "context": "header", + "string": "Translation Product Type \"{productTypeName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_1567737068": { + "context": "attribute values", + "string": "Value {number}" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_2510190956": { + "context": "header", + "string": "Product Attribute ({attributeName})" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_2642976392": { + "string": "Attribute Name" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_3538502409": { + "context": "header", + "string": "Variant Attribute ({attributeName})" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { + "string": "Search Engine Description" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { + "string": "Search Engine Title" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { + "string": "Product Name" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { + "context": "header", + "string": "Translation Product \"{productName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { + "string": "描述" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { + "context": "header", + "string": "Translation Sale \"{saleName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { + "string": "Sale Name" + }, + "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { + "context": "header", + "string": "Translation Voucher \"{voucherName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { + "string": "Voucher Name" + }, + "src_dot_undo": { + "context": "button", + "string": "Undo" + }, + "src_dot_unfulfilled": { + "context": "order status", + "string": "未完成" + }, + "src_dot_unpaid": { + "context": "payment status", + "string": "Unpaid" + }, + "src_dot_uploadImage": { + "context": "button", + "string": "Upload image" + }, + "src_dot_utils_dot_errors_dot_alreadyExists": { + "context": "add authorization key error", + "string": "Authorization key with this type already exists" + }, + "src_dot_utils_dot_errors_dot_assignNonStaffMember": { + "string": "Only staff members can be assigned" + }, + "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { + "string": "This attribute has already been assigned to this product type" + }, + "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { + "string": "This attribute cannot be assigned to this product type" + }, + "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { + "string": "Variants are disabled in this product type" + }, + "src_dot_utils_dot_errors_dot_billingNotSet": { + "context": "error message", + "string": "账单地址未设定" + }, + "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { + "context": "error message", + "string": "This fulfillment cannot be cancelled" + }, + "src_dot_utils_dot_errors_dot_cannotCancelOrder": { + "context": "error message", + "string": "This order cannot be cancelled" + }, + "src_dot_utils_dot_errors_dot_cannotFulfillLine": { + "context": "error message", + "string": "Not enough items to fulfill" + }, + "src_dot_utils_dot_errors_dot_cannotRefund": { + "context": "error message", + "string": "人工付款不能退款" + }, + "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { + "string": "Cannot remove user from last group" + }, + "src_dot_utils_dot_errors_dot_cannotVoid": { + "context": "error message", + "string": "只有预先授权的付款才能作废" + }, + "src_dot_utils_dot_errors_dot_captureInactive": { + "context": "error message", + "string": "只有预授权的付款可以被抓取" + }, + "src_dot_utils_dot_errors_dot_duplicatedInputItem": { + "string": "Cannot add and remove group the same time" + }, + "src_dot_utils_dot_errors_dot_graphqlError": { + "string": "API error" + }, + "src_dot_utils_dot_errors_dot_invalid": { + "string": "Invalid value" + }, + "src_dot_utils_dot_errors_dot_invalidPassword": { + "string": "Invalid password" + }, + "src_dot_utils_dot_errors_dot_noShippingAddress": { + "context": "error message", + "string": "Cannot choose a shipping method for an order without the shipping address" + }, + "src_dot_utils_dot_errors_dot_notEditable": { + "context": "error message", + "string": "Only draft orders can be edited" + }, + "src_dot_utils_dot_errors_dot_outOfScopeGroup": { + "string": "Group is out of your permission scope" + }, + "src_dot_utils_dot_errors_dot_outOfScopeUser": { + "string": "User is out of your permissions scope" + }, + "src_dot_utils_dot_errors_dot_passwordNumeric": { + "string": "Password cannot be entirely numeric" + }, + "src_dot_utils_dot_errors_dot_paymentMissing": { + "context": "error message", + "string": "There's no payment associated with the order" + }, + "src_dot_utils_dot_errors_dot_permissionOutOfScope": { + "string": "Those permissions are out of your scope" + }, + "src_dot_utils_dot_errors_dot_shippingNotApplicable": { + "context": "error message", + "string": "送货方法不适用于所选送货地址" + }, + "src_dot_utils_dot_errors_dot_shippingRequired": { + "context": "error message", + "string": "Shipping method is required for this order" + }, + "src_dot_utils_dot_errors_dot_skuUnique": { + "context": "bulk variant create error", + "string": "SKUs must be unique" + }, + "src_dot_utils_dot_errors_dot_slugUnique": { + "context": "error message", + "string": "Slug must be unique for each warehouse" + }, + "src_dot_utils_dot_errors_dot_tooCommon": { + "string": "This password is too commonly used" + }, + "src_dot_utils_dot_errors_dot_tooShort": { + "string": "This password is too short" + }, + "src_dot_utils_dot_errors_dot_tooSimilar": { + "string": "These passwords are too similar" + }, + "src_dot_utils_dot_errors_dot_unique": { + "string": "This needs to be unique" + }, + "src_dot_utils_dot_errors_dot_unknownError": { + "string": "Unknown error" + }, + "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { + "string": "This variant does not have any digital content" + }, + "src_dot_vouchers": { + "context": "vouchers section name", + "string": "优惠券" + }, + "src_dot_warehouses": { + "context": "warehouses section name", + "string": "货仓" + }, + "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { + "context": "warehouse", + "string": "地址信息" + }, + "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { + "context": "header", + "string": "Create Warehouse" + }, + "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { + "context": "dialog content", + "string": "Are you sure you want to delete {warehouseName}?" + }, + "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { + "context": "dialog title", + "string": "Delete Warehouse" + }, + "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { + "context": "warehouse", + "string": "地址信息" + }, + "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { + "string": "Warehouse Name" + }, + "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { + "string": "Search Warehouse" + }, + "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { + "context": "tab name", + "string": "All Warehouses" + }, + "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { + "context": "button", + "string": "Create Warehouse" + }, + "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { + "string": "Shipping Zones" + }, + "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { + "string": "No warehouses found" + }, + "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { + "string": "动作" + }, + "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { + "context": "warehouse", + "string": "名字" + }, + "src_dot_warehouses_dot_components_dot_WarehouseZones_dot_1225932315": { + "context": "zones that warehouse sends to", + "string": "Shipping Zones" + }, + "src_dot_warehouses_dot_components_dot_WarehouseZones_dot_2423245141": { + "string": "This warehouse has no shipping zones assigned." + }, + "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { + "context": "header", + "string": "Create Warehouse" + }, + "src_dot_webhooks": { + "context": "webhooks section name", + "string": "Webhooks" + }, + "src_dot_webhooks_dot_components_dot_WebhookCreatePage_dot_3493926696": { + "context": "header", + "string": "Create Webhook" + }, + "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { + "context": "delete webhook", + "string": "Are you sure you want to delete this webhook?" + }, + "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { + "context": "delete webhook", + "string": "您确认想要删除 {name}??" + }, + "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { + "context": "dialog header", + "string": "Delete Webhook" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_1436364351": { + "context": "section header", + "string": "Events" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_1606361075": { + "context": "event", + "string": "Order updated" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_2454751033": { + "context": "event", + "string": "全部事件" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_2899821092": { + "context": "event", + "string": "Product created" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3051538277": { + "context": "webhook events", + "string": "Expand or restrict webhooks permissions to register certain events in Saleor system." + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3345061702": { + "context": "event", + "string": "Order fully paid" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3400883706": { + "context": "event", + "string": "Order created" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3617444329": { + "context": "event", + "string": "Order cancelled" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3907151399": { + "context": "event", + "string": "Order fulfilled" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3970234993": { + "context": "event", + "string": "Customer created" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_40035964": { + "context": "event", + "string": "Changed quantity in checkout" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_4281441551": { + "context": "event", + "string": "Fulfillment created" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1690209105": { + "context": "webhook", + "string": "Target URL" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1826224431": { + "context": "webhook", + "string": "Webhook Name" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_330298209": { + "context": "section header", + "string": "Webhook Information" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3763861707": { + "context": "webhook target url help text", + "string": "This URL will receive webhook POST requests" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3809115222": { + "context": "webhook secret key help text", + "string": "secret key is used to create a hash signature with each payload. *optional field" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3995417850": { + "context": "webhook", + "string": "Secrect Key" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_4194304040": { + "context": "webhook specific information", + "string": "Webhook specific information" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_819389696": { + "string": "Assign to Service Account" + }, + "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_2772025990": { + "context": "webhooks active", + "string": "Webhook is active" + }, + "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_313090629": { + "context": "webhook active", + "string": "If you want to disable this webhook please uncheck the box below." + }, + "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_596557805": { + "context": "section header", + "string": "Webhook Status" + }, + "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_1595053355": { + "context": "header", + "string": "Unnamed Webhook Details" + }, + "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_408706360": { + "context": "header", + "string": "{webhookName} Details" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_1432828311": { + "string": "Search Webhooks" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_2295583901": { + "context": "button", + "string": "Create webhook" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_3300314452": { + "context": "tab name", + "string": "所有Webhooks" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_active": { + "context": "webhook", + "string": "激活" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_inactive": { + "context": "webhook", + "string": "不活跃" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { + "string": "No webhooks found" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_2487865635": { + "context": "webhook service account", + "string": "Service Account" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { + "context": "user action bar", + "string": "动作" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { + "string": "Unnamed webhook" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { + "context": "webhook name", + "string": "名字" + }, + "src_dot_webhooks_dot_views_dot_3493926696": { + "context": "window title", + "string": "Create Webhook" + }, + "src_dot_yes": { + "string": "Yes" + }, + "voucherDetailsUnassignCategory": { + "context": "unassign category from voucher, button", + "string": "取消分配" + }, + "voucherDetailsUnassignCollection": { + "context": "unassign collection from voucher, button", + "string": "取消分配" + }, + "voucherDetailsUnassignProduct": { + "context": "unassign product from voucher, button", + "string": "取消分配" + } +} \ No newline at end of file diff --git a/locale/zh-Hant.json b/locale/zh-Hant.json new file mode 100644 index 000000000..1e229ddf4 --- /dev/null +++ b/locale/zh-Hant.json @@ -0,0 +1,5396 @@ +{ + "OrderCancelDialogHeader": { + "context": "dialog header", + "string": "取消訂單" + }, + "configurationMenuAttributes": { + "string": "Determine attributes used to create product types" + }, + "configurationMenuNavigation": { + "string": "Define how users can navigate through your store" + }, + "configurationMenuPages": { + "string": "Manage and add additional pages" + }, + "configurationMenuPermissionGroups": { + "string": "Manage your permission groups and their permissions" + }, + "configurationMenuProductTypes": { + "string": "Define types of products you sell" + }, + "configurationMenuShipping": { + "string": "Manage how you ship out orders" + }, + "configurationMenuSiteSettings": { + "string": "View and update your site settings" + }, + "configurationMenuStaff": { + "string": "Manage your employees and their permissions" + }, + "configurationMenuTaxes": { + "string": "Manage how your store charges tax" + }, + "configurationMenuWarehouses": { + "string": "Manage and update your warehouse information" + }, + "configurationPluginsPages": { + "string": "View and update your plugins and their settings." + }, + "homeActivityCardHeader": { + "context": "header", + "string": "Activity" + }, + "homeActivityCardNoActivities": { + "string": "No activities found" + }, + "homeAnalyticsCardHeader": { + "string": "今天" + }, + "homeHeaderText": { + "context": "header", + "string": "Hello there, {userName}" + }, + "homeHeaderTextCaption": { + "context": "subheader", + "string": "Here is some information we gathered about your store" + }, + "homeNotificationTableNoOrders": { + "string": "No orders ready to fulfill" + }, + "homeNotificationTableOrders": { + "string": "{amount, plural,one {One order is ready to fulfill} other {{amount} Orders are ready to fulfill}}" + }, + "homeNotificationTablePayments": { + "string": "{amount, plural,one {One payment to capture} other {{amount} Payments to capture}}" + }, + "homeNotificationTableProducts": { + "string": "{amount, plural,one {One product out of stock} other {{amount} Products out of stock}}" + }, + "homeNotificationsNoPayments": { + "string": "No payments waiting for capture" + }, + "homeNotificationsTableNoProducts": { + "string": "No products out of stock" + }, + "homeProductListCardOrders": { + "context": "number of ordered products", + "string": "{amount, plural,one {One ordered} other {{amount} Ordered}}" + }, + "homeProductsListCardHeader": { + "context": "header", + "string": "Top Products" + }, + "homeProductsListCardNoProducts": { + "string": "No products found" + }, + "homeScreenDisclaimer": { + "context": "header", + "string": "Disclaimer" + }, + "homeScreenDisclaimerText1": { + "string": "The new dashboard and the GraphQL API are preview-quality software." + }, + "homeScreenDisclaimerText2": { + "string": "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." + }, + "homeScreenHeader": { + "context": "header", + "string": "Hello there, {userName}" + }, + "menuCreateDialogHeader": { + "context": "dialog header", + "string": "Create Menu" + }, + "menuCreateDialogMenuTitleLabel": { + "string": "Menu Title" + }, + "menuDetailsDeleteMenuContent": { + "string": "Are you sure you want to delete menu {menuName}?" + }, + "menuDetailsDeleteMenuHeader": { + "context": "dialog header", + "string": "Delete Menu" + }, + "menuDetailsPageHelperText": { + "string": "Creating the navigation structure is done by dragging and dropping. Simply create a new menu item and then drag it into its destined place. You can move items inside one another to create a tree structure and drag items up and down to create a hierarchy" + }, + "menuItemDialogAddItem": { + "context": "create new menu item, header", + "string": "Add Item" + }, + "menuItemDialogAddLink": { + "context": "add link to navigation", + "string": "Link to: {url}" + }, + "menuItemDialogEditItem": { + "context": "edit menu item, header", + "string": "Edit Item" + }, + "menuItemDialogLinkLabel": { + "context": "label", + "string": "Link" + }, + "menuItemDialogLinkPlaceholder": { + "string": "Start typing to begin search..." + }, + "menuItemDialogNameLabel": { + "context": "menu item name", + "string": "名字" + }, + "menuItemsAddItem": { + "context": "add new menu item", + "string": "Create new item" + }, + "menuItemsHeader": { + "context": "header", + "string": "Menu Items" + }, + "menuItemsPlaceholder": { + "string": "Add new menu item to begin creating menu" + }, + "menuListCreatedMenu": { + "string": "Created menu" + }, + "menuListDeleteMenuContent": { + "string": "Are you sure you want to delete {menuName}?" + }, + "menuListDeleteMenuHeader": { + "context": "dialog header", + "string": "Delete Menu" + }, + "menuListDeleteMenusContent": { + "string": "{counter,plural,one {Are you sure you want to delete this menu?} other {Are you sure you want to delete {displayQuantity} menus?}}" + }, + "menuListDeleteMenusHeader": { + "context": "dialog header", + "string": "Delete Menus" + }, + "menuListDeletedMenu": { + "string": "Deleted menu" + }, + "menuListItems": { + "context": "number of menu items", + "string": "Items" + }, + "menuListMenutitle": { + "string": "Menu Title" + }, + "menuListNoMenus": { + "string": "No menus found" + }, + "menuListPageAddMenu": { + "context": "button", + "string": "Create Menu" + }, + "menuPropertiesMenuTitle": { + "string": "Menu Title" + }, + "orderCustomerBillingAddressNotSet": { + "context": "no address is set in draft order", + "string": "Not set" + }, + "orderCustomerCustomerNotSet": { + "context": "customer is not set in draft order", + "string": "Not set" + }, + "orderCustomerShippingAddressNotSet": { + "context": "shipping address is not set in draft order", + "string": "Not set" + }, + "orderPaymentShippingDoesNotApply": { + "context": "order does not require shipping", + "string": "does not apply" + }, + "orderPaymentVATDoesNotApply": { + "context": "vat not included in order price", + "string": "does not apply" + }, + "productStatusLabel": { + "context": "product", + "string": "已發佈" + }, + "productStockHeader": { + "context": "product stock, section header", + "string": "Inventory" + }, + "productTypeCreateHeader": { + "context": "window title", + "string": "Create Product Type" + }, + "productTypeCreatePageHeader": { + "context": "header", + "string": "Create Product Type" + }, + "productTypeTaxesHeader": { + "context": "section header", + "string": "Taxes" + }, + "productTypeTaxesInputLabel": { + "string": "Taxes" + }, + "productVariantCreatePricesPriceInputLabel": { + "string": "價格" + }, + "productVariantCreatePricesSetPricePlaceholder": { + "context": "variant price", + "string": "價格" + }, + "productVariantCreatePricesStockInputLabel": { + "string": "Stock" + }, + "productVariantCreatorStockSectionHeader": { + "context": "variant stock, header", + "string": "Stock" + }, + "productVariantCreatorWarehouseSectionHeader": { + "context": "header", + "string": "Warehouses" + }, + "productVariantPriceOptionalCostPriceField": { + "context": "optional field", + "string": "Optional" + }, + "productVariantPriceOptionalPriceField": { + "context": "optional field", + "string": "Optional" + }, + "saleDetailsPageCategoriesQuantity": { + "context": "number of categories", + "string": "Categories ({quantity})" + }, + "saleDetailsPageCollectionsQuantity": { + "context": "number of collections", + "string": "Collections ({quantity})" + }, + "saleDetailsPageProductsQuantity": { + "context": "number of products", + "string": "Products ({quantity})" + }, + "saleDetailsUnassignCategory": { + "context": "unassign category from sale, button", + "string": "Unassign" + }, + "saleDetailsUnassignCollection": { + "context": "unassign collection from sale, button", + "string": "Unassign" + }, + "saleDetailsUnassignProduct": { + "context": "unassign product from sale, button", + "string": "Unassign" + }, + "shippingZoneDetailsDialogsDeleteShippingMethod": { + "context": "delete shipping method", + "string": "Are you sure you want to delete {name}?" + }, + "shippingZoneDetailsDialogsDeleteShippingZone": { + "context": "delete shipping zone", + "string": "Are you sure you want to delete {name}?" + }, + "shippingZoneWarehouses_dot_autocomplete_dot_label": { + "context": "autocomplete select label", + "string": "Warehouse" + }, + "siteSettingsMailingHelperText": { + "context": "helper text", + "string": "Mailing Configuration" + }, + "src_dot_accept": { + "context": "button", + "string": "Accept" + }, + "src_dot_attributes": { + "context": "attributes section name", + "string": "屬性" + }, + "src_dot_attributes_dot_attributeSlugUnique": { + "string": "Attribute with this slug already exists" + }, + "src_dot_attributes_dot_attributeValueAlreadyExists": { + "string": "This value already exists within this attribute" + }, + "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this attribute?} other {Are you sure you want to delete {displayQuantity} attributes?}}" + }, + "src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1655187315": { + "context": "dialog title", + "string": "Delete attributes" + }, + "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_1889602489": { + "context": "dialog title", + "string": "Delete attribute" + }, + "src_dot_attributes_dot_components_dot_AttributeDeleteDialog_dot_3738429348": { + "context": "dialog content", + "string": "Are you sure you want to delete {attributeName}?" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_1005562666": { + "context": "attribute's editor component", + "string": "Catalog Input type for Store Owner" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_1336738461": { + "context": "product attribute type", + "string": "Dropdown" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_2592224946": { + "context": "check to require attribute to have value", + "string": "Value Required" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_3334509011": { + "context": "product attribute type", + "string": "Multiple Select" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_3605174225": { + "context": "attribute's slug short code label", + "string": "Attribute Code" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_4107478955": { + "context": "attribute slug input field helper text", + "string": "This is used internally. Make sure you don’t use spaces" + }, + "src_dot_attributes_dot_components_dot_AttributeDetails_dot_691600601": { + "context": "attribute's label", + "string": "Default Label" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_2417065806": { + "context": "tab name", + "string": "All Attributes" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3824684885": { + "context": "button", + "string": "Create attribute" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_3916653510": { + "string": "Search Attribute" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_availableInGrid": { + "context": "attribute can be column in product list table", + "string": "Can be used as column" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInDashboard": { + "context": "use attribute in filtering", + "string": "Filterable in Dashboard" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_filterableInStorefront": { + "context": "use attribute in filtering", + "string": "Filterable in Storefront" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_isVariantOnly": { + "context": "attribute can be used only in variants", + "string": "Variant Only" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_valueRequired": { + "context": "attribute value is required", + "string": "Value Required" + }, + "src_dot_attributes_dot_components_dot_AttributeListPage_dot_visibleInStorefront": { + "context": "attribute", + "string": "Visible on Product Page in Storefront" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_1192828581": { + "string": "No attributes found" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_2186555805": { + "context": "attribute can be searched in storefront", + "string": "Use in faceted search" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_2235596452": { + "context": "attribute can be searched in dashboard", + "string": "Searchable" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_3605174225": { + "string": "Attribute Code" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_643174786": { + "context": "attribute is visible", + "string": "Visible" + }, + "src_dot_attributes_dot_components_dot_AttributeList_dot_691600601": { + "context": "attribute's label'", + "string": "Default Label" + }, + "src_dot_attributes_dot_components_dot_AttributePage_dot_2855501559": { + "context": "page title", + "string": "Create New Attribute" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_1318123158": { + "context": "attribute is filterable in storefront", + "string": "Use in Faceted Navigation" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_1877630205": { + "context": "attribute properties regarding storefront", + "string": "Storefront Properties" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_26409543": { + "context": "attribute properties regarding dashboard", + "string": "Dashboard Properties" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_3590282519": { + "context": "attribute position in storefront filters", + "string": "Position in faceted navigation" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_3876764312": { + "context": "attribute", + "string": "Visible on Product Page in Storefront" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_4048785456": { + "string": "If enabled this attribute can be used as a column in product table." + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_673770329": { + "context": "add attribute as column in product list table", + "string": "Add to Column Options" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_714335445": { + "context": "use attribute in filtering", + "string": "Use in Filtering" + }, + "src_dot_attributes_dot_components_dot_AttributeProperties_dot_787251583": { + "string": "If enabled, you’ll be able to use this attribute to filter products in product list." + }, + "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_1326420604": { + "context": "delete attribute value", + "string": "Are you sure you want to delete \"{name}\" value?" + }, + "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_203246037": { + "context": "dialog title", + "string": "Delete attribute value" + }, + "src_dot_attributes_dot_components_dot_AttributeValueDeleteDialog_dot_4031078167": { + "string": "Are you sure you want to delete \"{name}\" value? If you delete it you won’t be able to assign it to any of the products with \"{attributeName}\" attribute." + }, + "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1395607402": { + "context": "edit attribute value", + "string": "Edit Value" + }, + "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_1841790893": { + "context": "add attribute value", + "string": "Add Value" + }, + "src_dot_attributes_dot_components_dot_AttributeValueEditDialog_dot_636461959": { + "context": "attribute name", + "string": "名字" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_1397696159": { + "context": "attribute values list: name column header", + "string": "Default Store View" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_1565474525": { + "context": "attribute values list: slug column header", + "string": "Admin" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_2054206599": { + "context": "No attribute values found", + "string": "No values found" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_224159874": { + "context": "section header", + "string": "Attribute Values" + }, + "src_dot_attributes_dot_components_dot_AttributeValues_dot_351422234": { + "context": "assign attribute value button", + "string": "Assign value" + }, + "src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": { + "string": "Successfully created attribute" + }, + "src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": { + "context": "attribute value deleted", + "string": "Value deleted" + }, + "src_dot_attributes_dot_views_dot_AttributeDetails_dot_499456739": { + "string": "Attribute deleted" + }, + "src_dot_attributes_dot_views_dot_AttributeDetails_dot_634268988": { + "context": "added new attribute value", + "string": "Added new value" + }, + "src_dot_attributes_dot_views_dot_AttributeList_dot_3218248395": { + "context": "deleted multiple attributes", + "string": "Attributes successfully delete" + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_109182747": { + "context": "button", + "string": "登入" + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { + "string": "密碼" + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_3476994590": { + "string": "Sorry, your username and/or password are incorrect. Please try again." + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_4028609483": { + "context": "button", + "string": "Reset your password" + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1254879564": { + "string": "New Password" + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_1915811227": { + "string": "Please set up a new password." + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2342634351": { + "context": "button", + "string": "Set new password" + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_2799926859": { + "string": "Confirm Password" + }, + "src_dot_auth_dot_components_dot_NewPasswordPage_dot_4253911811": { + "string": "Passwords do not match" + }, + "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_2370700732": { + "string": "Forgot your password? Don't worry, we'll reset it for you." + }, + "src_dot_auth_dot_components_dot_ResetPasswordPage_dot_3663311080": { + "context": "password reset, button", + "string": "Send Instructions" + }, + "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_2245157344": { + "context": "button", + "string": "Back to login" + }, + "src_dot_auth_dot_components_dot_ResetPasswordSuccessPage_dot_4066297200": { + "string": "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." + }, + "src_dot_auth_dot_views_dot_2388238158": { + "string": "Provided email address does not exist in our database." + }, + "src_dot_availability": { + "string": "Availability" + }, + "src_dot_back": { + "context": "button", + "string": "Back" + }, + "src_dot_cancel": { + "context": "button", + "string": "取消" + }, + "src_dot_cancelled": { + "context": "order status", + "string": "Cancelled" + }, + "src_dot_catalog": { + "string": "Catalog" + }, + "src_dot_categories": { + "context": "categories section name", + "string": "產品分類" + }, + "src_dot_categories_dot_components_dot_CategoryBackground_dot_2224943474": { + "context": "section header", + "string": "Background Image (optional)" + }, + "src_dot_categories_dot_components_dot_CategoryBackground_dot_3289097895": { + "context": "field is optional", + "string": "(Optional)" + }, + "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_236319840": { + "context": "page header", + "string": "Create New Category" + }, + "src_dot_categories_dot_components_dot_CategoryCreatePage_dot_2563994280": { + "string": "Add search engine title and description to make this category easier to find" + }, + "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_2004894945": { + "context": "dialog title", + "string": "Delete category" + }, + "src_dot_categories_dot_components_dot_CategoryDeleteDialog_dot_847492725": { + "context": "delete category", + "string": "Are you sure you want to delete {categoryName}?" + }, + "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_1214235329": { + "string": "Category Name" + }, + "src_dot_categories_dot_components_dot_CategoryDetailsForm_dot_4037703468": { + "string": "Category Description" + }, + "src_dot_categories_dot_components_dot_CategoryListPage_dot_1140231710": { + "context": "button", + "string": "Create category" + }, + "src_dot_categories_dot_components_dot_CategoryListPage_dot_3841025483": { + "string": "Search Category" + }, + "src_dot_categories_dot_components_dot_CategoryListPage_dot_4294878092": { + "context": "tab name", + "string": "All Categories" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_1214235329": { + "string": "Category Name" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_2054128296": { + "string": "No categories found" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_2155313053": { + "string": "No subcategories found" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_2159874182": { + "context": "number of subcategories", + "string": "Subcategories" + }, + "src_dot_categories_dot_components_dot_CategoryList_dot_2527742754": { + "context": "number of products", + "string": "No. of Products" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_1134347598": { + "context": "product price", + "string": "價格" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_1657559629": { + "string": "No products found" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_1952810469": { + "context": "product type", + "string": "Type" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_2341910657": { + "context": "product", + "string": "Not published" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_3640454975": { + "context": "product status", + "string": "已發佈" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { + "context": "product", + "string": "名字" + }, + "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { + "context": "button", + "string": "新增產品" + }, + "src_dot_categories_dot_components_dot_CategoryProducts_dot_4164156574": { + "context": "header", + "string": "Products in {categoryName}" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2159874182": { + "context": "number of subcategories in category", + "string": "Subcategories" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2563994280": { + "string": "Add search engine title and description to make this category easier to find" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_2968663655": { + "context": "number of products in category", + "string": "產品" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_3229914152": { + "context": "section header", + "string": "All Subcategories" + }, + "src_dot_categories_dot_components_dot_CategoryUpdatePage_dot_770296100": { + "context": "button", + "string": "Create subcategory" + }, + "src_dot_categories_dot_views_dot_1140231710": { + "context": "window title", + "string": "Create category" + }, + "src_dot_categories_dot_views_dot_1204353135": { + "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" + }, + "src_dot_categories_dot_views_dot_1754466114": { + "string": "Category created" + }, + "src_dot_categories_dot_views_dot_1823337870": { + "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" + }, + "src_dot_categories_dot_views_dot_2004894945": { + "context": "dialog title", + "string": "Delete category" + }, + "src_dot_categories_dot_views_dot_2189424032": { + "string": "Category deleted" + }, + "src_dot_categories_dot_views_dot_2507763081": { + "context": "dialog title", + "string": "Delete products" + }, + "src_dot_categories_dot_views_dot_3488150607": { + "string": "Remember this will also delete all products assigned to this category." + }, + "src_dot_categories_dot_views_dot_712767046": { + "context": "dialog title", + "string": "Delete categories" + }, + "src_dot_categories_dot_views_dot_847492725": { + "string": "Are you sure you want to delete {categoryName}?" + }, + "src_dot_categories_dot_views_dot_CategoryList_dot_1823337870": { + "string": "{counter,plural,one {Are you sure you want to delete this category?} other {Are you sure you want to delete {displayQuantity} categories?}}" + }, + "src_dot_categories_dot_views_dot_CategoryList_dot_3488150607": { + "string": "Remember this will also delete all products assigned to this category." + }, + "src_dot_categories_dot_views_dot_CategoryList_dot_712767046": { + "context": "dialog title", + "string": "Delete categories" + }, + "src_dot_clear": { + "context": "button", + "string": "清空" + }, + "src_dot_collections": { + "context": "collections section name", + "string": "Collections" + }, + "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_1815688500": { + "context": "collection", + "string": "since {date}" + }, + "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_2001551496": { + "context": "collection", + "string": "will be visible from {date}" + }, + "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_946315389": { + "string": "Add search engine title and description to make this collection easier to find" + }, + "src_dot_collections_dot_components_dot_CollectionCreatePage_dot_951411809": { + "context": "page header", + "string": "Add Collection" + }, + "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_1815688500": { + "context": "collection", + "string": "since {date}" + }, + "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_2001551496": { + "context": "collection", + "string": "will be visible from {date}" + }, + "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_2906897537": { + "context": "switch button", + "string": "Feature on Homepage" + }, + "src_dot_collections_dot_components_dot_CollectionDetailsPage_dot_946315389": { + "string": "Add search engine title and description to make this collection easier to find" + }, + "src_dot_collections_dot_components_dot_CollectionDetails_dot_636461959": { + "context": "collection name", + "string": "名字" + }, + "src_dot_collections_dot_components_dot_CollectionImage_dot_2224943474": { + "context": "section header", + "string": "Background Image (optional)" + }, + "src_dot_collections_dot_components_dot_CollectionImage_dot_3289097895": { + "context": "field is optional", + "string": "(Optional)" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_1631917001": { + "context": "tab name", + "string": "All Collections" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_4057224233": { + "string": "Search Collection" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_686910896": { + "context": "button", + "string": "Create collection" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_hidden": { + "context": "collection", + "string": "Hidden" + }, + "src_dot_collections_dot_components_dot_CollectionListPage_dot_published": { + "context": "collection", + "string": "已發佈" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_2137803833": { + "string": "No collections found" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_2341910657": { + "context": "collection is not published", + "string": "Not published" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_2527742754": { + "string": "No. of Products" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_2759199473": { + "string": "Collection Name" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_3326160357": { + "context": "collection availability", + "string": "Availability" + }, + "src_dot_collections_dot_components_dot_CollectionList_dot_3640454975": { + "context": "collection is published", + "string": "已發佈" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_1657559629": { + "string": "No products found" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_1952810469": { + "context": "product type", + "string": "Type" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_2341910657": { + "context": "product is not published", + "string": "Not published" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_3640454975": { + "context": "product is published", + "string": "已發佈" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_4114667680": { + "context": "products in collection", + "string": "Products in {name}" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_460524544": { + "context": "button", + "string": "Assign product" + }, + "src_dot_collections_dot_components_dot_CollectionProducts_dot_636461959": { + "context": "product name", + "string": "名字" + }, + "src_dot_collections_dot_views_dot_1152429477": { + "string": "Deleted collection" + }, + "src_dot_collections_dot_views_dot_2001540731": { + "string": "Added product to collection" + }, + "src_dot_collections_dot_views_dot_2402899582": { + "string": "Are you sure you want to delete collection's image?" + }, + "src_dot_collections_dot_views_dot_3215481647": { + "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" + }, + "src_dot_collections_dot_views_dot_3482612628": { + "string": "Deleted product from collection" + }, + "src_dot_collections_dot_views_dot_3791354625": { + "context": "dialog title", + "string": "Unassign products from collection" + }, + "src_dot_collections_dot_views_dot_523939418": { + "string": "Are you sure you want to delete {collectionName}?" + }, + "src_dot_collections_dot_views_dot_686910896": { + "context": "window title", + "string": "Create collection" + }, + "src_dot_collections_dot_views_dot_699514132": { + "context": "dialog title", + "string": "Delete Collection" + }, + "src_dot_collections_dot_views_dot_870815507": { + "context": "unassign product from collection, button", + "string": "Unassign" + }, + "src_dot_collections_dot_views_dot_942133001": { + "context": "dialog title", + "string": "Delete image" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_1547167026": { + "context": "publish collections", + "string": "發佈" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_1944626595": { + "string": "{counter,plural,one {Are you sure you want to unpublish this collection?} other {Are you sure you want to unpublish {displayQuantity} collections?}}" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2237014112": { + "context": "unpublish collections", + "string": "取消發佈" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2491832187": { + "string": "{counter,plural,one {Are you sure you want to delete this collection?} other {Are you sure you want to delete {displayQuantity} collections?}}" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2637364047": { + "context": "dialog title", + "string": "Unpublish collections" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2756013640": { + "string": "{counter,plural,one {Are you sure you want to publish this collection?} other {Are you sure you want to publish {displayQuantity} collections?}}" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_2823425739": { + "context": "dialog title", + "string": "Publish collections" + }, + "src_dot_collections_dot_views_dot_CollectionList_dot_3817188998": { + "context": "dialog title", + "string": "Delete collections" + }, + "src_dot_components_dot_AccountPermissionGroups_dot_2836633439": { + "string": "Permission groups" + }, + "src_dot_components_dot_AccountPermissions_dot_2690176844": { + "context": "dialog header", + "string": "權限" + }, + "src_dot_components_dot_AccountPermissions_dot_2731975416": { + "context": "card section description", + "string": "Available permissions" + }, + "src_dot_components_dot_AccountPermissions_dot_2853621891": { + "context": "exceeded permissions description", + "string": "This groups permissions exceeds your own. You are able only to manage permissions that you have." + }, + "src_dot_components_dot_AccountPermissions_dot_3674526441": { + "context": "permission list item description", + "string": "This group is last source of that permission" + }, + "src_dot_components_dot_AccountStatus_dot_2183517419": { + "context": "section header", + "string": "Account Status" + }, + "src_dot_components_dot_AccountStatus_dot_2683780981": { + "string": "If you want to disable this account uncheck the box below" + }, + "src_dot_components_dot_AddressEdit_dot_1139500589": { + "string": "國家" + }, + "src_dot_components_dot_AddressEdit_dot_1271289966": { + "string": "Phone" + }, + "src_dot_components_dot_AddressEdit_dot_1363074570": { + "string": "Address line 1" + }, + "src_dot_components_dot_AddressEdit_dot_253031977": { + "string": "城市" + }, + "src_dot_components_dot_AddressEdit_dot_2965971965": { + "string": "ZIP / Postal code" + }, + "src_dot_components_dot_AddressEdit_dot_3121963259": { + "string": "Address line 2" + }, + "src_dot_components_dot_AddressEdit_dot_3570415321": { + "string": "Company" + }, + "src_dot_components_dot_AddressEdit_dot_944851093": { + "string": "Country area" + }, + "src_dot_components_dot_AppLayout_dot_21332146": { + "context": "button", + "string": "登出" + }, + "src_dot_components_dot_AppLayout_dot_248888005": { + "context": "button", + "string": "Account Settings" + }, + "src_dot_components_dot_AssignCategoryDialog_dot_1305061437": { + "string": "Search Categories" + }, + "src_dot_components_dot_AssignCategoryDialog_dot_190977792": { + "context": "dialog header", + "string": "Assign Categories" + }, + "src_dot_components_dot_AssignCategoryDialog_dot_3690273268": { + "string": "Search by category name, etc..." + }, + "src_dot_components_dot_AssignCategoryDialog_dot_3973677075": { + "context": "button", + "string": "Assign categories" + }, + "src_dot_components_dot_AssignCollectionDialog_dot_1035511604": { + "context": "button", + "string": "Assign collections" + }, + "src_dot_components_dot_AssignCollectionDialog_dot_2605414502": { + "string": "Search by collection name, etc..." + }, + "src_dot_components_dot_AssignCollectionDialog_dot_3992923611": { + "context": "dialog header", + "string": "Assign Collection" + }, + "src_dot_components_dot_AssignCollectionDialog_dot_4057224233": { + "string": "Search Collection" + }, + "src_dot_components_dot_AssignProductDialog_dot_2100305525": { + "context": "button", + "string": "Assign products" + }, + "src_dot_components_dot_AssignProductDialog_dot_2336947364": { + "string": "Search by product name, attribute, product type etc..." + }, + "src_dot_components_dot_AssignProductDialog_dot_2850255786": { + "string": "Search Products" + }, + "src_dot_components_dot_AssignProductDialog_dot_649693468": { + "context": "dialog header", + "string": "Assign Product" + }, + "src_dot_components_dot_AutocompleteSelectMenu_dot_2332404293": { + "string": "No results" + }, + "src_dot_components_dot_ColumnPicker_dot_1483881697": { + "context": "button", + "string": "Reset" + }, + "src_dot_components_dot_ColumnPicker_dot_2539195044": { + "context": "select visible columns button", + "string": "Columns" + }, + "src_dot_components_dot_ColumnPicker_dot_2715399461": { + "context": "pick columns to display", + "string": "{numberOfSelected} columns selected out of {numberOfTotal}" + }, + "src_dot_components_dot_CompanyAddressInput_dot_1139500589": { + "string": "國家" + }, + "src_dot_components_dot_CompanyAddressInput_dot_1271289966": { + "string": "Phone" + }, + "src_dot_components_dot_CompanyAddressInput_dot_1363074570": { + "string": "Address line 1" + }, + "src_dot_components_dot_CompanyAddressInput_dot_253031977": { + "string": "城市" + }, + "src_dot_components_dot_CompanyAddressInput_dot_2965971965": { + "string": "ZIP / Postal code" + }, + "src_dot_components_dot_CompanyAddressInput_dot_3121963259": { + "string": "Address line 2" + }, + "src_dot_components_dot_CompanyAddressInput_dot_3570415321": { + "string": "Company" + }, + "src_dot_components_dot_CompanyAddressInput_dot_944851093": { + "string": "Country area" + }, + "src_dot_components_dot_ConfirmButton_dot_2845142593": { + "context": "button", + "string": "Error" + }, + "src_dot_components_dot_CountryList_dot_2460766407": { + "context": "number of countries", + "string": "{number} Countries" + }, + "src_dot_components_dot_CountryList_dot_2747492886": { + "context": "button", + "string": "Assign countries" + }, + "src_dot_components_dot_DeleteFilterTabDialog_dot_2173195312": { + "context": "custom search delete, dialog header", + "string": "Delete Search" + }, + "src_dot_components_dot_DeleteFilterTabDialog_dot_71479100": { + "string": "Are you sure you want to delete {name} search tab?" + }, + "src_dot_components_dot_ErrorMessageCard_dot_2845142593": { + "context": "header", + "string": "Error" + }, + "src_dot_components_dot_ErrorPage_dot_1723676032": { + "context": "button", + "string": "Back to home" + }, + "src_dot_components_dot_ErrorPage_dot_2736139139": { + "string": "Ooops!..." + }, + "src_dot_components_dot_ErrorPage_dot_2845142593": { + "string": "Error" + }, + "src_dot_components_dot_ErrorPage_dot_3090161573": { + "string": "Don't worry, everything is gonna be fine" + }, + "src_dot_components_dot_ErrorPage_dot_3182212440": { + "string": "We've encountered a problem..." + }, + "src_dot_components_dot_FileUpload_dot_3050254265": { + "context": "upload file, button", + "string": "Upload" + }, + "src_dot_components_dot_FilterBar_dot_2173195312": { + "context": "button", + "string": "Delete Search" + }, + "src_dot_components_dot_FilterBar_dot_2340527467": { + "string": "Custom Filter" + }, + "src_dot_components_dot_FilterBar_dot_3268463180": { + "context": "button", + "string": "Save Search" + }, + "src_dot_components_dot_FilterCard_dot_996289613": { + "string": "過濾" + }, + "src_dot_components_dot_Filter_dot_2332404293": { + "context": "search", + "string": "No results" + }, + "src_dot_components_dot_Filter_dot_2683154806": { + "context": "is filter range or value", + "string": "equal to" + }, + "src_dot_components_dot_Filter_dot_2779594451": { + "context": "filter range separator", + "string": "and" + }, + "src_dot_components_dot_Filter_dot_4190318230": { + "context": "search results", + "string": "Show more" + }, + "src_dot_components_dot_Filter_dot_773313536": { + "context": "is filter range or value", + "string": "between" + }, + "src_dot_components_dot_Filter_dot_996289613": { + "string": "過濾" + }, + "src_dot_components_dot_ImageUpload_dot_1731007575": { + "context": "image upload", + "string": "Drop here to upload" + }, + "src_dot_components_dot_LanguageSwitch_dot_4150219184": { + "context": "button", + "string": "{languageName} - {languageCode}" + }, + "src_dot_components_dot_ListField_dot_3099331554": { + "context": "button", + "string": "新增" + }, + "src_dot_components_dot_MoneyRange_dot_12301532": { + "context": "money", + "string": "to {money}" + }, + "src_dot_components_dot_MoneyRange_dot_1316359951": { + "context": "money", + "string": "{fromMoney} - {toMoney}" + }, + "src_dot_components_dot_MoneyRange_dot_3729849657": { + "context": "money", + "string": "from {money}" + }, + "src_dot_components_dot_MultiAutocompleteSelectField_dot_1477537381": { + "context": "add custom select input option", + "string": "Add new value: {value}" + }, + "src_dot_components_dot_MultiAutocompleteSelectField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_MultiSelectField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_Navigator_dot_1116468870": { + "context": "navigator placeholder", + "string": "Order Number" + }, + "src_dot_components_dot_Navigator_dot_1167695965": { + "context": "navigator placeholder", + "string": "Type Command" + }, + "src_dot_components_dot_Navigator_dot_1643417013": { + "context": "navigator placeholder", + "string": "Search Customer" + }, + "src_dot_components_dot_Navigator_dot_1809988825": { + "context": "navigator section header", + "string": "Search in Customers" + }, + "src_dot_components_dot_Navigator_dot_2874620973": { + "context": "navigator placeholder", + "string": "Type {key} to see available actions" + }, + "src_dot_components_dot_Navigator_dot_2935523260": { + "context": "navigator placeholder", + "string": "Search in Catalog" + }, + "src_dot_components_dot_Navigator_dot_3060198201": { + "context": "navigator section header", + "string": "Navigate to" + }, + "src_dot_components_dot_Navigator_dot_3384551821": { + "context": "navigator notification", + "string": "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." + }, + "src_dot_components_dot_Navigator_dot_3636839115": { + "context": "navigator section header", + "string": "Quick Actions" + }, + "src_dot_components_dot_Navigator_dot_4290208300": { + "context": "navigator notification title", + "string": "Navigator is here to help" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_category": { + "string": "Category" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_collection": { + "string": "Collection" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_collectionPublished": { + "context": "collection", + "string": "已發佈" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_collectionUnpublished": { + "context": "collection", + "string": "Not Published" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createCategory": { + "context": "button", + "string": "Create Category" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createCollection": { + "context": "button", + "string": "Create Collection" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createCustomer": { + "context": "button", + "string": "Create Customer" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createOrder": { + "context": "button", + "string": "Create Order" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createPermissionGroup": { + "context": "button", + "string": "Create Permission Group" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createProduct": { + "context": "button", + "string": "Create Product" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_createVoucher": { + "context": "button", + "string": "Create Voucher" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_customerWithName": { + "string": "{firstName} {lastName}" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_goToOrder": { + "context": "navigator action", + "string": "Go to order #{orderNumber}" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpCatalogMode": { + "context": "navigator catalog mode description", + "string": "Search in Catalog" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpCommandsMode": { + "context": "navigator command mode description", + "string": "Search Command" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpCustomersMode": { + "context": "navigator customer mode description", + "string": "Search Customers" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpDefaultMode": { + "context": "navigator default mode description", + "string": "Search Views and Actions" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpMode": { + "context": "navigator help mode description", + "string": "Display Help" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_helpOrdersMode": { + "context": "navigator order mode description", + "string": "Search Orders" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_noResults": { + "string": "No Results" + }, + "src_dot_components_dot_Navigator_dot_modes_dot_product": { + "string": "產品" + }, + "src_dot_components_dot_NotFoundPage_dot_2736139139": { + "string": "Ooops!..." + }, + "src_dot_components_dot_NotFoundPage_dot_4036415297": { + "string": "Something's missing" + }, + "src_dot_components_dot_NotFoundPage_dot_4205980614": { + "string": "Sorry, the page was not found" + }, + "src_dot_components_dot_NotFoundPage_dot_678743710": { + "context": "button", + "string": "Go back to dashboard" + }, + "src_dot_components_dot_RadioGroupField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_RichTextEditor_dot_1603794322": { + "context": "dialog header", + "string": "Add Image Link" + }, + "src_dot_components_dot_RichTextEditor_dot_2049070632": { + "context": "replace image, button", + "string": "Replace" + }, + "src_dot_components_dot_RichTextEditor_dot_2160163587": { + "context": "button", + "string": "Add or Edit Link" + }, + "src_dot_components_dot_RichTextEditor_dot_286109898": { + "context": "rich text error", + "string": "Invalid content" + }, + "src_dot_components_dot_RichTextEditor_dot_2925475978": { + "string": "URL Linked" + }, + "src_dot_components_dot_RichTextEditor_dot_4035057905": { + "string": "Image URL" + }, + "src_dot_components_dot_RowNumberSelect_dot_1154361791": { + "string": "No of Rows:" + }, + "src_dot_components_dot_SaveFilterTabDialog_dot_1514415736": { + "context": "save filter tab, header", + "string": "Save Custom Search" + }, + "src_dot_components_dot_SaveFilterTabDialog_dot_1556856943": { + "context": "save search tab", + "string": "Search Name" + }, + "src_dot_components_dot_SearchBar_dot_2173195312": { + "context": "button", + "string": "Delete Search" + }, + "src_dot_components_dot_SearchBar_dot_2340527467": { + "string": "Custom Filter" + }, + "src_dot_components_dot_SearchBar_dot_3268463180": { + "context": "button", + "string": "Save Search" + }, + "src_dot_components_dot_SeoForm_dot_1324250412": { + "string": "Search engine title" + }, + "src_dot_components_dot_SeoForm_dot_1991321627": { + "string": "Search engine description" + }, + "src_dot_components_dot_SeoForm_dot_2378618579": { + "string": "If empty, the preview shows what will be autogenerated." + }, + "src_dot_components_dot_SeoForm_dot_3198271020": { + "context": "button", + "string": "Edit website SEO" + }, + "src_dot_components_dot_SeoForm_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_components_dot_SeoForm_dot_3877274856": { + "context": "character limit", + "string": "{numberOfCharacters} of {maxCharacters} characters" + }, + "src_dot_components_dot_SingleAutocompleteSelectField_dot_1477537381": { + "context": "add custom select input option", + "string": "Add new value: {value}" + }, + "src_dot_components_dot_SingleAutocompleteSelectField_dot_3069107721": { + "string": "None" + }, + "src_dot_components_dot_SingleAutocompleteSelectField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_SingleSelectField_dot_4205644805": { + "string": "No results found" + }, + "src_dot_components_dot_TableHead_dot_868570480": { + "string": "Selected {number} items" + }, + "src_dot_components_dot_Timeline_dot_1359200231": { + "context": "add order note, button", + "string": "Send" + }, + "src_dot_components_dot_Timeline_dot_3028189627": { + "string": "Leave your note here..." + }, + "src_dot_components_dot_VisibilityCard_dot_1459686496": { + "context": "section header", + "string": "Visibility" + }, + "src_dot_components_dot_VisibilityCard_dot_2060790769": { + "context": "publish on date", + "string": "Publish on" + }, + "src_dot_components_dot_VisibilityCard_dot_292404896": { + "string": "Set publication date" + }, + "src_dot_components_dot_VisibilityCard_dot_643174786": { + "string": "Visible" + }, + "src_dot_components_dot_VisibilityCard_dot_77815154": { + "string": "Hidden" + }, + "src_dot_components_dot_WeightRange_dot_264731940": { + "context": "weight", + "string": "to {value} {unit}" + }, + "src_dot_components_dot_WeightRange_dot_2892071052": { + "context": "weight", + "string": "{fromValue} {fromUnit} - {toValue} {toUnit}" + }, + "src_dot_components_dot_WeightRange_dot_4256193688": { + "context": "weight", + "string": "from {value} {unit}" + }, + "src_dot_components_dot_Weight_dot_2781622322": { + "context": "weight", + "string": "{value} {unit}" + }, + "src_dot_configuration": { + "context": "configuration section name", + "string": "配置" + }, + "src_dot_configuration_dot_1233229030": { + "string": "Miscellaneous" + }, + "src_dot_configuration_dot_1440737903": { + "string": "Shipping Settings" + }, + "src_dot_configuration_dot_1639245766": { + "string": "View and update your webhook and their settings" + }, + "src_dot_configuration_dot_2326418019": { + "string": "Attributes and Product Typess" + }, + "src_dot_configuration_dot_2387898569": { + "string": "Manage external integrations accounts" + }, + "src_dot_configuration_dot_3140151600": { + "string": "Staff Settings" + }, + "src_dot_configuration_dot_3655543906": { + "string": "Product Settings" + }, + "src_dot_confirm": { + "context": "button", + "string": "Confirm" + }, + "src_dot_create": { + "context": "button", + "string": "創建" + }, + "src_dot_customers": { + "context": "customers section name", + "string": "客戶" + }, + "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_2364475135": { + "context": "dialog title", + "string": "Edit Address" + }, + "src_dot_customers_dot_components_dot_CustomerAddressDialog_dot_3769321414": { + "context": "dialog title", + "string": "Add Address" + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1090326769": { + "context": "customer's address book, header", + "string": "{fullName}'s Address Book" + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1428369222": { + "string": "This customer doesn’t have any adresses added to his address book. You can add address using the button below." + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_1484733755": { + "string": "There is no address to show for this customer" + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_3623935073": { + "context": "button", + "string": "Add address" + }, + "src_dot_customers_dot_components_dot_CustomerAddressListPage_dot_489918044": { + "context": "customer details, header", + "string": "{fullName} Details" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_1224809208": { + "string": "Default Address" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_1578192486": { + "string": "Default Billing Address" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_2131178753": { + "context": "button", + "string": "Set as default shipping address" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_3096438859": { + "context": "button", + "string": "Set as default billing address" + }, + "src_dot_customers_dot_components_dot_CustomerAddress_dot_4109348993": { + "string": "Default Shipping Address" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_1967111456": { + "context": "header", + "string": "Address Information" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_2758581442": { + "context": "subsection header", + "string": "Shipping Address" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_359810770": { + "context": "subsection header", + "string": "地址" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_3870425261": { + "string": "This customer has no addresses yet" + }, + "src_dot_customers_dot_components_dot_CustomerAddresses_dot_4282475982": { + "context": "subsection header", + "string": "Billing Address" + }, + "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_1751533141": { + "context": "page header", + "string": "Primary Address" + }, + "src_dot_customers_dot_components_dot_CustomerCreateAddress_dot_401345057": { + "string": "The primary address of this customer." + }, + "src_dot_customers_dot_components_dot_CustomerCreateDetails_dot_3063084773": { + "context": "header", + "string": "Customer Overview" + }, + "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_1520756907": { + "context": "notes about customer header", + "string": "Notes" + }, + "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_577013340": { + "context": "note about customer", + "string": "Note" + }, + "src_dot_customers_dot_components_dot_CustomerCreateNote_dot_932844352": { + "string": "Enter any extra infotmation regarding this customer." + }, + "src_dot_customers_dot_components_dot_CustomerCreatePage_dot_4025686004": { + "context": "page header", + "string": "Create Customer" + }, + "src_dot_customers_dot_components_dot_CustomerDetails_dot_2968565128": { + "context": "check to mark this account as active", + "string": "User account active" + }, + "src_dot_customers_dot_components_dot_CustomerDetails_dot_3298169382": { + "context": "section subheader", + "string": "Active member since {date}" + }, + "src_dot_customers_dot_components_dot_CustomerDetails_dot_577013340": { + "context": "note about customer", + "string": "Note" + }, + "src_dot_customers_dot_components_dot_CustomerInfo_dot_252313757": { + "context": "customer informations, header", + "string": "Personal Informations" + }, + "src_dot_customers_dot_components_dot_CustomerInfo_dot_778526801": { + "context": "customer contact section, header", + "string": "Contact Informations" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_1643417013": { + "string": "Search Customer" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_2859116187": { + "context": "button", + "string": "Create customer" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_477293306": { + "context": "tab name", + "string": "All Customers" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_joinDate": { + "context": "customer", + "string": "Join Date" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_moneySpent": { + "context": "customer", + "string": "Money Spent" + }, + "src_dot_customers_dot_components_dot_CustomerListPage_dot_numberOfOrders": { + "string": "Number of Orders" + }, + "src_dot_customers_dot_components_dot_CustomerList_dot_1432565772": { + "string": "No. of Orders" + }, + "src_dot_customers_dot_components_dot_CustomerList_dot_2239722559": { + "string": "No customers found" + }, + "src_dot_customers_dot_components_dot_CustomerList_dot_2339105195": { + "string": "Customer Email" + }, + "src_dot_customers_dot_components_dot_CustomerList_dot_4154265139": { + "string": "Customer Name" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_1756106276": { + "context": "order status", + "string": "狀態" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { + "context": "section header", + "string": "最近的訂單" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_2889196282": { + "context": "number of order", + "string": "No. of Order" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_3029139173": { + "context": "button", + "string": "View all orders" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_4205493358": { + "context": "order placement date", + "string": "日期" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_878013594": { + "context": "order total amount", + "string": "Total" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_898333473": { + "string": "No orders found" + }, + "src_dot_customers_dot_components_dot_CustomerStats_dot_1135318032": { + "string": "Last login" + }, + "src_dot_customers_dot_components_dot_CustomerStats_dot_1787449306": { + "string": "Last order" + }, + "src_dot_customers_dot_components_dot_CustomerStats_dot_2543847016": { + "context": "section header", + "string": "Customer History" + }, + "src_dot_customers_dot_views_dot_1927691511": { + "context": "delete customer, dialog content", + "string": "Are you sure you want to delete {email}?" + }, + "src_dot_customers_dot_views_dot_1998583641": { + "context": "dialog header", + "string": "Delete Customer" + }, + "src_dot_customers_dot_views_dot_2657976015": { + "context": "dialog header", + "string": "Delete Address" + }, + "src_dot_customers_dot_views_dot_2859116187": { + "context": "window title", + "string": "Create customer" + }, + "src_dot_customers_dot_views_dot_3689332763": { + "string": "Are you sure you want to delete this address from users address book?" + }, + "src_dot_customers_dot_views_dot_3901579344": { + "string": "Customer Removed" + }, + "src_dot_customers_dot_views_dot_3970234993": { + "string": "Customer created" + }, + "src_dot_customers_dot_views_dot_CustomerList_dot_1932444813": { + "string": "{counter,plural,one {Are you sure you want to delete this customer?} other {Are you sure you want to delete {displayQuantity} customers?}}" + }, + "src_dot_customers_dot_views_dot_CustomerList_dot_2136923553": { + "context": "dialog header", + "string": "Delete Customers" + }, + "src_dot_dashboard": { + "string": "後台" + }, + "src_dot_delete": { + "context": "button", + "string": "Delete" + }, + "src_dot_demo": { + "context": "notification message after log in", + "string": "Just to let you know... You're in demo mode. You can play around with the dashboard but can't save changes." + }, + "src_dot_description": { + "string": "描述" + }, + "src_dot_discounts": { + "string": "折扣" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_1567318211": { + "string": "Category name" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_1681512341": { + "context": "section header", + "string": "Eligible Categories" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_2054128296": { + "string": "No categories found" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_2968663655": { + "context": "number of products", + "string": "產品" + }, + "src_dot_discounts_dot_components_dot_DiscountCategories_dot_3973677075": { + "context": "button", + "string": "Assign categories" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_1035511604": { + "context": "button", + "string": "Assign collections" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_2137803833": { + "string": "No collections found" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_2968663655": { + "context": "number of products", + "string": "產品" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_3011396316": { + "string": "Collection name" + }, + "src_dot_discounts_dot_components_dot_DiscountCollections_dot_452750900": { + "context": "section header", + "string": "Eligible Collections" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_1585396479": { + "context": "dialog header", + "string": "Assign Countries" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2110418881": { + "context": "search box placeholder", + "string": "Search by country name" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2177165134": { + "string": "Choose countries, you want voucher to be limited to, from the list below" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2566713432": { + "context": "search box label", + "string": "Filter Countries" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2747492886": { + "context": "button", + "string": "Assign countries" + }, + "src_dot_discounts_dot_components_dot_DiscountCountrySelectDialog_dot_2777439857": { + "context": "country selection", + "string": "Countries A to Z" + }, + "src_dot_discounts_dot_components_dot_DiscountDates_dot_1596226028": { + "context": "voucher end date, switch button", + "string": "Set end date" + }, + "src_dot_discounts_dot_components_dot_DiscountDates_dot_1662220323": { + "context": "time during discount is active, header", + "string": "Active Dates" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_1657559629": { + "string": "No products found" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2100305525": { + "context": "button", + "string": "Assign products" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2341910657": { + "context": "product is not published", + "string": "Not published" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_2697405188": { + "string": "Product Name" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_3640454975": { + "context": "product is published", + "string": "已發佈" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_4257289053": { + "string": "Product Type" + }, + "src_dot_discounts_dot_components_dot_DiscountProducts_dot_919175218": { + "context": "section header", + "string": "Eligible Products" + }, + "src_dot_discounts_dot_components_dot_SaleCreatePage_dot_3866518732": { + "context": "page header", + "string": "Create Sale" + }, + "src_dot_discounts_dot_components_dot_SaleInfo_dot_636461959": { + "context": "sale name", + "string": "名字" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_1866913828": { + "string": "Search Sale" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_3866518732": { + "context": "button", + "string": "Create Sale" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_3907768880": { + "context": "tab name", + "string": "All Sales" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_active": { + "context": "sale status", + "string": "Active" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_expired": { + "context": "sale status", + "string": "Expired" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_fixed": { + "context": "discount type", + "string": "Fixed amount" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_percentage": { + "context": "discount type", + "string": "Percentage" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_scheduled": { + "context": "sale status", + "string": "Scheduled" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_started": { + "context": "sale start date", + "string": "Started" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_status": { + "context": "sale status", + "string": "狀態" + }, + "src_dot_discounts_dot_components_dot_SaleListPage_dot_type": { + "string": "Discount Type" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_1148029984": { + "context": "sale value", + "string": "Value" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_3715522424": { + "context": "sale end date", + "string": "Ends" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_4101565527": { + "string": "No sales found" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_47059407": { + "context": "sale start date", + "string": "Starts" + }, + "src_dot_discounts_dot_components_dot_SaleList_dot_636461959": { + "context": "sale name", + "string": "名字" + }, + "src_dot_discounts_dot_components_dot_SaleSummary_dot_1148029984": { + "context": "sale value", + "string": "Value" + }, + "src_dot_discounts_dot_components_dot_SaleSummary_dot_636461959": { + "context": "sale name", + "string": "名字" + }, + "src_dot_discounts_dot_components_dot_SaleType_dot_3216816841": { + "context": "percentage or fixed, header", + "string": "Discount Type" + }, + "src_dot_discounts_dot_components_dot_SaleType_dot_3688224049": { + "context": "discount type", + "string": "Percentage" + }, + "src_dot_discounts_dot_components_dot_SaleType_dot_46415128": { + "context": "discount type", + "string": "Fixed Amount" + }, + "src_dot_discounts_dot_components_dot_SaleValue_dot_1148029984": { + "context": "sale value, header", + "string": "Value" + }, + "src_dot_discounts_dot_components_dot_SaleValue_dot_1205967018": { + "context": "sale discount", + "string": "Discount Value" + }, + "src_dot_discounts_dot_components_dot_VoucherCreatePage_dot_1357216572": { + "context": "page header", + "string": "Create Voucher" + }, + "src_dot_discounts_dot_components_dot_VoucherDates_dot_1596226028": { + "context": "voucher end date, switch button", + "string": "Set end date" + }, + "src_dot_discounts_dot_components_dot_VoucherDates_dot_1662220323": { + "context": "time during voucher is active, header", + "string": "Active Dates" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2071139683": { + "string": "Voucher applies to all countries" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_2102960822": { + "string": "Voucher is limited to these countries" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3109712047": { + "context": "voucher country range", + "string": "國家" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_346170541": { + "context": "number of categories", + "string": "Categories ({quantity})" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_3673147015": { + "context": "number of collections", + "string": "Collections ({quantity})" + }, + "src_dot_discounts_dot_components_dot_VoucherDetailsPage_dot_846927739": { + "context": "number of products", + "string": "Products ({quantity})" + }, + "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1262795626": { + "string": "Discount Code" + }, + "src_dot_discounts_dot_components_dot_VoucherInfo_dot_1944363009": { + "context": "voucher code, button", + "string": "Generate Code" + }, + "src_dot_discounts_dot_components_dot_VoucherLimits_dot_2215544659": { + "string": "Limit number of times this discount can be used in total" + }, + "src_dot_discounts_dot_components_dot_VoucherLimits_dot_3459612469": { + "context": "limit voucher", + "string": "Limit to one use per customer" + }, + "src_dot_discounts_dot_components_dot_VoucherLimits_dot_3751756157": { + "context": "voucher usage limit, header", + "string": "Usage Limit" + }, + "src_dot_discounts_dot_components_dot_VoucherLimits_dot_557552777": { + "context": "voucher", + "string": "Limit of Uses" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1112241061": { + "context": "tab name", + "string": "All Vouchers" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_1930485532": { + "string": "Search Voucher" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_614836274": { + "context": "button", + "string": "Create voucher" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_active": { + "context": "voucher status", + "string": "Active" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_expired": { + "context": "voucher status", + "string": "Expired" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_fixed": { + "context": "discount type", + "string": "Fixed amount" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_percentage": { + "context": "discount type", + "string": "Percentage" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_scheduled": { + "context": "voucher status", + "string": "Scheduled" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_started": { + "context": "voucher start date", + "string": "Started" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_status": { + "context": "voucher status", + "string": "狀態" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_timesUsed": { + "context": "voucher", + "string": "Times used" + }, + "src_dot_discounts_dot_components_dot_VoucherListPage_dot_type": { + "string": "Discount Type" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_1148029984": { + "context": "voucher value", + "string": "Value" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_2427377316": { + "context": "minimum amount of spent money to activate voucher", + "string": "Min. Spent" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_3715522424": { + "context": "voucher is active until date", + "string": "Ends" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_3917820600": { + "context": "voucher uses", + "string": "Uses" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_47059407": { + "context": "voucher is active from date", + "string": "Starts" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_78726751": { + "context": "voucher code", + "string": "Code" + }, + "src_dot_discounts_dot_components_dot_VoucherList_dot_79160621": { + "string": "No vouchers found" + }, + "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_2746532349": { + "context": "voucher requirements, header", + "string": "Minimum Requirements" + }, + "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3069107721": { + "context": "voucher has no requirements", + "string": "None" + }, + "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_3740704788": { + "context": "voucher requirement", + "string": "Minimum quantity of items" + }, + "src_dot_discounts_dot_components_dot_VoucherRequirements_dot_653777456": { + "context": "voucher requirement", + "string": "Minimal order value" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1148029984": { + "context": "voucher value", + "string": "Value" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_1836123577": { + "context": "voucher value requirement", + "string": "Min. Order Value" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_2735425668": { + "context": "voucher", + "string": "Applies to" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_3751756157": { + "context": "voucher value requirement", + "string": "Usage Limit" + }, + "src_dot_discounts_dot_components_dot_VoucherSummary_dot_78726751": { + "context": "voucher code", + "string": "Code" + }, + "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3216816841": { + "context": "header", + "string": "Discount Type" + }, + "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3289659291": { + "context": "voucher discount type", + "string": "Free Shipping" + }, + "src_dot_discounts_dot_components_dot_VoucherTypes_dot_3688224049": { + "context": "voucher discount type", + "string": "Percentage" + }, + "src_dot_discounts_dot_components_dot_VoucherTypes_dot_46415128": { + "context": "voucher discount type", + "string": "Fixed Amount" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_1148029984": { + "context": "section header", + "string": "Value" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_1205967018": { + "string": "Discount Value" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_1492866942": { + "context": "voucher application, switch button", + "string": "Only once per order" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_1960678372": { + "string": "Voucher Specific Information" + }, + "src_dot_discounts_dot_components_dot_VoucherValue_dot_4189095909": { + "string": "If this option is disabled, discount will be counted for every eligible product" + }, + "src_dot_discounts_dot_order": { + "context": "voucher discount", + "string": "Entire order" + }, + "src_dot_discounts_dot_products": { + "context": "voucher discount", + "string": "Specific products" + }, + "src_dot_discounts_dot_shipment": { + "context": "voucher discount", + "string": "Shipment" + }, + "src_dot_discounts_dot_views_dot_1162257691": { + "string": "Deleted voucher" + }, + "src_dot_discounts_dot_views_dot_1402402714": { + "context": "dialog header", + "string": "Unassign Collections From Voucher" + }, + "src_dot_discounts_dot_views_dot_1457489953": { + "context": "dialog content", + "string": "Are you sure you want to delete {saleName}?" + }, + "src_dot_discounts_dot_views_dot_1827854264": { + "context": "dialog header", + "string": "Unassign Categories From Sale" + }, + "src_dot_discounts_dot_views_dot_1952217501": { + "context": "dialog header", + "string": "Unassign Collections From Sale" + }, + "src_dot_discounts_dot_views_dot_2072403265": { + "context": "dialog header", + "string": "Unassign Products From Voucher" + }, + "src_dot_discounts_dot_views_dot_2353723060": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unassign this category?} other {Are you sure you want to unassign {displayQuantity} categories?}}" + }, + "src_dot_discounts_dot_views_dot_2534378844": { + "string": "Removed sale" + }, + "src_dot_discounts_dot_views_dot_2669520431": { + "context": "dialog header", + "string": "Unassign Categories From Voucher" + }, + "src_dot_discounts_dot_views_dot_3215481647": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unassign this product?} other {Are you sure you want to unassign {displayQuantity} products?}}" + }, + "src_dot_discounts_dot_views_dot_3261917848": { + "context": "dialog content", + "string": "Are you sure you want to delete {voucherCode}?" + }, + "src_dot_discounts_dot_views_dot_3395246518": { + "context": "dialog header", + "string": "Unassign Products From Sale" + }, + "src_dot_discounts_dot_views_dot_3707049729": { + "string": "Successfully created sale" + }, + "src_dot_discounts_dot_views_dot_506030254": { + "context": "dialog header", + "string": "Delete Sale" + }, + "src_dot_discounts_dot_views_dot_655651329": { + "string": "Successfully created voucher" + }, + "src_dot_discounts_dot_views_dot_767268203": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unassign this collection?} other {Are you sure you want to unassign {displayQuantity} collections?}}" + }, + "src_dot_discounts_dot_views_dot_895379508": { + "context": "dialog header", + "string": "Delete Voucher" + }, + "src_dot_discounts_dot_views_dot_SaleList_dot_2809303671": { + "context": "dialog header", + "string": "Delete Sales" + }, + "src_dot_discounts_dot_views_dot_SaleList_dot_372098008": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this sale?} other {Are you sure you want to delete {displayQuantity} sales?}}" + }, + "src_dot_discounts_dot_views_dot_VoucherList_dot_2983742638": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this voucher?} other {Are you sure you want to delete {displayQuantity} vouchers?}}" + }, + "src_dot_discounts_dot_views_dot_VoucherList_dot_367317371": { + "context": "dialog header", + "string": "Delete Vouchers" + }, + "src_dot_done": { + "context": "button", + "string": "Done" + }, + "src_dot_draft": { + "context": "order status", + "string": "草稿" + }, + "src_dot_draftOrders": { + "context": "draft orders section name", + "string": "Draft Orders" + }, + "src_dot_drafts": { + "string": "Drafts" + }, + "src_dot_edit": { + "context": "button", + "string": "編輯" + }, + "src_dot_email": { + "string": "E-mail Address" + }, + "src_dot_endDate": { + "string": "End Date" + }, + "src_dot_endHour": { + "string": "End Hour" + }, + "src_dot_firstName": { + "string": "First Name" + }, + "src_dot_fulfilled": { + "context": "order status", + "string": "Fulfilled" + }, + "src_dot_generalInformations": { + "string": "General Informations" + }, + "src_dot_home": { + "context": "home section name", + "string": "首頁" + }, + "src_dot_home_dot_components_dot_HomeActivityCard_dot_draft": { + "string": "Order #{orderId} was placed from draft by {userEmail}" + }, + "src_dot_home_dot_components_dot_HomeActivityCard_dot_paid": { + "string": "Order #{orderId} was fully paid" + }, + "src_dot_home_dot_components_dot_HomeActivityCard_dot_placed": { + "string": "Order #{orderId} was placed" + }, + "src_dot_lastName": { + "string": "Last Name" + }, + "src_dot_manage": { + "context": "button", + "string": "Manage" + }, + "src_dot_navigation": { + "context": "navigation section name", + "string": "Navigation" + }, + "src_dot_no": { + "string": "No" + }, + "src_dot_ok": { + "context": "button", + "string": "OK" + }, + "src_dot_optionalField": { + "context": "field is optional", + "string": "Optional" + }, + "src_dot_orders": { + "context": "orders section name", + "string": "訂單" + }, + "src_dot_orders_dot_components_dot_OrderAddressEditDialog_dot_3278396777": { + "context": "dialog header", + "string": "Edit Shipping Address" + }, + "src_dot_orders_dot_components_dot_OrderAddressEditDialog_dot_3982060155": { + "context": "dialog header", + "string": "Edit Billing Address" + }, + "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_1528036340": { + "context": "dialog header", + "string": "Cancel Orders" + }, + "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_4224885638": { + "string": "{counter,plural,one {Are you sure you want to cancel this order?} other {Are you sure you want to cancel {displayQuantity} orders?}}" + }, + "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_4059738695": { + "string": "Cancelling this order will release unfulfilled stocks, so they can be bought by other customers. Order will not be refunded when cancelling order - You need to do it manually. Are you sure you want to cancel this order?" + }, + "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_1561587911": { + "context": "dialog header", + "string": "Saleor couldn’t cancel order" + }, + "src_dot_orders_dot_components_dot_OrderCannotCancelOrderDialog_dot_775268031": { + "string": "There are still fulfillments created for this order. Cancel the fulfillments first before you cancel the order." + }, + "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1505053535": { + "string": "No notes from customer" + }, + "src_dot_orders_dot_components_dot_OrderCustomerNote_dot_1520756907": { + "context": "notes about customer, header", + "string": "Notes" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_2312694610": { + "context": "subheader", + "string": "Contact Information" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_2433460203": { + "string": "Search Customers" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_2672803871": { + "context": "link", + "string": "View Profile" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_2758581442": { + "string": "Shipping Address" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_3426593715": { + "context": "section header", + "string": "客戶" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_3912924864": { + "context": "billing address", + "string": "Same as shipping address" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_4172383244": { + "string": "Anonymous user" + }, + "src_dot_orders_dot_components_dot_OrderCustomer_dot_4282475982": { + "string": "Billing Address" + }, + "src_dot_orders_dot_components_dot_OrderDetailsPage_dot_1854613983": { + "context": "button", + "string": "Cancel order" + }, + "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_1961675716": { + "context": "dialog header", + "string": "Delete Daft Order" + }, + "src_dot_orders_dot_components_dot_OrderDraftCancelDialog_dot_66064347": { + "string": "Are you sure you want to delete draft #{orderNumber}?" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1134347598": { + "context": "price or ordered products", + "string": "價格" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { + "string": "產品" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { + "context": "quantity of ordered products", + "string": "庫存" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_546865199": { + "string": "No Products added to Order" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_878013594": { + "context": "total price of ordered products", + "string": "Total" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_2429341469": { + "context": "button", + "string": "Add shipping carrier" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_3202709354": { + "string": "Taxes (VAT included)" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_3594442178": { + "string": "No applicable shipping carriers" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_781550514": { + "context": "subtotal price or an order", + "string": "Subtotal" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsSummary_dot_878013594": { + "context": "total price of an order", + "string": "Total" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2343989342": { + "context": "section header", + "string": "Order Details" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetails_dot_2528459381": { + "context": "button", + "string": "Add products" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_115822814": { + "string": "No billing address" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1161061962": { + "context": "dialog header", + "string": "Finalize Draft Order" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1297434244": { + "string": "No user information" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_1472924390": { + "string": "There are missing or incorrect informations about this order:" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2430492151": { + "string": "No shipping address" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2725265632": { + "context": "button", + "string": "Finalize" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2824936338": { + "string": "Shipping method provided, but no product requires it" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_2968256006": { + "string": "Some products require shipping, but no method provided" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_3358029330": { + "string": "Are you sure you want to finalize draft #{orderNumber}?" + }, + "src_dot_orders_dot_components_dot_OrderDraftFinalizeDialog_dot_678764806": { + "context": "button", + "string": "Finalize anyway" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_2826235371": { + "context": "button", + "string": "Create order" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_551325728": { + "context": "tab name", + "string": "All Drafts" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_77765281": { + "string": "Search Draft" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_created": { + "context": "draft order", + "string": "Created" + }, + "src_dot_orders_dot_components_dot_OrderDraftListPage_dot_customer": { + "context": "draft order", + "string": "客戶" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_2177368638": { + "string": "No draft orders found" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_2889196282": { + "string": "No. of Order" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_3426593715": { + "string": "客戶" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { + "context": "order draft creation date", + "string": "日期" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_878013594": { + "context": "order draft total price", + "string": "Total" + }, + "src_dot_orders_dot_components_dot_OrderDraftPage_dot_1854613983": { + "context": "button", + "string": "Cancel order" + }, + "src_dot_orders_dot_components_dot_OrderDraftPage_dot_2725265632": { + "context": "button", + "string": "Finalize" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_1608534452": { + "context": "page header", + "string": "Order no. {orderNumber} - Add Fulfillment" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2094985970": { + "context": "quantity of fulfilled products", + "string": "Quantity to fulfill" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2095687440": { + "context": "fulfill order, button", + "string": "Fulfill" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_2588284040": { + "context": "no variant stock in warehouse", + "string": "No Stock" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_3244948255": { + "context": "header", + "string": "Items ready to ship" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_3620521256": { + "context": "page header", + "string": "訂單" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_4046223826": { + "string": "產品名稱" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_4251997263": { + "context": "checkbox", + "string": "Send shipment details to customer" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_580490159": { + "context": "page header with order number", + "string": "Order #{orderNumber}" + }, + "src_dot_orders_dot_components_dot_OrderFulfillPage_dot_693960049": { + "context": "product's sku", + "string": "庫存單位" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_1097287358": { + "string": "Are you sure you want to cancel fulfillment? Canceling a fulfillment will restock products at a selected warehouse." + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_46197273": { + "context": "select warehouse to restock items", + "string": "Select Warehouse" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_732594284": { + "context": "dialog header", + "string": "Cancel Fulfillment" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_2796503714": { + "context": "quantity of fulfilled products", + "string": "庫存" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3123761129": { + "context": "dialog header", + "string": "Fulfill Products" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3252172269": { + "context": "fulfillment group", + "string": "Tracking number" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_4046223826": { + "string": "產品名稱" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_693960049": { + "context": "product's sku", + "string": "庫存單位" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_3252172269": { + "string": "Tracking number" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentTrackingDialog_dot_606831229": { + "context": "dialog header", + "string": "Add Tracking Code" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1119771899": { + "context": "fulfillment group tracking number", + "string": "Add tracking" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1134347598": { + "context": "product price", + "string": "價格" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1895667608": { + "context": "product name", + "string": "產品" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_2796503714": { + "context": "ordered product quantity", + "string": "庫存" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_3254150098": { + "string": "Tracking Number: {trackingNumber}" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_3494686506": { + "context": "section header", + "string": "Fulfilled ({quantity})" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_4039425374": { + "context": "cancelled fulfillment, section header", + "string": "Cancelled ({quantity})" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_693960049": { + "context": "ordered product sku", + "string": "庫存單位" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_732594284": { + "context": "button", + "string": "Cancel Fulfillment" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_77179533": { + "context": "fulfillment group", + "string": "Fulfilled from: {warehouseName}" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_878013594": { + "context": "order line total price", + "string": "Total" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1230178536": { + "context": "order history message", + "string": "Order address was updated" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1521936480": { + "context": "order history message", + "string": "Fulfilled {quantity} items" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1527620381": { + "context": "order history message", + "string": "Fulfillment was cancelled" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_184692906": { + "context": "order history message", + "string": "Order was placed" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1867847329": { + "context": "order history message", + "string": "Links to the order's digital goods were sent" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_1964864749": { + "context": "order history message", + "string": "Order was created from draft" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2020753264": { + "context": "order history message", + "string": "Payment confirmation was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2027649178": { + "context": "order history message", + "string": "Restocked {quantity} items" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2304318421": { + "context": "order history message", + "string": "Note was added to the order" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2369495522": { + "context": "order history message", + "string": "Order confirmation was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2566971846": { + "context": "order history message", + "string": "Payment was voided" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2655541129": { + "context": "order history message", + "string": "Order was fully paid" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_2770854455": { + "context": "order history message", + "string": "Payment was captured" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3081292385": { + "context": "order history message", + "string": "Fulfillment confirmation was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3095247195": { + "context": "order history message", + "string": "Draft order was created" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3328124376": { + "context": "order history message", + "string": "Marked order as paid" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3453124210": { + "context": "order history message", + "string": "Shipping tracking number was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_348557206": { + "context": "order history message", + "string": "Payment was refunded" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3506022286": { + "context": "order history message", + "string": "Products were added to draft order" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_3990160018": { + "string": "Order History" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_4015160303": { + "context": "order history message", + "string": "Oversold {quantity} items" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_4067959693": { + "context": "order history message", + "string": "Products were deleted from draft order" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_4265697648": { + "context": "order history message", + "string": "Updated fulfillment group's tracking number" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_4266665081": { + "context": "order history message", + "string": "Payment failed" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_651019008": { + "context": "order history message", + "string": "Shipping details was sent to customer" + }, + "src_dot_orders_dot_components_dot_OrderHistory_dot_950782935": { + "context": "order history message", + "string": "Order was cancelled" + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_2826235371": { + "context": "button", + "string": "Create order" + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_355376157": { + "string": "Search Orders..." + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_875489544": { + "context": "tab name", + "string": "All Orders" + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_customer": { + "context": "order", + "string": "客戶" + }, + "src_dot_orders_dot_components_dot_OrderListPage_dot_placed": { + "context": "order", + "string": "Created" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_1198046928": { + "string": "Fulfillment status" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_2743232155": { + "context": "payment status", + "string": "付款" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_2889196282": { + "string": "No. of Order" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_3426593715": { + "context": "e-mail or full name", + "string": "客戶" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { + "context": "date when order was placed", + "string": "日期" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_878013594": { + "context": "total order price", + "string": "Total" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_898333473": { + "string": "No orders found" + }, + "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_2823153104": { + "string": "Are you sure you want to mark this order as paid?" + }, + "src_dot_orders_dot_components_dot_OrderMarkAsPaidDialog_dot_4196844912": { + "context": "dialog header", + "string": "Mark Order as Paid" + }, + "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_1466130374": { + "context": "dialog header", + "string": "Capture Payment" + }, + "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_250371749": { + "context": "dialog header", + "string": "Refund Payment" + }, + "src_dot_orders_dot_components_dot_OrderPaymentDialog_dot_75546233": { + "context": "amount of refunded money", + "string": "金額" + }, + "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_2217048637": { + "string": "Are you sure you want to void this payment?" + }, + "src_dot_orders_dot_components_dot_OrderPaymentVoidDialog_dot_3089049828": { + "context": "dialog header", + "string": "Void Payment" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_1325966144": { + "context": "order shipping method name", + "string": "Shipping" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_1817306106": { + "context": "vat included in order price", + "string": "VAT included" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_2183023165": { + "context": "ordered products", + "string": "{quantity} items" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_2320183694": { + "context": "order payment", + "string": "Captured amount" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_2444197639": { + "context": "void payment, button", + "string": "Void" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_2845258362": { + "context": "button", + "string": "退款" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_3500506678": { + "context": "order, button", + "string": "Mark as paid" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_353147224": { + "context": "order payment", + "string": "Outstanding Balance" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_3720114122": { + "context": "order discount", + "string": "Discount" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_3768782744": { + "context": "order payment", + "string": "預先授權金額" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_3955023266": { + "string": "Taxes" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_4211710217": { + "context": "capture payment, button", + "string": "選取" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_781550514": { + "context": "order subtotal price", + "string": "Subtotal" + }, + "src_dot_orders_dot_components_dot_OrderPayment_dot_878013594": { + "context": "order total price", + "string": "Total" + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": { + "context": "variant sku", + "string": "SKU {sku}" + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { + "string": "Search by product name, attribute, product type etc..." + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": { + "context": "dialog header", + "string": "Add Product" + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": { + "string": "Search Products" + }, + "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_353369701": { + "string": "No products matching given query" + }, + "src_dot_orders_dot_components_dot_OrderShippingMethodEditDialog_dot_3369240294": { + "context": "dialog header", + "string": "Edit Shipping Method" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1134347598": { + "context": "product unit price", + "string": "價格" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1895667608": { + "context": "product name", + "string": "產品" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2095687440": { + "context": "button", + "string": "Fulfill" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2796503714": { + "context": "ordered products", + "string": "庫存" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2886647373": { + "context": "section header", + "string": "Unfulfilled ({quantity})" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_693960049": { + "context": "ordered product sku", + "string": "庫存單位" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_878013594": { + "context": "order line total price", + "string": "Total" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1056718390": { + "string": "Payment successfully captured" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1435191432": { + "string": "Draft order successfully finalized" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1468420349": { + "string": "Order line deleted" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1475565380": { + "string": "Fulfillment successfully updated" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1632861387": { + "string": "Order line updated" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1636370257": { + "string": "Order marked as paid" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { + "string": "Order line added" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_2808777264": { + "string": "Order successfully cancelled" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_3178394068": { + "string": "Note successfully added" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_3280942553": { + "string": "Order payment successfully voided" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_3367579693": { + "string": "Order successfully updated" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_580490159": { + "context": "window title", + "string": "Order #{orderNumber}" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_617145655": { + "string": "Shipping method successfully updated" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_667274681": { + "string": "Payment successfully refunded" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_694622335": { + "context": "window title", + "string": "Draft Order #{orderNumber}" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_927945225": { + "string": "Fulfillment successfully cancelled" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_1161115149": { + "context": "dialog header", + "string": "Delete Order Drafts" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { + "string": "Deleted draft orders" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_1738939038": { + "string": "Order draft successfully created" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_2074422036": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this order draft?} other {Are you sure you want to delete {displayQuantity} order drafts?}}" + }, + "src_dot_orders_dot_views_dot_OrderFulfill_dot_1186021594": { + "context": "window title", + "string": "Fulfill Order #{orderNumber}" + }, + "src_dot_orders_dot_views_dot_OrderFulfill_dot_1892156526": { + "context": "order fulfilled success message", + "string": "Fulfilled Items" + }, + "src_dot_orders_dot_views_dot_OrderFulfill_dot_3754102871": { + "context": "window title", + "string": "Fulfill Order" + }, + "src_dot_orders_dot_views_dot_OrderList_dot_1738939038": { + "string": "Order draft successfully created" + }, + "src_dot_pages": { + "context": "pages section name", + "string": "Pages" + }, + "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1068617485": { + "context": "page header", + "string": "Create Page" + }, + "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1815688500": { + "context": "page", + "string": "since {date}" + }, + "src_dot_pages_dot_components_dot_PageDetailsPage_dot_1996767833": { + "string": "Add search engine title and description to make this page easier to find" + }, + "src_dot_pages_dot_components_dot_PageDetailsPage_dot_2001551496": { + "context": "page", + "string": "will be visible from {date}" + }, + "src_dot_pages_dot_components_dot_PageInfo_dot_1116746286": { + "context": "page content", + "string": "Content" + }, + "src_dot_pages_dot_components_dot_PageInfo_dot_1124600214": { + "context": "page title", + "string": "Title" + }, + "src_dot_pages_dot_components_dot_PageListPage_dot_3785394515": { + "context": "button", + "string": "Create page" + }, + "src_dot_pages_dot_components_dot_PageList_dot_1124600214": { + "context": "dialog header", + "string": "Title" + }, + "src_dot_pages_dot_components_dot_PageList_dot_1459686496": { + "context": "page status", + "string": "Visibility" + }, + "src_dot_pages_dot_components_dot_PageList_dot_2489163252": { + "string": "No pages found" + }, + "src_dot_pages_dot_components_dot_PageList_dot_3478065224": { + "context": "page internal name", + "string": "Slug" + }, + "src_dot_pages_dot_components_dot_PageList_dot_3640454975": { + "context": "page status", + "string": "已發佈" + }, + "src_dot_pages_dot_components_dot_PageList_dot_3767550649": { + "context": "page status", + "string": "Not Published" + }, + "src_dot_pages_dot_components_dot_PageSlug_dot_1324178587": { + "string": "URL" + }, + "src_dot_pages_dot_components_dot_PageSlug_dot_3478065224": { + "context": "page internal name", + "string": "Slug" + }, + "src_dot_pages_dot_components_dot_PageSlug_dot_4210828158": { + "string": "If empty, URL will be autogenerated from Page Name" + }, + "src_dot_pages_dot_views_dot_1068617485": { + "context": "header", + "string": "Create Page" + }, + "src_dot_pages_dot_views_dot_2680158037": { + "string": "Successfully created new page" + }, + "src_dot_pages_dot_views_dot_3246254285": { + "context": "dialog header", + "string": "Delete Page" + }, + "src_dot_pages_dot_views_dot_754348000": { + "context": "delete page", + "string": "Are you sure you want to delete {title}?" + }, + "src_dot_pages_dot_views_dot_PageList_dot_1080715663": { + "context": "notification", + "string": "Removed pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { + "context": "publish page, button", + "string": "發佈" + }, + "src_dot_pages_dot_views_dot_PageList_dot_158565417": { + "context": "dialog header", + "string": "Unpublish Pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_1640740095": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unpublish this page?} other {Are you sure you want to unpublish {displayQuantity} pages?}}" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { + "context": "unpublish page, button", + "string": "取消發佈" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { + "context": "dialog header", + "string": "Publish Pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2454977063": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to publish this page?} other {Are you sure you want to publish {displayQuantity} pages?}}" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2494122225": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this page?} other {Are you sure you want to delete {displayQuantity} pages?}}" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2543350562": { + "context": "notification", + "string": "Published pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2782958373": { + "context": "dialog header", + "string": "Delete Pages" + }, + "src_dot_paid": { + "context": "payment status", + "string": "Fully paid" + }, + "src_dot_partiallyFulfilled": { + "context": "order status", + "string": "Partially fulfilled" + }, + "src_dot_partiallyPaid": { + "context": "payment status", + "string": "Partially paid" + }, + "src_dot_partiallyRefunded": { + "context": "payment status", + "string": "Partially refunded" + }, + "src_dot_permissionGroups": { + "context": "permission groups section name", + "string": "Permission Groups" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_1004218338": { + "context": "staff member status", + "string": "Inactive" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_1731102929": { + "context": "button", + "string": "Assign" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_2986043376": { + "context": "dialog header", + "string": "Assign Staff Members" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3111990517": { + "string": "Search by name, email, etc..." + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3247064221": { + "context": "staff member status", + "string": "Active" + }, + "src_dot_permissionGroups_dot_components_dot_AssignMembersDialog_dot_3532084010": { + "string": "Search Staff Members" + }, + "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_3005518110": { + "context": "dialog title", + "string": "Unassign users" + }, + "src_dot_permissionGroups_dot_components_dot_MembersErrorDialog_dot_334280454": { + "context": "dialog content", + "string": "You are not able to modify this group members. Solve this problem to continue with request." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3765873075": { + "context": "checkbox label", + "string": "Group has full access to the store" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupCreatePage_dot_3920591233": { + "context": "card description", + "string": "Expand or restrict group's permissions to access certain part of saleor system." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_2297471173": { + "context": "dialog content", + "string": "Are you sure you want to delete {name}?" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_3528974446": { + "context": "dialog title", + "string": "Delete permission group" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDeleteDialog_dot_956177443": { + "context": "deletion error message", + "string": "Cant's delete group which is out of your permission scope" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3765873075": { + "context": "checkbox label", + "string": "Group has full access to the store" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupDetailsPage_dot_3920591233": { + "context": "card description", + "string": "Expand or restrict group's permissions to access certain part of saleor system." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupInfo_dot_2081191949": { + "context": "text field label", + "string": "Group name" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupListPage_dot_613749311": { + "context": "button", + "string": "create permission group" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2011544055": { + "context": "permission group name", + "string": "Permission Group Name" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_2734377620": { + "string": "Members" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_4190792473": { + "string": "Actions" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupList_dot_425941108": { + "string": "No permission groups found" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1004218338": { + "context": "staff member status", + "string": "Inactive" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_136112637": { + "context": "empty list message", + "string": "You haven’t assigned any member to this permission group yet." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1512872240": { + "string": "No members found" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_1789607185": { + "string": "Email Address" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2457011428": { + "context": "button", + "string": "Assign members" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_2652621342": { + "context": "empty list message", + "string": "Please use Assign Members button to do so." + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3247064221": { + "context": "staff member status", + "string": "Active" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_3397233744": { + "context": "header", + "string": "Group members" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_4190792473": { + "string": "Actions" + }, + "src_dot_permissionGroups_dot_components_dot_PermissionGroupMemberList_dot_636461959": { + "context": "staff member full name", + "string": "名字" + }, + "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_3005518110": { + "context": "dialog title", + "string": "Unassign users" + }, + "src_dot_permissionGroups_dot_components_dot_UnassignMembersDialog_dot_778652830": { + "context": "dialog content", + "string": "Are you sure you want to unassign {counter,plural,one{this member} other{{displayQuantity} members}}?" + }, + "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_1140231710": { + "context": "window title", + "string": "Create category" + }, + "src_dot_permissionGroups_dot_views_dot_PermissionGroupCreate_dot_3930588328": { + "string": "Permission group created" + }, + "src_dot_permissionGroups_dot_views_dot_PermissionGroupDetails_dot_870815507": { + "context": "button title", + "string": "Unassign" + }, + "src_dot_permissionGroups_dot_views_dot_PermissionGroupList_dot_92979760": { + "string": "Permission Group Deleted" + }, + "src_dot_plugins": { + "context": "plugins section name", + "string": "Plugins" + }, + "src_dot_plugins_dot_components_dot_PluginAuthorization_dot_768575093": { + "context": "section header", + "string": "Authorization" + }, + "src_dot_plugins_dot_components_dot_PluginInfo_dot_1049131348": { + "context": "plugin name", + "string": "Plugin Name" + }, + "src_dot_plugins_dot_components_dot_PluginInfo_dot_1756106276": { + "context": "plugin status", + "string": "狀態" + }, + "src_dot_plugins_dot_components_dot_PluginInfo_dot_3425535100": { + "context": "section header", + "string": "Plugin Information and Status" + }, + "src_dot_plugins_dot_components_dot_PluginInfo_dot_4013064767": { + "string": "Set plugin as Active" + }, + "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_3032939398": { + "context": "header", + "string": "Add Value to Authorization Field" + }, + "src_dot_plugins_dot_components_dot_PluginSecretFieldDialog_dot_4269236107": { + "context": "header", + "string": "Edit Authorization Field" + }, + "src_dot_plugins_dot_components_dot_PluginSettings_dot_1970881031": { + "context": "section header", + "string": "Plugin Settings" + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_1970881031": { + "context": "section header", + "string": "Plugin Settings" + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3352026836": { + "context": "header", + "string": "{pluginName} Details" + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3425535100": { + "context": "section header", + "string": "Plugin Information and Status" + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_3799756739": { + "string": "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." + }, + "src_dot_plugins_dot_components_dot_PluginsDetailsPage_dot_4241018152": { + "string": "This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers." + }, + "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3233248823": { + "string": "Search Plugins..." + }, + "src_dot_plugins_dot_components_dot_PluginsListPage_dot_3523826683": { + "context": "tab name", + "string": "All Plugins" + }, + "src_dot_plugins_dot_components_dot_PluginsListPage_dot_active": { + "context": "plugin", + "string": "Active" + }, + "src_dot_plugins_dot_components_dot_PluginsListPage_dot_deactivated": { + "context": "plugin", + "string": "Inactive" + }, + "src_dot_plugins_dot_components_dot_PluginsList_dot_3247064221": { + "context": "plugin status", + "string": "Active" + }, + "src_dot_plugins_dot_components_dot_PluginsList_dot_4120604650": { + "context": "user action bar", + "string": "Action" + }, + "src_dot_plugins_dot_components_dot_PluginsList_dot_636461959": { + "context": "plugin name", + "string": "名字" + }, + "src_dot_plugins_dot_components_dot_PluginsList_dot_666641390": { + "string": "No plugins found" + }, + "src_dot_plugins_dot_views_dot_1096544448": { + "context": "header", + "string": "Authorization Field Delete" + }, + "src_dot_plugins_dot_views_dot_955370043": { + "string": "The plugin may stop working after this field is cleared. Are you sure you want to proceed?" + }, + "src_dot_productTypes": { + "context": "product types section name", + "string": "Product Types" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_2173976534": { + "context": "button", + "string": "Assign attributes" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_3922579741": { + "context": "dialog header", + "string": "Assign Attribute" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_4205644805": { + "string": "No results found" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_524117994": { + "string": "Search by attribute name" + }, + "src_dot_productTypes_dot_components_dot_AssignAttributeDialog_dot_902296540": { + "string": "Search Attributes" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributeEditDialog_dot_1228425832": { + "string": "Attribute name" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributeEditDialog_dot_335542212": { + "string": "屬性值" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributeUnassignDialog_dot_404238501": { + "context": "dialog header", + "string": "Unassign Attribute From Product Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributeUnassignDialog_dot_722498450": { + "string": "Are you sure you want to unassign {attributeName} from {productTypeName}?" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1192828581": { + "string": "No attributes found" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1228425832": { + "string": "Attribute name" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_1656462109": { + "context": "button", + "string": "Assign attribute" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3478065224": { + "context": "attribute internal name", + "string": "Slug" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_3559259966": { + "context": "section header", + "string": "Product Attributes" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeAttributes_dot_888493112": { + "context": "section header", + "string": "Variant Attributes" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeBulkAttributeUnassignDialog_dot_2646729060": { + "context": "unassign multiple attributes from product type", + "string": "{counter,plural,one {Are you sure you want to unassign this attribute from {productTypeName}?} other {Are you sure you want to unassign {attributeQuantity} attributes from {productTypeName}?}}" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeBulkAttributeUnassignDialog_dot_766918870": { + "context": "dialog header", + "string": "Unassign Attribute from Product Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeDeleteDialog_dot_2297471173": { + "context": "delete product type", + "string": "Are you sure you want to delete {name}?" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeDeleteDialog_dot_924066985": { + "context": "dialog header", + "string": "Delete Product Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeDetailsPage_dot_1217376589": { + "context": "switch button", + "string": "Product type uses Variant Attributes" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeDetails_dot_1007996279": { + "string": "Product Type Name" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_1776073799": { + "context": "tab name", + "string": "All Product Types" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3420445375": { + "string": "Search Product Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_3479705616": { + "context": "button", + "string": "create product type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_configurable": { + "context": "product type", + "string": "Configurable" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_digital": { + "context": "product", + "string": "Digital" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_shippable": { + "context": "product", + "string": "Shippable" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeListPage_dot_type": { + "context": "product type is digital or physical", + "string": "Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1126553969": { + "string": "No product types found" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1211157042": { + "context": "product type", + "string": "Simple product" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1240292548": { + "context": "tax rate for a product type", + "string": "Tax" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_1952810469": { + "context": "product type is either simple or configurable", + "string": "Type" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2253986440": { + "context": "product type name", + "string": "Type Name" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_2754779425": { + "context": "product type", + "string": "Configurable" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_881286562": { + "context": "product type", + "string": "Digital" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeList_dot_966610541": { + "context": "product type", + "string": "Physical" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_1325966144": { + "context": "product type shipping settings, section header", + "string": "Shipping" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2143413921": { + "context": "switch button", + "string": "Is this product shippable?" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_2927891783": { + "string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given" + }, + "src_dot_productTypes_dot_components_dot_ProductTypeShipping_dot_746695941": { + "string": "Weight" + }, + "src_dot_productTypes_dot_views_dot_3822478981": { + "string": "Successfully created product type" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4080551769": { + "context": "dialog header", + "string": "Delete Product Types" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4269954457": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this product type?} other {Are you sure you want to delete {displayQuantity} product types?}}" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_3512959355": { + "string": "Product type deleted" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeUpdate_dot_870815507": { + "context": "unassign attribute from product type, button", + "string": "Unassign" + }, + "src_dot_products": { + "context": "products section name", + "string": "產品" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_1071548120": { + "context": "number of product attributes", + "string": "{number} Attributes" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_1148029984": { + "context": "attribute value", + "string": "Value" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_1207761269": { + "context": "attribute values", + "string": "值" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_4153345096": { + "context": "product attributes, section header", + "string": "屬性" + }, + "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_1755013298": { + "string": "Category" + }, + "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_222873645": { + "string": "Collections" + }, + "src_dot_products_dot_components_dot_ProductCategoryAndCollectionsForm_dot_3829816432": { + "context": "product organization, header", + "string": "Organization" + }, + "src_dot_products_dot_components_dot_ProductCreatePage_dot_1815688500": { + "context": "product", + "string": "since {date}" + }, + "src_dot_products_dot_components_dot_ProductCreatePage_dot_2001551496": { + "context": "product", + "string": "will be visible from {date}" + }, + "src_dot_products_dot_components_dot_ProductCreatePage_dot_2706108815": { + "string": "Add search engine title and description to make this product easier to find" + }, + "src_dot_products_dot_components_dot_ProductDetailsForm_dot_636461959": { + "context": "product name", + "string": "名字" + }, + "src_dot_products_dot_components_dot_ProductImageNavigation_dot_3060635772": { + "context": "section header", + "string": "All Photos" + }, + "src_dot_products_dot_components_dot_ProductImagePage_dot_1905082483": { + "context": "field is optional", + "string": "Optional" + }, + "src_dot_products_dot_components_dot_ProductImagePage_dot_2546267317": { + "context": "header", + "string": "Edit Photo" + }, + "src_dot_products_dot_components_dot_ProductImagePage_dot_367472710": { + "context": "section header", + "string": "Photo View" + }, + "src_dot_products_dot_components_dot_ProductImagePage_dot_3822382625": { + "context": "section header", + "string": "Photo Information" + }, + "src_dot_products_dot_components_dot_ProductImages_dot_3240888698": { + "context": "section header", + "string": "圖片" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_1134347598": { + "context": "product price", + "string": "價格" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_1542417144": { + "context": "button", + "string": "Create Product" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_1952810469": { + "context": "product type", + "string": "Type" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_3550330425": { + "string": "Search Products..." + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_3640454975": { + "context": "product status", + "string": "已發佈" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_821159718": { + "context": "tab name", + "string": "All Products" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_available": { + "context": "product status", + "string": "Available" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_hidden": { + "context": "product is hidden", + "string": "Hidden" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_outOfStock": { + "context": "product status", + "string": "Out Of Stock" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_price": { + "string": "價格" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_quantity": { + "context": "product", + "string": "Stock quantity" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_visibility": { + "context": "product visibility", + "string": "Visibility" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_visible": { + "context": "product is visible", + "string": "Visible" + }, + "src_dot_products_dot_components_dot_ProductList_dot_1134347598": { + "context": "product price", + "string": "價格" + }, + "src_dot_products_dot_components_dot_ProductList_dot_1657559629": { + "string": "No products found" + }, + "src_dot_products_dot_components_dot_ProductList_dot_1952810469": { + "context": "product type", + "string": "Type" + }, + "src_dot_products_dot_components_dot_ProductList_dot_2341910657": { + "context": "product status", + "string": "Not published" + }, + "src_dot_products_dot_components_dot_ProductList_dot_3640454975": { + "context": "product status", + "string": "已發佈" + }, + "src_dot_products_dot_components_dot_ProductList_dot_636461959": { + "context": "product", + "string": "名字" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_150865454": { + "context": "product is not configurable", + "string": "Simple" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_1755013298": { + "string": "Category" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_222873645": { + "string": "Collections" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_2364184433": { + "context": "section header", + "string": "Organize Product" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_2754779425": { + "context": "product is configurable", + "string": "Configurable" + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_2805838453": { + "context": "field is optional", + "string": "*Optional. Adding product to collection helps users find it." + }, + "src_dot_products_dot_components_dot_ProductOrganization_dot_4257289053": { + "string": "Product Type" + }, + "src_dot_products_dot_components_dot_ProductPricing_dot_1099355007": { + "context": "product pricing", + "string": "Pricing" + }, + "src_dot_products_dot_components_dot_ProductPricing_dot_1134347598": { + "context": "product price", + "string": "價格" + }, + "src_dot_products_dot_components_dot_ProductPricing_dot_3015886868": { + "string": "Charge taxes for this item" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_2585918415": { + "string": "SKU (Stock Keeping Unit)" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_2622674857": { + "context": "tabel column header", + "string": "Warehouse Name" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_2729628316": { + "context": "tabel column header", + "string": "Quantity Available" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_2796503714": { + "context": "header", + "string": "庫存" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_3633706025": { + "context": "product inventory, checkbox", + "string": "Track Inventory" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_3857433664": { + "context": "button", + "string": "Assign Warehouse" + }, + "src_dot_products_dot_components_dot_ProductStocks_dot_849869830": { + "string": "Active inventory tracking will automatically calculate changes of stock" + }, + "src_dot_products_dot_components_dot_ProductUpdatePage_dot_1815688500": { + "context": "product", + "string": "since {date}" + }, + "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2001551496": { + "context": "product", + "string": "will be visible from {date}" + }, + "src_dot_products_dot_components_dot_ProductUpdatePage_dot_2706108815": { + "string": "Add search engine title and description to make this product easier to find" + }, + "src_dot_products_dot_components_dot_ProductVariantAttributes_dot_1536841622": { + "context": "product attribute error", + "string": "All attributes should have value" + }, + "src_dot_products_dot_components_dot_ProductVariantAttributes_dot_258966189": { + "context": "product attribute error", + "string": "This variant already exists" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_2853608829": { + "context": "button", + "string": "Save variant" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatePage_dot_3726089650": { + "context": "button", + "string": "Delete Variant" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1134347598": { + "context": "variant price", + "string": "價格" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1346828628": { + "string": "Selected values will be used to create variants for the configurable product." + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_168343345": { + "context": "variant attribute", + "string": "Attribute" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_1808330403": { + "context": "variant attribute", + "string": "Select Attribute" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2002684673": { + "context": "page title", + "string": "Price and SKUs" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2020618004": { + "context": "variant stock, header", + "string": "Stock and Warehousing" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2158649399": { + "context": "product attribute values, page title", + "string": "Choose Values" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2478977538": { + "context": "attribute values, variant creation step", + "string": "Select Values" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2670525734": { + "context": "variant attribute", + "string": "Choose attribute" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2745385064": { + "context": "variant creation step", + "string": "摘要" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_2783195765": { + "string": "Apply single price to all SKUs" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3387090508": { + "string": "Apply unique stock by attribute to each SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3570949907": { + "string": "Apply unique prices by attribute to each SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3601538615": { + "string": "Apply single stock to all SKUs" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3673120330": { + "context": "button", + "string": "Next" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3699389906": { + "string": "Here is the summary of variants that will be created. You can change prices, stocks an SKU for each one created." + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_3896519183": { + "string": "Skip stock for now" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_4120989039": { + "context": "create multiple variants, button", + "string": "創建" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_520980261": { + "context": "variant creator summary card header", + "string": "Created Variants" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_551319747": { + "string": "Based on your selections we will create {numberOfProducts} products. Use this step to customize price and stocks for your new products" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_693960049": { + "string": "庫存單位" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_705096461": { + "context": "variant creation step", + "string": "Prices and SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_860603977": { + "string": "Based on your selections we will create 8 products. Use this step to customize price and stocks for your new products." + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_904693740": { + "context": "previous step, button", + "string": "Previous" + }, + "src_dot_products_dot_components_dot_ProductVariantCreatorPage_dot_998917294": { + "context": "variant name", + "string": "複合式" + }, + "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_1583616500": { + "context": "button", + "string": "Delete variant" + }, + "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_2297471173": { + "context": "delete product variant", + "string": "Are you sure you want to delete {name}?" + }, + "src_dot_products_dot_components_dot_ProductVariantDeleteDialog_dot_3726089650": { + "context": "dialog header", + "string": "Delete Variant" + }, + "src_dot_products_dot_components_dot_ProductVariantImageSelectDialog_dot_3196043669": { + "context": "dialog header", + "string": "Image Selection" + }, + "src_dot_products_dot_components_dot_ProductVariantImages_dot_3240888698": { + "context": "section header", + "string": "圖片" + }, + "src_dot_products_dot_components_dot_ProductVariantImages_dot_3449133076": { + "string": "Select a specific variant image from product images" + }, + "src_dot_products_dot_components_dot_ProductVariantImages_dot_989683980": { + "context": "button", + "string": "Choose photos" + }, + "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": { + "context": "section header", + "string": "Variants" + }, + "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2845381934": { + "context": "button", + "string": "新增產品變種" + }, + "src_dot_products_dot_components_dot_ProductVariantNavigation_dot_3185562157": { + "context": "variant name", + "string": "New Variant" + }, + "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1099355007": { + "context": "product pricing, section header", + "string": "Pricing" + }, + "src_dot_products_dot_components_dot_ProductVariantPrice_dot_1416480328": { + "string": "Cost price override" + }, + "src_dot_products_dot_components_dot_ProductVariantPrice_dot_2238565650": { + "string": "Selling price override" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1001303107": { + "context": "product variant inventory", + "string": "Unavailable in all locations" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { + "context": "product variant inventory", + "string": "Unavailable" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { + "context": "product variant price", + "string": "價格" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": { + "context": "product variant inventory", + "string": "{stockQuantity,plural,one {{stockQuantity} available} other {{stockQuantity} available}}" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1614793985": { + "context": "variant stock status", + "string": "Available inventory at:" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { + "context": "button", + "string": "Create variants" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { + "context": "section header", + "string": "Variants" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_2496096212": { + "context": "product variant inventory", + "string": "{numLocations,plural,one {{numAvailable} available at {numLocations} location} other {{numAvailable} available at {numLocations} locations}}" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_277989856": { + "string": "Use variants for products that come in a variety of versions for example different sizes or colors" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_3203451491": { + "context": "filtering option", + "string": "All Warehouses" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_3490038570": { + "context": "product variant inventory status", + "string": "Inventory" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_3989383405": { + "context": "button", + "string": "Create variant" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_4017567521": { + "context": "product variant inventory", + "string": "Not stocked" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { + "string": "庫存單位" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_998917294": { + "context": "product variant name", + "string": "複合式" + }, + "src_dot_products_dot_views_dot_1542417144": { + "context": "window title", + "string": "Create Product" + }, + "src_dot_products_dot_views_dot_1591632382": { + "context": "page header", + "string": "New Product" + }, + "src_dot_products_dot_views_dot_1731766393": { + "context": "dialog header", + "string": "Delete Image" + }, + "src_dot_products_dot_views_dot_2279302139": { + "string": "Variant removed" + }, + "src_dot_products_dot_views_dot_2362587265": { + "context": "header", + "string": "Create Variant" + }, + "src_dot_products_dot_views_dot_2880386427": { + "string": "Are you sure you want to delete this image?" + }, + "src_dot_products_dot_views_dot_2899821092": { + "string": "Product created" + }, + "src_dot_products_dot_views_dot_3989383405": { + "context": "window title", + "string": "Create variant" + }, + "src_dot_products_dot_views_dot_ProductList_dot_1204353135": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this product?} other {Are you sure you want to delete {displayQuantity} products?}}" + }, + "src_dot_products_dot_views_dot_ProductList_dot_1547167026": { + "context": "publish product, button", + "string": "發佈" + }, + "src_dot_products_dot_views_dot_ProductList_dot_2036051956": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to unpublish this product?} other {Are you sure you want to unpublish {displayQuantity} products?}}" + }, + "src_dot_products_dot_views_dot_ProductList_dot_2237014112": { + "context": "unpublish product, button", + "string": "取消發佈" + }, + "src_dot_products_dot_views_dot_ProductList_dot_2946646245": { + "context": "dialog header", + "string": "Publish Products" + }, + "src_dot_products_dot_views_dot_ProductList_dot_3362608461": { + "context": "dialog header", + "string": "Unpublish Products" + }, + "src_dot_products_dot_views_dot_ProductList_dot_3518737068": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to publish this product?} other {Are you sure you want to publish {displayQuantity} products?}}" + }, + "src_dot_products_dot_views_dot_ProductList_dot_400629795": { + "context": "dialog header", + "string": "Delete Products" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_1177237881": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this variant?} other {Are you sure you want to delete {displayQuantity} variants?}}" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_1454532689": { + "context": "dialog header", + "string": "Delete Product Variants" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_2297471173": { + "context": "delete product", + "string": "Are you sure you want to delete {name}?" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_4108890645": { + "string": "Product removed" + }, + "src_dot_products_dot_views_dot_ProductUpdate_dot_879305849": { + "context": "dialog header", + "string": "Delete Product" + }, + "src_dot_products_dot_views_dot_ProductVariantCreator_dot_2292700443": { + "context": "success message", + "string": "Successfully created variants" + }, + "src_dot_products_dot_views_dot_ProductVariantCreator_dot_830692292": { + "context": "window title", + "string": "Create Variants" + }, + "src_dot_properties": { + "string": "Properties" + }, + "src_dot_readOnly": { + "string": "Saleor runs in read-only mode. Changes not saved." + }, + "src_dot_readyToCapture": { + "context": "order status", + "string": "Ready to capture" + }, + "src_dot_readyToFulfill": { + "context": "order status", + "string": "Ready to fulfill" + }, + "src_dot_refunded": { + "context": "payment status", + "string": "Fully refunded" + }, + "src_dot_remove": { + "context": "button", + "string": "刪除" + }, + "src_dot_requiredField": { + "string": "This field is required" + }, + "src_dot_sales": { + "context": "sales section name", + "string": "促銷" + }, + "src_dot_save": { + "context": "button", + "string": "儲存" + }, + "src_dot_savedChanges": { + "string": "Saved changes" + }, + "src_dot_serviceAccounts": { + "context": "service accounts section name", + "string": "Service Accounts" + }, + "src_dot_services_dot_components_dot_ServiceCreatePage_dot_1848599267": { + "context": "checkbox label", + "string": "User has full access to the store" + }, + "src_dot_services_dot_components_dot_ServiceCreatePage_dot_248507553": { + "context": "header", + "string": "Create New Account" + }, + "src_dot_services_dot_components_dot_ServiceCreatePage_dot_27827485": { + "context": "checkbox label", + "string": "Service account is active" + }, + "src_dot_services_dot_components_dot_ServiceCreatePage_dot_3639008725": { + "context": "card description", + "string": "Expand or restrict user's permissions to access certain part of saleor system." + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_1336855942": { + "string": "Generated Token" + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_2080322626": { + "string": "This token gives you access to your shop's API, which you'll find here: {url}" + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_2864204643": { + "context": "button", + "string": "Copied" + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_3406541221": { + "context": "button", + "string": "Copy token" + }, + "src_dot_services_dot_components_dot_ServiceDefaultToken_dot_4189999598": { + "string": "We’ve created your default token. Make sure to copy your new personal access token now. You won’t be able to see it again." + }, + "src_dot_services_dot_components_dot_ServiceDeleteDialog_dot_1534767622": { + "context": "dialog header", + "string": "Delete Service Account" + }, + "src_dot_services_dot_components_dot_ServiceDeleteDialog_dot_2297471173": { + "context": "delete service account", + "string": "Are you sure you want to delete {name}?" + }, + "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_1848599267": { + "context": "checkbox label", + "string": "User has full access to the store" + }, + "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_27827485": { + "context": "checkbox label", + "string": "Service account is active" + }, + "src_dot_services_dot_components_dot_ServiceDetailsPage_dot_3639008725": { + "context": "card description", + "string": "Expand or restrict user's permissions to access certain part of saleor system." + }, + "src_dot_services_dot_components_dot_ServiceInfo_dot_3789449123": { + "context": "service account", + "string": "Account Name" + }, + "src_dot_services_dot_components_dot_ServiceInfo_dot_426959482": { + "context": "header", + "string": "Service Account Information" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_1895355592": { + "string": "Search Service Accounts" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_4040605455": { + "context": "tab name", + "string": "All Service Accounts" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_624280156": { + "context": "button", + "string": "Create account" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_active": { + "context": "service account", + "string": "Active" + }, + "src_dot_services_dot_components_dot_ServiceListPage_dot_deactivated": { + "context": "service account", + "string": "Inactive" + }, + "src_dot_services_dot_components_dot_ServiceList_dot_1342308051": { + "string": "No service accounts found" + }, + "src_dot_services_dot_components_dot_ServiceList_dot_31853942": { + "context": "account status", + "string": "active" + }, + "src_dot_services_dot_components_dot_ServiceList_dot_3239722049": { + "context": "account status", + "string": "inactive" + }, + "src_dot_services_dot_components_dot_ServiceList_dot_636461959": { + "context": "service name", + "string": "名字" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_1336855942": { + "string": "Generated Token" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_2530792168": { + "string": "Access token is used to authenticate service accounts" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3009959880": { + "string": "We’ve created your token. Make sure to copy your new personal access token now. You won’t be able to see it again." + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3406541221": { + "context": "button", + "string": "Copy token" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_3875340101": { + "context": "header", + "string": "Create Token" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_4017491013": { + "string": "Token Note" + }, + "src_dot_services_dot_components_dot_ServiceTokenCreateDialog_dot_4120989039": { + "context": "create service token, button", + "string": "創建" + }, + "src_dot_services_dot_components_dot_ServiceTokenDeleteDialog_dot_1534767622": { + "context": "dialog title", + "string": "Delete Service Account" + }, + "src_dot_services_dot_components_dot_ServiceTokenDeleteDialog_dot_981802752": { + "context": "delete token", + "string": "Are you sure you want to delete token {token}?" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_2446088470": { + "context": "service account key", + "string": "密鑰" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_2639089057": { + "string": "No tokens found" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_3875340101": { + "context": "button", + "string": "Create Token" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_4017491013": { + "string": "Token Note" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_4190792473": { + "context": "table actions", + "string": "Actions" + }, + "src_dot_services_dot_components_dot_ServiceTokens_dot_426959482": { + "context": "header", + "string": "Service Account Information" + }, + "src_dot_services_dot_views_dot_ServiceCreate_dot_3167211165": { + "context": "window title", + "string": "Create Service Account" + }, + "src_dot_sessionExpired": { + "string": "Your session has expired. Please log in again to continue." + }, + "src_dot_shipping": { + "context": "shipping section name", + "string": "Shipping Methods" + }, + "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_2863708228": { + "string": "This unit will be used as default shipping weight" + }, + "src_dot_shipping_dot_components_dot_ShippingWeightUnitForm_dot_549146363": { + "string": "Shipping Weight Unit" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_2622674857": { + "string": "Warehouse Name" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneAddWarehouseDialog_dot_3173942020": { + "context": "header, dialog", + "string": "Create New Warehouse" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1003092716": { + "string": "Rest of the World" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1440682557": { + "string": "Quick Pick" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1585396479": { + "context": "dialog header", + "string": "Assign Countries" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_1818089229": { + "string": "If selected, this will add all of the countries not selected to other shipping zones" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2110418881": { + "string": "Search by country name" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2404264158": { + "string": "Choose countries you want to add to shipping zone from list below" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2747492886": { + "context": "button", + "string": "Assign countries" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_2777439857": { + "context": "country selection", + "string": "Countries A to Z" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCountriesAssignDialog_dot_3510295703": { + "string": "Search Countries" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_2364051773": { + "string": "Currently, there are no countries assigned to this shipping zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_3109712047": { + "string": "國家" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_4049462680": { + "context": "header", + "string": "Create New Shipping Zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneCreatePage_dot_4270729636": { + "string": "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_1325966144": { + "string": "Shipping" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_2364051773": { + "string": "Currently, there are no countries assigned to this shipping zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_3109712047": { + "string": "國家" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_4270729636": { + "string": "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneInfo_dot_1109610983": { + "string": "Shipping Zone Name" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1337705349": { + "string": "Minimal Order Value" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1388947267": { + "string": "This rate will apply to all orders of all weights" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1397795758": { + "context": "add weight based shipping method, dialog header", + "string": "Add Weight Rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1403365734": { + "context": "shipping method price", + "string": "Rate Price" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1486599614": { + "string": "This will be shown to customers at checkout" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1542600502": { + "context": "button", + "string": "Update rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_16061680": { + "context": "button", + "string": "Create rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_1878009504": { + "string": "Minimal Order Weight" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2215090771": { + "context": "shipping method, switch button", + "string": "This is free shipping" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2324036635": { + "context": "order weight range", + "string": "Weight range" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2533614652": { + "context": "order price range", + "string": "Value range" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_2892088870": { + "context": "dialog header", + "string": "Add Price Rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3213611593": { + "context": "shipping method", + "string": "Rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3463567334": { + "string": "Maximal Order Value" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3659741519": { + "string": "Maximal Order Weight" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_382595300": { + "context": "shipping method name", + "string": "Rate Name" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_3934114933": { + "context": "dialog header", + "string": "Edit Price Rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_4152709923": { + "context": "edit weight based shipping method, dialog header", + "string": "Edit Weight Rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_4226393146": { + "string": "This rate will apply to all orders of all prices" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_882649212": { + "context": "shipping method has no value limits", + "string": "There are no value limits" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_price": { + "context": "error message", + "string": "Maximum price cannot be lower than minimum" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRateDialog_dot_weight": { + "context": "error message", + "string": "Maximum weight cannot be lower than minimum" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1134347598": { + "context": "shipping method price", + "string": "價格" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_16061680": { + "context": "button", + "string": "Create rate" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1923873558": { + "context": "shipping method price range", + "string": "Value Range" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_1961493435": { + "string": "No shipping rates found" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2542194565": { + "context": "price based shipping methods, section header", + "string": "Price Based Rates" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_2600677138": { + "context": "shipping method weight range", + "string": "Weight Range" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_383202459": { + "context": "weight based shipping methods, section header", + "string": "Weight Based Rates" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneRates_dot_636461959": { + "context": "shipping method name", + "string": "名字" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_1221560277": { + "context": "section header", + "string": "Warehouse" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_2304484478": { + "context": "button", + "string": "Add New Warehouse" + }, + "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_3852102652": { + "string": "Select warehouse from which you will ship products for this shipping zone. This warehouse address will also be used to calculate taxes." + }, + "src_dot_shipping_dot_components_dot_ShippingZoneWarehouses_dot_46197273": { + "context": "input placeholder", + "string": "Select Warehouse" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesListPage_dot_1325966144": { + "context": "header", + "string": "Shipping" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_120574110": { + "context": "sort shipping methods by zone, section header", + "string": "Shipping By Zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_2673544109": { + "context": "button", + "string": "Create shipping zone" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_3109712047": { + "string": "國家" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { + "context": "shipping zone", + "string": "名字" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_655374584": { + "string": "No shipping zones found" + }, + "src_dot_shipping_dot_views_dot_1005071028": { + "string": "Are you sure you want to delete {shippingZoneName} shipping zone?" + }, + "src_dot_shipping_dot_views_dot_1010705153": { + "context": "dialog header", + "string": "Delete Shipping Zone" + }, + "src_dot_shipping_dot_views_dot_1711385401": { + "context": "dialog header", + "string": "Delete Shipping Zones" + }, + "src_dot_shipping_dot_views_dot_725201918": { + "context": "dialog content", + "string": "{counter,plural,one {Are you sure you want to delete this shipping zone?} other {Are you sure you want to delete {displayQuantity} shipping zones?}}" + }, + "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1010705153": { + "context": "dialog header", + "string": "Delete Shipping Zone" + }, + "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_131963671": { + "context": "unassign country", + "string": "Are you sure you want to delete {countryName} from this shipping zone?" + }, + "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_1502359905": { + "context": "dialog header", + "string": "Delete Shipping Method" + }, + "src_dot_shipping_dot_views_dot_ShippingZoneDetails_dot_3133838427": { + "context": "unassign country, dialog header", + "string": "Delete from Shipping Zone" + }, + "src_dot_show": { + "context": "button", + "string": "Show" + }, + "src_dot_siteSettings": { + "context": "site settings section name", + "string": "Site Settings" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_1008586926": { + "string": "Name of your store is shown on tab in web browser" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_1987367127": { + "string": "Store Description" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_2286355060": { + "string": "Name of your store" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_3808773492": { + "string": "URL of your online store" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsDetails_dot_529433178": { + "string": "Store description is shown on taskbar after your store name" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_1238948746": { + "context": "dialog header", + "string": "Add New Authorization Key" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2237029987": { + "string": "密碼" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2446088470": { + "context": "authentication provider API key", + "string": "密鑰" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_3039841202": { + "context": "authentication provider name", + "string": "Authentication type" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_50561933": { + "context": "button", + "string": "Add authentication" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_1114030884": { + "context": "button", + "string": "Add key" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_1270286507": { + "context": "authentication provider name", + "string": "Authentication Type" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_226491688": { + "context": "section header", + "string": "Authentication Keys" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_2446088470": { + "context": "authentication provider API key", + "string": "密鑰" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeys_dot_3981699144": { + "context": "no authentication provider API keys", + "string": "No keys" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_1124962330": { + "string": "Mailing email address" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_1672275992": { + "context": "email sender", + "string": "This will be visible as \"from\" name" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_280712237": { + "context": "section header", + "string": "Mailing Configuration" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_297689661": { + "string": "Configurate your email address from which all automatic emails will be sent to your customers." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_3211348653": { + "string": "Customer password reset URL" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_3447841451": { + "string": "This URL will be used as a main URL for password resets. It will be sent via email." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_50742153": { + "string": "URL address" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsMailing_dot_70179174": { + "string": "Mailing email sender" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_1004240342": { + "string": "This adress will be used to generate invoices and calculate shipping rates." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_1214877701": { + "string": "Authentication method defines additional ways that customers can log in to your ecommerce." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_229184360": { + "context": "section header", + "string": "Store Information" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_2768400497": { + "context": "section header", + "string": "Company Information" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_280712237": { + "context": "section header", + "string": "Mailing Configuration" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_3657173399": { + "string": "Email adress you provide here will be used as a contact adress for your customers." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_3799756739": { + "string": "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_4088830385": { + "context": "section header", + "string": "Authentication Methods" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsPage_dot_866304242": { + "string": "This where you will find all of the settings determining your stores e-mails. You can determine main email address and some of the contents of your emails." + }, + "src_dot_somethingWentWrong": { + "string": "Saleor ran into an unexpected problem" + }, + "src_dot_staff": { + "context": "staff section name", + "string": "Staff Members" + }, + "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1481503299": { + "context": "dialog header", + "string": "Invite Staff Member" + }, + "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { + "context": "button", + "string": "Send invite" + }, + "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_22572205": { + "context": "card description", + "string": "User is assigned to:" + }, + "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_2690176844": { + "context": "dialog header", + "string": "權限" + }, + "src_dot_staff_dot_components_dot_StaffDetailsPage_dot_881953347": { + "context": "checkbox label", + "string": "User is active" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_2852350932": { + "context": "tab name", + "string": "All Staff Members" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_61043583": { + "string": "Search Staff Member" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_797461521": { + "context": "button", + "string": "Invite staff member" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_active": { + "context": "staff member's account", + "string": "Active" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_deactivated": { + "context": "staff member's account", + "string": "Deactivated" + }, + "src_dot_staff_dot_components_dot_StaffListPage_dot_status": { + "context": "staff member's account", + "string": "狀態" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_1004218338": { + "context": "staff member status", + "string": "Inactive" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_1789607185": { + "string": "Email Address" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_3247064221": { + "context": "staff member status", + "string": "Active" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_480166346": { + "string": "No staff members found" + }, + "src_dot_staff_dot_components_dot_StaffList_dot_636461959": { + "context": "staff member full name", + "string": "名字" + }, + "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1254879564": { + "context": "input label", + "string": "New Password" + }, + "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_1651415182": { + "string": "New password must be at least 8 characters long" + }, + "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_2521568990": { + "context": "dialog header", + "string": "修改密碼" + }, + "src_dot_staff_dot_components_dot_StaffPasswordResetDialog_dot_53359254": { + "context": "input label", + "string": "Previous Password" + }, + "src_dot_staff_dot_components_dot_StaffPassword_dot_1274006906": { + "string": "You should change your password every month to avoid security issues." + }, + "src_dot_staff_dot_components_dot_StaffPassword_dot_1434811103": { + "context": "button", + "string": "Change your password" + }, + "src_dot_staff_dot_components_dot_StaffPassword_dot_2237029987": { + "context": "header", + "string": "密碼" + }, + "src_dot_staff_dot_components_dot_StaffPreferences_dot_1332294025": { + "string": "Selecting this will change the language of your dashboard" + }, + "src_dot_staff_dot_components_dot_StaffPreferences_dot_2162129531": { + "string": "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." + }, + "src_dot_staff_dot_components_dot_StaffPreferences_dot_2281358617": { + "string": "Preferred Language" + }, + "src_dot_staff_dot_components_dot_StaffPreferences_dot_2340309446": { + "context": "section header", + "string": "Preferences" + }, + "src_dot_staff_dot_components_dot_StaffProperties_dot_2650522200": { + "context": "section header", + "string": "Staff Member Information" + }, + "src_dot_staff_dot_components_dot_StaffProperties_dot_2771097267": { + "context": "button", + "string": "Change photo" + }, + "src_dot_staff_dot_components_dot_StaffProperties_dot_457748370": { + "context": "button", + "string": "Delete photo" + }, + "src_dot_staff_dot_views_dot_1308770978": { + "context": "dialog header", + "string": "delete Staff User" + }, + "src_dot_staff_dot_views_dot_3945766678": { + "string": "Are you sure you want to remove {email} avatar?" + }, + "src_dot_staff_dot_views_dot_701332676": { + "context": "dialog header", + "string": "Delete Staff User Avatar" + }, + "src_dot_staff_dot_views_dot_8878988": { + "string": "Are you sure you want to delete {email} from staff members?" + }, + "src_dot_startDate": { + "string": "Start Date" + }, + "src_dot_startHour": { + "string": "Start Hour" + }, + "src_dot_status": { + "string": "狀態" + }, + "src_dot_summary": { + "string": "摘要" + }, + "src_dot_taxes": { + "context": "taxes section name", + "string": "Taxes" + }, + "src_dot_taxes_dot_components_dot_CountryListPage_dot_3955023266": { + "context": "header", + "string": "Taxes" + }, + "src_dot_taxes_dot_components_dot_CountryList_dot_110033143": { + "string": "No countries found" + }, + "src_dot_taxes_dot_components_dot_CountryList_dot_3154586635": { + "string": "Reduced Tax Rates" + }, + "src_dot_taxes_dot_components_dot_CountryList_dot_4039455144": { + "string": "Country Code" + }, + "src_dot_taxes_dot_components_dot_CountryList_dot_577035076": { + "string": "Country Name" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1040021611": { + "context": "tax rate", + "string": "Accommodation" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1260218997": { + "context": "tax rate", + "string": "Social housing" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1323923780": { + "context": "tax rate", + "string": "Bikes" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1451721797": { + "context": "tax rate", + "string": "Newspapers" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_1755013298": { + "string": "Category" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2022558114": { + "string": "Tax Rate" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2185495435": { + "context": "tax rate", + "string": "Admission to cultural events" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2201910191": { + "context": "tax rate", + "string": "Baby foodstuffs" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_231341634": { + "context": "tax rate", + "string": "Domestic services" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2332795012": { + "context": "tax rate", + "string": "Foodstuffs" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2394675125": { + "context": "tax rate", + "string": "Books" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2465450918": { + "context": "tax rate", + "string": "Agricultural supplies" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2482229874": { + "context": "tax rate", + "string": "Standard" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2553129615": { + "context": "tax rate", + "string": "Passenger transport" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2557534380": { + "context": "tax rate", + "string": "Admission to entertainment events" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2584490289": { + "context": "tax rate", + "string": "Children's clothing" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2616794607": { + "context": "tax rate", + "string": "Admission to sporting events" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2737618795": { + "context": "header", + "string": "Tax Rates in {countryName}" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_2948462144": { + "context": "tax rate", + "string": "Medical" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3066312070": { + "string": "No reduced tax categories found" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_331632763": { + "context": "tax rate", + "string": "Hotels" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_331757068": { + "context": "tax rate", + "string": "E-books" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3500730003": { + "context": "tax rate", + "string": "Domestic fuel" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3525010870": { + "context": "tax rate", + "string": "Water" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_3911019760": { + "context": "tax rate", + "string": "Advertising" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_4199760668": { + "context": "tax rate", + "string": "Property renovations" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_752780599": { + "context": "tax rate", + "string": "Wine" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_776474251": { + "context": "tax rate", + "string": "Restaurants" + }, + "src_dot_taxes_dot_components_dot_CountryTaxesPage_dot_815189256": { + "context": "tax rate", + "string": "Pharmaceuticals" + }, + "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_142803418": { + "string": "All products prices are entered with tax included" + }, + "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2102582640": { + "string": "Show gross prices to customers in the storefront" + }, + "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_2654711891": { + "string": "Charge taxes on shipping rates" + }, + "src_dot_taxes_dot_components_dot_TaxConfiguration_dot_3375540052": { + "context": "button", + "string": "Fetch taxes" + }, + "src_dot_taxes_dot_views_dot_2411670026": { + "string": "Successfully fetched tax rates" + }, + "src_dot_translations": { + "context": "translations section name", + "string": "Translations" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_1308081812": { + "string": "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_1348655672": { + "string": "Original String" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_2481190613": { + "string": "Translation" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_363646127": { + "context": "button", + "string": "Discard" + }, + "src_dot_translations_dot_components_dot_TranslationFields_dot_3793796047": { + "string": "No translation yet" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1214235329": { + "string": "Category Name" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1406947243": { + "string": "Search Engine Description" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_1611537010": { + "string": "Translation Category \"{categoryName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_2496919463": { + "string": "Search Engine Title" + }, + "src_dot_translations_dot_components_dot_TranslationsCategoriesPage_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_1406947243": { + "string": "Search Engine Description" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2496919463": { + "string": "Search Engine Title" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_2759199473": { + "string": "Collection Name" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3055443821": { + "context": "header", + "string": "Translation Collection \"{collectionName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsCollectionsPage_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1163855804": { + "string": "Languages" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1866913828": { + "string": "Search Sale" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_1930485532": { + "string": "Search Voucher" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2105464697": { + "string": "Search Product" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_222873645": { + "string": "Collections" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2460580333": { + "context": "header", + "string": "Translations to {language}" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2559018090": { + "string": "Search Page" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_2968663655": { + "string": "產品" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3287512325": { + "string": "Pages" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3420445375": { + "string": "Search Product Type" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3583204912": { + "string": "產品分類" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_3841025483": { + "string": "Search Category" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_4057224233": { + "string": "Search Collection" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_487083593": { + "string": "促銷" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { + "string": "優惠券" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_765385638": { + "string": "Product Types" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_1136143456": { + "context": "translation progress", + "string": "{current} of {max}" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_4176487406": { + "string": "No translatable entities found" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_49462429": { + "string": "Completed Translations" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesList_dot_636461959": { + "context": "entity (product, collection, shipping method) name", + "string": "名字" + }, + "src_dot_translations_dot_components_dot_TranslationsLanguageListPage_dot_1163855804": { + "string": "Languages" + }, + "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_2966651157": { + "string": "No languages found" + }, + "src_dot_translations_dot_components_dot_TranslationsLanguageList_dot_604081953": { + "string": "Language" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1116746286": { + "context": "page content", + "string": "Content" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_1406947243": { + "string": "Search Engine Description" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2496919463": { + "string": "Search Engine Title" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_2806429775": { + "context": "header", + "string": "Translation Page \"{pageName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_translations_dot_components_dot_TranslationsPagesPage_dot_432157284": { + "string": "Page Title" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_1281101905": { + "context": "header", + "string": "Translation Product Type \"{productTypeName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_1567737068": { + "context": "attribute values", + "string": "Value {number}" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_2510190956": { + "context": "header", + "string": "Product Attribute ({attributeName})" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_2642976392": { + "string": "Attribute Name" + }, + "src_dot_translations_dot_components_dot_TranslationsProductTypesPage_dot_3538502409": { + "context": "header", + "string": "Variant Attribute ({attributeName})" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_1406947243": { + "string": "Search Engine Description" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2496919463": { + "string": "Search Engine Title" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2697405188": { + "string": "Product Name" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_2713974050": { + "context": "header", + "string": "Translation Product \"{productName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3374163063": { + "string": "描述" + }, + "src_dot_translations_dot_components_dot_TranslationsProductsPage_dot_3468022343": { + "string": "Search Engine Preview" + }, + "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_3731955064": { + "context": "header", + "string": "Translation Sale \"{saleName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsSalesPage_dot_898281424": { + "string": "Sale Name" + }, + "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2447510181": { + "context": "header", + "string": "Translation Voucher \"{voucherName}\" - {languageCode}" + }, + "src_dot_translations_dot_components_dot_TranslationsVouchersPage_dot_2599922713": { + "string": "Voucher Name" + }, + "src_dot_undo": { + "context": "button", + "string": "Undo" + }, + "src_dot_unfulfilled": { + "context": "order status", + "string": "Unfulfilled" + }, + "src_dot_unpaid": { + "context": "payment status", + "string": "Unpaid" + }, + "src_dot_uploadImage": { + "context": "button", + "string": "Upload image" + }, + "src_dot_utils_dot_errors_dot_alreadyExists": { + "context": "add authorization key error", + "string": "Authorization key with this type already exists" + }, + "src_dot_utils_dot_errors_dot_assignNonStaffMember": { + "string": "Only staff members can be assigned" + }, + "src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": { + "string": "This attribute has already been assigned to this product type" + }, + "src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": { + "string": "This attribute cannot be assigned to this product type" + }, + "src_dot_utils_dot_errors_dot_attributeVariantsDisabled": { + "string": "Variants are disabled in this product type" + }, + "src_dot_utils_dot_errors_dot_billingNotSet": { + "context": "error message", + "string": "Billing address is not set" + }, + "src_dot_utils_dot_errors_dot_cannotCancelFulfillment": { + "context": "error message", + "string": "This fulfillment cannot be cancelled" + }, + "src_dot_utils_dot_errors_dot_cannotCancelOrder": { + "context": "error message", + "string": "This order cannot be cancelled" + }, + "src_dot_utils_dot_errors_dot_cannotFulfillLine": { + "context": "error message", + "string": "Not enough items to fulfill" + }, + "src_dot_utils_dot_errors_dot_cannotRefund": { + "context": "error message", + "string": "Manual payments can not be refunded" + }, + "src_dot_utils_dot_errors_dot_cannotRemoveFromLastGroup": { + "string": "Cannot remove user from last group" + }, + "src_dot_utils_dot_errors_dot_cannotVoid": { + "context": "error message", + "string": "Only pre-authorized payments can be voided" + }, + "src_dot_utils_dot_errors_dot_captureInactive": { + "context": "error message", + "string": "只有預授權的付款可以被獲取" + }, + "src_dot_utils_dot_errors_dot_duplicatedInputItem": { + "string": "Cannot add and remove group the same time" + }, + "src_dot_utils_dot_errors_dot_graphqlError": { + "string": "API error" + }, + "src_dot_utils_dot_errors_dot_invalid": { + "string": "Invalid value" + }, + "src_dot_utils_dot_errors_dot_invalidPassword": { + "string": "Invalid password" + }, + "src_dot_utils_dot_errors_dot_noShippingAddress": { + "context": "error message", + "string": "Cannot choose a shipping method for an order without the shipping address" + }, + "src_dot_utils_dot_errors_dot_notEditable": { + "context": "error message", + "string": "Only draft orders can be edited" + }, + "src_dot_utils_dot_errors_dot_outOfScopeGroup": { + "string": "Group is out of your permission scope" + }, + "src_dot_utils_dot_errors_dot_outOfScopeUser": { + "string": "User is out of your permissions scope" + }, + "src_dot_utils_dot_errors_dot_passwordNumeric": { + "string": "Password cannot be entirely numeric" + }, + "src_dot_utils_dot_errors_dot_paymentMissing": { + "context": "error message", + "string": "There's no payment associated with the order" + }, + "src_dot_utils_dot_errors_dot_permissionOutOfScope": { + "string": "Those permissions are out of your scope" + }, + "src_dot_utils_dot_errors_dot_shippingNotApplicable": { + "context": "error message", + "string": "Shipping method is not valid for chosen shipping address" + }, + "src_dot_utils_dot_errors_dot_shippingRequired": { + "context": "error message", + "string": "Shipping method is required for this order" + }, + "src_dot_utils_dot_errors_dot_skuUnique": { + "context": "bulk variant create error", + "string": "SKUs must be unique" + }, + "src_dot_utils_dot_errors_dot_slugUnique": { + "context": "error message", + "string": "Slug must be unique for each warehouse" + }, + "src_dot_utils_dot_errors_dot_tooCommon": { + "string": "This password is too commonly used" + }, + "src_dot_utils_dot_errors_dot_tooShort": { + "string": "This password is too short" + }, + "src_dot_utils_dot_errors_dot_tooSimilar": { + "string": "These passwords are too similar" + }, + "src_dot_utils_dot_errors_dot_unique": { + "string": "This needs to be unique" + }, + "src_dot_utils_dot_errors_dot_unknownError": { + "string": "Unknown error" + }, + "src_dot_utils_dot_errors_dot_variantNoDigitalContent": { + "string": "This variant does not have any digital content" + }, + "src_dot_vouchers": { + "context": "vouchers section name", + "string": "優惠券" + }, + "src_dot_warehouses": { + "context": "warehouses section name", + "string": "Warehouses" + }, + "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_1967111456": { + "context": "warehouse", + "string": "Address Information" + }, + "src_dot_warehouses_dot_components_dot_WarehouseCreatePage_dot_934572530": { + "context": "header", + "string": "Create Warehouse" + }, + "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_1355303260": { + "context": "dialog content", + "string": "Are you sure you want to delete {warehouseName}?" + }, + "src_dot_warehouses_dot_components_dot_WarehouseDeleteDialog_dot_3857661071": { + "context": "dialog title", + "string": "Delete Warehouse" + }, + "src_dot_warehouses_dot_components_dot_WarehouseDetailsPage_dot_1967111456": { + "context": "warehouse", + "string": "Address Information" + }, + "src_dot_warehouses_dot_components_dot_WarehouseInfo_dot_2622674857": { + "string": "Warehouse Name" + }, + "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_2304765290": { + "string": "Search Warehouse" + }, + "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_3203451491": { + "context": "tab name", + "string": "All Warehouses" + }, + "src_dot_warehouses_dot_components_dot_WarehouseListPage_dot_934572530": { + "context": "button", + "string": "Create Warehouse" + }, + "src_dot_warehouses_dot_components_dot_WarehouseList_dot_1225932315": { + "string": "Shipping Zones" + }, + "src_dot_warehouses_dot_components_dot_WarehouseList_dot_3787396469": { + "string": "No warehouses found" + }, + "src_dot_warehouses_dot_components_dot_WarehouseList_dot_4190792473": { + "string": "Actions" + }, + "src_dot_warehouses_dot_components_dot_WarehouseList_dot_636461959": { + "context": "warehouse", + "string": "名字" + }, + "src_dot_warehouses_dot_components_dot_WarehouseZones_dot_1225932315": { + "context": "zones that warehouse sends to", + "string": "Shipping Zones" + }, + "src_dot_warehouses_dot_components_dot_WarehouseZones_dot_2423245141": { + "string": "This warehouse has no shipping zones assigned." + }, + "src_dot_warehouses_dot_views_dot_WarehouseCreate_dot_934572530": { + "context": "header", + "string": "Create Warehouse" + }, + "src_dot_webhooks": { + "context": "webhooks section name", + "string": "Webhooks" + }, + "src_dot_webhooks_dot_components_dot_WebhookCreatePage_dot_3493926696": { + "context": "header", + "string": "Create Webhook" + }, + "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_216945727": { + "context": "delete webhook", + "string": "Are you sure you want to delete this webhook?" + }, + "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_2297471173": { + "context": "delete webhook", + "string": "Are you sure you want to delete {name}?" + }, + "src_dot_webhooks_dot_components_dot_WebhookDeleteDialog_dot_3514087611": { + "context": "dialog header", + "string": "Delete Webhook" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_1436364351": { + "context": "section header", + "string": "Events" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_1606361075": { + "context": "event", + "string": "Order updated" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_2454751033": { + "context": "event", + "string": "All events" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_2899821092": { + "context": "event", + "string": "Product created" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3051538277": { + "context": "webhook events", + "string": "Expand or restrict webhooks permissions to register certain events in Saleor system." + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3345061702": { + "context": "event", + "string": "Order fully paid" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3400883706": { + "context": "event", + "string": "Order created" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3617444329": { + "context": "event", + "string": "Order cancelled" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3907151399": { + "context": "event", + "string": "Order fulfilled" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_3970234993": { + "context": "event", + "string": "Customer created" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_40035964": { + "context": "event", + "string": "Changed quantity in checkout" + }, + "src_dot_webhooks_dot_components_dot_WebhookEvents_dot_4281441551": { + "context": "event", + "string": "Fulfillment created" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1690209105": { + "context": "webhook", + "string": "Target URL" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1826224431": { + "context": "webhook", + "string": "Webhook Name" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_330298209": { + "context": "section header", + "string": "Webhook Information" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3763861707": { + "context": "webhook target url help text", + "string": "This URL will receive webhook POST requests" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3809115222": { + "context": "webhook secret key help text", + "string": "secret key is used to create a hash signature with each payload. *optional field" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_3995417850": { + "context": "webhook", + "string": "Secrect Key" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_4194304040": { + "context": "webhook specific information", + "string": "Webhook specific information" + }, + "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_819389696": { + "string": "Assign to Service Account" + }, + "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_2772025990": { + "context": "webhooks active", + "string": "Webhook is active" + }, + "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_313090629": { + "context": "webhook active", + "string": "If you want to disable this webhook please uncheck the box below." + }, + "src_dot_webhooks_dot_components_dot_WebhookStatus_dot_596557805": { + "context": "section header", + "string": "Webhook Status" + }, + "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_1595053355": { + "context": "header", + "string": "Unnamed Webhook Details" + }, + "src_dot_webhooks_dot_components_dot_WebhooksDetailsPage_dot_408706360": { + "context": "header", + "string": "{webhookName} Details" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_1432828311": { + "string": "Search Webhooks" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_2295583901": { + "context": "button", + "string": "Create webhook" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_3300314452": { + "context": "tab name", + "string": "All Webhooks" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_active": { + "context": "webhook", + "string": "Active" + }, + "src_dot_webhooks_dot_components_dot_WebhooksListPage_dot_inactive": { + "context": "webhook", + "string": "Inactive" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_1153324159": { + "string": "No webhooks found" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_2487865635": { + "context": "webhook service account", + "string": "Service Account" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_4120604650": { + "context": "user action bar", + "string": "Action" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_618422799": { + "string": "Unnamed webhook" + }, + "src_dot_webhooks_dot_components_dot_WebhooksList_dot_636461959": { + "context": "webhook name", + "string": "名字" + }, + "src_dot_webhooks_dot_views_dot_3493926696": { + "context": "window title", + "string": "Create Webhook" + }, + "src_dot_yes": { + "string": "Yes" + }, + "voucherDetailsUnassignCategory": { + "context": "unassign category from voucher, button", + "string": "Unassign" + }, + "voucherDetailsUnassignCollection": { + "context": "unassign collection from voucher, button", + "string": "Unassign" + }, + "voucherDetailsUnassignProduct": { + "context": "unassign product from voucher, button", + "string": "Unassign" + } +} \ No newline at end of file From 08b9fb50e3c2dab484cdf6a8b52209866baf208a Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Fri, 4 Sep 2020 16:12:50 +0200 Subject: [PATCH 4/4] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7bcc73b..6709a37ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ All notable, unreleased changes to this project will be documented in this file. - Update product visibility card component - #679 by @AlicjaSzu - Update savebar design - #690 by @dominik-zeglen - Add metadata to orders - #688 by @dominik-zeglen +- Add lazyload to locales - #692 by @eaglesemanation ## 2.10.1