diff --git a/.tx/config b/.tx/config index 1cbb46297..349c65acb 100644 --- a/.tx/config +++ b/.tx/config @@ -1,10 +1,10 @@ [main] host = https://www.transifex.com -[saleor-1.dashboard-20] +[saleor-1.dashboard-20-json] file_filter = locale/.po minimum_perc = 1 -source_file = locale/messages.pot +source_file = locale/defaultMessages.json source_lang = en -type = PO +type = STRUCTURED_JSON diff --git a/babel.config.js b/babel.config.js index f946bf1e6..21951c808 100644 --- a/babel.config.js +++ b/babel.config.js @@ -47,8 +47,8 @@ module.exports = api => { plugins.push("macros"); return { - presets, + ignore, plugins, - ignore + presets, }; }; diff --git a/locale/defaultMessages.json b/locale/defaultMessages.json new file mode 100644 index 000000000..44c19b8a1 --- /dev/null +++ b/locale/defaultMessages.json @@ -0,0 +1,4896 @@ +{ + "OrderCancelDialogButton": { + "context": "button", + "string": "Cancel Order" + }, + "OrderCancelDialogHeader": { + "context": "dialog header", + "string": "Cancel Order" + }, + "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" + }, + "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" + }, + "configurationPluginsPages": { + "string": "View and update your plugins and their settings." + }, + "homeActivityCardHeader": { + "context": "header", + "string": "Activity" + }, + "homeActivityCardNoActivities": { + "string": "No activities found" + }, + "homeAnalyticsCardHeader": { + "string": "Today" + }, + "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,\n one {One ordered}\n other {{amount} Ordered}\n }" + }, + "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": "Name" + }, + "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": "Are you sure you want to delete {counter,plural,one{this menu} other{{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" + }, + "prodictStockInventoryLabel": { + "context": "product stock", + "string": "Inventory" + }, + "productStatusLabel": { + "context": "product", + "string": "Published" + }, + "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": "Price" + }, + "productVariantCreatePricesSetPricePlaceholder": { + "context": "variant price", + "string": "Price" + }, + "productVariantCreatePricesSetStockPlaceholder": { + "context": "variant stock", + "string": "Stock" + }, + "productVariantCreatePricesStockInputLabel": { + "string": "Stock" + }, + "productVariantPriceOptionalCostPriceField": { + "context": "optional field", + "string": "Optional" + }, + "productVariantPriceOptionalPriceOverrideField": { + "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}?" + }, + "siteSettingsMailingHelperText": { + "context": "helper text", + "string": "Mailing Configuration" + }, + "src_dot_attributes": { + "context": "attributes section name", + "string": "Attributes" + }, + "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": "Name" + }, + "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_AttributeCreate_dot_354316953": { + "context": "attribute value edit error", + "string": "A value named {name} already exists" + }, + "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": "Login" + }, + "src_dot_auth_dot_components_dot_LoginPage_dot_2237029987": { + "string": "Password" + }, + "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": "Cancel" + }, + "src_dot_cancelled": { + "context": "order status", + "string": "Cancelled" + }, + "src_dot_catalog": { + "string": "Catalog" + }, + "src_dot_categories": { + "context": "categories section name", + "string": "Categories" + }, + "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": "Price" + }, + "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": "Published" + }, + "src_dot_categories_dot_components_dot_CategoryProductList_dot_636461959": { + "context": "product", + "string": "Name" + }, + "src_dot_categories_dot_components_dot_CategoryProducts_dot_3554578821": { + "context": "button", + "string": "Add product" + }, + "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": "Products" + }, + "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": "Clear" + }, + "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": "Name" + }, + "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": "Published" + }, + "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": "Published" + }, + "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": "Published" + }, + "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": "Name" + }, + "src_dot_collections_dot_views_dot_1152429477": { + "string": "Deleted collection" + }, + "src_dot_collections_dot_views_dot_1597339737": { + "string": "Created 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": "Publish" + }, + "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": "Unpublish" + }, + "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_AccountPermissions_dot_1848599267": { + "context": "checkbox label", + "string": "User has full access to the store" + }, + "src_dot_components_dot_AccountPermissions_dot_2690176844": { + "context": "dialog header", + "string": "Permissions" + }, + "src_dot_components_dot_AccountPermissions_dot_3639008725": { + "string": "Expand or restrict user's permissions to access certain part of saleor system." + }, + "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": "Country" + }, + "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": "City" + }, + "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": "Log out" + }, + "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_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": "Filters" + }, + "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": "Filters" + }, + "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": "Add" + }, + "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": "Published" + }, + "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_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": "Product" + }, + "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_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": "Configuration" + }, + "src_dot_configuration_dot_1233229030": { + "string": "Miscellaneous" + }, + "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": "Create" + }, + "src_dot_customers": { + "context": "customers section name", + "string": "Customers" + }, + "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": "Address" + }, + "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": "Status" + }, + "src_dot_customers_dot_components_dot_CustomerOrders_dot_1899831623": { + "context": "section header", + "string": "Recent Orders" + }, + "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": "Date" + }, + "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": "Dashboard" + }, + "src_dot_delete": { + "context": "button", + "string": "Delete" + }, + "src_dot_description": { + "string": "Description" + }, + "src_dot_discounts": { + "string": "Discounts" + }, + "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": "Products" + }, + "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": "Products" + }, + "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": "Published" + }, + "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": "Name" + }, + "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": "Status" + }, + "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": "Name" + }, + "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": "Name" + }, + "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": "Countries" + }, + "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": "Status" + }, + "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": "Draft" + }, + "src_dot_draftOrders": { + "context": "draft orders section name", + "string": "Draft Orders" + }, + "src_dot_drafts": { + "string": "Drafts" + }, + "src_dot_edit": { + "context": "button", + "string": "Edit" + }, + "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": "Home" + }, + "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_optionalField": { + "context": "field is optional", + "string": "Optional" + }, + "src_dot_orders": { + "context": "orders section name", + "string": "Orders" + }, + "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_187921539": { + "context": "switch button", + "string": "Release all stock allocated to these orders" + }, + "src_dot_orders_dot_components_dot_OrderBulkCancelDialog_dot_3011571869": { + "string": "Are you sure you want to cancel {counter,plural,one{this order} other{{displayQuantity} orders}}?" + }, + "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_3981375672": { + "string": "Are you sure you want to cancel order #{orderNumber}?" + }, + "src_dot_orders_dot_components_dot_OrderCancelDialog_dot_944150063": { + "context": "switch button", + "string": "Release all stock allocated to this 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": "Customer" + }, + "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": "Price" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_1895667608": { + "string": "Product" + }, + "src_dot_orders_dot_components_dot_OrderDraftDetailsProducts_dot_2796503714": { + "context": "quantity of ordered products", + "string": "Quantity" + }, + "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": "Customer" + }, + "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": "Customer" + }, + "src_dot_orders_dot_components_dot_OrderDraftList_dot_4205493358": { + "context": "order draft creation date", + "string": "Date" + }, + "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_OrderFulfillmentCancelDialog_dot_2569854889": { + "string": "Are you sure you want to cancel this fulfillment?" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_3515223857": { + "context": "switch button", + "string": "Restock items?" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentCancelDialog_dot_675709443": { + "context": "button", + "string": "Cancel fulfillment" + }, + "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": "Quantity" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3252172269": { + "context": "fulfillment group", + "string": "Tracking number" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3928354289": { + "context": "dialog header", + "string": "Fulfill Oroducts" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_4046223826": { + "string": "Product name" + }, + "src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_693960049": { + "context": "product's sku", + "string": "SKU" + }, + "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": "Price" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_1895667608": { + "context": "product name", + "string": "Product" + }, + "src_dot_orders_dot_components_dot_OrderFulfillment_dot_2796503714": { + "context": "ordered product quantity", + "string": "Quantity" + }, + "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_662203348": { + "context": "button", + "string": "Cancel shipment" + }, + "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_placed": { + "context": "order", + "string": "Placed" + }, + "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": "Payment" + }, + "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": "Customer" + }, + "src_dot_orders_dot_components_dot_OrderList_dot_4205493358": { + "context": "date when order was placed", + "string": "Date" + }, + "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": "Amount" + }, + "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": "Refund" + }, + "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_3768782744": { + "context": "order payment", + "string": "Preauthorized amount" + }, + "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": "Capture" + }, + "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_1542417144": { + "context": "dialog header", + "string": "Create Product" + }, + "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_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": "Price" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_1895667608": { + "context": "product name", + "string": "Product" + }, + "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": "Quantity" + }, + "src_dot_orders_dot_components_dot_OrderUnfulfilledItems_dot_2886647373": { + "context": "section header", + "string": "Unfulfilled ({quantity})" + }, + "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_1096896329": { + "string": "Could not fulfill items" + }, + "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_149745214": { + "string": "Could not finalize draft" + }, + "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_1708579411": { + "string": "Could not update shipping method" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1852833563": { + "string": "Could not mark order as paid" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_1999598492": { + "string": "Order line added" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_2205960666": { + "string": "Could not delete order line" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_2714957902": { + "string": "Could not add note" + }, + "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_3991286734": { + "context": "notification", + "string": "Payment not refunded: {errorMessage}" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_4199953867": { + "string": "Could not cancel fulfillment" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_4245651107": { + "string": "Items successfully fulfilled" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_487150696": { + "string": "Could not update order line" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_553600482": { + "string": "Could not update fulfillment" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_557535634": { + "string": "Payment not captured: {errorMessage}" + }, + "src_dot_orders_dot_views_dot_OrderDetails_dot_562214451": { + "string": "Could not create order line" + }, + "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_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_1398914741": { + "context": "dialog content", + "string": "Are you sure you want to delete {counter,plural,one{this order draft} other{{displayQuantity} orderDrafts}}?" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_1648805446": { + "string": "Deleted draft orders" + }, + "src_dot_orders_dot_views_dot_OrderDraftList_dot_1872939752": { + "string": "Order draft succesfully created" + }, + "src_dot_orders_dot_views_dot_OrderList_dot_1136302661": { + "string": "Orders cancelled" + }, + "src_dot_orders_dot_views_dot_OrderList_dot_1872939752": { + "string": "Order draft succesfully created" + }, + "src_dot_orders_dot_views_dot_OrderList_dot_3528672691": { + "context": "cancel orders, button", + "string": "Cancel" + }, + "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": "Published" + }, + "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_1457312643": { + "string": "Removed 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_1265636351": { + "context": "dialog content", + "string": "Are you sure you want to unpublish {counter,plural,one{this page} other{{displayQuantity} pages}}?" + }, + "src_dot_pages_dot_views_dot_PageList_dot_1547167026": { + "context": "publish page, button", + "string": "Publish" + }, + "src_dot_pages_dot_views_dot_PageList_dot_158565417": { + "context": "dialog header", + "string": "Unpublish Pages" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2237014112": { + "context": "unpublish page, button", + "string": "Unpublish" + }, + "src_dot_pages_dot_views_dot_PageList_dot_2321087286": { + "context": "dialog header", + "string": "Publish 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_pages_dot_views_dot_PageList_dot_64432778": { + "context": "dialog content", + "string": "Are you sure you want to publish {counter,plural,one{this page} other{{displayQuantity} pages}}?" + }, + "src_dot_pages_dot_views_dot_PageList_dot_808633099": { + "context": "dialog content", + "string": "Are you sure you want to delete {counter,plural,one{this page} other{{displayQuantity} 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_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": "Status" + }, + "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": "Name" + }, + "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": "Attribute values" + }, + "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_1465383223": { + "context": "unassign multiple attributes from product type", + "string": "Are you sure you want to unassign {counter,plural,one{this attribute} other{{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_2787668922": { + "context": "dialog content", + "string": "Are you sure you want to delete {counter,plural,one{this product type} other{{displayQuantity} product types}}?" + }, + "src_dot_productTypes_dot_views_dot_ProductTypeList_dot_4080551769": { + "context": "dialog header", + "string": "Delete 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": "Products" + }, + "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": "Values" + }, + "src_dot_products_dot_components_dot_ProductAttributes_dot_4153345096": { + "context": "product attributes, section header", + "string": "Attributes" + }, + "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": "Name" + }, + "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": "Images" + }, + "src_dot_products_dot_components_dot_ProductListPage_dot_1134347598": { + "context": "product price", + "string": "Price" + }, + "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": "Published" + }, + "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": "Price" + }, + "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": "Price" + }, + "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": "Published" + }, + "src_dot_products_dot_components_dot_ProductList_dot_636461959": { + "context": "product", + "string": "Name" + }, + "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": "Price" + }, + "src_dot_products_dot_components_dot_ProductPricing_dot_3015886868": { + "string": "Charge taxes for this item" + }, + "src_dot_products_dot_components_dot_ProductStock_dot_1680952454": { + "context": "allocated product stock", + "string": "Allocated: {quantity}" + }, + "src_dot_products_dot_components_dot_ProductStock_dot_2585918415": { + "string": "SKU (Stock Keeping Unit)" + }, + "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_ProductVariantCreateDialog_dot_1009678918": { + "context": "header", + "string": "You will create variants below" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_1134347598": { + "context": "variant price", + "string": "Price" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_168343345": { + "context": "variant attribute", + "string": "Attribute" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_2478977538": { + "context": "attribute values, variant creation step", + "string": "Select Values" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_2670525734": { + "context": "variant attribute", + "string": "Choose attribute" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_2745385064": { + "context": "variant creation step", + "string": "Summary" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_2783195765": { + "string": "Apply single price to all SKUs" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_3387090508": { + "string": "Apply unique stock by attribute to each SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_3490038570": { + "context": "variant stock amount", + "string": "Inventory" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_3528672691": { + "context": "button", + "string": "Cancel" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_3570949907": { + "string": "Apply unique prices by attribute to each SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_3601538615": { + "string": "Apply single stock to all SKUs" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_3673120330": { + "context": "button", + "string": "Next" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_3841616483": { + "context": "variant stock, header", + "string": "Stock" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_3922579741": { + "context": "dialog header", + "string": "Assign Attribute" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_4120989039": { + "context": "create multiple variants, button", + "string": "Create" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_693960049": { + "string": "SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_705096461": { + "context": "variant creation step", + "string": "Prices and SKU" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_904693740": { + "context": "previous step, button", + "string": "Previous" + }, + "src_dot_products_dot_components_dot_ProductVariantCreateDialog_dot_998917294": { + "context": "variant name", + "string": "Variant" + }, + "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_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": "Images" + }, + "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": "Add variant" + }, + "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_ProductVariantStock_dot_1680952454": { + "context": "variant allocated stock", + "string": "Allocated: {quantity}" + }, + "src_dot_products_dot_components_dot_ProductVariantStock_dot_2585918415": { + "string": "SKU (Stock Keeping Unit)" + }, + "src_dot_products_dot_components_dot_ProductVariantStock_dot_3490038570": { + "context": "product variant stock", + "string": "Inventory" + }, + "src_dot_products_dot_components_dot_ProductVariantStock_dot_3841616483": { + "context": "product variant stock, section header", + "string": "Stock" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1033175132": { + "context": "product variant status", + "string": "Unavailable" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": { + "context": "product variant price", + "string": "Price" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1721716102": { + "context": "button", + "string": "Create variants" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_1756106276": { + "context": "product variant status", + "string": "Status" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_2153006789": { + "context": "section header", + "string": "Variants" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_2157131639": { + "context": "product variant status", + "string": "Available" + }, + "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_3989383405": { + "context": "button", + "string": "Create variant" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_636461959": { + "context": "product variant name", + "string": "Name" + }, + "src_dot_products_dot_components_dot_ProductVariants_dot_693960049": { + "string": "SKU" + }, + "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_1547167026": { + "context": "publish product, button", + "string": "Publish" + }, + "src_dot_products_dot_views_dot_ProductList_dot_1752069132": { + "context": "dialog content", + "string": "Are you sure you want to unpublish {counter,plural,one{this product} other{{displayQuantity} products}}?" + }, + "src_dot_products_dot_views_dot_ProductList_dot_2237014112": { + "context": "unpublish product, button", + "string": "Unpublish" + }, + "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_400629795": { + "context": "dialog header", + "string": "Delete Products" + }, + "src_dot_products_dot_views_dot_ProductList_dot_4099592898": { + "context": "dialog content", + "string": "Are you sure you want to publish {counter,plural,one{this product} other{{displayQuantity} products}}?" + }, + "src_dot_products_dot_views_dot_ProductList_dot_785143617": { + "context": "dialog content", + "string": "Are you sure you want to delete {counter,plural,one{this product} other{{displayQuantity} products}}?" + }, + "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_408018316": { + "context": "dialog content", + "string": "Are you sure you want to delete {counter,plural,one{this variant} other{{displayQuantity} variants}}?" + }, + "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_properties": { + "string": "Properties" + }, + "src_dot_readOnly": { + "string": "Saleor runs in read-only mode. Changes not saved." + }, + "src_dot_refunded": { + "context": "payment status", + "string": "Fully refunded" + }, + "src_dot_remove": { + "context": "button", + "string": "Remove" + }, + "src_dot_requiredField": { + "string": "This field is required" + }, + "src_dot_sales": { + "context": "sales section name", + "string": "Sales" + }, + "src_dot_save": { + "context": "button", + "string": "Save" + }, + "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_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_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_27827485": { + "context": "checkbox label", + "string": "Service account is active" + }, + "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": "Name" + }, + "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": "Create" + }, + "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": "Key" + }, + "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_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_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": "Countries" + }, + "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": "Countries" + }, + "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_ShippingZoneRates_dot_1134347598": { + "context": "shipping method price", + "string": "Price" + }, + "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": "Name" + }, + "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": "Countries" + }, + "src_dot_shipping_dot_components_dot_ShippingZonesList_dot_636461959": { + "context": "shipping zone", + "string": "Name" + }, + "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_226833304": { + "context": "dialog content", + "string": "Are you sure you want to delete {counter,plural,one{this shipping zone} other{{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_SiteSettingsAddress_dot_1139500589": { + "string": "Country" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsAddress_dot_1271289966": { + "string": "Phone" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsAddress_dot_1363074570": { + "string": "Address line 1" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsAddress_dot_229184360": { + "context": "section header", + "string": "Store Information" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsAddress_dot_253031977": { + "string": "City" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsAddress_dot_2965971965": { + "string": "ZIP / Postal code" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsAddress_dot_3121963259": { + "string": "Address line 2" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsAddress_dot_3570415321": { + "string": "Company" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsAddress_dot_944851093": { + "string": "Country area" + }, + "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": "Password" + }, + "src_dot_siteSettings_dot_components_dot_SiteSettingsKeyDialog_dot_2446088470": { + "context": "authentication provider API key", + "string": "Key" + }, + "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": "Key" + }, + "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_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_siteSettings_dot_views_dot_2276194921": { + "string": "Could not delete authorization key: {errorMessage}" + }, + "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_1570990296": { + "string": "User has full access" + }, + "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_2690176844": { + "string": "Permissions" + }, + "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_351138560": { + "string": "Expand or restrict user’s permissions to access certain part of saleor system." + }, + "src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": { + "context": "button", + "string": "Send invite" + }, + "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": "Status" + }, + "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": "Name" + }, + "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": "Change Password" + }, + "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": "Password" + }, + "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": "Status" + }, + "src_dot_summary": { + "string": "Summary" + }, + "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": "Products" + }, + "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": "Categories" + }, + "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": "Sales" + }, + "src_dot_translations_dot_components_dot_TranslationsEntitiesListPage_dot_749185240": { + "string": "Vouchers" + }, + "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": "Name" + }, + "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": "Description" + }, + "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_vouchers": { + "context": "vouchers section name", + "string": "Vouchers" + }, + "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_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_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_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_636461959": { + "context": "webhook name", + "string": "Name" + }, + "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 diff --git a/locale/messages.pot b/locale/messages.pot deleted file mode 100644 index 77f188ee9..000000000 --- a/locale/messages.pot +++ /dev/null @@ -1,10216 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2020-02-03T11:54:24.949Z\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"MIME-Version: 1.0\n" -"X-Generator: react-intl-po\n" - - -#: build/locale/src/categories/components/CategoryBackground/CategoryBackground.json -#. [src.categories.components.CategoryBackground.3289097895] - field is optional -#. defaultMessage is: -#. (Optional) -#: build/locale/src/collections/components/CollectionImage/CollectionImage.json -#. [src.collections.components.CollectionImage.3289097895] - field is optional -#. defaultMessage is: -#. (Optional) -msgctxt "field is optional" -msgid "(Optional)" -msgstr "" - -#: build/locale/src/products/components/ProductOrganization/ProductOrganization.json -#. [src.products.components.ProductOrganization.2805838453] - field is optional -#. defaultMessage is: -#. *Optional. Adding product to collection helps users find it. -msgctxt "field is optional" -msgid "*Optional. Adding product to collection helps users find it." -msgstr "" - -#: build/locale/src/attributes/views/AttributeCreate/AttributeCreate.json -#. [src.attributes.views.AttributeCreate.354316953] - attribute value edit error -#. defaultMessage is: -#. A value named {name} already exists -msgctxt "attribute value edit error" -msgid "A value named {name} already exists" -msgstr "" - -#: build/locale/src/services/components/ServiceTokenCreateDialog/ServiceTokenCreateDialog.json -#. [src.services.components.ServiceTokenCreateDialog.2530792168] -#. defaultMessage is: -#. Access token is used to authenticate service accounts -msgctxt "description" -msgid "Access token is used to authenticate service accounts" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.1040021611] - tax rate -#. defaultMessage is: -#. Accommodation -msgctxt "tax rate" -msgid "Accommodation" -msgstr "" - -#: build/locale/src/services/components/ServiceInfo/ServiceInfo.json -#. [src.services.components.ServiceInfo.3789449123] - service account -#. defaultMessage is: -#. Account Name -msgctxt "service account" -msgid "Account Name" -msgstr "" - -#: build/locale/src/components/AppLayout/AppLayout.json -#. [src.components.AppLayout.248888005] - button -#. defaultMessage is: -#. Account Settings -msgctxt "button" -msgid "Account Settings" -msgstr "" - -#: build/locale/src/components/AccountStatus/AccountStatus.json -#. [src.components.AccountStatus.2183517419] - section header -#. defaultMessage is: -#. Account Status -msgctxt "section header" -msgid "Account Status" -msgstr "" - -#: build/locale/src/plugins/components/PluginsList/PluginsList.json -#. [src.plugins.components.PluginsList.4120604650] - user action bar -#. defaultMessage is: -#. Action -#: build/locale/src/webhooks/components/WebhooksList/WebhooksList.json -#. [src.webhooks.components.WebhooksList.4120604650] - user action bar -#. defaultMessage is: -#. Action -msgctxt "user action bar" -msgid "Action" -msgstr "" - -#: build/locale/src/services/components/ServiceTokens/ServiceTokens.json -#. [src.services.components.ServiceTokens.4190792473] - table actions -#. defaultMessage is: -#. Actions -msgctxt "table actions" -msgid "Actions" -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/filters.json -#. [src.discounts.components.SaleListPage.active] - sale status -#. defaultMessage is: -#. Active -msgctxt "sale status" -msgid "Active" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.active] - voucher status -#. defaultMessage is: -#. Active -msgctxt "voucher status" -msgid "Active" -msgstr "" - -#: build/locale/src/plugins/components/PluginsList/PluginsList.json -#. [src.plugins.components.PluginsList.3247064221] - plugin status -#. defaultMessage is: -#. Active -msgctxt "plugin status" -msgid "Active" -msgstr "" - -#: build/locale/src/plugins/components/PluginsListPage/filters.json -#. [src.plugins.components.PluginsListPage.active] - plugin -#. defaultMessage is: -#. Active -msgctxt "plugin" -msgid "Active" -msgstr "" - -#: build/locale/src/services/components/ServiceListPage/filters.json -#. [src.services.components.ServiceListPage.active] - service account -#. defaultMessage is: -#. Active -msgctxt "service account" -msgid "Active" -msgstr "" - -#: build/locale/src/staff/components/StaffList/StaffList.json -#. [src.staff.components.StaffList.3247064221] - staff member status -#. defaultMessage is: -#. Active -msgctxt "staff member status" -msgid "Active" -msgstr "" - -#: build/locale/src/staff/components/StaffListPage/filters.json -#. [src.staff.components.StaffListPage.active] - staff member's account -#. defaultMessage is: -#. Active -msgctxt "staff member's account" -msgid "Active" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksListPage/filters.json -#. [src.webhooks.components.WebhooksListPage.active] - webhook -#. defaultMessage is: -#. Active -msgctxt "webhook" -msgid "Active" -msgstr "" - -#: build/locale/src/discounts/components/DiscountDates/DiscountDates.json -#. [src.discounts.components.DiscountDates.1662220323] - time during discount is active, header -#. defaultMessage is: -#. Active Dates -msgctxt "time during discount is active, header" -msgid "Active Dates" -msgstr "" - -#: build/locale/src/discounts/components/VoucherDates/VoucherDates.json -#. [src.discounts.components.VoucherDates.1662220323] - time during voucher is active, header -#. defaultMessage is: -#. Active Dates -msgctxt "time during voucher is active, header" -msgid "Active Dates" -msgstr "" - -#: build/locale/src/customers/components/CustomerDetails/CustomerDetails.json -#. [src.customers.components.CustomerDetails.3298169382] - section subheader -#. defaultMessage is: -#. Active member since {date} -msgctxt "section subheader" -msgid "Active member since {date}" -msgstr "" - -#: build/locale/src/home/components/HomeActivityCard/HomeActivityCard.json -#. [homeActivityCardHeader] - header -#. defaultMessage is: -#. Activity -msgctxt "header" -msgid "Activity" -msgstr "" - -#: build/locale/src/components/ListField/ListField.json -#. [src.components.ListField.3099331554] - button -#. defaultMessage is: -#. Add -msgctxt "button" -msgid "Add" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddressDialog/CustomerAddressDialog.json -#. [src.customers.components.CustomerAddressDialog.3769321414] - dialog title -#. defaultMessage is: -#. Add Address -msgctxt "dialog title" -msgid "Add Address" -msgstr "" - -#: build/locale/src/collections/components/CollectionCreatePage/CollectionCreatePage.json -#. [src.collections.components.CollectionCreatePage.951411809] - page header -#. defaultMessage is: -#. Add Collection -msgctxt "page header" -msgid "Add Collection" -msgstr "" - -#: build/locale/src/components/RichTextEditor/ImageSource.json -#. [src.components.RichTextEditor.1603794322] - dialog header -#. defaultMessage is: -#. Add Image Link -msgctxt "dialog header" -msgid "Add Image Link" -msgstr "" - -#: build/locale/src/navigation/components/MenuItemDialog/MenuItemDialog.json -#. [menuItemDialogAddItem] - create new menu item, header -#. defaultMessage is: -#. Add Item -msgctxt "create new menu item, header" -msgid "Add Item" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsKeyDialog/SiteSettingsKeyDialog.json -#. [src.siteSettings.components.SiteSettingsKeyDialog.1238948746] - dialog header -#. defaultMessage is: -#. Add New Authorization Key -msgctxt "dialog header" -msgid "Add New Authorization Key" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.2892088870] - dialog header -#. defaultMessage is: -#. Add Price Rate -msgctxt "dialog header" -msgid "Add Price Rate" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentTrackingDialog/OrderFulfillmentTrackingDialog.json -#. [src.orders.components.OrderFulfillmentTrackingDialog.606831229] - dialog header -#. defaultMessage is: -#. Add Tracking Code -msgctxt "dialog header" -msgid "Add Tracking Code" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValueEditDialog/AttributeValueEditDialog.json -#. [src.attributes.components.AttributeValueEditDialog.1841790893] - add attribute value -#. defaultMessage is: -#. Add Value -msgctxt "add attribute value" -msgid "Add Value" -msgstr "" - -#: build/locale/src/plugins/components/PluginSecretFieldDialog/PluginSecretFieldDialog.json -#. [src.plugins.components.PluginSecretFieldDialog.3032939398] - header -#. defaultMessage is: -#. Add Value to Authorization Field -msgctxt "header" -msgid "Add Value to Authorization Field" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.1397795758] - add weight based shipping method, dialog header -#. defaultMessage is: -#. Add Weight Rate -msgctxt "add weight based shipping method, dialog header" -msgid "Add Weight Rate" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.json -#. [src.customers.components.CustomerAddressListPage.3623935073] - button -#. defaultMessage is: -#. Add address -msgctxt "button" -msgid "Add address" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsKeyDialog/SiteSettingsKeyDialog.json -#. [src.siteSettings.components.SiteSettingsKeyDialog.50561933] - button -#. defaultMessage is: -#. Add authentication -msgctxt "button" -msgid "Add authentication" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsKeys/SiteSettingsKeys.json -#. [src.siteSettings.components.SiteSettingsKeys.1114030884] - button -#. defaultMessage is: -#. Add key -msgctxt "button" -msgid "Add key" -msgstr "" - -#: build/locale/src/navigation/components/MenuItems/MenuItems.json -#. [menuItemsPlaceholder] -#. defaultMessage is: -#. Add new menu item to begin creating menu -msgctxt "description" -msgid "Add new menu item to begin creating menu" -msgstr "" - -#: build/locale/src/components/MultiAutocompleteSelectField/MultiAutocompleteSelectFieldContent.json -#. [src.components.MultiAutocompleteSelectField.1477537381] - add custom select input option -#. defaultMessage is: -#. Add new value: {value} -#: build/locale/src/components/SingleAutocompleteSelectField/SingleAutocompleteSelectFieldContent.json -#. [src.components.SingleAutocompleteSelectField.1477537381] - add custom select input option -#. defaultMessage is: -#. Add new value: {value} -msgctxt "add custom select input option" -msgid "Add new value: {value}" -msgstr "" - -#: build/locale/src/components/RichTextEditor/LinkSource.json -#. [src.components.RichTextEditor.2160163587] - button -#. defaultMessage is: -#. Add or Edit Link -msgctxt "button" -msgid "Add or Edit Link" -msgstr "" - -#: build/locale/src/categories/components/CategoryProducts/CategoryProducts.json -#. [src.categories.components.CategoryProducts.3554578821] - button -#. defaultMessage is: -#. Add product -msgctxt "button" -msgid "Add product" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetails/OrderDraftDetails.json -#. [src.orders.components.OrderDraftDetails.2528459381] - button -#. defaultMessage is: -#. Add products -msgctxt "button" -msgid "Add products" -msgstr "" - -#: build/locale/src/categories/components/CategoryCreatePage/CategoryCreatePage.json -#. [src.categories.components.CategoryCreatePage.2563994280] -#. defaultMessage is: -#. Add search engine title and description to make this category easier to find -#: build/locale/src/categories/components/CategoryUpdatePage/CategoryUpdatePage.json -#. [src.categories.components.CategoryUpdatePage.2563994280] -#. defaultMessage is: -#. Add search engine title and description to make this category easier to find -msgctxt "description" -msgid "Add search engine title and description to make this category easier to find" -msgstr "" - -#: build/locale/src/collections/components/CollectionCreatePage/CollectionCreatePage.json -#. [src.collections.components.CollectionCreatePage.946315389] -#. defaultMessage is: -#. Add search engine title and description to make this collection easier to find -#: build/locale/src/collections/components/CollectionDetailsPage/CollectionDetailsPage.json -#. [src.collections.components.CollectionDetailsPage.946315389] -#. defaultMessage is: -#. Add search engine title and description to make this collection easier to find -msgctxt "description" -msgid "Add search engine title and description to make this collection easier to find" -msgstr "" - -#: build/locale/src/pages/components/PageDetailsPage/PageDetailsPage.json -#. [src.pages.components.PageDetailsPage.1996767833] -#. defaultMessage is: -#. Add search engine title and description to make this page easier to find -msgctxt "description" -msgid "Add search engine title and description to make this page easier to find" -msgstr "" - -#: build/locale/src/products/components/ProductCreatePage/ProductCreatePage.json -#. [src.products.components.ProductCreatePage.2706108815] -#. defaultMessage is: -#. Add search engine title and description to make this product easier to find -#: build/locale/src/products/components/ProductUpdatePage/ProductUpdatePage.json -#. [src.products.components.ProductUpdatePage.2706108815] -#. defaultMessage is: -#. Add search engine title and description to make this product easier to find -msgctxt "description" -msgid "Add search engine title and description to make this product easier to find" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsSummary/OrderDraftDetailsSummary.json -#. [src.orders.components.OrderDraftDetailsSummary.2429341469] - button -#. defaultMessage is: -#. Add shipping carrier -msgctxt "button" -msgid "Add shipping carrier" -msgstr "" - -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.673770329] - add attribute as column in product list table -#. defaultMessage is: -#. Add to Column Options -msgctxt "add attribute as column in product list table" -msgid "Add to Column Options" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillment/OrderFulfillment.json -#. [src.orders.components.OrderFulfillment.1119771899] - fulfillment group tracking number -#. defaultMessage is: -#. Add tracking -msgctxt "fulfillment group tracking number" -msgid "Add tracking" -msgstr "" - -#: build/locale/src/products/components/ProductVariantNavigation/ProductVariantNavigation.json -#. [src.products.components.ProductVariantNavigation.2845381934] - button -#. defaultMessage is: -#. Add variant -msgctxt "button" -msgid "Add variant" -msgstr "" - -#: build/locale/src/attributes/views/AttributeDetails/AttributeDetails.json -#. [src.attributes.views.AttributeDetails.634268988] - added new attribute value -#. defaultMessage is: -#. Added new value -msgctxt "added new attribute value" -msgid "Added new value" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.2001540731] -#. defaultMessage is: -#. Added product to collection -msgctxt "description" -msgid "Added product to collection" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddresses/CustomerAddresses.json -#. [src.customers.components.CustomerAddresses.359810770] - subsection header -#. defaultMessage is: -#. Address -msgctxt "subsection header" -msgid "Address" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddresses/CustomerAddresses.json -#. [src.customers.components.CustomerAddresses.1967111456] - header -#. defaultMessage is: -#. Address Information -msgctxt "header" -msgid "Address Information" -msgstr "" - -#: build/locale/src/components/AddressEdit/AddressEdit.json -#. [src.components.AddressEdit.1363074570] -#. defaultMessage is: -#. Address line 1 -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.1363074570] -#. defaultMessage is: -#. Address line 1 -msgctxt "description" -msgid "Address line 1" -msgstr "" - -#: build/locale/src/components/AddressEdit/AddressEdit.json -#. [src.components.AddressEdit.3121963259] -#. defaultMessage is: -#. Address line 2 -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.3121963259] -#. defaultMessage is: -#. Address line 2 -msgctxt "description" -msgid "Address line 2" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValues/AttributeValues.json -#. [src.attributes.components.AttributeValues.1565474525] - attribute values list: slug column header -#. defaultMessage is: -#. Admin -msgctxt "attribute values list: slug column header" -msgid "Admin" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2185495435] - tax rate -#. defaultMessage is: -#. Admission to cultural events -msgctxt "tax rate" -msgid "Admission to cultural events" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2557534380] - tax rate -#. defaultMessage is: -#. Admission to entertainment events -msgctxt "tax rate" -msgid "Admission to entertainment events" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2616794607] - tax rate -#. defaultMessage is: -#. Admission to sporting events -msgctxt "tax rate" -msgid "Admission to sporting events" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.3911019760] - tax rate -#. defaultMessage is: -#. Advertising -msgctxt "tax rate" -msgid "Advertising" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2465450918] - tax rate -#. defaultMessage is: -#. Agricultural supplies -msgctxt "tax rate" -msgid "Agricultural supplies" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/AttributeListPage.json -#. [src.attributes.components.AttributeListPage.2417065806] - tab name -#. defaultMessage is: -#. All Attributes -msgctxt "tab name" -msgid "All Attributes" -msgstr "" - -#: build/locale/src/categories/components/CategoryListPage/CategoryListPage.json -#. [src.categories.components.CategoryListPage.4294878092] - tab name -#. defaultMessage is: -#. All Categories -msgctxt "tab name" -msgid "All Categories" -msgstr "" - -#: build/locale/src/collections/components/CollectionListPage/CollectionListPage.json -#. [src.collections.components.CollectionListPage.1631917001] - tab name -#. defaultMessage is: -#. All Collections -msgctxt "tab name" -msgid "All Collections" -msgstr "" - -#: build/locale/src/customers/components/CustomerListPage/CustomerListPage.json -#. [src.customers.components.CustomerListPage.477293306] - tab name -#. defaultMessage is: -#. All Customers -msgctxt "tab name" -msgid "All Customers" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftListPage/OrderDraftListPage.json -#. [src.orders.components.OrderDraftListPage.551325728] - tab name -#. defaultMessage is: -#. All Drafts -msgctxt "tab name" -msgid "All Drafts" -msgstr "" - -#: build/locale/src/orders/components/OrderListPage/OrderListPage.json -#. [src.orders.components.OrderListPage.875489544] - tab name -#. defaultMessage is: -#. All Orders -msgctxt "tab name" -msgid "All Orders" -msgstr "" - -#: build/locale/src/products/components/ProductImageNavigation/ProductImageNavigation.json -#. [src.products.components.ProductImageNavigation.3060635772] - section header -#. defaultMessage is: -#. All Photos -msgctxt "section header" -msgid "All Photos" -msgstr "" - -#: build/locale/src/plugins/components/PluginsListPage/PluginsListPage.json -#. [src.plugins.components.PluginsListPage.3523826683] - tab name -#. defaultMessage is: -#. All Plugins -msgctxt "tab name" -msgid "All Plugins" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.json -#. [src.productTypes.components.ProductTypeListPage.1776073799] - tab name -#. defaultMessage is: -#. All Product Types -msgctxt "tab name" -msgid "All Product Types" -msgstr "" - -#: build/locale/src/products/components/ProductListPage/ProductListPage.json -#. [src.products.components.ProductListPage.821159718] - tab name -#. defaultMessage is: -#. All Products -msgctxt "tab name" -msgid "All Products" -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/SaleListPage.json -#. [src.discounts.components.SaleListPage.3907768880] - tab name -#. defaultMessage is: -#. All Sales -msgctxt "tab name" -msgid "All Sales" -msgstr "" - -#: build/locale/src/services/components/ServiceListPage/ServiceListPage.json -#. [src.services.components.ServiceListPage.4040605455] - tab name -#. defaultMessage is: -#. All Service Accounts -msgctxt "tab name" -msgid "All Service Accounts" -msgstr "" - -#: build/locale/src/staff/components/StaffListPage/StaffListPage.json -#. [src.staff.components.StaffListPage.2852350932] - tab name -#. defaultMessage is: -#. All Staff Members -msgctxt "tab name" -msgid "All Staff Members" -msgstr "" - -#: build/locale/src/categories/components/CategoryUpdatePage/CategoryUpdatePage.json -#. [src.categories.components.CategoryUpdatePage.3229914152] - section header -#. defaultMessage is: -#. All Subcategories -msgctxt "section header" -msgid "All Subcategories" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/VoucherListPage.json -#. [src.discounts.components.VoucherListPage.1112241061] - tab name -#. defaultMessage is: -#. All Vouchers -msgctxt "tab name" -msgid "All Vouchers" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksListPage/WebhooksListPage.json -#. [src.webhooks.components.WebhooksListPage.3300314452] - tab name -#. defaultMessage is: -#. All Webhooks -msgctxt "tab name" -msgid "All Webhooks" -msgstr "" - -#: build/locale/src/products/components/ProductVariantAttributes/ProductVariantAttributes.json -#. [src.products.components.ProductVariantAttributes.1536841622] - product attribute error -#. defaultMessage is: -#. All attributes should have value -msgctxt "product attribute error" -msgid "All attributes should have value" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.2454751033] - event -#. defaultMessage is: -#. All events -msgctxt "event" -msgid "All events" -msgstr "" - -#: build/locale/src/taxes/components/TaxConfiguration/TaxConfiguration.json -#. [src.taxes.components.TaxConfiguration.142803418] -#. defaultMessage is: -#. All products prices are entered with tax included -msgctxt "description" -msgid "All products prices are entered with tax included" -msgstr "" - -#: build/locale/src/products/components/ProductStock/ProductStock.json -#. [src.products.components.ProductStock.1680952454] - allocated product stock -#. defaultMessage is: -#. Allocated: {quantity} -msgctxt "allocated product stock" -msgid "Allocated: {quantity}" -msgstr "" - -#: build/locale/src/products/components/ProductVariantStock/ProductVariantStock.json -#. [src.products.components.ProductVariantStock.1680952454] - variant allocated stock -#. defaultMessage is: -#. Allocated: {quantity} -msgctxt "variant allocated stock" -msgid "Allocated: {quantity}" -msgstr "" - -#: build/locale/src/orders/components/OrderPaymentDialog/OrderPaymentDialog.json -#. [src.orders.components.OrderPaymentDialog.75546233] - amount of refunded money -#. defaultMessage is: -#. Amount -msgctxt "amount of refunded money" -msgid "Amount" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [src.orders.components.OrderCustomer.4172383244] -#. defaultMessage is: -#. Anonymous user -msgctxt "description" -msgid "Anonymous user" -msgstr "" - -#: build/locale/src/discounts/components/VoucherSummary/VoucherSummary.json -#. [src.discounts.components.VoucherSummary.2735425668] - voucher -#. defaultMessage is: -#. Applies to -msgctxt "voucher" -msgid "Applies to" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [src.products.components.ProductVariantCreateDialog.2783195765] -#. defaultMessage is: -#. Apply single price to all SKUs -msgctxt "description" -msgid "Apply single price to all SKUs" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [src.products.components.ProductVariantCreateDialog.3601538615] -#. defaultMessage is: -#. Apply single stock to all SKUs -msgctxt "description" -msgid "Apply single stock to all SKUs" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [src.products.components.ProductVariantCreateDialog.3570949907] -#. defaultMessage is: -#. Apply unique prices by attribute to each SKU -msgctxt "description" -msgid "Apply unique prices by attribute to each SKU" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [src.products.components.ProductVariantCreateDialog.3387090508] -#. defaultMessage is: -#. Apply unique stock by attribute to each SKU -msgctxt "description" -msgid "Apply unique stock by attribute to each SKU" -msgstr "" - -#: build/locale/src/orders/components/OrderCancelDialog/OrderCancelDialog.json -#. [src.orders.components.OrderCancelDialog.3981375672] -#. defaultMessage is: -#. Are you sure you want to cancel order #{orderNumber}? -msgctxt "description" -msgid "Are you sure you want to cancel order #{orderNumber}?" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentCancelDialog/OrderFulfillmentCancelDialog.json -#. [src.orders.components.OrderFulfillmentCancelDialog.2569854889] -#. defaultMessage is: -#. Are you sure you want to cancel this fulfillment? -msgctxt "description" -msgid "Are you sure you want to cancel this fulfillment?" -msgstr "" - -#: build/locale/src/orders/components/OrderBulkCancelDialog/OrderBulkCancelDialog.json -#. [src.orders.components.OrderBulkCancelDialog.3011571869] -#. defaultMessage is: -#. Are you sure you want to cancel {counter,plural,one{this order} other{{displayQuantity} orders}}? -msgctxt "description" -msgid "Are you sure you want to cancel {counter,plural,one{this order} other{{displayQuantity} orders}}?" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValueDeleteDialog/AttributeValueDeleteDialog.json -#. [src.attributes.components.AttributeValueDeleteDialog.1326420604] - delete attribute value -#. defaultMessage is: -#. Are you sure you want to delete "{name}" value? -msgctxt "delete attribute value" -msgid "Are you sure you want to delete \"{name}\" value?" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValueDeleteDialog/AttributeValueDeleteDialog.json -#. [src.attributes.components.AttributeValueDeleteDialog.4031078167] -#. defaultMessage is: -#. 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. -msgctxt "description" -msgid "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." -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.2402899582] -#. defaultMessage is: -#. Are you sure you want to delete collection's image? -msgctxt "description" -msgid "Are you sure you want to delete collection's image?" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftCancelDialog/OrderDraftCancelDialog.json -#. [src.orders.components.OrderDraftCancelDialog.66064347] -#. defaultMessage is: -#. Are you sure you want to delete draft #{orderNumber}? -msgctxt "description" -msgid "Are you sure you want to delete draft #{orderNumber}?" -msgstr "" - -#: build/locale/src/navigation/views/MenuDetails/index.json -#. [menuDetailsDeleteMenuContent] -#. defaultMessage is: -#. Are you sure you want to delete menu {menuName}? -msgctxt "description" -msgid "Are you sure you want to delete menu {menuName}?" -msgstr "" - -#: build/locale/src/customers/views/CustomerAddresses.json -#. [src.customers.views.3689332763] -#. defaultMessage is: -#. Are you sure you want to delete this address from users address book? -msgctxt "description" -msgid "Are you sure you want to delete this address from users address book?" -msgstr "" - -#: build/locale/src/products/views/ProductImage.json -#. [src.products.views.2880386427] -#. defaultMessage is: -#. Are you sure you want to delete this image? -msgctxt "description" -msgid "Are you sure you want to delete this image?" -msgstr "" - -#: build/locale/src/services/components/ServiceTokenDeleteDialog/ServiceTokenDeleteDialog.json -#. [src.services.components.ServiceTokenDeleteDialog.981802752] - delete token -#. defaultMessage is: -#. Are you sure you want to delete token {token}? -msgctxt "delete token" -msgid "Are you sure you want to delete token {token}?" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDeleteDialog/AttributeDeleteDialog.json -#. [src.attributes.components.AttributeDeleteDialog.3738429348] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {attributeName}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {attributeName}?" -msgstr "" - -#: build/locale/src/categories/components/CategoryDeleteDialog/CategoryDeleteDialog.json -#. [src.categories.components.CategoryDeleteDialog.847492725] - delete category -#. defaultMessage is: -#. Are you sure you want to delete {categoryName}? -msgctxt "delete category" -msgid "Are you sure you want to delete {categoryName}?" -msgstr "" - -#: build/locale/src/categories/views/CategoryDetails.json -#. [src.categories.views.847492725] -#. defaultMessage is: -#. Are you sure you want to delete {categoryName}? -msgctxt "description" -msgid "Are you sure you want to delete {categoryName}?" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.523939418] -#. defaultMessage is: -#. Are you sure you want to delete {collectionName}? -msgctxt "description" -msgid "Are you sure you want to delete {collectionName}?" -msgstr "" - -#: build/locale/src/attributes/components/AttributeBulkDeleteDialog/AttributeBulkDeleteDialog.json -#. [src.attributes.components.AttributeBulkDeleteDialog.1860138828] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this attribute} other{{displayQuantity} attributes}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this attribute} other{{displayQuantity} attributes}}?" -msgstr "" - -#: build/locale/src/categories/views/CategoryDetails.json -#. [src.categories.views.1592907702] -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this category} other{{displayQuantity} categories}}? -#: build/locale/src/categories/views/CategoryList/CategoryList.json -#. [src.categories.views.CategoryList.1592907702] -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this category} other{{displayQuantity} categories}}? -msgctxt "description" -msgid "Are you sure you want to delete {counter,plural,one{this category} other{{displayQuantity} categories}}?" -msgstr "" - -#: build/locale/src/collections/views/CollectionList/CollectionList.json -#. [src.collections.views.CollectionList.1421224348] -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this collection} other{{displayQuantity} collections}}? -msgctxt "description" -msgid "Are you sure you want to delete {counter,plural,one{this collection} other{{displayQuantity} collections}}?" -msgstr "" - -#: build/locale/src/customers/views/CustomerList/CustomerList.json -#. [src.customers.views.CustomerList.3616300497] -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this customer} other{{displayQuantity} customers}}? -msgctxt "description" -msgid "Are you sure you want to delete {counter,plural,one{this customer} other{{displayQuantity} customers}}?" -msgstr "" - -#: build/locale/src/navigation/views/MenuList/MenuList.json -#. [menuListDeleteMenusContent] -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this menu} other{{displayQuantity} menus}}? -msgctxt "description" -msgid "Are you sure you want to delete {counter,plural,one{this menu} other{{displayQuantity} menus}}?" -msgstr "" - -#: build/locale/src/orders/views/OrderDraftList/OrderDraftList.json -#. [src.orders.views.OrderDraftList.1398914741] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this order draft} other{{displayQuantity} orderDrafts}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this order draft} other{{displayQuantity} orderDrafts}}?" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.808633099] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this page} other{{displayQuantity} pages}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this page} other{{displayQuantity} pages}}?" -msgstr "" - -#: build/locale/src/productTypes/views/ProductTypeList/ProductTypeList.json -#. [src.productTypes.views.ProductTypeList.2787668922] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this product type} other{{displayQuantity} product types}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this product type} other{{displayQuantity} product types}}?" -msgstr "" - -#: build/locale/src/categories/views/CategoryDetails.json -#. [src.categories.views.785143617] -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this product} other{{displayQuantity} products}}? -msgctxt "description" -msgid "Are you sure you want to delete {counter,plural,one{this product} other{{displayQuantity} products}}?" -msgstr "" - -#: build/locale/src/products/views/ProductList/ProductList.json -#. [src.products.views.ProductList.785143617] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this product} other{{displayQuantity} products}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this product} other{{displayQuantity} products}}?" -msgstr "" - -#: build/locale/src/discounts/views/SaleList/SaleList.json -#. [src.discounts.views.SaleList.315033130] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this sale} other{{displayQuantity} sales}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this sale} other{{displayQuantity} sales}}?" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZonesList.json -#. [src.shipping.views.226833304] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this shipping zone} other{{displayQuantity} shipping zones}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this shipping zone} other{{displayQuantity} shipping zones}}?" -msgstr "" - -#: build/locale/src/products/views/ProductUpdate/ProductUpdate.json -#. [src.products.views.ProductUpdate.408018316] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this variant} other{{displayQuantity} variants}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this variant} other{{displayQuantity} variants}}?" -msgstr "" - -#: build/locale/src/discounts/views/VoucherList/VoucherList.json -#. [src.discounts.views.VoucherList.3263927472] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {counter,plural,one{this voucher} other{{displayQuantity} vouchers}}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {counter,plural,one{this voucher} other{{displayQuantity} vouchers}}?" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZoneDetails/ShippingZoneDetailsDialogs.json -#. [src.shipping.views.ShippingZoneDetails.131963671] - unassign country -#. defaultMessage is: -#. Are you sure you want to delete {countryName} from this shipping zone? -msgctxt "unassign country" -msgid "Are you sure you want to delete {countryName} from this shipping zone?" -msgstr "" - -#: build/locale/src/staff/views/StaffDetails.json -#. [src.staff.views.8878988] -#. defaultMessage is: -#. Are you sure you want to delete {email} from staff members? -msgctxt "description" -msgid "Are you sure you want to delete {email} from staff members?" -msgstr "" - -#: build/locale/src/customers/views/CustomerDetails.json -#. [src.customers.views.1927691511] - delete customer, dialog content -#. defaultMessage is: -#. Are you sure you want to delete {email}? -msgctxt "delete customer, dialog content" -msgid "Are you sure you want to delete {email}?" -msgstr "" - -#: build/locale/src/navigation/views/MenuList/MenuList.json -#. [menuListDeleteMenuContent] -#. defaultMessage is: -#. Are you sure you want to delete {menuName}? -msgctxt "description" -msgid "Are you sure you want to delete {menuName}?" -msgstr "" - -#: build/locale/src/components/DeleteFilterTabDialog/DeleteFilterTabDialog.json -#. [src.components.DeleteFilterTabDialog.71479100] -#. defaultMessage is: -#. Are you sure you want to delete {name} search tab? -msgctxt "description" -msgid "Are you sure you want to delete {name} search tab?" -msgstr "" - -#: build/locale/src/products/components/ProductVariantDeleteDialog/ProductVariantDeleteDialog.json -#. [src.products.components.ProductVariantDeleteDialog.2297471173] - delete product variant -#. defaultMessage is: -#. Are you sure you want to delete {name}? -msgctxt "delete product variant" -msgid "Are you sure you want to delete {name}?" -msgstr "" - -#: build/locale/src/products/views/ProductUpdate/ProductUpdate.json -#. [src.products.views.ProductUpdate.2297471173] - delete product -#. defaultMessage is: -#. Are you sure you want to delete {name}? -msgctxt "delete product" -msgid "Are you sure you want to delete {name}?" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeDeleteDialog/ProductTypeDeleteDialog.json -#. [src.productTypes.components.ProductTypeDeleteDialog.2297471173] - delete product type -#. defaultMessage is: -#. Are you sure you want to delete {name}? -msgctxt "delete product type" -msgid "Are you sure you want to delete {name}?" -msgstr "" - -#: build/locale/src/services/components/ServiceDeleteDialog/ServiceDeleteDialog.json -#. [src.services.components.ServiceDeleteDialog.2297471173] - delete service account -#. defaultMessage is: -#. Are you sure you want to delete {name}? -msgctxt "delete service account" -msgid "Are you sure you want to delete {name}?" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZoneDetails/ShippingZoneDetailsDialogs.json -#. [shippingZoneDetailsDialogsDeleteShippingMethod] - delete shipping method -#. defaultMessage is: -#. Are you sure you want to delete {name}? -msgctxt "delete shipping method" -msgid "Are you sure you want to delete {name}?" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZoneDetails/ShippingZoneDetailsDialogs.json -#. [shippingZoneDetailsDialogsDeleteShippingZone] - delete shipping zone -#. defaultMessage is: -#. Are you sure you want to delete {name}? -msgctxt "delete shipping zone" -msgid "Are you sure you want to delete {name}?" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookDeleteDialog/WebhookDeleteDialog.json -#. [src.webhooks.components.WebhookDeleteDialog.2297471173] - delete webhook -#. defaultMessage is: -#. Are you sure you want to delete {name}? -msgctxt "delete webhook" -msgid "Are you sure you want to delete {name}?" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.1457489953] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {saleName}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {saleName}?" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZonesList.json -#. [src.shipping.views.1005071028] -#. defaultMessage is: -#. Are you sure you want to delete {shippingZoneName} shipping zone? -msgctxt "description" -msgid "Are you sure you want to delete {shippingZoneName} shipping zone?" -msgstr "" - -#: build/locale/src/pages/views/PageDetails.json -#. [src.pages.views.754348000] - delete page -#. defaultMessage is: -#. Are you sure you want to delete {title}? -msgctxt "delete page" -msgid "Are you sure you want to delete {title}?" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.3261917848] - dialog content -#. defaultMessage is: -#. Are you sure you want to delete {voucherCode}? -msgctxt "dialog content" -msgid "Are you sure you want to delete {voucherCode}?" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.3358029330] -#. defaultMessage is: -#. Are you sure you want to finalize draft #{orderNumber}? -msgctxt "description" -msgid "Are you sure you want to finalize draft #{orderNumber}?" -msgstr "" - -#: build/locale/src/orders/components/OrderMarkAsPaidDialog/OrderMarkAsPaidDialog.json -#. [src.orders.components.OrderMarkAsPaidDialog.2823153104] -#. defaultMessage is: -#. Are you sure you want to mark this order as paid? -msgctxt "description" -msgid "Are you sure you want to mark this order as paid?" -msgstr "" - -#: build/locale/src/collections/views/CollectionList/CollectionList.json -#. [src.collections.views.CollectionList.3216529047] -#. defaultMessage is: -#. Are you sure you want to publish {counter,plural,one{this collection} other{{displayQuantity} collections}}? -msgctxt "description" -msgid "Are you sure you want to publish {counter,plural,one{this collection} other{{displayQuantity} collections}}?" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.64432778] - dialog content -#. defaultMessage is: -#. Are you sure you want to publish {counter,plural,one{this page} other{{displayQuantity} pages}}? -msgctxt "dialog content" -msgid "Are you sure you want to publish {counter,plural,one{this page} other{{displayQuantity} pages}}?" -msgstr "" - -#: build/locale/src/products/views/ProductList/ProductList.json -#. [src.products.views.ProductList.4099592898] - dialog content -#. defaultMessage is: -#. Are you sure you want to publish {counter,plural,one{this product} other{{displayQuantity} products}}? -msgctxt "dialog content" -msgid "Are you sure you want to publish {counter,plural,one{this product} other{{displayQuantity} products}}?" -msgstr "" - -#: build/locale/src/staff/views/StaffDetails.json -#. [src.staff.views.3945766678] -#. defaultMessage is: -#. Are you sure you want to remove {email} avatar? -msgctxt "description" -msgid "Are you sure you want to remove {email} avatar?" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeAttributeUnassignDialog/ProductTypeAttributeUnassignDialog.json -#. [src.productTypes.components.ProductTypeAttributeUnassignDialog.722498450] -#. defaultMessage is: -#. Are you sure you want to unassign {attributeName} from {productTypeName}? -msgctxt "description" -msgid "Are you sure you want to unassign {attributeName} from {productTypeName}?" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeBulkAttributeUnassignDialog/ProductTypeBulkAttributeUnassignDialog.json -#. [src.productTypes.components.ProductTypeBulkAttributeUnassignDialog.1465383223] - unassign multiple attributes from product type -#. defaultMessage is: -#. Are you sure you want to unassign {counter,plural,one{this attribute} other{{attributeQuantity} attributes}} from {productTypeName}? -msgctxt "unassign multiple attributes from product type" -msgid "Are you sure you want to unassign {counter,plural,one{this attribute} other{{attributeQuantity} attributes}} from {productTypeName}?" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.1169376180] - dialog content -#. defaultMessage is: -#. Are you sure you want to unassign {counter,plural,one{this category} other{{displayQuantity} categories}}? -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.1169376180] - dialog content -#. defaultMessage is: -#. Are you sure you want to unassign {counter,plural,one{this category} other{{displayQuantity} categories}}? -msgctxt "dialog content" -msgid "Are you sure you want to unassign {counter,plural,one{this category} other{{displayQuantity} categories}}?" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.3809911073] - dialog content -#. defaultMessage is: -#. Are you sure you want to unassign {counter,plural,one{this collection} other{{displayQuantity} collections}}? -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.3809911073] - dialog content -#. defaultMessage is: -#. Are you sure you want to unassign {counter,plural,one{this collection} other{{displayQuantity} collections}}? -msgctxt "dialog content" -msgid "Are you sure you want to unassign {counter,plural,one{this collection} other{{displayQuantity} collections}}?" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.735691989] -#. defaultMessage is: -#. Are you sure you want to unassign {counter,plural,one{this product} other{{displayQuantity} products}}? -msgctxt "description" -msgid "Are you sure you want to unassign {counter,plural,one{this product} other{{displayQuantity} products}}?" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.735691989] - dialog content -#. defaultMessage is: -#. Are you sure you want to unassign {counter,plural,one{this product} other{{displayQuantity} products}}? -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.735691989] - dialog content -#. defaultMessage is: -#. Are you sure you want to unassign {counter,plural,one{this product} other{{displayQuantity} products}}? -msgctxt "dialog content" -msgid "Are you sure you want to unassign {counter,plural,one{this product} other{{displayQuantity} products}}?" -msgstr "" - -#: build/locale/src/collections/views/CollectionList/CollectionList.json -#. [src.collections.views.CollectionList.3449136787] -#. defaultMessage is: -#. Are you sure you want to unpublish {counter,plural,one{this collection} other{{displayQuantity} collections}}? -msgctxt "description" -msgid "Are you sure you want to unpublish {counter,plural,one{this collection} other{{displayQuantity} collections}}?" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.1265636351] - dialog content -#. defaultMessage is: -#. Are you sure you want to unpublish {counter,plural,one{this page} other{{displayQuantity} pages}}? -msgctxt "dialog content" -msgid "Are you sure you want to unpublish {counter,plural,one{this page} other{{displayQuantity} pages}}?" -msgstr "" - -#: build/locale/src/products/views/ProductList/ProductList.json -#. [src.products.views.ProductList.1752069132] - dialog content -#. defaultMessage is: -#. Are you sure you want to unpublish {counter,plural,one{this product} other{{displayQuantity} products}}? -msgctxt "dialog content" -msgid "Are you sure you want to unpublish {counter,plural,one{this product} other{{displayQuantity} products}}?" -msgstr "" - -#: build/locale/src/orders/components/OrderPaymentVoidDialog/OrderPaymentVoidDialog.json -#. [src.orders.components.OrderPaymentVoidDialog.2217048637] -#. defaultMessage is: -#. Are you sure you want to void this payment? -msgctxt "description" -msgid "Are you sure you want to void this payment?" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateDialog.json -#. [src.products.components.ProductVariantCreateDialog.3922579741] - dialog header -#. defaultMessage is: -#. Assign Attribute -#: build/locale/src/productTypes/components/AssignAttributeDialog/AssignAttributeDialog.json -#. [src.productTypes.components.AssignAttributeDialog.3922579741] - dialog header -#. defaultMessage is: -#. Assign Attribute -msgctxt "dialog header" -msgid "Assign Attribute" -msgstr "" - -#: build/locale/src/components/AssignCategoryDialog/AssignCategoryDialog.json -#. [src.components.AssignCategoryDialog.190977792] - dialog header -#. defaultMessage is: -#. Assign Categories -msgctxt "dialog header" -msgid "Assign Categories" -msgstr "" - -#: build/locale/src/components/AssignCollectionDialog/AssignCollectionDialog.json -#. [src.components.AssignCollectionDialog.3992923611] - dialog header -#. defaultMessage is: -#. Assign Collection -msgctxt "dialog header" -msgid "Assign Collection" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCountrySelectDialog/DiscountCountrySelectDialog.json -#. [src.discounts.components.DiscountCountrySelectDialog.1585396479] - dialog header -#. defaultMessage is: -#. Assign Countries -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.1585396479] - dialog header -#. defaultMessage is: -#. Assign Countries -msgctxt "dialog header" -msgid "Assign Countries" -msgstr "" - -#: build/locale/src/components/AssignProductDialog/AssignProductDialog.json -#. [src.components.AssignProductDialog.649693468] - dialog header -#. defaultMessage is: -#. Assign Product -msgctxt "dialog header" -msgid "Assign Product" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeAttributes/ProductTypeAttributes.json -#. [src.productTypes.components.ProductTypeAttributes.1656462109] - button -#. defaultMessage is: -#. Assign attribute -msgctxt "button" -msgid "Assign attribute" -msgstr "" - -#: build/locale/src/productTypes/components/AssignAttributeDialog/AssignAttributeDialog.json -#. [src.productTypes.components.AssignAttributeDialog.2173976534] - button -#. defaultMessage is: -#. Assign attributes -msgctxt "button" -msgid "Assign attributes" -msgstr "" - -#: build/locale/src/components/AssignCategoryDialog/AssignCategoryDialog.json -#. [src.components.AssignCategoryDialog.3973677075] - button -#. defaultMessage is: -#. Assign categories -#: build/locale/src/discounts/components/DiscountCategories/DiscountCategories.json -#. [src.discounts.components.DiscountCategories.3973677075] - button -#. defaultMessage is: -#. Assign categories -msgctxt "button" -msgid "Assign categories" -msgstr "" - -#: build/locale/src/components/AssignCollectionDialog/AssignCollectionDialog.json -#. [src.components.AssignCollectionDialog.1035511604] - button -#. defaultMessage is: -#. Assign collections -#: build/locale/src/discounts/components/DiscountCollections/DiscountCollections.json -#. [src.discounts.components.DiscountCollections.1035511604] - button -#. defaultMessage is: -#. Assign collections -msgctxt "button" -msgid "Assign collections" -msgstr "" - -#: build/locale/src/components/CountryList/CountryList.json -#. [src.components.CountryList.2747492886] - button -#. defaultMessage is: -#. Assign countries -#: build/locale/src/discounts/components/DiscountCountrySelectDialog/DiscountCountrySelectDialog.json -#. [src.discounts.components.DiscountCountrySelectDialog.2747492886] - button -#. defaultMessage is: -#. Assign countries -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.2747492886] - button -#. defaultMessage is: -#. Assign countries -msgctxt "button" -msgid "Assign countries" -msgstr "" - -#: build/locale/src/collections/components/CollectionProducts/CollectionProducts.json -#. [src.collections.components.CollectionProducts.460524544] - button -#. defaultMessage is: -#. Assign product -msgctxt "button" -msgid "Assign product" -msgstr "" - -#: build/locale/src/components/AssignProductDialog/AssignProductDialog.json -#. [src.components.AssignProductDialog.2100305525] - button -#. defaultMessage is: -#. Assign products -#: build/locale/src/discounts/components/DiscountProducts/DiscountProducts.json -#. [src.discounts.components.DiscountProducts.2100305525] - button -#. defaultMessage is: -#. Assign products -msgctxt "button" -msgid "Assign products" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookInfo/WebhookInfo.json -#. [src.webhooks.components.WebhookInfo.819389696] -#. defaultMessage is: -#. Assign to Service Account -msgctxt "description" -msgid "Assign to Service Account" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValues/AttributeValues.json -#. [src.attributes.components.AttributeValues.351422234] - assign attribute value button -#. defaultMessage is: -#. Assign value -msgctxt "assign attribute value button" -msgid "Assign value" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [src.products.components.ProductVariantCreateDialog.168343345] - variant attribute -#. defaultMessage is: -#. Attribute -msgctxt "variant attribute" -msgid "Attribute" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDetails/AttributeDetails.json -#. [src.attributes.components.AttributeDetails.3605174225] - attribute's slug short code label -#. defaultMessage is: -#. Attribute Code -msgctxt "attribute's slug short code label" -msgid "Attribute Code" -msgstr "" - -#: build/locale/src/attributes/components/AttributeList/AttributeList.json -#. [src.attributes.components.AttributeList.3605174225] -#. defaultMessage is: -#. Attribute Code -msgctxt "description" -msgid "Attribute Code" -msgstr "" - -#: build/locale/src/translations/components/TranslationsProductTypesPage/TranslationsProductTypesPage.json -#. [src.translations.components.TranslationsProductTypesPage.2642976392] -#. defaultMessage is: -#. Attribute Name -msgctxt "description" -msgid "Attribute Name" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValues/AttributeValues.json -#. [src.attributes.components.AttributeValues.224159874] - section header -#. defaultMessage is: -#. Attribute Values -msgctxt "section header" -msgid "Attribute Values" -msgstr "" - -#: build/locale/src/attributes/views/AttributeDetails/AttributeDetails.json -#. [src.attributes.views.AttributeDetails.499456739] -#. defaultMessage is: -#. Attribute deleted -msgctxt "description" -msgid "Attribute deleted" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeAttributeEditDialog/ProductTypeAttributeEditDialog.json -#. [src.productTypes.components.ProductTypeAttributeEditDialog.1228425832] -#. defaultMessage is: -#. Attribute name -#: build/locale/src/productTypes/components/ProductTypeAttributes/ProductTypeAttributes.json -#. [src.productTypes.components.ProductTypeAttributes.1228425832] -#. defaultMessage is: -#. Attribute name -msgctxt "description" -msgid "Attribute name" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeAttributeEditDialog/ProductTypeAttributeEditDialog.json -#. [src.productTypes.components.ProductTypeAttributeEditDialog.335542212] -#. defaultMessage is: -#. Attribute values -msgctxt "description" -msgid "Attribute values" -msgstr "" - -#: build/locale/src/intl.json -#. [src.attributes] - attributes section name -#. defaultMessage is: -#. Attributes -msgctxt "attributes section name" -msgid "Attributes" -msgstr "" - -#: build/locale/src/products/components/ProductAttributes/ProductAttributes.json -#. [src.products.components.ProductAttributes.4153345096] - product attributes, section header -#. defaultMessage is: -#. Attributes -msgctxt "product attributes, section header" -msgid "Attributes" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [src.configuration.2326418019] -#. defaultMessage is: -#. Attributes and Product Typess -msgctxt "description" -msgid "Attributes and Product Typess" -msgstr "" - -#: build/locale/src/attributes/views/AttributeList/AttributeList.json -#. [src.attributes.views.AttributeList.3218248395] - deleted multiple attributes -#. defaultMessage is: -#. Attributes successfully delete -msgctxt "deleted multiple attributes" -msgid "Attributes successfully delete" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsKeys/SiteSettingsKeys.json -#. [src.siteSettings.components.SiteSettingsKeys.226491688] - section header -#. defaultMessage is: -#. Authentication Keys -msgctxt "section header" -msgid "Authentication Keys" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsPage/SiteSettingsPage.json -#. [src.siteSettings.components.SiteSettingsPage.4088830385] - section header -#. defaultMessage is: -#. Authentication Methods -msgctxt "section header" -msgid "Authentication Methods" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsKeys/SiteSettingsKeys.json -#. [src.siteSettings.components.SiteSettingsKeys.1270286507] - authentication provider name -#. defaultMessage is: -#. Authentication Type -msgctxt "authentication provider name" -msgid "Authentication Type" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsPage/SiteSettingsPage.json -#. [src.siteSettings.components.SiteSettingsPage.1214877701] -#. defaultMessage is: -#. Authentication method defines additional ways that customers can log in to your ecommerce. -msgctxt "description" -msgid "Authentication method defines additional ways that customers can log in to your ecommerce." -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsKeyDialog/SiteSettingsKeyDialog.json -#. [src.siteSettings.components.SiteSettingsKeyDialog.3039841202] - authentication provider name -#. defaultMessage is: -#. Authentication type -msgctxt "authentication provider name" -msgid "Authentication type" -msgstr "" - -#: build/locale/src/plugins/components/PluginAuthorization/PluginAuthorization.json -#. [src.plugins.components.PluginAuthorization.768575093] - section header -#. defaultMessage is: -#. Authorization -msgctxt "section header" -msgid "Authorization" -msgstr "" - -#: build/locale/src/plugins/views/PluginsDetails.json -#. [src.plugins.views.1096544448] - header -#. defaultMessage is: -#. Authorization Field Delete -msgctxt "header" -msgid "Authorization Field Delete" -msgstr "" - -#: build/locale/src/collections/components/CollectionList/CollectionList.json -#. [src.collections.components.CollectionList.3326160357] - collection availability -#. defaultMessage is: -#. Availability -msgctxt "collection availability" -msgid "Availability" -msgstr "" - -#: build/locale/src/intl.json -#. [src.availability] -#. defaultMessage is: -#. Availability -msgctxt "description" -msgid "Availability" -msgstr "" - -#: build/locale/src/products/components/ProductListPage/filters.json -#. [src.products.components.ProductListPage.available] - product status -#. defaultMessage is: -#. Available -msgctxt "product status" -msgid "Available" -msgstr "" - -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.2157131639] - product variant status -#. defaultMessage is: -#. Available -msgctxt "product variant status" -msgid "Available" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2201910191] - tax rate -#. defaultMessage is: -#. Baby foodstuffs -msgctxt "tax rate" -msgid "Baby foodstuffs" -msgstr "" - -#: build/locale/src/intl.json -#. [src.back] - button -#. defaultMessage is: -#. Back -msgctxt "button" -msgid "Back" -msgstr "" - -#: build/locale/src/components/ErrorPage/ErrorPage.json -#. [src.components.ErrorPage.1723676032] - button -#. defaultMessage is: -#. Back to home -msgctxt "button" -msgid "Back to home" -msgstr "" - -#: build/locale/src/auth/components/ResetPasswordSuccessPage/ResetPasswordSuccessPage.json -#. [src.auth.components.ResetPasswordSuccessPage.2245157344] - button -#. defaultMessage is: -#. Back to login -msgctxt "button" -msgid "Back to login" -msgstr "" - -#: build/locale/src/categories/components/CategoryBackground/CategoryBackground.json -#. [src.categories.components.CategoryBackground.2224943474] - section header -#. defaultMessage is: -#. Background Image (optional) -#: build/locale/src/collections/components/CollectionImage/CollectionImage.json -#. [src.collections.components.CollectionImage.2224943474] - section header -#. defaultMessage is: -#. Background Image (optional) -msgctxt "section header" -msgid "Background Image (optional)" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.1323923780] - tax rate -#. defaultMessage is: -#. Bikes -msgctxt "tax rate" -msgid "Bikes" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddresses/CustomerAddresses.json -#. [src.customers.components.CustomerAddresses.4282475982] - subsection header -#. defaultMessage is: -#. Billing Address -msgctxt "subsection header" -msgid "Billing Address" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [src.orders.components.OrderCustomer.4282475982] -#. defaultMessage is: -#. Billing Address -msgctxt "description" -msgid "Billing Address" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2394675125] - tax rate -#. defaultMessage is: -#. Books -msgctxt "tax rate" -msgid "Books" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/filters.json -#. [src.attributes.components.AttributeListPage.availableInGrid] - attribute can be column in product list table -#. defaultMessage is: -#. Can be used as column -msgctxt "attribute can be column in product list table" -msgid "Can be used as column" -msgstr "" - -#: build/locale/src/intl.json -#. [src.cancel] - button -#. defaultMessage is: -#. Cancel -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateDialog.json -#. [src.products.components.ProductVariantCreateDialog.3528672691] - button -#. defaultMessage is: -#. Cancel -msgctxt "button" -msgid "Cancel" -msgstr "" - -#: build/locale/src/orders/views/OrderList/OrderList.json -#. [src.orders.views.OrderList.3528672691] - cancel orders, button -#. defaultMessage is: -#. Cancel -msgctxt "cancel orders, button" -msgid "Cancel" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentCancelDialog/OrderFulfillmentCancelDialog.json -#. [src.orders.components.OrderFulfillmentCancelDialog.732594284] - dialog header -#. defaultMessage is: -#. Cancel Fulfillment -msgctxt "dialog header" -msgid "Cancel Fulfillment" -msgstr "" - -#: build/locale/src/orders/components/OrderCancelDialog/OrderCancelDialog.json -#. [OrderCancelDialogHeader] - dialog header -#. defaultMessage is: -#. Cancel Order -msgctxt "dialog header" -msgid "Cancel Order" -msgstr "" - -#: build/locale/src/orders/components/OrderCancelDialog/OrderCancelDialog.json -#. [OrderCancelDialogButton] - button -#. defaultMessage is: -#. Cancel Order -msgctxt "button" -msgid "Cancel Order" -msgstr "" - -#: build/locale/src/orders/components/OrderBulkCancelDialog/OrderBulkCancelDialog.json -#. [src.orders.components.OrderBulkCancelDialog.1528036340] - dialog header -#. defaultMessage is: -#. Cancel Orders -msgctxt "dialog header" -msgid "Cancel Orders" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentCancelDialog/OrderFulfillmentCancelDialog.json -#. [src.orders.components.OrderFulfillmentCancelDialog.675709443] - button -#. defaultMessage is: -#. Cancel fulfillment -msgctxt "button" -msgid "Cancel fulfillment" -msgstr "" - -#: build/locale/src/orders/components/OrderDetailsPage/OrderDetailsPage.json -#. [src.orders.components.OrderDetailsPage.1854613983] - button -#. defaultMessage is: -#. Cancel order -#: build/locale/src/orders/components/OrderDraftPage/OrderDraftPage.json -#. [src.orders.components.OrderDraftPage.1854613983] - button -#. defaultMessage is: -#. Cancel order -msgctxt "button" -msgid "Cancel order" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillment/OrderFulfillment.json -#. [src.orders.components.OrderFulfillment.662203348] - button -#. defaultMessage is: -#. Cancel shipment -msgctxt "button" -msgid "Cancel shipment" -msgstr "" - -#: build/locale/src/misc.json -#. [src.cancelled] - order status -#. defaultMessage is: -#. Cancelled -msgctxt "order status" -msgid "Cancelled" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.4211710217] - capture payment, button -#. defaultMessage is: -#. Capture -msgctxt "capture payment, button" -msgid "Capture" -msgstr "" - -#: build/locale/src/orders/components/OrderPaymentDialog/OrderPaymentDialog.json -#. [src.orders.components.OrderPaymentDialog.1466130374] - dialog header -#. defaultMessage is: -#. Capture Payment -msgctxt "dialog header" -msgid "Capture Payment" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.2320183694] - order payment -#. defaultMessage is: -#. Captured amount -msgctxt "order payment" -msgid "Captured amount" -msgstr "" - -#: build/locale/src/intl.json -#. [src.catalog] -#. defaultMessage is: -#. Catalog -msgctxt "description" -msgid "Catalog" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDetails/AttributeDetails.json -#. [src.attributes.components.AttributeDetails.1005562666] - attribute's editor component -#. defaultMessage is: -#. Catalog Input type for Store Owner -msgctxt "attribute's editor component" -msgid "Catalog Input type for Store Owner" -msgstr "" - -#: build/locale/src/intl.json -#. [src.categories] - categories section name -#. defaultMessage is: -#. Categories -msgctxt "categories section name" -msgid "Categories" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.3583204912] -#. defaultMessage is: -#. Categories -msgctxt "description" -msgid "Categories" -msgstr "" - -#: build/locale/src/discounts/components/SaleDetailsPage/SaleDetailsPage.json -#. [saleDetailsPageCategoriesQuantity] - number of categories -#. defaultMessage is: -#. Categories ({quantity}) -#: build/locale/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.json -#. [src.discounts.components.VoucherDetailsPage.346170541] - number of categories -#. defaultMessage is: -#. Categories ({quantity}) -msgctxt "number of categories" -msgid "Categories ({quantity})" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.category] -#. defaultMessage is: -#. Category -#: build/locale/src/products/components/ProductCategoryAndCollectionsForm/ProductCategoryAndCollectionsForm.json -#. [src.products.components.ProductCategoryAndCollectionsForm.1755013298] -#. defaultMessage is: -#. Category -#: build/locale/src/products/components/ProductOrganization/ProductOrganization.json -#. [src.products.components.ProductOrganization.1755013298] -#. defaultMessage is: -#. Category -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.1755013298] -#. defaultMessage is: -#. Category -msgctxt "description" -msgid "Category" -msgstr "" - -#: build/locale/src/categories/components/CategoryDetailsForm/CategoryDetailsForm.json -#. [src.categories.components.CategoryDetailsForm.4037703468] -#. defaultMessage is: -#. Category Description -msgctxt "description" -msgid "Category Description" -msgstr "" - -#: build/locale/src/categories/components/CategoryDetailsForm/CategoryDetailsForm.json -#. [src.categories.components.CategoryDetailsForm.1214235329] -#. defaultMessage is: -#. Category Name -#: build/locale/src/categories/components/CategoryList/CategoryList.json -#. [src.categories.components.CategoryList.1214235329] -#. defaultMessage is: -#. Category Name -#: build/locale/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.json -#. [src.translations.components.TranslationsCategoriesPage.1214235329] -#. defaultMessage is: -#. Category Name -msgctxt "description" -msgid "Category Name" -msgstr "" - -#: build/locale/src/categories/views/CategoryCreate.json -#. [src.categories.views.1754466114] -#. defaultMessage is: -#. Category created -msgctxt "description" -msgid "Category created" -msgstr "" - -#: build/locale/src/categories/views/CategoryDetails.json -#. [src.categories.views.2189424032] -#. defaultMessage is: -#. Category deleted -msgctxt "description" -msgid "Category deleted" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCategories/DiscountCategories.json -#. [src.discounts.components.DiscountCategories.1567318211] -#. defaultMessage is: -#. Category name -msgctxt "description" -msgid "Category name" -msgstr "" - -#: build/locale/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.json -#. [src.staff.components.StaffPasswordResetDialog.2521568990] - dialog header -#. defaultMessage is: -#. Change Password -msgctxt "dialog header" -msgid "Change Password" -msgstr "" - -#: build/locale/src/staff/components/StaffProperties/StaffProperties.json -#. [src.staff.components.StaffProperties.2771097267] - button -#. defaultMessage is: -#. Change photo -msgctxt "button" -msgid "Change photo" -msgstr "" - -#: build/locale/src/staff/components/StaffPassword/StaffPassword.json -#. [src.staff.components.StaffPassword.1434811103] - button -#. defaultMessage is: -#. Change your password -msgctxt "button" -msgid "Change your password" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.40035964] - event -#. defaultMessage is: -#. Changed quantity in checkout -msgctxt "event" -msgid "Changed quantity in checkout" -msgstr "" - -#: build/locale/src/products/components/ProductPricing/ProductPricing.json -#. [src.products.components.ProductPricing.3015886868] -#. defaultMessage is: -#. Charge taxes for this item -msgctxt "description" -msgid "Charge taxes for this item" -msgstr "" - -#: build/locale/src/taxes/components/TaxConfiguration/TaxConfiguration.json -#. [src.taxes.components.TaxConfiguration.2654711891] -#. defaultMessage is: -#. Charge taxes on shipping rates -msgctxt "description" -msgid "Charge taxes on shipping rates" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2584490289] - tax rate -#. defaultMessage is: -#. Children's clothing -msgctxt "tax rate" -msgid "Children's clothing" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [src.products.components.ProductVariantCreateDialog.2670525734] - variant attribute -#. defaultMessage is: -#. Choose attribute -msgctxt "variant attribute" -msgid "Choose attribute" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.2404264158] -#. defaultMessage is: -#. Choose countries you want to add to shipping zone from list below -msgctxt "description" -msgid "Choose countries you want to add to shipping zone from list below" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCountrySelectDialog/DiscountCountrySelectDialog.json -#. [src.discounts.components.DiscountCountrySelectDialog.2177165134] -#. defaultMessage is: -#. Choose countries, you want voucher to be limited to, from the list below -msgctxt "description" -msgid "Choose countries, you want voucher to be limited to, from the list below" -msgstr "" - -#: build/locale/src/products/components/ProductVariantImages/ProductVariantImages.json -#. [src.products.components.ProductVariantImages.989683980] - button -#. defaultMessage is: -#. Choose photos -msgctxt "button" -msgid "Choose photos" -msgstr "" - -#: build/locale/src/components/AddressEdit/AddressEdit.json -#. [src.components.AddressEdit.253031977] -#. defaultMessage is: -#. City -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.253031977] -#. defaultMessage is: -#. City -msgctxt "description" -msgid "City" -msgstr "" - -#: build/locale/src/intl.json -#. [src.clear] - button -#. defaultMessage is: -#. Clear -msgctxt "button" -msgid "Clear" -msgstr "" - -#: build/locale/src/discounts/components/VoucherList/VoucherList.json -#. [src.discounts.components.VoucherList.78726751] - voucher code -#. defaultMessage is: -#. Code -#: build/locale/src/discounts/components/VoucherSummary/VoucherSummary.json -#. [src.discounts.components.VoucherSummary.78726751] - voucher code -#. defaultMessage is: -#. Code -msgctxt "voucher code" -msgid "Code" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.collection] -#. defaultMessage is: -#. Collection -msgctxt "description" -msgid "Collection" -msgstr "" - -#: build/locale/src/collections/components/CollectionList/CollectionList.json -#. [src.collections.components.CollectionList.2759199473] -#. defaultMessage is: -#. Collection Name -#: build/locale/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.json -#. [src.translations.components.TranslationsCollectionsPage.2759199473] -#. defaultMessage is: -#. Collection Name -msgctxt "description" -msgid "Collection Name" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCollections/DiscountCollections.json -#. [src.discounts.components.DiscountCollections.3011396316] -#. defaultMessage is: -#. Collection name -msgctxt "description" -msgid "Collection name" -msgstr "" - -#: build/locale/src/intl.json -#. [src.collections] - collections section name -#. defaultMessage is: -#. Collections -msgctxt "collections section name" -msgid "Collections" -msgstr "" - -#: build/locale/src/products/components/ProductCategoryAndCollectionsForm/ProductCategoryAndCollectionsForm.json -#. [src.products.components.ProductCategoryAndCollectionsForm.222873645] -#. defaultMessage is: -#. Collections -#: build/locale/src/products/components/ProductOrganization/ProductOrganization.json -#. [src.products.components.ProductOrganization.222873645] -#. defaultMessage is: -#. Collections -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.222873645] -#. defaultMessage is: -#. Collections -msgctxt "description" -msgid "Collections" -msgstr "" - -#: build/locale/src/discounts/components/SaleDetailsPage/SaleDetailsPage.json -#. [saleDetailsPageCollectionsQuantity] - number of collections -#. defaultMessage is: -#. Collections ({quantity}) -#: build/locale/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.json -#. [src.discounts.components.VoucherDetailsPage.3673147015] - number of collections -#. defaultMessage is: -#. Collections ({quantity}) -msgctxt "number of collections" -msgid "Collections ({quantity})" -msgstr "" - -#: build/locale/src/components/ColumnPicker/ColumnPickerButton.json -#. [src.components.ColumnPicker.2539195044] - select visible columns button -#. defaultMessage is: -#. Columns -msgctxt "select visible columns button" -msgid "Columns" -msgstr "" - -#: build/locale/src/components/AddressEdit/AddressEdit.json -#. [src.components.AddressEdit.3570415321] -#. defaultMessage is: -#. Company -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.3570415321] -#. defaultMessage is: -#. Company -msgctxt "description" -msgid "Company" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsPage/SiteSettingsPage.json -#. [src.siteSettings.components.SiteSettingsPage.2768400497] - section header -#. defaultMessage is: -#. Company Information -msgctxt "section header" -msgid "Company Information" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesList/TranslationsEntitiesList.json -#. [src.translations.components.TranslationsEntitiesList.49462429] -#. defaultMessage is: -#. Completed Translations -msgctxt "description" -msgid "Completed Translations" -msgstr "" - -#: build/locale/src/products/components/ProductOrganization/ProductOrganization.json -#. [src.products.components.ProductOrganization.2754779425] - product is configurable -#. defaultMessage is: -#. Configurable -msgctxt "product is configurable" -msgid "Configurable" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeList/ProductTypeList.json -#. [src.productTypes.components.ProductTypeList.2754779425] - product type -#. defaultMessage is: -#. Configurable -#: build/locale/src/productTypes/components/ProductTypeListPage/filters.json -#. [src.productTypes.components.ProductTypeListPage.configurable] - product type -#. defaultMessage is: -#. Configurable -msgctxt "product type" -msgid "Configurable" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [src.siteSettings.components.SiteSettingsMailing.297689661] -#. defaultMessage is: -#. Configurate your email address from which all automatic emails will be sent to your customers. -msgctxt "description" -msgid "Configurate your email address from which all automatic emails will be sent to your customers." -msgstr "" - -#: build/locale/src/intl.json -#. [src.configuration] - configuration section name -#. defaultMessage is: -#. Configuration -msgctxt "configuration section name" -msgid "Configuration" -msgstr "" - -#: build/locale/src/intl.json -#. [src.confirm] - button -#. defaultMessage is: -#. Confirm -msgctxt "button" -msgid "Confirm" -msgstr "" - -#: build/locale/src/auth/components/NewPasswordPage/NewPasswordPage.json -#. [src.auth.components.NewPasswordPage.2799926859] -#. defaultMessage is: -#. Confirm Password -msgctxt "description" -msgid "Confirm Password" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [src.orders.components.OrderCustomer.2312694610] - subheader -#. defaultMessage is: -#. Contact Information -msgctxt "subheader" -msgid "Contact Information" -msgstr "" - -#: build/locale/src/customers/components/CustomerInfo/CustomerInfo.json -#. [src.customers.components.CustomerInfo.778526801] - customer contact section, header -#. defaultMessage is: -#. Contact Informations -msgctxt "customer contact section, header" -msgid "Contact Informations" -msgstr "" - -#: build/locale/src/pages/components/PageInfo/PageInfo.json -#. [src.pages.components.PageInfo.1116746286] - page content -#. defaultMessage is: -#. Content -#: build/locale/src/translations/components/TranslationsPagesPage/TranslationsPagesPage.json -#. [src.translations.components.TranslationsPagesPage.1116746286] - page content -#. defaultMessage is: -#. Content -msgctxt "page content" -msgid "Content" -msgstr "" - -#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json -#. [src.services.components.ServiceDefaultToken.2864204643] - button -#. defaultMessage is: -#. Copied -msgctxt "button" -msgid "Copied" -msgstr "" - -#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json -#. [src.services.components.ServiceDefaultToken.3406541221] - button -#. defaultMessage is: -#. Copy token -#: build/locale/src/services/components/ServiceTokenCreateDialog/ServiceTokenCreateDialog.json -#. [src.services.components.ServiceTokenCreateDialog.3406541221] - button -#. defaultMessage is: -#. Copy token -msgctxt "button" -msgid "Copy token" -msgstr "" - -#: build/locale/src/products/components/ProductVariantPrice/ProductVariantPrice.json -#. [src.products.components.ProductVariantPrice.1416480328] -#. defaultMessage is: -#. Cost price override -msgctxt "description" -msgid "Cost price override" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.2714957902] -#. defaultMessage is: -#. Could not add note -msgctxt "description" -msgid "Could not add note" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.4199953867] -#. defaultMessage is: -#. Could not cancel fulfillment -msgctxt "description" -msgid "Could not cancel fulfillment" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.562214451] -#. defaultMessage is: -#. Could not create order line -msgctxt "description" -msgid "Could not create order line" -msgstr "" - -#: build/locale/src/siteSettings/views/index.json -#. [src.siteSettings.views.2276194921] -#. defaultMessage is: -#. Could not delete authorization key: {errorMessage} -msgctxt "description" -msgid "Could not delete authorization key: {errorMessage}" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.2205960666] -#. defaultMessage is: -#. Could not delete order line -msgctxt "description" -msgid "Could not delete order line" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.149745214] -#. defaultMessage is: -#. Could not finalize draft -msgctxt "description" -msgid "Could not finalize draft" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1096896329] -#. defaultMessage is: -#. Could not fulfill items -msgctxt "description" -msgid "Could not fulfill items" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1852833563] -#. defaultMessage is: -#. Could not mark order as paid -msgctxt "description" -msgid "Could not mark order as paid" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.553600482] -#. defaultMessage is: -#. Could not update fulfillment -msgctxt "description" -msgid "Could not update fulfillment" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.487150696] -#. defaultMessage is: -#. Could not update order line -msgctxt "description" -msgid "Could not update order line" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1708579411] -#. defaultMessage is: -#. Could not update shipping method -msgctxt "description" -msgid "Could not update shipping method" -msgstr "" - -#: build/locale/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.json -#. [src.discounts.components.VoucherDetailsPage.3109712047] - voucher country range -#. defaultMessage is: -#. Countries -msgctxt "voucher country range" -msgid "Countries" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCreatePage/ShippingZoneCreatePage.json -#. [src.shipping.components.ShippingZoneCreatePage.3109712047] -#. defaultMessage is: -#. Countries -#: build/locale/src/shipping/components/ShippingZoneDetailsPage/ShippingZoneDetailsPage.json -#. [src.shipping.components.ShippingZoneDetailsPage.3109712047] -#. defaultMessage is: -#. Countries -#: build/locale/src/shipping/components/ShippingZonesList/ShippingZonesList.json -#. [src.shipping.components.ShippingZonesList.3109712047] -#. defaultMessage is: -#. Countries -msgctxt "description" -msgid "Countries" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCountrySelectDialog/DiscountCountrySelectDialog.json -#. [src.discounts.components.DiscountCountrySelectDialog.2777439857] - country selection -#. defaultMessage is: -#. Countries A to Z -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.2777439857] - country selection -#. defaultMessage is: -#. Countries A to Z -msgctxt "country selection" -msgid "Countries A to Z" -msgstr "" - -#: build/locale/src/components/AddressEdit/AddressEdit.json -#. [src.components.AddressEdit.1139500589] -#. defaultMessage is: -#. Country -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.1139500589] -#. defaultMessage is: -#. Country -msgctxt "description" -msgid "Country" -msgstr "" - -#: build/locale/src/taxes/components/CountryList/CountryList.json -#. [src.taxes.components.CountryList.4039455144] -#. defaultMessage is: -#. Country Code -msgctxt "description" -msgid "Country Code" -msgstr "" - -#: build/locale/src/taxes/components/CountryList/CountryList.json -#. [src.taxes.components.CountryList.577035076] -#. defaultMessage is: -#. Country Name -msgctxt "description" -msgid "Country Name" -msgstr "" - -#: build/locale/src/components/AddressEdit/AddressEdit.json -#. [src.components.AddressEdit.944851093] -#. defaultMessage is: -#. Country area -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.944851093] -#. defaultMessage is: -#. Country area -msgctxt "description" -msgid "Country area" -msgstr "" - -#: build/locale/src/intl.json -#. [src.create] - button -#. defaultMessage is: -#. Create -msgctxt "button" -msgid "Create" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateDialog.json -#. [src.products.components.ProductVariantCreateDialog.4120989039] - create multiple variants, button -#. defaultMessage is: -#. Create -msgctxt "create multiple variants, button" -msgid "Create" -msgstr "" - -#: build/locale/src/services/components/ServiceTokenCreateDialog/ServiceTokenCreateDialog.json -#. [src.services.components.ServiceTokenCreateDialog.4120989039] - create service token, button -#. defaultMessage is: -#. Create -msgctxt "create service token, button" -msgid "Create" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.createCategory] - button -#. defaultMessage is: -#. Create Category -msgctxt "button" -msgid "Create Category" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.createCollection] - button -#. defaultMessage is: -#. Create Collection -msgctxt "button" -msgid "Create Collection" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.createCustomer] - button -#. defaultMessage is: -#. Create Customer -msgctxt "button" -msgid "Create Customer" -msgstr "" - -#: build/locale/src/customers/components/CustomerCreatePage/CustomerCreatePage.json -#. [src.customers.components.CustomerCreatePage.4025686004] - page header -#. defaultMessage is: -#. Create Customer -msgctxt "page header" -msgid "Create Customer" -msgstr "" - -#: build/locale/src/navigation/components/MenuCreateDialog/MenuCreateDialog.json -#. [menuCreateDialogHeader] - dialog header -#. defaultMessage is: -#. Create Menu -msgctxt "dialog header" -msgid "Create Menu" -msgstr "" - -#: build/locale/src/navigation/components/MenuListPage/MenuListPage.json -#. [menuListPageAddMenu] - button -#. defaultMessage is: -#. Create Menu -msgctxt "button" -msgid "Create Menu" -msgstr "" - -#: build/locale/src/services/components/ServiceCreatePage/ServiceCreatePage.json -#. [src.services.components.ServiceCreatePage.248507553] - header -#. defaultMessage is: -#. Create New Account -msgctxt "header" -msgid "Create New Account" -msgstr "" - -#: build/locale/src/attributes/components/AttributePage/AttributePage.json -#. [src.attributes.components.AttributePage.2855501559] - page title -#. defaultMessage is: -#. Create New Attribute -msgctxt "page title" -msgid "Create New Attribute" -msgstr "" - -#: build/locale/src/categories/components/CategoryCreatePage/CategoryCreatePage.json -#. [src.categories.components.CategoryCreatePage.236319840] - page header -#. defaultMessage is: -#. Create New Category -msgctxt "page header" -msgid "Create New Category" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCreatePage/ShippingZoneCreatePage.json -#. [src.shipping.components.ShippingZoneCreatePage.4049462680] - header -#. defaultMessage is: -#. Create New Shipping Zone -msgctxt "header" -msgid "Create New Shipping Zone" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.createOrder] - button -#. defaultMessage is: -#. Create Order -msgctxt "button" -msgid "Create Order" -msgstr "" - -#: build/locale/src/pages/components/PageDetailsPage/PageDetailsPage.json -#. [src.pages.components.PageDetailsPage.1068617485] - page header -#. defaultMessage is: -#. Create Page -msgctxt "page header" -msgid "Create Page" -msgstr "" - -#: build/locale/src/pages/views/PageCreate.json -#. [src.pages.views.1068617485] - header -#. defaultMessage is: -#. Create Page -msgctxt "header" -msgid "Create Page" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.createProduct] - button -#. defaultMessage is: -#. Create Product -#: build/locale/src/products/components/ProductListPage/ProductListPage.json -#. [src.products.components.ProductListPage.1542417144] - button -#. defaultMessage is: -#. Create Product -msgctxt "button" -msgid "Create Product" -msgstr "" - -#: build/locale/src/orders/components/OrderProductAddDialog/OrderProductAddDialog.json -#. [src.orders.components.OrderProductAddDialog.1542417144] - dialog header -#. defaultMessage is: -#. Create Product -msgctxt "dialog header" -msgid "Create Product" -msgstr "" - -#: build/locale/src/products/views/ProductCreate.json -#. [src.products.views.1542417144] - window title -#. defaultMessage is: -#. Create Product -msgctxt "window title" -msgid "Create Product" -msgstr "" - -#: build/locale/src/productTypes/views/ProductTypeCreate.json -#. [productTypeCreateHeader] - window title -#. defaultMessage is: -#. Create Product Type -msgctxt "window title" -msgid "Create Product Type" -msgstr "" - -#: build/locale/src/productTypes/views/ProductTypeCreate.json -#. [productTypeCreatePageHeader] - header -#. defaultMessage is: -#. Create Product Type -msgctxt "header" -msgid "Create Product Type" -msgstr "" - -#: build/locale/src/discounts/components/SaleCreatePage/SaleCreatePage.json -#. [src.discounts.components.SaleCreatePage.3866518732] - page header -#. defaultMessage is: -#. Create Sale -msgctxt "page header" -msgid "Create Sale" -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/SaleListPage.json -#. [src.discounts.components.SaleListPage.3866518732] - button -#. defaultMessage is: -#. Create Sale -msgctxt "button" -msgid "Create Sale" -msgstr "" - -#: build/locale/src/services/views/ServiceCreate/ServiceCreate.json -#. [src.services.views.ServiceCreate.3167211165] - window title -#. defaultMessage is: -#. Create Service Account -msgctxt "window title" -msgid "Create Service Account" -msgstr "" - -#: build/locale/src/services/components/ServiceTokenCreateDialog/ServiceTokenCreateDialog.json -#. [src.services.components.ServiceTokenCreateDialog.3875340101] - header -#. defaultMessage is: -#. Create Token -msgctxt "header" -msgid "Create Token" -msgstr "" - -#: build/locale/src/services/components/ServiceTokens/ServiceTokens.json -#. [src.services.components.ServiceTokens.3875340101] - button -#. defaultMessage is: -#. Create Token -msgctxt "button" -msgid "Create Token" -msgstr "" - -#: build/locale/src/products/views/ProductVariantCreate.json -#. [src.products.views.2362587265] - header -#. defaultMessage is: -#. Create Variant -msgctxt "header" -msgid "Create Variant" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.createVoucher] - button -#. defaultMessage is: -#. Create Voucher -msgctxt "button" -msgid "Create Voucher" -msgstr "" - -#: build/locale/src/discounts/components/VoucherCreatePage/VoucherCreatePage.json -#. [src.discounts.components.VoucherCreatePage.1357216572] - page header -#. defaultMessage is: -#. Create Voucher -msgctxt "page header" -msgid "Create Voucher" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookCreatePage/WebhookCreatePage.json -#. [src.webhooks.components.WebhookCreatePage.3493926696] - header -#. defaultMessage is: -#. Create Webhook -msgctxt "header" -msgid "Create Webhook" -msgstr "" - -#: build/locale/src/webhooks/views/WebhooksCreate.json -#. [src.webhooks.views.3493926696] - window title -#. defaultMessage is: -#. Create Webhook -msgctxt "window title" -msgid "Create Webhook" -msgstr "" - -#: build/locale/src/services/components/ServiceListPage/ServiceListPage.json -#. [src.services.components.ServiceListPage.624280156] - button -#. defaultMessage is: -#. Create account -msgctxt "button" -msgid "Create account" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/AttributeListPage.json -#. [src.attributes.components.AttributeListPage.3824684885] - button -#. defaultMessage is: -#. Create attribute -msgctxt "button" -msgid "Create attribute" -msgstr "" - -#: build/locale/src/categories/components/CategoryListPage/CategoryListPage.json -#. [src.categories.components.CategoryListPage.1140231710] - button -#. defaultMessage is: -#. Create category -msgctxt "button" -msgid "Create category" -msgstr "" - -#: build/locale/src/categories/views/CategoryCreate.json -#. [src.categories.views.1140231710] - window title -#. defaultMessage is: -#. Create category -msgctxt "window title" -msgid "Create category" -msgstr "" - -#: build/locale/src/collections/components/CollectionListPage/CollectionListPage.json -#. [src.collections.components.CollectionListPage.686910896] - button -#. defaultMessage is: -#. Create collection -msgctxt "button" -msgid "Create collection" -msgstr "" - -#: build/locale/src/collections/views/CollectionCreate.json -#. [src.collections.views.686910896] - window title -#. defaultMessage is: -#. Create collection -msgctxt "window title" -msgid "Create collection" -msgstr "" - -#: build/locale/src/customers/components/CustomerListPage/CustomerListPage.json -#. [src.customers.components.CustomerListPage.2859116187] - button -#. defaultMessage is: -#. Create customer -msgctxt "button" -msgid "Create customer" -msgstr "" - -#: build/locale/src/customers/views/CustomerCreate.json -#. [src.customers.views.2859116187] - window title -#. defaultMessage is: -#. Create customer -msgctxt "window title" -msgid "Create customer" -msgstr "" - -#: build/locale/src/navigation/components/MenuItems/MenuItems.json -#. [menuItemsAddItem] - add new menu item -#. defaultMessage is: -#. Create new item -msgctxt "add new menu item" -msgid "Create new item" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftListPage/OrderDraftListPage.json -#. [src.orders.components.OrderDraftListPage.2826235371] - button -#. defaultMessage is: -#. Create order -#: build/locale/src/orders/components/OrderListPage/OrderListPage.json -#. [src.orders.components.OrderListPage.2826235371] - button -#. defaultMessage is: -#. Create order -msgctxt "button" -msgid "Create order" -msgstr "" - -#: build/locale/src/pages/components/PageListPage/PageListPage.json -#. [src.pages.components.PageListPage.3785394515] - button -#. defaultMessage is: -#. Create page -msgctxt "button" -msgid "Create page" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.16061680] - button -#. defaultMessage is: -#. Create rate -#: build/locale/src/shipping/components/ShippingZoneRates/ShippingZoneRates.json -#. [src.shipping.components.ShippingZoneRates.16061680] - button -#. defaultMessage is: -#. Create rate -msgctxt "button" -msgid "Create rate" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZonesList/ShippingZonesList.json -#. [src.shipping.components.ShippingZonesList.2673544109] - button -#. defaultMessage is: -#. Create shipping zone -msgctxt "button" -msgid "Create shipping zone" -msgstr "" - -#: build/locale/src/categories/components/CategoryUpdatePage/CategoryUpdatePage.json -#. [src.categories.components.CategoryUpdatePage.770296100] - button -#. defaultMessage is: -#. Create subcategory -msgctxt "button" -msgid "Create subcategory" -msgstr "" - -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.3989383405] - button -#. defaultMessage is: -#. Create variant -msgctxt "button" -msgid "Create variant" -msgstr "" - -#: build/locale/src/products/views/ProductVariantCreate.json -#. [src.products.views.3989383405] - window title -#. defaultMessage is: -#. Create variant -msgctxt "window title" -msgid "Create variant" -msgstr "" - -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.1721716102] - button -#. defaultMessage is: -#. Create variants -msgctxt "button" -msgid "Create variants" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/VoucherListPage.json -#. [src.discounts.components.VoucherListPage.614836274] - button -#. defaultMessage is: -#. Create voucher -msgctxt "button" -msgid "Create voucher" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksListPage/WebhooksListPage.json -#. [src.webhooks.components.WebhooksListPage.2295583901] - button -#. defaultMessage is: -#. Create webhook -msgctxt "button" -msgid "Create webhook" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftListPage/filters.json -#. [src.orders.components.OrderDraftListPage.created] - draft order -#. defaultMessage is: -#. Created -msgctxt "draft order" -msgid "Created" -msgstr "" - -#: build/locale/src/orders/components/OrderListPage/filters.json -#. [src.orders.components.OrderListPage.placed] - order -#. defaultMessage is: -#. Created -msgctxt "order" -msgid "Created" -msgstr "" - -#: build/locale/src/collections/views/CollectionCreate.json -#. [src.collections.views.1597339737] -#. defaultMessage is: -#. Created collection -msgctxt "description" -msgid "Created collection" -msgstr "" - -#: build/locale/src/navigation/views/MenuList/MenuList.json -#. [menuListCreatedMenu] -#. defaultMessage is: -#. Created menu -msgctxt "description" -msgid "Created menu" -msgstr "" - -#: build/locale/src/navigation/components/MenuDetailsPage/MenuDetailsPage.json -#. [menuDetailsPageHelperText] -#. defaultMessage is: -#. 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 -msgctxt "description" -msgid "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" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCreatePage/ShippingZoneCreatePage.json -#. [src.shipping.components.ShippingZoneCreatePage.2364051773] -#. defaultMessage is: -#. Currently, there are no countries assigned to this shipping zone -#: build/locale/src/shipping/components/ShippingZoneDetailsPage/ShippingZoneDetailsPage.json -#. [src.shipping.components.ShippingZoneDetailsPage.2364051773] -#. defaultMessage is: -#. Currently, there are no countries assigned to this shipping zone -msgctxt "description" -msgid "Currently, there are no countries assigned to this shipping zone" -msgstr "" - -#: build/locale/src/components/FilterBar/FilterBar.json -#. [src.components.FilterBar.2340527467] -#. defaultMessage is: -#. Custom Filter -#: build/locale/src/components/SearchBar/SearchBar.json -#. [src.components.SearchBar.2340527467] -#. defaultMessage is: -#. Custom Filter -msgctxt "description" -msgid "Custom Filter" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [src.orders.components.OrderCustomer.3426593715] - section header -#. defaultMessage is: -#. Customer -msgctxt "section header" -msgid "Customer" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftList/OrderDraftList.json -#. [src.orders.components.OrderDraftList.3426593715] -#. defaultMessage is: -#. Customer -msgctxt "description" -msgid "Customer" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftListPage/filters.json -#. [src.orders.components.OrderDraftListPage.customer] - draft order -#. defaultMessage is: -#. Customer -msgctxt "draft order" -msgid "Customer" -msgstr "" - -#: build/locale/src/orders/components/OrderList/OrderList.json -#. [src.orders.components.OrderList.3426593715] - e-mail or full name -#. defaultMessage is: -#. Customer -msgctxt "e-mail or full name" -msgid "Customer" -msgstr "" - -#: build/locale/src/orders/components/OrderListPage/filters.json -#. [src.orders.components.OrderListPage.customer] - order -#. defaultMessage is: -#. Customer -msgctxt "order" -msgid "Customer" -msgstr "" - -#: build/locale/src/customers/components/CustomerList/CustomerList.json -#. [src.customers.components.CustomerList.2339105195] -#. defaultMessage is: -#. Customer Email -msgctxt "description" -msgid "Customer Email" -msgstr "" - -#: build/locale/src/customers/components/CustomerStats/CustomerStats.json -#. [src.customers.components.CustomerStats.2543847016] - section header -#. defaultMessage is: -#. Customer History -msgctxt "section header" -msgid "Customer History" -msgstr "" - -#: build/locale/src/customers/components/CustomerList/CustomerList.json -#. [src.customers.components.CustomerList.4154265139] -#. defaultMessage is: -#. Customer Name -msgctxt "description" -msgid "Customer Name" -msgstr "" - -#: build/locale/src/customers/components/CustomerCreateDetails/CustomerCreateDetails.json -#. [src.customers.components.CustomerCreateDetails.3063084773] - header -#. defaultMessage is: -#. Customer Overview -msgctxt "header" -msgid "Customer Overview" -msgstr "" - -#: build/locale/src/customers/views/CustomerDetails.json -#. [src.customers.views.3901579344] -#. defaultMessage is: -#. Customer Removed -msgctxt "description" -msgid "Customer Removed" -msgstr "" - -#: build/locale/src/customers/views/CustomerCreate.json -#. [src.customers.views.3970234993] -#. defaultMessage is: -#. Customer created -msgctxt "description" -msgid "Customer created" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.3970234993] - event -#. defaultMessage is: -#. Customer created -msgctxt "event" -msgid "Customer created" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [src.siteSettings.components.SiteSettingsMailing.3211348653] -#. defaultMessage is: -#. Customer password reset URL -msgctxt "description" -msgid "Customer password reset URL" -msgstr "" - -#: build/locale/src/intl.json -#. [src.customers] - customers section name -#. defaultMessage is: -#. Customers -msgctxt "customers section name" -msgid "Customers" -msgstr "" - -#: build/locale/src/intl.json -#. [src.dashboard] -#. defaultMessage is: -#. Dashboard -msgctxt "description" -msgid "Dashboard" -msgstr "" - -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.26409543] - attribute properties regarding dashboard -#. defaultMessage is: -#. Dashboard Properties -msgctxt "attribute properties regarding dashboard" -msgid "Dashboard Properties" -msgstr "" - -#: build/locale/src/customers/components/CustomerOrders/CustomerOrders.json -#. [src.customers.components.CustomerOrders.4205493358] - order placement date -#. defaultMessage is: -#. Date -msgctxt "order placement date" -msgid "Date" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftList/OrderDraftList.json -#. [src.orders.components.OrderDraftList.4205493358] - order draft creation date -#. defaultMessage is: -#. Date -msgctxt "order draft creation date" -msgid "Date" -msgstr "" - -#: build/locale/src/orders/components/OrderList/OrderList.json -#. [src.orders.components.OrderList.4205493358] - date when order was placed -#. defaultMessage is: -#. Date -msgctxt "date when order was placed" -msgid "Date" -msgstr "" - -#: build/locale/src/staff/components/StaffListPage/filters.json -#. [src.staff.components.StaffListPage.deactivated] - staff member's account -#. defaultMessage is: -#. Deactivated -msgctxt "staff member's account" -msgid "Deactivated" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddress/CustomerAddress.json -#. [src.customers.components.CustomerAddress.1224809208] -#. defaultMessage is: -#. Default Address -msgctxt "description" -msgid "Default Address" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddress/CustomerAddress.json -#. [src.customers.components.CustomerAddress.1578192486] -#. defaultMessage is: -#. Default Billing Address -msgctxt "description" -msgid "Default Billing Address" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDetails/AttributeDetails.json -#. [src.attributes.components.AttributeDetails.691600601] - attribute's label -#. defaultMessage is: -#. Default Label -msgctxt "attribute's label" -msgid "Default Label" -msgstr "" - -#: build/locale/src/attributes/components/AttributeList/AttributeList.json -#. [src.attributes.components.AttributeList.691600601] - attribute's label' -#. defaultMessage is: -#. Default Label -msgctxt "attribute's label'" -msgid "Default Label" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddress/CustomerAddress.json -#. [src.customers.components.CustomerAddress.4109348993] -#. defaultMessage is: -#. Default Shipping Address -msgctxt "description" -msgid "Default Shipping Address" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValues/AttributeValues.json -#. [src.attributes.components.AttributeValues.1397696159] - attribute values list: name column header -#. defaultMessage is: -#. Default Store View -msgctxt "attribute values list: name column header" -msgid "Default Store View" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationMenuNavigation] -#. defaultMessage is: -#. Define how users can navigate through your store -msgctxt "description" -msgid "Define how users can navigate through your store" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationMenuProductTypes] -#. defaultMessage is: -#. Define types of products you sell -msgctxt "description" -msgid "Define types of products you sell" -msgstr "" - -#: build/locale/src/intl.json -#. [src.delete] - button -#. defaultMessage is: -#. Delete -msgctxt "button" -msgid "Delete" -msgstr "" - -#: build/locale/src/customers/views/CustomerAddresses.json -#. [src.customers.views.2657976015] - dialog header -#. defaultMessage is: -#. Delete Address -msgctxt "dialog header" -msgid "Delete Address" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.699514132] - dialog title -#. defaultMessage is: -#. Delete Collection -msgctxt "dialog title" -msgid "Delete Collection" -msgstr "" - -#: build/locale/src/customers/views/CustomerDetails.json -#. [src.customers.views.1998583641] - dialog header -#. defaultMessage is: -#. Delete Customer -msgctxt "dialog header" -msgid "Delete Customer" -msgstr "" - -#: build/locale/src/customers/views/CustomerList/CustomerList.json -#. [src.customers.views.CustomerList.2136923553] - dialog header -#. defaultMessage is: -#. Delete Customers -msgctxt "dialog header" -msgid "Delete Customers" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftCancelDialog/OrderDraftCancelDialog.json -#. [src.orders.components.OrderDraftCancelDialog.1961675716] - dialog header -#. defaultMessage is: -#. Delete Daft Order -msgctxt "dialog header" -msgid "Delete Daft Order" -msgstr "" - -#: build/locale/src/products/views/ProductImage.json -#. [src.products.views.1731766393] - dialog header -#. defaultMessage is: -#. Delete Image -msgctxt "dialog header" -msgid "Delete Image" -msgstr "" - -#: build/locale/src/navigation/views/MenuDetails/index.json -#. [menuDetailsDeleteMenuHeader] - dialog header -#. defaultMessage is: -#. Delete Menu -#: build/locale/src/navigation/views/MenuList/MenuList.json -#. [menuListDeleteMenuHeader] - dialog header -#. defaultMessage is: -#. Delete Menu -msgctxt "dialog header" -msgid "Delete Menu" -msgstr "" - -#: build/locale/src/navigation/views/MenuList/MenuList.json -#. [menuListDeleteMenusHeader] - dialog header -#. defaultMessage is: -#. Delete Menus -msgctxt "dialog header" -msgid "Delete Menus" -msgstr "" - -#: build/locale/src/orders/views/OrderDraftList/OrderDraftList.json -#. [src.orders.views.OrderDraftList.1161115149] - dialog header -#. defaultMessage is: -#. Delete Order Drafts -msgctxt "dialog header" -msgid "Delete Order Drafts" -msgstr "" - -#: build/locale/src/pages/views/PageDetails.json -#. [src.pages.views.3246254285] - dialog header -#. defaultMessage is: -#. Delete Page -msgctxt "dialog header" -msgid "Delete Page" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.2782958373] - dialog header -#. defaultMessage is: -#. Delete Pages -msgctxt "dialog header" -msgid "Delete Pages" -msgstr "" - -#: build/locale/src/products/views/ProductUpdate/ProductUpdate.json -#. [src.products.views.ProductUpdate.879305849] - dialog header -#. defaultMessage is: -#. Delete Product -msgctxt "dialog header" -msgid "Delete Product" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeDeleteDialog/ProductTypeDeleteDialog.json -#. [src.productTypes.components.ProductTypeDeleteDialog.924066985] - dialog header -#. defaultMessage is: -#. Delete Product Type -msgctxt "dialog header" -msgid "Delete Product Type" -msgstr "" - -#: build/locale/src/productTypes/views/ProductTypeList/ProductTypeList.json -#. [src.productTypes.views.ProductTypeList.4080551769] - dialog header -#. defaultMessage is: -#. Delete Product Types -msgctxt "dialog header" -msgid "Delete Product Types" -msgstr "" - -#: build/locale/src/products/views/ProductUpdate/ProductUpdate.json -#. [src.products.views.ProductUpdate.1454532689] - dialog header -#. defaultMessage is: -#. Delete Product Variants -msgctxt "dialog header" -msgid "Delete Product Variants" -msgstr "" - -#: build/locale/src/products/views/ProductList/ProductList.json -#. [src.products.views.ProductList.400629795] - dialog header -#. defaultMessage is: -#. Delete Products -msgctxt "dialog header" -msgid "Delete Products" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.506030254] - dialog header -#. defaultMessage is: -#. Delete Sale -msgctxt "dialog header" -msgid "Delete Sale" -msgstr "" - -#: build/locale/src/discounts/views/SaleList/SaleList.json -#. [src.discounts.views.SaleList.2809303671] - dialog header -#. defaultMessage is: -#. Delete Sales -msgctxt "dialog header" -msgid "Delete Sales" -msgstr "" - -#: build/locale/src/components/DeleteFilterTabDialog/DeleteFilterTabDialog.json -#. [src.components.DeleteFilterTabDialog.2173195312] - custom search delete, dialog header -#. defaultMessage is: -#. Delete Search -msgctxt "custom search delete, dialog header" -msgid "Delete Search" -msgstr "" - -#: build/locale/src/components/FilterBar/FilterBar.json -#. [src.components.FilterBar.2173195312] - button -#. defaultMessage is: -#. Delete Search -#: build/locale/src/components/SearchBar/SearchBar.json -#. [src.components.SearchBar.2173195312] - button -#. defaultMessage is: -#. Delete Search -msgctxt "button" -msgid "Delete Search" -msgstr "" - -#: build/locale/src/services/components/ServiceDeleteDialog/ServiceDeleteDialog.json -#. [src.services.components.ServiceDeleteDialog.1534767622] - dialog header -#. defaultMessage is: -#. Delete Service Account -msgctxt "dialog header" -msgid "Delete Service Account" -msgstr "" - -#: build/locale/src/services/components/ServiceTokenDeleteDialog/ServiceTokenDeleteDialog.json -#. [src.services.components.ServiceTokenDeleteDialog.1534767622] - dialog title -#. defaultMessage is: -#. Delete Service Account -msgctxt "dialog title" -msgid "Delete Service Account" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZoneDetails/ShippingZoneDetailsDialogs.json -#. [src.shipping.views.ShippingZoneDetails.1502359905] - dialog header -#. defaultMessage is: -#. Delete Shipping Method -msgctxt "dialog header" -msgid "Delete Shipping Method" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZoneDetails/ShippingZoneDetailsDialogs.json -#. [src.shipping.views.ShippingZoneDetails.1010705153] - dialog header -#. defaultMessage is: -#. Delete Shipping Zone -#: build/locale/src/shipping/views/ShippingZonesList.json -#. [src.shipping.views.1010705153] - dialog header -#. defaultMessage is: -#. Delete Shipping Zone -msgctxt "dialog header" -msgid "Delete Shipping Zone" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZonesList.json -#. [src.shipping.views.1711385401] - dialog header -#. defaultMessage is: -#. Delete Shipping Zones -msgctxt "dialog header" -msgid "Delete Shipping Zones" -msgstr "" - -#: build/locale/src/staff/views/StaffDetails.json -#. [src.staff.views.701332676] - dialog header -#. defaultMessage is: -#. Delete Staff User Avatar -msgctxt "dialog header" -msgid "Delete Staff User Avatar" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreatePage/ProductVariantCreatePage.json -#. [src.products.components.ProductVariantCreatePage.3726089650] - button -#. defaultMessage is: -#. Delete Variant -msgctxt "button" -msgid "Delete Variant" -msgstr "" - -#: build/locale/src/products/components/ProductVariantDeleteDialog/ProductVariantDeleteDialog.json -#. [src.products.components.ProductVariantDeleteDialog.3726089650] - dialog header -#. defaultMessage is: -#. Delete Variant -msgctxt "dialog header" -msgid "Delete Variant" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.895379508] - dialog header -#. defaultMessage is: -#. Delete Voucher -msgctxt "dialog header" -msgid "Delete Voucher" -msgstr "" - -#: build/locale/src/discounts/views/VoucherList/VoucherList.json -#. [src.discounts.views.VoucherList.367317371] - dialog header -#. defaultMessage is: -#. Delete Vouchers -msgctxt "dialog header" -msgid "Delete Vouchers" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookDeleteDialog/WebhookDeleteDialog.json -#. [src.webhooks.components.WebhookDeleteDialog.3514087611] - dialog header -#. defaultMessage is: -#. Delete Webhook -msgctxt "dialog header" -msgid "Delete Webhook" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDeleteDialog/AttributeDeleteDialog.json -#. [src.attributes.components.AttributeDeleteDialog.1889602489] - dialog title -#. defaultMessage is: -#. Delete attribute -msgctxt "dialog title" -msgid "Delete attribute" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValueDeleteDialog/AttributeValueDeleteDialog.json -#. [src.attributes.components.AttributeValueDeleteDialog.203246037] - dialog title -#. defaultMessage is: -#. Delete attribute value -msgctxt "dialog title" -msgid "Delete attribute value" -msgstr "" - -#: build/locale/src/attributes/components/AttributeBulkDeleteDialog/AttributeBulkDeleteDialog.json -#. [src.attributes.components.AttributeBulkDeleteDialog.1655187315] - dialog title -#. defaultMessage is: -#. Delete attributes -msgctxt "dialog title" -msgid "Delete attributes" -msgstr "" - -#: build/locale/src/categories/views/CategoryDetails.json -#. [src.categories.views.712767046] - dialog title -#. defaultMessage is: -#. Delete categories -#: build/locale/src/categories/views/CategoryList/CategoryList.json -#. [src.categories.views.CategoryList.712767046] - dialog title -#. defaultMessage is: -#. Delete categories -msgctxt "dialog title" -msgid "Delete categories" -msgstr "" - -#: build/locale/src/categories/components/CategoryDeleteDialog/CategoryDeleteDialog.json -#. [src.categories.components.CategoryDeleteDialog.2004894945] - dialog title -#. defaultMessage is: -#. Delete category -#: build/locale/src/categories/views/CategoryDetails.json -#. [src.categories.views.2004894945] - dialog title -#. defaultMessage is: -#. Delete category -msgctxt "dialog title" -msgid "Delete category" -msgstr "" - -#: build/locale/src/collections/views/CollectionList/CollectionList.json -#. [src.collections.views.CollectionList.3817188998] - dialog title -#. defaultMessage is: -#. Delete collections -msgctxt "dialog title" -msgid "Delete collections" -msgstr "" - -#: build/locale/src/shipping/views/ShippingZoneDetails/ShippingZoneDetailsDialogs.json -#. [src.shipping.views.ShippingZoneDetails.3133838427] - unassign country, dialog header -#. defaultMessage is: -#. Delete from Shipping Zone -msgctxt "unassign country, dialog header" -msgid "Delete from Shipping Zone" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.942133001] - dialog title -#. defaultMessage is: -#. Delete image -msgctxt "dialog title" -msgid "Delete image" -msgstr "" - -#: build/locale/src/staff/components/StaffProperties/StaffProperties.json -#. [src.staff.components.StaffProperties.457748370] - button -#. defaultMessage is: -#. Delete photo -msgctxt "button" -msgid "Delete photo" -msgstr "" - -#: build/locale/src/categories/views/CategoryDetails.json -#. [src.categories.views.2507763081] - dialog title -#. defaultMessage is: -#. Delete products -msgctxt "dialog title" -msgid "Delete products" -msgstr "" - -#: build/locale/src/products/components/ProductVariantDeleteDialog/ProductVariantDeleteDialog.json -#. [src.products.components.ProductVariantDeleteDialog.1583616500] - button -#. defaultMessage is: -#. Delete variant -msgctxt "button" -msgid "Delete variant" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.1152429477] -#. defaultMessage is: -#. Deleted collection -msgctxt "description" -msgid "Deleted collection" -msgstr "" - -#: build/locale/src/orders/views/OrderDraftList/OrderDraftList.json -#. [src.orders.views.OrderDraftList.1648805446] -#. defaultMessage is: -#. Deleted draft orders -msgctxt "description" -msgid "Deleted draft orders" -msgstr "" - -#: build/locale/src/navigation/views/MenuList/MenuList.json -#. [menuListDeletedMenu] -#. defaultMessage is: -#. Deleted menu -msgctxt "description" -msgid "Deleted menu" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.3482612628] -#. defaultMessage is: -#. Deleted product from collection -msgctxt "description" -msgid "Deleted product from collection" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.1162257691] -#. defaultMessage is: -#. Deleted voucher -msgctxt "description" -msgid "Deleted voucher" -msgstr "" - -#: build/locale/src/intl.json -#. [src.description] -#. defaultMessage is: -#. Description -#: build/locale/src/translations/components/TranslationsProductsPage/TranslationsProductsPage.json -#. [src.translations.components.TranslationsProductsPage.3374163063] -#. defaultMessage is: -#. Description -msgctxt "description" -msgid "Description" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationMenuAttributes] -#. defaultMessage is: -#. Determine attributes used to create product types -msgctxt "description" -msgid "Determine attributes used to create product types" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeList/ProductTypeList.json -#. [src.productTypes.components.ProductTypeList.881286562] - product type -#. defaultMessage is: -#. Digital -msgctxt "product type" -msgid "Digital" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeListPage/filters.json -#. [src.productTypes.components.ProductTypeListPage.digital] - product -#. defaultMessage is: -#. Digital -msgctxt "product" -msgid "Digital" -msgstr "" - -#: build/locale/src/translations/components/TranslationFields/TranslationFieldsSave.json -#. [src.translations.components.TranslationFields.363646127] - button -#. defaultMessage is: -#. Discard -msgctxt "button" -msgid "Discard" -msgstr "" - -#: build/locale/src/home/components/HomeScreen.json -#. [homeScreenDisclaimer] - header -#. defaultMessage is: -#. Disclaimer -msgctxt "header" -msgid "Disclaimer" -msgstr "" - -#: build/locale/src/discounts/components/VoucherInfo/VoucherInfo.json -#. [src.discounts.components.VoucherInfo.1262795626] -#. defaultMessage is: -#. Discount Code -msgctxt "description" -msgid "Discount Code" -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/filters.json -#. [src.discounts.components.SaleListPage.type] -#. defaultMessage is: -#. Discount Type -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.type] -#. defaultMessage is: -#. Discount Type -msgctxt "description" -msgid "Discount Type" -msgstr "" - -#: build/locale/src/discounts/components/SaleType/SaleType.json -#. [src.discounts.components.SaleType.3216816841] - percentage or fixed, header -#. defaultMessage is: -#. Discount Type -msgctxt "percentage or fixed, header" -msgid "Discount Type" -msgstr "" - -#: build/locale/src/discounts/components/VoucherTypes/VoucherTypes.json -#. [src.discounts.components.VoucherTypes.3216816841] - header -#. defaultMessage is: -#. Discount Type -msgctxt "header" -msgid "Discount Type" -msgstr "" - -#: build/locale/src/discounts/components/SaleValue/SaleValue.json -#. [src.discounts.components.SaleValue.1205967018] - sale discount -#. defaultMessage is: -#. Discount Value -msgctxt "sale discount" -msgid "Discount Value" -msgstr "" - -#: build/locale/src/discounts/components/VoucherValue/VoucherValue.json -#. [src.discounts.components.VoucherValue.1205967018] -#. defaultMessage is: -#. Discount Value -msgctxt "description" -msgid "Discount Value" -msgstr "" - -#: build/locale/src/intl.json -#. [src.discounts] -#. defaultMessage is: -#. Discounts -msgctxt "description" -msgid "Discounts" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.helpMode] - navigator help mode description -#. defaultMessage is: -#. Display Help -msgctxt "navigator help mode description" -msgid "Display Help" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.3500730003] - tax rate -#. defaultMessage is: -#. Domestic fuel -msgctxt "tax rate" -msgid "Domestic fuel" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.231341634] - tax rate -#. defaultMessage is: -#. Domestic services -msgctxt "tax rate" -msgid "Domestic services" -msgstr "" - -#: build/locale/src/components/ErrorPage/ErrorPage.json -#. [src.components.ErrorPage.3090161573] -#. defaultMessage is: -#. Don't worry, everything is gonna be fine -msgctxt "description" -msgid "Don't worry, everything is gonna be fine" -msgstr "" - -#: build/locale/src/intl.json -#. [src.done] - button -#. defaultMessage is: -#. Done -msgctxt "button" -msgid "Done" -msgstr "" - -#: build/locale/src/misc.json -#. [src.draft] - order status -#. defaultMessage is: -#. Draft -msgctxt "order status" -msgid "Draft" -msgstr "" - -#: build/locale/src/intl.json -#. [src.draftOrders] - draft orders section name -#. defaultMessage is: -#. Draft Orders -msgctxt "draft orders section name" -msgid "Draft Orders" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1435191432] -#. defaultMessage is: -#. Draft order successfully finalized -msgctxt "description" -msgid "Draft order successfully finalized" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.3095247195] - order history message -#. defaultMessage is: -#. Draft order was created -msgctxt "order history message" -msgid "Draft order was created" -msgstr "" - -#: build/locale/src/intl.json -#. [src.drafts] -#. defaultMessage is: -#. Drafts -msgctxt "description" -msgid "Drafts" -msgstr "" - -#: build/locale/src/components/ImageUpload/ImageUpload.json -#. [src.components.ImageUpload.1731007575] - image upload -#. defaultMessage is: -#. Drop here to upload -msgctxt "image upload" -msgid "Drop here to upload" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDetails/AttributeDetails.json -#. [src.attributes.components.AttributeDetails.1336738461] - product attribute type -#. defaultMessage is: -#. Dropdown -msgctxt "product attribute type" -msgid "Dropdown" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.331757068] - tax rate -#. defaultMessage is: -#. E-books -msgctxt "tax rate" -msgid "E-books" -msgstr "" - -#: build/locale/src/intl.json -#. [src.email] -#. defaultMessage is: -#. E-mail Address -msgctxt "description" -msgid "E-mail Address" -msgstr "" - -#: build/locale/src/intl.json -#. [src.edit] - button -#. defaultMessage is: -#. Edit -msgctxt "button" -msgid "Edit" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddressDialog/CustomerAddressDialog.json -#. [src.customers.components.CustomerAddressDialog.2364475135] - dialog title -#. defaultMessage is: -#. Edit Address -msgctxt "dialog title" -msgid "Edit Address" -msgstr "" - -#: build/locale/src/plugins/components/PluginSecretFieldDialog/PluginSecretFieldDialog.json -#. [src.plugins.components.PluginSecretFieldDialog.4269236107] - header -#. defaultMessage is: -#. Edit Authorization Field -msgctxt "header" -msgid "Edit Authorization Field" -msgstr "" - -#: build/locale/src/orders/components/OrderAddressEditDialog/OrderAddressEditDialog.json -#. [src.orders.components.OrderAddressEditDialog.3982060155] - dialog header -#. defaultMessage is: -#. Edit Billing Address -msgctxt "dialog header" -msgid "Edit Billing Address" -msgstr "" - -#: build/locale/src/navigation/components/MenuItemDialog/MenuItemDialog.json -#. [menuItemDialogEditItem] - edit menu item, header -#. defaultMessage is: -#. Edit Item -msgctxt "edit menu item, header" -msgid "Edit Item" -msgstr "" - -#: build/locale/src/products/components/ProductImagePage/ProductImagePage.json -#. [src.products.components.ProductImagePage.2546267317] - header -#. defaultMessage is: -#. Edit Photo -msgctxt "header" -msgid "Edit Photo" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.3934114933] - dialog header -#. defaultMessage is: -#. Edit Price Rate -msgctxt "dialog header" -msgid "Edit Price Rate" -msgstr "" - -#: build/locale/src/orders/components/OrderAddressEditDialog/OrderAddressEditDialog.json -#. [src.orders.components.OrderAddressEditDialog.3278396777] - dialog header -#. defaultMessage is: -#. Edit Shipping Address -msgctxt "dialog header" -msgid "Edit Shipping Address" -msgstr "" - -#: build/locale/src/orders/components/OrderShippingMethodEditDialog/OrderShippingMethodEditDialog.json -#. [src.orders.components.OrderShippingMethodEditDialog.3369240294] - dialog header -#. defaultMessage is: -#. Edit Shipping Method -msgctxt "dialog header" -msgid "Edit Shipping Method" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValueEditDialog/AttributeValueEditDialog.json -#. [src.attributes.components.AttributeValueEditDialog.1395607402] - edit attribute value -#. defaultMessage is: -#. Edit Value -msgctxt "edit attribute value" -msgid "Edit Value" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.4152709923] - edit weight based shipping method, dialog header -#. defaultMessage is: -#. Edit Weight Rate -msgctxt "edit weight based shipping method, dialog header" -msgid "Edit Weight Rate" -msgstr "" - -#: build/locale/src/components/SeoForm/SeoForm.json -#. [src.components.SeoForm.3198271020] - button -#. defaultMessage is: -#. Edit website SEO -msgctxt "button" -msgid "Edit website SEO" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCategories/DiscountCategories.json -#. [src.discounts.components.DiscountCategories.1681512341] - section header -#. defaultMessage is: -#. Eligible Categories -msgctxt "section header" -msgid "Eligible Categories" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCollections/DiscountCollections.json -#. [src.discounts.components.DiscountCollections.452750900] - section header -#. defaultMessage is: -#. Eligible Collections -msgctxt "section header" -msgid "Eligible Collections" -msgstr "" - -#: build/locale/src/discounts/components/DiscountProducts/DiscountProducts.json -#. [src.discounts.components.DiscountProducts.919175218] - section header -#. defaultMessage is: -#. Eligible Products -msgctxt "section header" -msgid "Eligible Products" -msgstr "" - -#: build/locale/src/staff/components/StaffList/StaffList.json -#. [src.staff.components.StaffList.1789607185] -#. defaultMessage is: -#. Email Address -msgctxt "description" -msgid "Email Address" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsPage/SiteSettingsPage.json -#. [src.siteSettings.components.SiteSettingsPage.3657173399] -#. defaultMessage is: -#. Email adress you provide here will be used as a contact adress for your customers. -msgctxt "description" -msgid "Email adress you provide here will be used as a contact adress for your customers." -msgstr "" - -#: build/locale/src/intl.json -#. [src.endDate] -#. defaultMessage is: -#. End Date -msgctxt "description" -msgid "End Date" -msgstr "" - -#: build/locale/src/intl.json -#. [src.endHour] -#. defaultMessage is: -#. End Hour -msgctxt "description" -msgid "End Hour" -msgstr "" - -#: build/locale/src/discounts/components/SaleList/SaleList.json -#. [src.discounts.components.SaleList.3715522424] - sale end date -#. defaultMessage is: -#. Ends -msgctxt "sale end date" -msgid "Ends" -msgstr "" - -#: build/locale/src/discounts/components/VoucherList/VoucherList.json -#. [src.discounts.components.VoucherList.3715522424] - voucher is active until date -#. defaultMessage is: -#. Ends -msgctxt "voucher is active until date" -msgid "Ends" -msgstr "" - -#: build/locale/src/customers/components/CustomerCreateNote/CustomerCreateNote.json -#. [src.customers.components.CustomerCreateNote.932844352] -#. defaultMessage is: -#. Enter any extra infotmation regarding this customer. -msgctxt "description" -msgid "Enter any extra infotmation regarding this customer." -msgstr "" - -#: build/locale/src/discounts/translations.json -#. [src.discounts.order] - voucher discount -#. defaultMessage is: -#. Entire order -msgctxt "voucher discount" -msgid "Entire order" -msgstr "" - -#: build/locale/src/components/ConfirmButton/ConfirmButton.json -#. [src.components.ConfirmButton.2845142593] - button -#. defaultMessage is: -#. Error -msgctxt "button" -msgid "Error" -msgstr "" - -#: build/locale/src/components/ErrorMessageCard/ErrorMessageCard.json -#. [src.components.ErrorMessageCard.2845142593] - header -#. defaultMessage is: -#. Error -msgctxt "header" -msgid "Error" -msgstr "" - -#: build/locale/src/components/ErrorPage/ErrorPage.json -#. [src.components.ErrorPage.2845142593] -#. defaultMessage is: -#. Error -msgctxt "description" -msgid "Error" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.1436364351] - section header -#. defaultMessage is: -#. Events -msgctxt "section header" -msgid "Events" -msgstr "" - -#: build/locale/src/components/AccountPermissions/AccountPermissions.json -#. [src.components.AccountPermissions.3639008725] -#. defaultMessage is: -#. Expand or restrict user's permissions to access certain part of saleor system. -msgctxt "description" -msgid "Expand or restrict user's permissions to access certain part of saleor system." -msgstr "" - -#: build/locale/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.json -#. [src.staff.components.StaffAddMemberDialog.351138560] -#. defaultMessage is: -#. Expand or restrict user’s permissions to access certain part of saleor system. -msgctxt "description" -msgid "Expand or restrict user’s permissions to access certain part of saleor system." -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.3051538277] - webhook events -#. defaultMessage is: -#. Expand or restrict webhooks permissions to register certain events in Saleor system. -msgctxt "webhook events" -msgid "Expand or restrict webhooks permissions to register certain events in Saleor system." -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/filters.json -#. [src.discounts.components.SaleListPage.expired] - sale status -#. defaultMessage is: -#. Expired -msgctxt "sale status" -msgid "Expired" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.expired] - voucher status -#. defaultMessage is: -#. Expired -msgctxt "voucher status" -msgid "Expired" -msgstr "" - -#: build/locale/src/collections/components/CollectionDetailsPage/CollectionDetailsPage.json -#. [src.collections.components.CollectionDetailsPage.2906897537] - switch button -#. defaultMessage is: -#. Feature on Homepage -msgctxt "switch button" -msgid "Feature on Homepage" -msgstr "" - -#: build/locale/src/taxes/components/TaxConfiguration/TaxConfiguration.json -#. [src.taxes.components.TaxConfiguration.3375540052] - button -#. defaultMessage is: -#. Fetch taxes -msgctxt "button" -msgid "Fetch taxes" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCountrySelectDialog/DiscountCountrySelectDialog.json -#. [src.discounts.components.DiscountCountrySelectDialog.2566713432] - search box label -#. defaultMessage is: -#. Filter Countries -msgctxt "search box label" -msgid "Filter Countries" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/filters.json -#. [src.attributes.components.AttributeListPage.filterableInDashboard] - use attribute in filtering -#. defaultMessage is: -#. Filterable in Dashboard -msgctxt "use attribute in filtering" -msgid "Filterable in Dashboard" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/filters.json -#. [src.attributes.components.AttributeListPage.filterableInStorefront] - use attribute in filtering -#. defaultMessage is: -#. Filterable in Storefront -msgctxt "use attribute in filtering" -msgid "Filterable in Storefront" -msgstr "" - -#: build/locale/src/components/Filter/Filter.json -#. [src.components.Filter.996289613] - button -#. defaultMessage is: -#. Filters -msgctxt "button" -msgid "Filters" -msgstr "" - -#: build/locale/src/components/Filter/FilterContent.json -#. [src.components.Filter.996289613] -#. defaultMessage is: -#. Filters -#: build/locale/src/components/FilterCard/FilterCard.json -#. [src.components.FilterCard.996289613] -#. defaultMessage is: -#. Filters -msgctxt "description" -msgid "Filters" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.2725265632] - button -#. defaultMessage is: -#. Finalize -#: build/locale/src/orders/components/OrderDraftPage/OrderDraftPage.json -#. [src.orders.components.OrderDraftPage.2725265632] - button -#. defaultMessage is: -#. Finalize -msgctxt "button" -msgid "Finalize" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.1161061962] - dialog header -#. defaultMessage is: -#. Finalize Draft Order -msgctxt "dialog header" -msgid "Finalize Draft Order" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.678764806] - button -#. defaultMessage is: -#. Finalize anyway -msgctxt "button" -msgid "Finalize anyway" -msgstr "" - -#: build/locale/src/intl.json -#. [src.firstName] -#. defaultMessage is: -#. First Name -msgctxt "description" -msgid "First Name" -msgstr "" - -#: build/locale/src/discounts/components/SaleType/SaleType.json -#. [src.discounts.components.SaleType.46415128] - discount type -#. defaultMessage is: -#. Fixed Amount -msgctxt "discount type" -msgid "Fixed Amount" -msgstr "" - -#: build/locale/src/discounts/components/VoucherTypes/VoucherTypes.json -#. [src.discounts.components.VoucherTypes.46415128] - voucher discount type -#. defaultMessage is: -#. Fixed Amount -msgctxt "voucher discount type" -msgid "Fixed Amount" -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/filters.json -#. [src.discounts.components.SaleListPage.fixed] - discount type -#. defaultMessage is: -#. Fixed amount -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.fixed] - discount type -#. defaultMessage is: -#. Fixed amount -msgctxt "discount type" -msgid "Fixed amount" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2332795012] - tax rate -#. defaultMessage is: -#. Foodstuffs -msgctxt "tax rate" -msgid "Foodstuffs" -msgstr "" - -#: build/locale/src/auth/components/ResetPasswordPage/ResetPasswordPage.json -#. [src.auth.components.ResetPasswordPage.2370700732] -#. defaultMessage is: -#. Forgot your password? Don't worry, we'll reset it for you. -msgctxt "description" -msgid "Forgot your password? Don't worry, we'll reset it for you." -msgstr "" - -#: build/locale/src/discounts/components/VoucherTypes/VoucherTypes.json -#. [src.discounts.components.VoucherTypes.3289659291] - voucher discount type -#. defaultMessage is: -#. Free Shipping -msgctxt "voucher discount type" -msgid "Free Shipping" -msgstr "" - -#: build/locale/src/orders/components/OrderUnfulfilledItems/OrderUnfulfilledItems.json -#. [src.orders.components.OrderUnfulfilledItems.2095687440] - button -#. defaultMessage is: -#. Fulfill -msgctxt "button" -msgid "Fulfill" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentDialog/OrderFulfillmentDialog.json -#. [src.orders.components.OrderFulfillmentDialog.3928354289] - dialog header -#. defaultMessage is: -#. Fulfill Oroducts -msgctxt "dialog header" -msgid "Fulfill Oroducts" -msgstr "" - -#: build/locale/src/misc.json -#. [src.fulfilled] - order status -#. defaultMessage is: -#. Fulfilled -msgctxt "order status" -msgid "Fulfilled" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillment/OrderFulfillment.json -#. [src.orders.components.OrderFulfillment.3494686506] - section header -#. defaultMessage is: -#. Fulfilled ({quantity}) -msgctxt "section header" -msgid "Fulfilled ({quantity})" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.1521936480] - order history message -#. defaultMessage is: -#. Fulfilled {quantity} items -msgctxt "order history message" -msgid "Fulfilled {quantity} items" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.3081292385] - order history message -#. defaultMessage is: -#. Fulfillment confirmation was sent to customer -msgctxt "order history message" -msgid "Fulfillment confirmation was sent to customer" -msgstr "" - -#: build/locale/src/orders/components/OrderList/OrderList.json -#. [src.orders.components.OrderList.1198046928] -#. defaultMessage is: -#. Fulfillment status -msgctxt "description" -msgid "Fulfillment status" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.927945225] -#. defaultMessage is: -#. Fulfillment successfully cancelled -msgctxt "description" -msgid "Fulfillment successfully cancelled" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1475565380] -#. defaultMessage is: -#. Fulfillment successfully updated -msgctxt "description" -msgid "Fulfillment successfully updated" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.1527620381] - order history message -#. defaultMessage is: -#. Fulfillment was cancelled -msgctxt "order history message" -msgid "Fulfillment was cancelled" -msgstr "" - -#: build/locale/src/misc.json -#. [src.paid] - payment status -#. defaultMessage is: -#. Fully paid -msgctxt "payment status" -msgid "Fully paid" -msgstr "" - -#: build/locale/src/misc.json -#. [src.refunded] - payment status -#. defaultMessage is: -#. Fully refunded -msgctxt "payment status" -msgid "Fully refunded" -msgstr "" - -#: build/locale/src/intl.json -#. [src.generalInformations] -#. defaultMessage is: -#. General Informations -msgctxt "description" -msgid "General Informations" -msgstr "" - -#: build/locale/src/discounts/components/VoucherInfo/VoucherInfo.json -#. [src.discounts.components.VoucherInfo.1944363009] - voucher code, button -#. defaultMessage is: -#. Generate Code -msgctxt "voucher code, button" -msgid "Generate Code" -msgstr "" - -#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json -#. [src.services.components.ServiceDefaultToken.1336855942] -#. defaultMessage is: -#. Generated Token -#: build/locale/src/services/components/ServiceTokenCreateDialog/ServiceTokenCreateDialog.json -#. [src.services.components.ServiceTokenCreateDialog.1336855942] -#. defaultMessage is: -#. Generated Token -msgctxt "description" -msgid "Generated Token" -msgstr "" - -#: build/locale/src/components/NotFoundPage/NotFoundPage.json -#. [src.components.NotFoundPage.678743710] - button -#. defaultMessage is: -#. Go back to dashboard -msgctxt "button" -msgid "Go back to dashboard" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.goToOrder] - navigator action -#. defaultMessage is: -#. Go to order #{orderNumber} -msgctxt "navigator action" -msgid "Go to order #{orderNumber}" -msgstr "" - -#: build/locale/src/home/components/HomeHeader/HomeHeader.json -#. [homeHeaderText] - header -#. defaultMessage is: -#. Hello there, {userName} -#: build/locale/src/home/components/HomeScreen.json -#. [homeScreenHeader] - header -#. defaultMessage is: -#. Hello there, {userName} -msgctxt "header" -msgid "Hello there, {userName}" -msgstr "" - -#: build/locale/src/home/components/HomeHeader/HomeHeader.json -#. [homeHeaderTextCaption] - subheader -#. defaultMessage is: -#. Here is some information we gathered about your store -msgctxt "subheader" -msgid "Here is some information we gathered about your store" -msgstr "" - -#: build/locale/src/collections/components/CollectionListPage/filters.json -#. [src.collections.components.CollectionListPage.hidden] - collection -#. defaultMessage is: -#. Hidden -msgctxt "collection" -msgid "Hidden" -msgstr "" - -#: build/locale/src/components/VisibilityCard/VisibilityCard.json -#. [src.components.VisibilityCard.77815154] -#. defaultMessage is: -#. Hidden -msgctxt "description" -msgid "Hidden" -msgstr "" - -#: build/locale/src/products/components/ProductListPage/filters.json -#. [src.products.components.ProductListPage.hidden] - product is hidden -#. defaultMessage is: -#. Hidden -msgctxt "product is hidden" -msgid "Hidden" -msgstr "" - -#: build/locale/src/intl.json -#. [src.home] - home section name -#. defaultMessage is: -#. Home -msgctxt "home section name" -msgid "Home" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.331632763] - tax rate -#. defaultMessage is: -#. Hotels -msgctxt "tax rate" -msgid "Hotels" -msgstr "" - -#: build/locale/src/pages/components/PageSlug/PageSlug.json -#. [src.pages.components.PageSlug.4210828158] -#. defaultMessage is: -#. If empty, URL will be autogenerated from Page Name -msgctxt "description" -msgid "If empty, URL will be autogenerated from Page Name" -msgstr "" - -#: build/locale/src/components/SeoForm/SeoForm.json -#. [src.components.SeoForm.2378618579] -#. defaultMessage is: -#. If empty, the preview shows what will be autogenerated. -msgctxt "description" -msgid "If empty, the preview shows what will be autogenerated." -msgstr "" - -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.4048785456] -#. defaultMessage is: -#. If enabled this attribute can be used as a column in product table. -msgctxt "description" -msgid "If enabled this attribute can be used as a column in product table." -msgstr "" - -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.787251583] -#. defaultMessage is: -#. If enabled, you’ll be able to use this attribute to filter products in product list. -msgctxt "description" -msgid "If enabled, you’ll be able to use this attribute to filter products in product list." -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.1818089229] -#. defaultMessage is: -#. If selected, this will add all of the countries not selected to other shipping zones -msgctxt "description" -msgid "If selected, this will add all of the countries not selected to other shipping zones" -msgstr "" - -#: build/locale/src/discounts/components/VoucherValue/VoucherValue.json -#. [src.discounts.components.VoucherValue.4189095909] -#. defaultMessage is: -#. If this option is disabled, discount will be counted for every eligible product -msgctxt "description" -msgid "If this option is disabled, discount will be counted for every eligible product" -msgstr "" - -#: build/locale/src/components/AccountStatus/AccountStatus.json -#. [src.components.AccountStatus.2683780981] -#. defaultMessage is: -#. If you want to disable this account uncheck the box below -msgctxt "description" -msgid "If you want to disable this account uncheck the box below" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookStatus/WebhookStatus.json -#. [src.webhooks.components.WebhookStatus.313090629] - webhook active -#. defaultMessage is: -#. If you want to disable this webhook please uncheck the box below. -msgctxt "webhook active" -msgid "If you want to disable this webhook please uncheck the box below." -msgstr "" - -#: build/locale/src/products/components/ProductVariantImageSelectDialog/ProductVariantImageSelectDialog.json -#. [src.products.components.ProductVariantImageSelectDialog.3196043669] - dialog header -#. defaultMessage is: -#. Image Selection -msgctxt "dialog header" -msgid "Image Selection" -msgstr "" - -#: build/locale/src/components/RichTextEditor/ImageSource.json -#. [src.components.RichTextEditor.4035057905] -#. defaultMessage is: -#. Image URL -msgctxt "description" -msgid "Image URL" -msgstr "" - -#: build/locale/src/products/components/ProductImages/ProductImages.json -#. [src.products.components.ProductImages.3240888698] - section header -#. defaultMessage is: -#. Images -#: build/locale/src/products/components/ProductVariantImages/ProductVariantImages.json -#. [src.products.components.ProductVariantImages.3240888698] - section header -#. defaultMessage is: -#. Images -msgctxt "section header" -msgid "Images" -msgstr "" - -#: build/locale/src/plugins/components/PluginsListPage/filters.json -#. [src.plugins.components.PluginsListPage.deactivated] - plugin -#. defaultMessage is: -#. Inactive -msgctxt "plugin" -msgid "Inactive" -msgstr "" - -#: build/locale/src/services/components/ServiceListPage/filters.json -#. [src.services.components.ServiceListPage.deactivated] - service account -#. defaultMessage is: -#. Inactive -msgctxt "service account" -msgid "Inactive" -msgstr "" - -#: build/locale/src/staff/components/StaffList/StaffList.json -#. [src.staff.components.StaffList.1004218338] - staff member status -#. defaultMessage is: -#. Inactive -msgctxt "staff member status" -msgid "Inactive" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksListPage/filters.json -#. [src.webhooks.components.WebhooksListPage.inactive] - webhook -#. defaultMessage is: -#. Inactive -msgctxt "webhook" -msgid "Inactive" -msgstr "" - -#: build/locale/src/products/components/ProductStock/ProductStock.json -#. [productStockHeader] - product stock, section header -#. defaultMessage is: -#. Inventory -msgctxt "product stock, section header" -msgid "Inventory" -msgstr "" - -#: build/locale/src/products/components/ProductStock/ProductStock.json -#. [prodictStockInventoryLabel] - product stock -#. defaultMessage is: -#. Inventory -msgctxt "product stock" -msgid "Inventory" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.json -#. [src.products.components.ProductVariantCreateDialog.3490038570] - variant stock amount -#. defaultMessage is: -#. Inventory -msgctxt "variant stock amount" -msgid "Inventory" -msgstr "" - -#: build/locale/src/products/components/ProductVariantStock/ProductVariantStock.json -#. [src.products.components.ProductVariantStock.3490038570] - product variant stock -#. defaultMessage is: -#. Inventory -msgctxt "product variant stock" -msgid "Inventory" -msgstr "" - -#: build/locale/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.json -#. [src.staff.components.StaffAddMemberDialog.1481503299] - dialog header -#. defaultMessage is: -#. Invite Staff Member -msgctxt "dialog header" -msgid "Invite Staff Member" -msgstr "" - -#: build/locale/src/staff/components/StaffListPage/StaffListPage.json -#. [src.staff.components.StaffListPage.797461521] - button -#. defaultMessage is: -#. Invite staff member -msgctxt "button" -msgid "Invite staff member" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeShipping/ProductTypeShipping.json -#. [src.productTypes.components.ProductTypeShipping.2143413921] - switch button -#. defaultMessage is: -#. Is this product shippable? -msgctxt "switch button" -msgid "Is this product shippable?" -msgstr "" - -#: build/locale/src/navigation/components/MenuList/MenuList.json -#. [menuListItems] - number of menu items -#. defaultMessage is: -#. Items -msgctxt "number of menu items" -msgid "Items" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.4245651107] -#. defaultMessage is: -#. Items successfully fulfilled -msgctxt "description" -msgid "Items successfully fulfilled" -msgstr "" - -#: build/locale/src/customers/components/CustomerListPage/filters.json -#. [src.customers.components.CustomerListPage.joinDate] - customer -#. defaultMessage is: -#. Join Date -msgctxt "customer" -msgid "Join Date" -msgstr "" - -#: build/locale/src/services/components/ServiceTokens/ServiceTokens.json -#. [src.services.components.ServiceTokens.2446088470] - service account key -#. defaultMessage is: -#. Key -msgctxt "service account key" -msgid "Key" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsKeyDialog/SiteSettingsKeyDialog.json -#. [src.siteSettings.components.SiteSettingsKeyDialog.2446088470] - authentication provider API key -#. defaultMessage is: -#. Key -#: build/locale/src/siteSettings/components/SiteSettingsKeys/SiteSettingsKeys.json -#. [src.siteSettings.components.SiteSettingsKeys.2446088470] - authentication provider API key -#. defaultMessage is: -#. Key -msgctxt "authentication provider API key" -msgid "Key" -msgstr "" - -#: build/locale/src/translations/components/TranslationsLanguageList/TranslationsLanguageList.json -#. [src.translations.components.TranslationsLanguageList.604081953] -#. defaultMessage is: -#. Language -msgctxt "description" -msgid "Language" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.1163855804] -#. defaultMessage is: -#. Languages -#: build/locale/src/translations/components/TranslationsLanguageListPage/TranslationsLanguageListPage.json -#. [src.translations.components.TranslationsLanguageListPage.1163855804] -#. defaultMessage is: -#. Languages -msgctxt "description" -msgid "Languages" -msgstr "" - -#: build/locale/src/intl.json -#. [src.lastName] -#. defaultMessage is: -#. Last Name -msgctxt "description" -msgid "Last Name" -msgstr "" - -#: build/locale/src/customers/components/CustomerStats/CustomerStats.json -#. [src.customers.components.CustomerStats.1135318032] -#. defaultMessage is: -#. Last login -msgctxt "description" -msgid "Last login" -msgstr "" - -#: build/locale/src/customers/components/CustomerStats/CustomerStats.json -#. [src.customers.components.CustomerStats.1787449306] -#. defaultMessage is: -#. Last order -msgctxt "description" -msgid "Last order" -msgstr "" - -#: build/locale/src/components/Timeline/Timeline.json -#. [src.components.Timeline.3028189627] -#. defaultMessage is: -#. Leave your note here... -msgctxt "description" -msgid "Leave your note here..." -msgstr "" - -#: build/locale/src/discounts/components/VoucherLimits/VoucherLimits.json -#. [src.discounts.components.VoucherLimits.2215544659] -#. defaultMessage is: -#. Limit number of times this discount can be used in total -msgctxt "description" -msgid "Limit number of times this discount can be used in total" -msgstr "" - -#: build/locale/src/discounts/components/VoucherLimits/VoucherLimits.json -#. [src.discounts.components.VoucherLimits.557552777] - voucher -#. defaultMessage is: -#. Limit of Uses -msgctxt "voucher" -msgid "Limit of Uses" -msgstr "" - -#: build/locale/src/discounts/components/VoucherLimits/VoucherLimits.json -#. [src.discounts.components.VoucherLimits.3459612469] - limit voucher -#. defaultMessage is: -#. Limit to one use per customer -msgctxt "limit voucher" -msgid "Limit to one use per customer" -msgstr "" - -#: build/locale/src/navigation/components/MenuItemDialog/MenuItemDialog.json -#. [menuItemDialogLinkLabel] - label -#. defaultMessage is: -#. Link -msgctxt "label" -msgid "Link" -msgstr "" - -#: build/locale/src/navigation/components/MenuItemDialog/MenuItemDialog.json -#. [menuItemDialogAddLink] - add link to navigation -#. defaultMessage is: -#. Link to: {url} -msgctxt "add link to navigation" -msgid "Link to: {url}" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.1867847329] - order history message -#. defaultMessage is: -#. Links to the order's digital goods were sent -msgctxt "order history message" -msgid "Links to the order's digital goods were sent" -msgstr "" - -#: build/locale/src/components/AppLayout/AppLayout.json -#. [src.components.AppLayout.21332146] - button -#. defaultMessage is: -#. Log out -msgctxt "button" -msgid "Log out" -msgstr "" - -#: build/locale/src/auth/components/LoginPage/LoginPage.json -#. [src.auth.components.LoginPage.109182747] - button -#. defaultMessage is: -#. Login -msgctxt "button" -msgid "Login" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [src.siteSettings.components.SiteSettingsMailing.280712237] - section header -#. defaultMessage is: -#. Mailing Configuration -#: build/locale/src/siteSettings/components/SiteSettingsPage/SiteSettingsPage.json -#. [src.siteSettings.components.SiteSettingsPage.280712237] - section header -#. defaultMessage is: -#. Mailing Configuration -msgctxt "section header" -msgid "Mailing Configuration" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [siteSettingsMailingHelperText] - helper text -#. defaultMessage is: -#. Mailing Configuration -msgctxt "helper text" -msgid "Mailing Configuration" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [src.siteSettings.components.SiteSettingsMailing.1124962330] -#. defaultMessage is: -#. Mailing email address -msgctxt "description" -msgid "Mailing email address" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [src.siteSettings.components.SiteSettingsMailing.70179174] -#. defaultMessage is: -#. Mailing email sender -msgctxt "description" -msgid "Mailing email sender" -msgstr "" - -#: build/locale/src/intl.json -#. [src.manage] - button -#. defaultMessage is: -#. Manage -msgctxt "button" -msgid "Manage" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationMenuPages] -#. defaultMessage is: -#. Manage and add additional pages -msgctxt "description" -msgid "Manage and add additional pages" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [src.configuration.2387898569] -#. defaultMessage is: -#. Manage external integrations accounts -msgctxt "description" -msgid "Manage external integrations accounts" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationMenuShipping] -#. defaultMessage is: -#. Manage how you ship out orders -msgctxt "description" -msgid "Manage how you ship out orders" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationMenuTaxes] -#. defaultMessage is: -#. Manage how your store charges tax -msgctxt "description" -msgid "Manage how your store charges tax" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationMenuStaff] -#. defaultMessage is: -#. Manage your employees and their permissions -msgctxt "description" -msgid "Manage your employees and their permissions" -msgstr "" - -#: build/locale/src/orders/components/OrderMarkAsPaidDialog/OrderMarkAsPaidDialog.json -#. [src.orders.components.OrderMarkAsPaidDialog.4196844912] - dialog header -#. defaultMessage is: -#. Mark Order as Paid -msgctxt "dialog header" -msgid "Mark Order as Paid" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.3500506678] - order, button -#. defaultMessage is: -#. Mark as paid -msgctxt "order, button" -msgid "Mark as paid" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.3328124376] - order history message -#. defaultMessage is: -#. Marked order as paid -msgctxt "order history message" -msgid "Marked order as paid" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.3463567334] -#. defaultMessage is: -#. Maximal Order Value -msgctxt "description" -msgid "Maximal Order Value" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.3659741519] -#. defaultMessage is: -#. Maximal Order Weight -msgctxt "description" -msgid "Maximal Order Weight" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2948462144] - tax rate -#. defaultMessage is: -#. Medical -msgctxt "tax rate" -msgid "Medical" -msgstr "" - -#: build/locale/src/navigation/components/MenuItems/MenuItems.json -#. [menuItemsHeader] - header -#. defaultMessage is: -#. Menu Items -msgctxt "header" -msgid "Menu Items" -msgstr "" - -#: build/locale/src/navigation/components/MenuCreateDialog/MenuCreateDialog.json -#. [menuCreateDialogMenuTitleLabel] -#. defaultMessage is: -#. Menu Title -#: build/locale/src/navigation/components/MenuList/MenuList.json -#. [menuListMenutitle] -#. defaultMessage is: -#. Menu Title -#: build/locale/src/navigation/components/MenuProperties/MenuProperties.json -#. [menuPropertiesMenuTitle] -#. defaultMessage is: -#. Menu Title -msgctxt "description" -msgid "Menu Title" -msgstr "" - -#: build/locale/src/discounts/components/VoucherSummary/VoucherSummary.json -#. [src.discounts.components.VoucherSummary.1836123577] - voucher value requirement -#. defaultMessage is: -#. Min. Order Value -msgctxt "voucher value requirement" -msgid "Min. Order Value" -msgstr "" - -#: build/locale/src/discounts/components/VoucherList/VoucherList.json -#. [src.discounts.components.VoucherList.2427377316] - minimum amount of spent money to activate voucher -#. defaultMessage is: -#. Min. Spent -msgctxt "minimum amount of spent money to activate voucher" -msgid "Min. Spent" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.1337705349] -#. defaultMessage is: -#. Minimal Order Value -msgctxt "description" -msgid "Minimal Order Value" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.1878009504] -#. defaultMessage is: -#. Minimal Order Weight -msgctxt "description" -msgid "Minimal Order Weight" -msgstr "" - -#: build/locale/src/discounts/components/VoucherRequirements/VoucherRequirements.json -#. [src.discounts.components.VoucherRequirements.653777456] - voucher requirement -#. defaultMessage is: -#. Minimal order value -msgctxt "voucher requirement" -msgid "Minimal order value" -msgstr "" - -#: build/locale/src/discounts/components/VoucherRequirements/VoucherRequirements.json -#. [src.discounts.components.VoucherRequirements.2746532349] - voucher requirements, header -#. defaultMessage is: -#. Minimum Requirements -msgctxt "voucher requirements, header" -msgid "Minimum Requirements" -msgstr "" - -#: build/locale/src/discounts/components/VoucherRequirements/VoucherRequirements.json -#. [src.discounts.components.VoucherRequirements.3740704788] - voucher requirement -#. defaultMessage is: -#. Minimum quantity of items -msgctxt "voucher requirement" -msgid "Minimum quantity of items" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [src.configuration.1233229030] -#. defaultMessage is: -#. Miscellaneous -msgctxt "description" -msgid "Miscellaneous" -msgstr "" - -#: build/locale/src/customers/components/CustomerListPage/filters.json -#. [src.customers.components.CustomerListPage.moneySpent] - customer -#. defaultMessage is: -#. Money Spent -msgctxt "customer" -msgid "Money Spent" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDetails/AttributeDetails.json -#. [src.attributes.components.AttributeDetails.3334509011] - product attribute type -#. defaultMessage is: -#. Multiple Select -msgctxt "product attribute type" -msgid "Multiple Select" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValueEditDialog/AttributeValueEditDialog.json -#. [src.attributes.components.AttributeValueEditDialog.636461959] - attribute name -#. defaultMessage is: -#. Name -msgctxt "attribute name" -msgid "Name" -msgstr "" - -#: build/locale/src/categories/components/CategoryProductList/CategoryProductList.json -#. [src.categories.components.CategoryProductList.636461959] - product -#. defaultMessage is: -#. Name -#: build/locale/src/products/components/ProductList/ProductList.json -#. [src.products.components.ProductList.636461959] - product -#. defaultMessage is: -#. Name -msgctxt "product" -msgid "Name" -msgstr "" - -#: build/locale/src/collections/components/CollectionDetails/CollectionDetails.json -#. [src.collections.components.CollectionDetails.636461959] - collection name -#. defaultMessage is: -#. Name -msgctxt "collection name" -msgid "Name" -msgstr "" - -#: build/locale/src/collections/components/CollectionProducts/CollectionProducts.json -#. [src.collections.components.CollectionProducts.636461959] - product name -#. defaultMessage is: -#. Name -#: build/locale/src/products/components/ProductDetailsForm/ProductDetailsForm.json -#. [src.products.components.ProductDetailsForm.636461959] - product name -#. defaultMessage is: -#. Name -msgctxt "product name" -msgid "Name" -msgstr "" - -#: build/locale/src/discounts/components/SaleInfo/SaleInfo.json -#. [src.discounts.components.SaleInfo.636461959] - sale name -#. defaultMessage is: -#. Name -#: build/locale/src/discounts/components/SaleList/SaleList.json -#. [src.discounts.components.SaleList.636461959] - sale name -#. defaultMessage is: -#. Name -#: build/locale/src/discounts/components/SaleSummary/SaleSummary.json -#. [src.discounts.components.SaleSummary.636461959] - sale name -#. defaultMessage is: -#. Name -msgctxt "sale name" -msgid "Name" -msgstr "" - -#: build/locale/src/navigation/components/MenuItemDialog/MenuItemDialog.json -#. [menuItemDialogNameLabel] - menu item name -#. defaultMessage is: -#. Name -msgctxt "menu item name" -msgid "Name" -msgstr "" - -#: build/locale/src/plugins/components/PluginsList/PluginsList.json -#. [src.plugins.components.PluginsList.636461959] - plugin name -#. defaultMessage is: -#. Name -msgctxt "plugin name" -msgid "Name" -msgstr "" - -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.636461959] - product variant name -#. defaultMessage is: -#. Name -msgctxt "product variant name" -msgid "Name" -msgstr "" - -#: build/locale/src/services/components/ServiceList/ServiceList.json -#. [src.services.components.ServiceList.636461959] - service name -#. defaultMessage is: -#. Name -msgctxt "service name" -msgid "Name" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRates/ShippingZoneRates.json -#. [src.shipping.components.ShippingZoneRates.636461959] - shipping method name -#. defaultMessage is: -#. Name -msgctxt "shipping method name" -msgid "Name" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZonesList/ShippingZonesList.json -#. [src.shipping.components.ShippingZonesList.636461959] - shipping zone -#. defaultMessage is: -#. Name -msgctxt "shipping zone" -msgid "Name" -msgstr "" - -#: build/locale/src/staff/components/StaffList/StaffList.json -#. [src.staff.components.StaffList.636461959] - staff member full name -#. defaultMessage is: -#. Name -msgctxt "staff member full name" -msgid "Name" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesList/TranslationsEntitiesList.json -#. [src.translations.components.TranslationsEntitiesList.636461959] - entity (product, collection, shipping method) name -#. defaultMessage is: -#. Name -msgctxt "entity (product, collection, shipping method) name" -msgid "Name" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksList/WebhooksList.json -#. [src.webhooks.components.WebhooksList.636461959] - webhook name -#. defaultMessage is: -#. Name -msgctxt "webhook name" -msgid "Name" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsDetails/SiteSettingsDetails.json -#. [src.siteSettings.components.SiteSettingsDetails.2286355060] -#. defaultMessage is: -#. Name of your store -msgctxt "description" -msgid "Name of your store" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsDetails/SiteSettingsDetails.json -#. [src.siteSettings.components.SiteSettingsDetails.1008586926] -#. defaultMessage is: -#. Name of your store is shown on tab in web browser -msgctxt "description" -msgid "Name of your store is shown on tab in web browser" -msgstr "" - -#: build/locale/src/components/Navigator/Navigator.json -#. [src.components.Navigator.3060198201] - navigator section header -#. defaultMessage is: -#. Navigate to -msgctxt "navigator section header" -msgid "Navigate to" -msgstr "" - -#: build/locale/src/intl.json -#. [src.navigation] - navigation section name -#. defaultMessage is: -#. Navigation -msgctxt "navigation section name" -msgid "Navigation" -msgstr "" - -#: build/locale/src/components/Navigator/Navigator.json -#. [src.components.Navigator.4290208300] - navigator notification title -#. defaultMessage is: -#. Navigator is here to help -msgctxt "navigator notification title" -msgid "Navigator is here to help" -msgstr "" - -#: build/locale/src/auth/components/NewPasswordPage/NewPasswordPage.json -#. [src.auth.components.NewPasswordPage.1254879564] -#. defaultMessage is: -#. New Password -msgctxt "description" -msgid "New Password" -msgstr "" - -#: build/locale/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.json -#. [src.staff.components.StaffPasswordResetDialog.1254879564] - input label -#. defaultMessage is: -#. New Password -msgctxt "input label" -msgid "New Password" -msgstr "" - -#: build/locale/src/products/views/ProductCreate.json -#. [src.products.views.1591632382] - page header -#. defaultMessage is: -#. New Product -msgctxt "page header" -msgid "New Product" -msgstr "" - -#: build/locale/src/products/components/ProductVariantNavigation/ProductVariantNavigation.json -#. [src.products.components.ProductVariantNavigation.3185562157] - variant name -#. defaultMessage is: -#. New Variant -msgctxt "variant name" -msgid "New Variant" -msgstr "" - -#: build/locale/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.json -#. [src.staff.components.StaffPasswordResetDialog.1651415182] -#. defaultMessage is: -#. New password must be at least 8 characters long -msgctxt "description" -msgid "New password must be at least 8 characters long" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.1451721797] - tax rate -#. defaultMessage is: -#. Newspapers -msgctxt "tax rate" -msgid "Newspapers" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateDialog.json -#. [src.products.components.ProductVariantCreateDialog.3673120330] - button -#. defaultMessage is: -#. Next -msgctxt "button" -msgid "Next" -msgstr "" - -#: build/locale/src/intl.json -#. [src.no] -#. defaultMessage is: -#. No -msgctxt "description" -msgid "No" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.json -#. [src.orders.components.OrderDraftDetailsProducts.546865199] -#. defaultMessage is: -#. No Products added to Order -msgctxt "description" -msgid "No Products added to Order" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.noResults] -#. defaultMessage is: -#. No Results -msgctxt "description" -msgid "No Results" -msgstr "" - -#: build/locale/src/home/components/HomeActivityCard/HomeActivityCard.json -#. [homeActivityCardNoActivities] -#. defaultMessage is: -#. No activities found -msgctxt "description" -msgid "No activities found" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsSummary/OrderDraftDetailsSummary.json -#. [src.orders.components.OrderDraftDetailsSummary.3594442178] -#. defaultMessage is: -#. No applicable shipping carriers -msgctxt "description" -msgid "No applicable shipping carriers" -msgstr "" - -#: build/locale/src/attributes/components/AttributeList/AttributeList.json -#. [src.attributes.components.AttributeList.1192828581] -#. defaultMessage is: -#. No attributes found -#: build/locale/src/productTypes/components/ProductTypeAttributes/ProductTypeAttributes.json -#. [src.productTypes.components.ProductTypeAttributes.1192828581] -#. defaultMessage is: -#. No attributes found -msgctxt "description" -msgid "No attributes found" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.115822814] -#. defaultMessage is: -#. No billing address -msgctxt "description" -msgid "No billing address" -msgstr "" - -#: build/locale/src/categories/components/CategoryList/CategoryList.json -#. [src.categories.components.CategoryList.2054128296] -#. defaultMessage is: -#. No categories found -#: build/locale/src/discounts/components/DiscountCategories/DiscountCategories.json -#. [src.discounts.components.DiscountCategories.2054128296] -#. defaultMessage is: -#. No categories found -msgctxt "description" -msgid "No categories found" -msgstr "" - -#: build/locale/src/collections/components/CollectionList/CollectionList.json -#. [src.collections.components.CollectionList.2137803833] -#. defaultMessage is: -#. No collections found -#: build/locale/src/discounts/components/DiscountCollections/DiscountCollections.json -#. [src.discounts.components.DiscountCollections.2137803833] -#. defaultMessage is: -#. No collections found -msgctxt "description" -msgid "No collections found" -msgstr "" - -#: build/locale/src/taxes/components/CountryList/CountryList.json -#. [src.taxes.components.CountryList.110033143] -#. defaultMessage is: -#. No countries found -msgctxt "description" -msgid "No countries found" -msgstr "" - -#: build/locale/src/customers/components/CustomerList/CustomerList.json -#. [src.customers.components.CustomerList.2239722559] -#. defaultMessage is: -#. No customers found -msgctxt "description" -msgid "No customers found" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftList/OrderDraftList.json -#. [src.orders.components.OrderDraftList.2177368638] -#. defaultMessage is: -#. No draft orders found -msgctxt "description" -msgid "No draft orders found" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsKeys/SiteSettingsKeys.json -#. [src.siteSettings.components.SiteSettingsKeys.3981699144] - no authentication provider API keys -#. defaultMessage is: -#. No keys -msgctxt "no authentication provider API keys" -msgid "No keys" -msgstr "" - -#: build/locale/src/translations/components/TranslationsLanguageList/TranslationsLanguageList.json -#. [src.translations.components.TranslationsLanguageList.2966651157] -#. defaultMessage is: -#. No languages found -msgctxt "description" -msgid "No languages found" -msgstr "" - -#: build/locale/src/navigation/components/MenuList/MenuList.json -#. [menuListNoMenus] -#. defaultMessage is: -#. No menus found -msgctxt "description" -msgid "No menus found" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomerNote/OrderCustomerNote.json -#. [src.orders.components.OrderCustomerNote.1505053535] -#. defaultMessage is: -#. No notes from customer -msgctxt "description" -msgid "No notes from customer" -msgstr "" - -#: build/locale/src/components/RowNumberSelect/RowNumberSelect.json -#. [src.components.RowNumberSelect.1154361791] -#. defaultMessage is: -#. No of Rows: -msgctxt "description" -msgid "No of Rows:" -msgstr "" - -#: build/locale/src/customers/components/CustomerOrders/CustomerOrders.json -#. [src.customers.components.CustomerOrders.898333473] -#. defaultMessage is: -#. No orders found -#: build/locale/src/orders/components/OrderList/OrderList.json -#. [src.orders.components.OrderList.898333473] -#. defaultMessage is: -#. No orders found -msgctxt "description" -msgid "No orders found" -msgstr "" - -#: build/locale/src/home/components/HomeNotificationTable/HomeNotificationTable.json -#. [homeNotificationTableNoOrders] -#. defaultMessage is: -#. No orders ready to fulfill -msgctxt "description" -msgid "No orders ready to fulfill" -msgstr "" - -#: build/locale/src/pages/components/PageList/PageList.json -#. [src.pages.components.PageList.2489163252] -#. defaultMessage is: -#. No pages found -msgctxt "description" -msgid "No pages found" -msgstr "" - -#: build/locale/src/home/components/HomeNotificationTable/HomeNotificationTable.json -#. [homeNotificationsNoPayments] -#. defaultMessage is: -#. No payments waiting for capture -msgctxt "description" -msgid "No payments waiting for capture" -msgstr "" - -#: build/locale/src/plugins/components/PluginsList/PluginsList.json -#. [src.plugins.components.PluginsList.666641390] -#. defaultMessage is: -#. No plugins found -msgctxt "description" -msgid "No plugins found" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeList/ProductTypeList.json -#. [src.productTypes.components.ProductTypeList.1126553969] -#. defaultMessage is: -#. No product types found -msgctxt "description" -msgid "No product types found" -msgstr "" - -#: build/locale/src/categories/components/CategoryProductList/CategoryProductList.json -#. [src.categories.components.CategoryProductList.1657559629] -#. defaultMessage is: -#. No products found -#: build/locale/src/collections/components/CollectionProducts/CollectionProducts.json -#. [src.collections.components.CollectionProducts.1657559629] -#. defaultMessage is: -#. No products found -#: build/locale/src/discounts/components/DiscountProducts/DiscountProducts.json -#. [src.discounts.components.DiscountProducts.1657559629] -#. defaultMessage is: -#. No products found -#: build/locale/src/home/components/HomeProductListCard/HomeProductListCard.json -#. [homeProductsListCardNoProducts] -#. defaultMessage is: -#. No products found -#: build/locale/src/products/components/ProductList/ProductList.json -#. [src.products.components.ProductList.1657559629] -#. defaultMessage is: -#. No products found -msgctxt "description" -msgid "No products found" -msgstr "" - -#: build/locale/src/orders/components/OrderProductAddDialog/OrderProductAddDialog.json -#. [src.orders.components.OrderProductAddDialog.353369701] -#. defaultMessage is: -#. No products matching given query -msgctxt "description" -msgid "No products matching given query" -msgstr "" - -#: build/locale/src/home/components/HomeNotificationTable/HomeNotificationTable.json -#. [homeNotificationsTableNoProducts] -#. defaultMessage is: -#. No products out of stock -msgctxt "description" -msgid "No products out of stock" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.3066312070] -#. defaultMessage is: -#. No reduced tax categories found -msgctxt "description" -msgid "No reduced tax categories found" -msgstr "" - -#: build/locale/src/components/AutocompleteSelectMenu/AutocompleteSelectMenu.json -#. [src.components.AutocompleteSelectMenu.2332404293] -#. defaultMessage is: -#. No results -msgctxt "description" -msgid "No results" -msgstr "" - -#: build/locale/src/components/Filter/FilterAutocompleteField.json -#. [src.components.Filter.2332404293] - search -#. defaultMessage is: -#. No results -msgctxt "search" -msgid "No results" -msgstr "" - -#: build/locale/src/components/MultiAutocompleteSelectField/MultiAutocompleteSelectFieldContent.json -#. [src.components.MultiAutocompleteSelectField.4205644805] -#. defaultMessage is: -#. No results found -#: build/locale/src/components/MultiSelectField/MultiSelectField.json -#. [src.components.MultiSelectField.4205644805] -#. defaultMessage is: -#. No results found -#: build/locale/src/components/RadioGroupField/RadioGroupField.json -#. [src.components.RadioGroupField.4205644805] -#. defaultMessage is: -#. No results found -#: build/locale/src/components/SingleAutocompleteSelectField/SingleAutocompleteSelectFieldContent.json -#. [src.components.SingleAutocompleteSelectField.4205644805] -#. defaultMessage is: -#. No results found -#: build/locale/src/components/SingleSelectField/SingleSelectField.json -#. [src.components.SingleSelectField.4205644805] -#. defaultMessage is: -#. No results found -#: build/locale/src/productTypes/components/AssignAttributeDialog/AssignAttributeDialog.json -#. [src.productTypes.components.AssignAttributeDialog.4205644805] -#. defaultMessage is: -#. No results found -msgctxt "description" -msgid "No results found" -msgstr "" - -#: build/locale/src/discounts/components/SaleList/SaleList.json -#. [src.discounts.components.SaleList.4101565527] -#. defaultMessage is: -#. No sales found -msgctxt "description" -msgid "No sales found" -msgstr "" - -#: build/locale/src/services/components/ServiceList/ServiceList.json -#. [src.services.components.ServiceList.1342308051] -#. defaultMessage is: -#. No service accounts found -msgctxt "description" -msgid "No service accounts found" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.2430492151] -#. defaultMessage is: -#. No shipping address -msgctxt "description" -msgid "No shipping address" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRates/ShippingZoneRates.json -#. [src.shipping.components.ShippingZoneRates.1961493435] -#. defaultMessage is: -#. No shipping rates found -msgctxt "description" -msgid "No shipping rates found" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZonesList/ShippingZonesList.json -#. [src.shipping.components.ShippingZonesList.655374584] -#. defaultMessage is: -#. No shipping zones found -msgctxt "description" -msgid "No shipping zones found" -msgstr "" - -#: build/locale/src/staff/components/StaffList/StaffList.json -#. [src.staff.components.StaffList.480166346] -#. defaultMessage is: -#. No staff members found -msgctxt "description" -msgid "No staff members found" -msgstr "" - -#: build/locale/src/categories/components/CategoryList/CategoryList.json -#. [src.categories.components.CategoryList.2155313053] -#. defaultMessage is: -#. No subcategories found -msgctxt "description" -msgid "No subcategories found" -msgstr "" - -#: build/locale/src/services/components/ServiceTokens/ServiceTokens.json -#. [src.services.components.ServiceTokens.2639089057] -#. defaultMessage is: -#. No tokens found -msgctxt "description" -msgid "No tokens found" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesList/TranslationsEntitiesList.json -#. [src.translations.components.TranslationsEntitiesList.4176487406] -#. defaultMessage is: -#. No translatable entities found -msgctxt "description" -msgid "No translatable entities found" -msgstr "" - -#: build/locale/src/translations/components/TranslationFields/TranslationFieldsLong.json -#. [src.translations.components.TranslationFields.3793796047] -#. defaultMessage is: -#. No translation yet -#: build/locale/src/translations/components/TranslationFields/TranslationFieldsRich.json -#. [src.translations.components.TranslationFields.3793796047] -#. defaultMessage is: -#. No translation yet -#: build/locale/src/translations/components/TranslationFields/TranslationFieldsShort.json -#. [src.translations.components.TranslationFields.3793796047] -#. defaultMessage is: -#. No translation yet -msgctxt "description" -msgid "No translation yet" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.1297434244] -#. defaultMessage is: -#. No user information -msgctxt "description" -msgid "No user information" -msgstr "" - -#: build/locale/src/attributes/components/AttributeValues/AttributeValues.json -#. [src.attributes.components.AttributeValues.2054206599] - No attribute values found -#. defaultMessage is: -#. No values found -msgctxt "No attribute values found" -msgid "No values found" -msgstr "" - -#: build/locale/src/discounts/components/VoucherList/VoucherList.json -#. [src.discounts.components.VoucherList.79160621] -#. defaultMessage is: -#. No vouchers found -msgctxt "description" -msgid "No vouchers found" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksList/WebhooksList.json -#. [src.webhooks.components.WebhooksList.1153324159] -#. defaultMessage is: -#. No webhooks found -msgctxt "description" -msgid "No webhooks found" -msgstr "" - -#: build/locale/src/customers/components/CustomerOrders/CustomerOrders.json -#. [src.customers.components.CustomerOrders.2889196282] - number of order -#. defaultMessage is: -#. No. of Order -msgctxt "number of order" -msgid "No. of Order" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftList/OrderDraftList.json -#. [src.orders.components.OrderDraftList.2889196282] -#. defaultMessage is: -#. No. of Order -#: build/locale/src/orders/components/OrderList/OrderList.json -#. [src.orders.components.OrderList.2889196282] -#. defaultMessage is: -#. No. of Order -msgctxt "description" -msgid "No. of Order" -msgstr "" - -#: build/locale/src/customers/components/CustomerList/CustomerList.json -#. [src.customers.components.CustomerList.1432565772] -#. defaultMessage is: -#. No. of Orders -msgctxt "description" -msgid "No. of Orders" -msgstr "" - -#: build/locale/src/categories/components/CategoryList/CategoryList.json -#. [src.categories.components.CategoryList.2527742754] - number of products -#. defaultMessage is: -#. No. of Products -msgctxt "number of products" -msgid "No. of Products" -msgstr "" - -#: build/locale/src/collections/components/CollectionList/CollectionList.json -#. [src.collections.components.CollectionList.2527742754] -#. defaultMessage is: -#. No. of Products -msgctxt "description" -msgid "No. of Products" -msgstr "" - -#: build/locale/src/components/SingleAutocompleteSelectField/SingleAutocompleteSelectFieldContent.json -#. [src.components.SingleAutocompleteSelectField.3069107721] -#. defaultMessage is: -#. None -msgctxt "description" -msgid "None" -msgstr "" - -#: build/locale/src/discounts/components/VoucherRequirements/VoucherRequirements.json -#. [src.discounts.components.VoucherRequirements.3069107721] - voucher has no requirements -#. defaultMessage is: -#. None -msgctxt "voucher has no requirements" -msgid "None" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.collectionUnpublished] - collection -#. defaultMessage is: -#. Not Published -msgctxt "collection" -msgid "Not Published" -msgstr "" - -#: build/locale/src/pages/components/PageList/PageList.json -#. [src.pages.components.PageList.3767550649] - page status -#. defaultMessage is: -#. Not Published -msgctxt "page status" -msgid "Not Published" -msgstr "" - -#: build/locale/src/categories/components/CategoryProductList/CategoryProductList.json -#. [src.categories.components.CategoryProductList.2341910657] - product -#. defaultMessage is: -#. Not published -msgctxt "product" -msgid "Not published" -msgstr "" - -#: build/locale/src/collections/components/CollectionList/CollectionList.json -#. [src.collections.components.CollectionList.2341910657] - collection is not published -#. defaultMessage is: -#. Not published -msgctxt "collection is not published" -msgid "Not published" -msgstr "" - -#: build/locale/src/collections/components/CollectionProducts/CollectionProducts.json -#. [src.collections.components.CollectionProducts.2341910657] - product is not published -#. defaultMessage is: -#. Not published -#: build/locale/src/discounts/components/DiscountProducts/DiscountProducts.json -#. [src.discounts.components.DiscountProducts.2341910657] - product is not published -#. defaultMessage is: -#. Not published -msgctxt "product is not published" -msgid "Not published" -msgstr "" - -#: build/locale/src/products/components/ProductList/ProductList.json -#. [src.products.components.ProductList.2341910657] - product status -#. defaultMessage is: -#. Not published -msgctxt "product status" -msgid "Not published" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [orderCustomerCustomerNotSet] - customer is not set in draft order -#. defaultMessage is: -#. Not set -msgctxt "customer is not set in draft order" -msgid "Not set" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [orderCustomerShippingAddressNotSet] - shipping address is not set in draft order -#. defaultMessage is: -#. Not set -msgctxt "shipping address is not set in draft order" -msgid "Not set" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [orderCustomerBillingAddressNotSet] - no address is set in draft order -#. defaultMessage is: -#. Not set -msgctxt "no address is set in draft order" -msgid "Not set" -msgstr "" - -#: build/locale/src/customers/components/CustomerCreateNote/CustomerCreateNote.json -#. [src.customers.components.CustomerCreateNote.577013340] - note about customer -#. defaultMessage is: -#. Note -#: build/locale/src/customers/components/CustomerDetails/CustomerDetails.json -#. [src.customers.components.CustomerDetails.577013340] - note about customer -#. defaultMessage is: -#. Note -msgctxt "note about customer" -msgid "Note" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.3178394068] -#. defaultMessage is: -#. Note successfully added -msgctxt "description" -msgid "Note successfully added" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.2304318421] - order history message -#. defaultMessage is: -#. Note was added to the order -msgctxt "order history message" -msgid "Note was added to the order" -msgstr "" - -#: build/locale/src/customers/components/CustomerCreateNote/CustomerCreateNote.json -#. [src.customers.components.CustomerCreateNote.1520756907] - notes about customer header -#. defaultMessage is: -#. Notes -msgctxt "notes about customer header" -msgid "Notes" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomerNote/OrderCustomerNote.json -#. [src.orders.components.OrderCustomerNote.1520756907] - notes about customer, header -#. defaultMessage is: -#. Notes -msgctxt "notes about customer, header" -msgid "Notes" -msgstr "" - -#: build/locale/src/customers/components/CustomerListPage/filters.json -#. [src.customers.components.CustomerListPage.numberOfOrders] -#. defaultMessage is: -#. Number of Orders -msgctxt "description" -msgid "Number of Orders" -msgstr "" - -#: build/locale/src/discounts/components/VoucherValue/VoucherValue.json -#. [src.discounts.components.VoucherValue.1492866942] - voucher application, switch button -#. defaultMessage is: -#. Only once per order -msgctxt "voucher application, switch button" -msgid "Only once per order" -msgstr "" - -#: build/locale/src/components/ErrorPage/ErrorPage.json -#. [src.components.ErrorPage.2736139139] -#. defaultMessage is: -#. Ooops!... -#: build/locale/src/components/NotFoundPage/NotFoundPage.json -#. [src.components.NotFoundPage.2736139139] -#. defaultMessage is: -#. Ooops!... -msgctxt "description" -msgid "Ooops!..." -msgstr "" - -#: build/locale/src/intl.json -#. [src.optionalField] - field is optional -#. defaultMessage is: -#. Optional -#: build/locale/src/products/components/ProductImagePage/ProductImagePage.json -#. [src.products.components.ProductImagePage.1905082483] - field is optional -#. defaultMessage is: -#. Optional -msgctxt "field is optional" -msgid "Optional" -msgstr "" - -#: build/locale/src/products/components/ProductVariantPrice/ProductVariantPrice.json -#. [productVariantPriceOptionalPriceOverrideField] - optional field -#. defaultMessage is: -#. Optional -#: build/locale/src/products/components/ProductVariantPrice/ProductVariantPrice.json -#. [productVariantPriceOptionalCostPriceField] - optional field -#. defaultMessage is: -#. Optional -msgctxt "optional field" -msgid "Optional" -msgstr "" - -#: build/locale/src/home/components/HomeActivityCard/activityMessages.json -#. [src.home.components.HomeActivityCard.paid] -#. defaultMessage is: -#. Order #{orderId} was fully paid -msgctxt "description" -msgid "Order #{orderId} was fully paid" -msgstr "" - -#: build/locale/src/home/components/HomeActivityCard/activityMessages.json -#. [src.home.components.HomeActivityCard.placed] -#. defaultMessage is: -#. Order #{orderId} was placed -msgctxt "description" -msgid "Order #{orderId} was placed" -msgstr "" - -#: build/locale/src/home/components/HomeActivityCard/activityMessages.json -#. [src.home.components.HomeActivityCard.draft] -#. defaultMessage is: -#. Order #{orderId} was placed from draft by {userEmail} -msgctxt "description" -msgid "Order #{orderId} was placed from draft by {userEmail}" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetails/OrderDraftDetails.json -#. [src.orders.components.OrderDraftDetails.2343989342] - section header -#. defaultMessage is: -#. Order Details -msgctxt "section header" -msgid "Order Details" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.3990160018] -#. defaultMessage is: -#. Order History -msgctxt "description" -msgid "Order History" -msgstr "" - -#: build/locale/src/components/Navigator/NavigatorInput.json -#. [src.components.Navigator.1116468870] - navigator placeholder -#. defaultMessage is: -#. Order Number -msgctxt "navigator placeholder" -msgid "Order Number" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.1230178536] - order history message -#. defaultMessage is: -#. Order address was updated -msgctxt "order history message" -msgid "Order address was updated" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.3617444329] - event -#. defaultMessage is: -#. Order cancelled -msgctxt "event" -msgid "Order cancelled" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.2369495522] - order history message -#. defaultMessage is: -#. Order confirmation was sent to customer -msgctxt "order history message" -msgid "Order confirmation was sent to customer" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.3400883706] - event -#. defaultMessage is: -#. Order created -msgctxt "event" -msgid "Order created" -msgstr "" - -#: build/locale/src/orders/views/OrderDraftList/OrderDraftList.json -#. [src.orders.views.OrderDraftList.1872939752] -#. defaultMessage is: -#. Order draft succesfully created -#: build/locale/src/orders/views/OrderList/OrderList.json -#. [src.orders.views.OrderList.1872939752] -#. defaultMessage is: -#. Order draft succesfully created -msgctxt "description" -msgid "Order draft succesfully created" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.3907151399] - event -#. defaultMessage is: -#. Order fulfilled -msgctxt "event" -msgid "Order fulfilled" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.3345061702] - event -#. defaultMessage is: -#. Order fully paid -msgctxt "event" -msgid "Order fully paid" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1999598492] -#. defaultMessage is: -#. Order line added -msgctxt "description" -msgid "Order line added" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1468420349] -#. defaultMessage is: -#. Order line deleted -msgctxt "description" -msgid "Order line deleted" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1632861387] -#. defaultMessage is: -#. Order line updated -msgctxt "description" -msgid "Order line updated" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1636370257] -#. defaultMessage is: -#. Order marked as paid -msgctxt "description" -msgid "Order marked as paid" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.3280942553] -#. defaultMessage is: -#. Order payment successfully voided -msgctxt "description" -msgid "Order payment successfully voided" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.2808777264] -#. defaultMessage is: -#. Order successfully cancelled -msgctxt "description" -msgid "Order successfully cancelled" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.3367579693] -#. defaultMessage is: -#. Order successfully updated -msgctxt "description" -msgid "Order successfully updated" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.1606361075] - event -#. defaultMessage is: -#. Order updated -msgctxt "event" -msgid "Order updated" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.950782935] - order history message -#. defaultMessage is: -#. Order was cancelled -msgctxt "order history message" -msgid "Order was cancelled" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.1964864749] - order history message -#. defaultMessage is: -#. Order was created from draft -msgctxt "order history message" -msgid "Order was created from draft" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.2655541129] - order history message -#. defaultMessage is: -#. Order was fully paid -msgctxt "order history message" -msgid "Order was fully paid" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.184692906] - order history message -#. defaultMessage is: -#. Order was placed -msgctxt "order history message" -msgid "Order was placed" -msgstr "" - -#: build/locale/src/intl.json -#. [src.orders] - orders section name -#. defaultMessage is: -#. Orders -msgctxt "orders section name" -msgid "Orders" -msgstr "" - -#: build/locale/src/orders/views/OrderList/OrderList.json -#. [src.orders.views.OrderList.1136302661] -#. defaultMessage is: -#. Orders cancelled -msgctxt "description" -msgid "Orders cancelled" -msgstr "" - -#: build/locale/src/products/components/ProductCategoryAndCollectionsForm/ProductCategoryAndCollectionsForm.json -#. [src.products.components.ProductCategoryAndCollectionsForm.3829816432] - product organization, header -#. defaultMessage is: -#. Organization -msgctxt "product organization, header" -msgid "Organization" -msgstr "" - -#: build/locale/src/products/components/ProductOrganization/ProductOrganization.json -#. [src.products.components.ProductOrganization.2364184433] - section header -#. defaultMessage is: -#. Organize Product -msgctxt "section header" -msgid "Organize Product" -msgstr "" - -#: build/locale/src/translations/components/TranslationFields/TranslationFields.json -#. [src.translations.components.TranslationFields.1348655672] -#. defaultMessage is: -#. Original String -msgctxt "description" -msgid "Original String" -msgstr "" - -#: build/locale/src/components/Navigator/Navigator.json -#. [src.components.Navigator.3384551821] - navigator notification -#. defaultMessage is: -#. Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut. -msgctxt "navigator notification" -msgid "Our new feature to help you with your daily tasks. Run Navigator using {keyboardShortcut} shortcut." -msgstr "" - -#: build/locale/src/products/components/ProductListPage/filters.json -#. [src.products.components.ProductListPage.outOfStock] - product status -#. defaultMessage is: -#. Out Of Stock -msgctxt "product status" -msgid "Out Of Stock" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.353147224] - order payment -#. defaultMessage is: -#. Outstanding Balance -msgctxt "order payment" -msgid "Outstanding Balance" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.4015160303] - order history message -#. defaultMessage is: -#. Oversold {quantity} items -msgctxt "order history message" -msgid "Oversold {quantity} items" -msgstr "" - -#: build/locale/src/translations/components/TranslationsPagesPage/TranslationsPagesPage.json -#. [src.translations.components.TranslationsPagesPage.432157284] -#. defaultMessage is: -#. Page Title -msgctxt "description" -msgid "Page Title" -msgstr "" - -#: build/locale/src/intl.json -#. [src.pages] - pages section name -#. defaultMessage is: -#. Pages -msgctxt "pages section name" -msgid "Pages" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.3287512325] -#. defaultMessage is: -#. Pages -msgctxt "description" -msgid "Pages" -msgstr "" - -#: build/locale/src/misc.json -#. [src.partiallyFulfilled] - order status -#. defaultMessage is: -#. Partially fulfilled -msgctxt "order status" -msgid "Partially fulfilled" -msgstr "" - -#: build/locale/src/misc.json -#. [src.partiallyPaid] - payment status -#. defaultMessage is: -#. Partially paid -msgctxt "payment status" -msgid "Partially paid" -msgstr "" - -#: build/locale/src/misc.json -#. [src.partiallyRefunded] - payment status -#. defaultMessage is: -#. Partially refunded -msgctxt "payment status" -msgid "Partially refunded" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2553129615] - tax rate -#. defaultMessage is: -#. Passenger transport -msgctxt "tax rate" -msgid "Passenger transport" -msgstr "" - -#: build/locale/src/auth/components/LoginPage/LoginPage.json -#. [src.auth.components.LoginPage.2237029987] -#. defaultMessage is: -#. Password -#: build/locale/src/siteSettings/components/SiteSettingsKeyDialog/SiteSettingsKeyDialog.json -#. [src.siteSettings.components.SiteSettingsKeyDialog.2237029987] -#. defaultMessage is: -#. Password -msgctxt "description" -msgid "Password" -msgstr "" - -#: build/locale/src/staff/components/StaffPassword/StaffPassword.json -#. [src.staff.components.StaffPassword.2237029987] - header -#. defaultMessage is: -#. Password -msgctxt "header" -msgid "Password" -msgstr "" - -#: build/locale/src/auth/components/NewPasswordPage/NewPasswordPage.json -#. [src.auth.components.NewPasswordPage.4253911811] -#. defaultMessage is: -#. Passwords do not match -msgctxt "description" -msgid "Passwords do not match" -msgstr "" - -#: build/locale/src/orders/components/OrderList/OrderList.json -#. [src.orders.components.OrderList.2743232155] - payment status -#. defaultMessage is: -#. Payment -msgctxt "payment status" -msgid "Payment" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.2020753264] - order history message -#. defaultMessage is: -#. Payment confirmation was sent to customer -msgctxt "order history message" -msgid "Payment confirmation was sent to customer" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.4266665081] - order history message -#. defaultMessage is: -#. Payment failed -msgctxt "order history message" -msgid "Payment failed" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.557535634] -#. defaultMessage is: -#. Payment not captured: {errorMessage} -msgctxt "description" -msgid "Payment not captured: {errorMessage}" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.3991286734] - notification -#. defaultMessage is: -#. Payment not refunded: {errorMessage} -msgctxt "notification" -msgid "Payment not refunded: {errorMessage}" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.1056718390] -#. defaultMessage is: -#. Payment successfully captured -msgctxt "description" -msgid "Payment successfully captured" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.667274681] -#. defaultMessage is: -#. Payment successfully refunded -msgctxt "description" -msgid "Payment successfully refunded" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.2770854455] - order history message -#. defaultMessage is: -#. Payment was captured -msgctxt "order history message" -msgid "Payment was captured" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.348557206] - order history message -#. defaultMessage is: -#. Payment was refunded -msgctxt "order history message" -msgid "Payment was refunded" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.2566971846] - order history message -#. defaultMessage is: -#. Payment was voided -msgctxt "order history message" -msgid "Payment was voided" -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/filters.json -#. [src.discounts.components.SaleListPage.percentage] - discount type -#. defaultMessage is: -#. Percentage -#: build/locale/src/discounts/components/SaleType/SaleType.json -#. [src.discounts.components.SaleType.3688224049] - discount type -#. defaultMessage is: -#. Percentage -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.percentage] - discount type -#. defaultMessage is: -#. Percentage -msgctxt "discount type" -msgid "Percentage" -msgstr "" - -#: build/locale/src/discounts/components/VoucherTypes/VoucherTypes.json -#. [src.discounts.components.VoucherTypes.3688224049] - voucher discount type -#. defaultMessage is: -#. Percentage -msgctxt "voucher discount type" -msgid "Percentage" -msgstr "" - -#: build/locale/src/components/AccountPermissions/AccountPermissions.json -#. [src.components.AccountPermissions.2690176844] - dialog header -#. defaultMessage is: -#. Permissions -msgctxt "dialog header" -msgid "Permissions" -msgstr "" - -#: build/locale/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.json -#. [src.staff.components.StaffAddMemberDialog.2690176844] -#. defaultMessage is: -#. Permissions -msgctxt "description" -msgid "Permissions" -msgstr "" - -#: build/locale/src/customers/components/CustomerInfo/CustomerInfo.json -#. [src.customers.components.CustomerInfo.252313757] - customer informations, header -#. defaultMessage is: -#. Personal Informations -msgctxt "customer informations, header" -msgid "Personal Informations" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.815189256] - tax rate -#. defaultMessage is: -#. Pharmaceuticals -msgctxt "tax rate" -msgid "Pharmaceuticals" -msgstr "" - -#: build/locale/src/components/AddressEdit/AddressEdit.json -#. [src.components.AddressEdit.1271289966] -#. defaultMessage is: -#. Phone -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.1271289966] -#. defaultMessage is: -#. Phone -msgctxt "description" -msgid "Phone" -msgstr "" - -#: build/locale/src/products/components/ProductImagePage/ProductImagePage.json -#. [src.products.components.ProductImagePage.3822382625] - section header -#. defaultMessage is: -#. Photo Information -msgctxt "section header" -msgid "Photo Information" -msgstr "" - -#: build/locale/src/products/components/ProductImagePage/ProductImagePage.json -#. [src.products.components.ProductImagePage.367472710] - section header -#. defaultMessage is: -#. Photo View -msgctxt "section header" -msgid "Photo View" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeList/ProductTypeList.json -#. [src.productTypes.components.ProductTypeList.966610541] - product type -#. defaultMessage is: -#. Physical -msgctxt "product type" -msgid "Physical" -msgstr "" - -#: build/locale/src/staff/components/StaffPreferences/StaffPreferences.json -#. [src.staff.components.StaffPreferences.2162129531] -#. defaultMessage is: -#. Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion. -msgctxt "description" -msgid "Please note, while all currency and date adjustments are complete, language translations are at varying degrees of completion." -msgstr "" - -#: build/locale/src/auth/components/NewPasswordPage/NewPasswordPage.json -#. [src.auth.components.NewPasswordPage.1915811227] -#. defaultMessage is: -#. Please set up a new password. -msgctxt "description" -msgid "Please set up a new password." -msgstr "" - -#: build/locale/src/plugins/components/PluginInfo/PluginInfo.json -#. [src.plugins.components.PluginInfo.3425535100] - section header -#. defaultMessage is: -#. Plugin Information and Status -#: build/locale/src/plugins/components/PluginsDetailsPage/PluginsDetailsPage.json -#. [src.plugins.components.PluginsDetailsPage.3425535100] - section header -#. defaultMessage is: -#. Plugin Information and Status -msgctxt "section header" -msgid "Plugin Information and Status" -msgstr "" - -#: build/locale/src/plugins/components/PluginInfo/PluginInfo.json -#. [src.plugins.components.PluginInfo.1049131348] - plugin name -#. defaultMessage is: -#. Plugin Name -msgctxt "plugin name" -msgid "Plugin Name" -msgstr "" - -#: build/locale/src/plugins/components/PluginsDetailsPage/PluginsDetailsPage.json -#. [src.plugins.components.PluginsDetailsPage.1970881031] - section header -#. defaultMessage is: -#. Plugin Settings -#: build/locale/src/plugins/components/PluginSettings/PluginSettings.json -#. [src.plugins.components.PluginSettings.1970881031] - section header -#. defaultMessage is: -#. Plugin Settings -msgctxt "section header" -msgid "Plugin Settings" -msgstr "" - -#: build/locale/src/intl.json -#. [src.plugins] - plugins section name -#. defaultMessage is: -#. Plugins -msgctxt "plugins section name" -msgid "Plugins" -msgstr "" - -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.3590282519] - attribute position in storefront filters -#. defaultMessage is: -#. Position in faceted navigation -msgctxt "attribute position in storefront filters" -msgid "Position in faceted navigation" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.3768782744] - order payment -#. defaultMessage is: -#. Preauthorized amount -msgctxt "order payment" -msgid "Preauthorized amount" -msgstr "" - -#: build/locale/src/staff/components/StaffPreferences/StaffPreferences.json -#. [src.staff.components.StaffPreferences.2340309446] - section header -#. defaultMessage is: -#. Preferences -msgctxt "section header" -msgid "Preferences" -msgstr "" - -#: build/locale/src/staff/components/StaffPreferences/StaffPreferences.json -#. [src.staff.components.StaffPreferences.2281358617] -#. defaultMessage is: -#. Preferred Language -msgctxt "description" -msgid "Preferred Language" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateDialog.json -#. [src.products.components.ProductVariantCreateDialog.904693740] - previous step, button -#. defaultMessage is: -#. Previous -msgctxt "previous step, button" -msgid "Previous" -msgstr "" - -#: build/locale/src/staff/components/StaffPasswordResetDialog/StaffPasswordResetDialog.json -#. [src.staff.components.StaffPasswordResetDialog.53359254] - input label -#. defaultMessage is: -#. Previous Password -msgctxt "input label" -msgid "Previous Password" -msgstr "" - -#: build/locale/src/categories/components/CategoryProductList/CategoryProductList.json -#. [src.categories.components.CategoryProductList.1134347598] - product price -#. defaultMessage is: -#. Price -#: build/locale/src/orders/components/OrderFulfillment/OrderFulfillment.json -#. [src.orders.components.OrderFulfillment.1134347598] - product price -#. defaultMessage is: -#. Price -#: build/locale/src/products/components/ProductList/ProductList.json -#. [src.products.components.ProductList.1134347598] - product price -#. defaultMessage is: -#. Price -#: build/locale/src/products/components/ProductListPage/ProductListPage.json -#. [src.products.components.ProductListPage.1134347598] - product price -#. defaultMessage is: -#. Price -#: build/locale/src/products/components/ProductPricing/ProductPricing.json -#. [src.products.components.ProductPricing.1134347598] - product price -#. defaultMessage is: -#. Price -msgctxt "product price" -msgid "Price" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.json -#. [src.orders.components.OrderDraftDetailsProducts.1134347598] - price or ordered products -#. defaultMessage is: -#. Price -msgctxt "price or ordered products" -msgid "Price" -msgstr "" - -#: build/locale/src/orders/components/OrderUnfulfilledItems/OrderUnfulfilledItems.json -#. [src.orders.components.OrderUnfulfilledItems.1134347598] - product unit price -#. defaultMessage is: -#. Price -msgctxt "product unit price" -msgid "Price" -msgstr "" - -#: build/locale/src/products/components/ProductListPage/filters.json -#. [src.products.components.ProductListPage.price] -#. defaultMessage is: -#. Price -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [productVariantCreatePricesPriceInputLabel] -#. defaultMessage is: -#. Price -msgctxt "description" -msgid "Price" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [src.products.components.ProductVariantCreateDialog.1134347598] - variant price, header -#. defaultMessage is: -#. Price -msgctxt "variant price, header" -msgid "Price" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [productVariantCreatePricesSetPricePlaceholder] - variant price -#. defaultMessage is: -#. Price -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.json -#. [src.products.components.ProductVariantCreateDialog.1134347598] - variant price -#. defaultMessage is: -#. Price -msgctxt "variant price" -msgid "Price" -msgstr "" - -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.1134347598] - product variant price -#. defaultMessage is: -#. Price -msgctxt "product variant price" -msgid "Price" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRates/ShippingZoneRates.json -#. [src.shipping.components.ShippingZoneRates.1134347598] - shipping method price -#. defaultMessage is: -#. Price -msgctxt "shipping method price" -msgid "Price" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRates/ShippingZoneRates.json -#. [src.shipping.components.ShippingZoneRates.2542194565] - price based shipping methods, section header -#. defaultMessage is: -#. Price Based Rates -msgctxt "price based shipping methods, section header" -msgid "Price Based Rates" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateTabs.json -#. [src.products.components.ProductVariantCreateDialog.705096461] - variant creation step -#. defaultMessage is: -#. Prices and SKU -msgctxt "variant creation step" -msgid "Prices and SKU" -msgstr "" - -#: build/locale/src/products/components/ProductPricing/ProductPricing.json -#. [src.products.components.ProductPricing.1099355007] - product pricing -#. defaultMessage is: -#. Pricing -msgctxt "product pricing" -msgid "Pricing" -msgstr "" - -#: build/locale/src/products/components/ProductVariantPrice/ProductVariantPrice.json -#. [src.products.components.ProductVariantPrice.1099355007] - product pricing, section header -#. defaultMessage is: -#. Pricing -msgctxt "product pricing, section header" -msgid "Pricing" -msgstr "" - -#: build/locale/src/customers/components/CustomerCreateAddress/CustomerCreateAddress.json -#. [src.customers.components.CustomerCreateAddress.1751533141] - page header -#. defaultMessage is: -#. Primary Address -msgctxt "page header" -msgid "Primary Address" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.product] -#. defaultMessage is: -#. Product -#: build/locale/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.json -#. [src.orders.components.OrderDraftDetailsProducts.1895667608] -#. defaultMessage is: -#. Product -msgctxt "description" -msgid "Product" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillment/OrderFulfillment.json -#. [src.orders.components.OrderFulfillment.1895667608] - product name -#. defaultMessage is: -#. Product -#: build/locale/src/orders/components/OrderUnfulfilledItems/OrderUnfulfilledItems.json -#. [src.orders.components.OrderUnfulfilledItems.1895667608] - product name -#. defaultMessage is: -#. Product -msgctxt "product name" -msgid "Product" -msgstr "" - -#: build/locale/src/translations/components/TranslationsProductTypesPage/TranslationsProductTypesPage.json -#. [src.translations.components.TranslationsProductTypesPage.2510190956] - header -#. defaultMessage is: -#. Product Attribute ({attributeName}) -msgctxt "header" -msgid "Product Attribute ({attributeName})" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeAttributes/ProductTypeAttributes.json -#. [src.productTypes.components.ProductTypeAttributes.3559259966] - section header -#. defaultMessage is: -#. Product Attributes -msgctxt "section header" -msgid "Product Attributes" -msgstr "" - -#: build/locale/src/discounts/components/DiscountProducts/DiscountProducts.json -#. [src.discounts.components.DiscountProducts.2697405188] -#. defaultMessage is: -#. Product Name -#: build/locale/src/translations/components/TranslationsProductsPage/TranslationsProductsPage.json -#. [src.translations.components.TranslationsProductsPage.2697405188] -#. defaultMessage is: -#. Product Name -msgctxt "description" -msgid "Product Name" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [src.configuration.3655543906] -#. defaultMessage is: -#. Product Settings -msgctxt "description" -msgid "Product Settings" -msgstr "" - -#: build/locale/src/discounts/components/DiscountProducts/DiscountProducts.json -#. [src.discounts.components.DiscountProducts.4257289053] -#. defaultMessage is: -#. Product Type -#: build/locale/src/products/components/ProductOrganization/ProductOrganization.json -#. [src.products.components.ProductOrganization.4257289053] -#. defaultMessage is: -#. Product Type -msgctxt "description" -msgid "Product Type" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeDetails/ProductTypeDetails.json -#. [src.productTypes.components.ProductTypeDetails.1007996279] -#. defaultMessage is: -#. Product Type Name -msgctxt "description" -msgid "Product Type Name" -msgstr "" - -#: build/locale/src/intl.json -#. [src.productTypes] - product types section name -#. defaultMessage is: -#. Product Types -msgctxt "product types section name" -msgid "Product Types" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.765385638] -#. defaultMessage is: -#. Product Types -msgctxt "description" -msgid "Product Types" -msgstr "" - -#: build/locale/src/products/views/ProductCreate.json -#. [src.products.views.2899821092] -#. defaultMessage is: -#. Product created -#: build/locale/src/products/views/ProductVariantCreate.json -#. [src.products.views.2899821092] -#. defaultMessage is: -#. Product created -msgctxt "description" -msgid "Product created" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookEvents/WebhookEvents.json -#. [src.webhooks.components.WebhookEvents.2899821092] - event -#. defaultMessage is: -#. Product created -msgctxt "event" -msgid "Product created" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentDialog/OrderFulfillmentDialog.json -#. [src.orders.components.OrderFulfillmentDialog.4046223826] -#. defaultMessage is: -#. Product name -msgctxt "description" -msgid "Product name" -msgstr "" - -#: build/locale/src/products/views/ProductUpdate/ProductUpdate.json -#. [src.products.views.ProductUpdate.4108890645] -#. defaultMessage is: -#. Product removed -msgctxt "description" -msgid "Product removed" -msgstr "" - -#: build/locale/src/productTypes/views/ProductTypeUpdate/index.json -#. [src.productTypes.views.ProductTypeUpdate.3512959355] -#. defaultMessage is: -#. Product type deleted -msgctxt "description" -msgid "Product type deleted" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeDetailsPage/ProductTypeDetailsPage.json -#. [src.productTypes.components.ProductTypeDetailsPage.1217376589] - switch button -#. defaultMessage is: -#. Product type uses Variant Attributes -msgctxt "switch button" -msgid "Product type uses Variant Attributes" -msgstr "" - -#: build/locale/src/categories/components/CategoryUpdatePage/CategoryUpdatePage.json -#. [src.categories.components.CategoryUpdatePage.2968663655] - number of products in category -#. defaultMessage is: -#. Products -msgctxt "number of products in category" -msgid "Products" -msgstr "" - -#: build/locale/src/discounts/components/DiscountCategories/DiscountCategories.json -#. [src.discounts.components.DiscountCategories.2968663655] - number of products -#. defaultMessage is: -#. Products -#: build/locale/src/discounts/components/DiscountCollections/DiscountCollections.json -#. [src.discounts.components.DiscountCollections.2968663655] - number of products -#. defaultMessage is: -#. Products -msgctxt "number of products" -msgid "Products" -msgstr "" - -#: build/locale/src/intl.json -#. [src.products] - products section name -#. defaultMessage is: -#. Products -msgctxt "products section name" -msgid "Products" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.2968663655] -#. defaultMessage is: -#. Products -msgctxt "description" -msgid "Products" -msgstr "" - -#: build/locale/src/discounts/components/SaleDetailsPage/SaleDetailsPage.json -#. [saleDetailsPageProductsQuantity] - number of products -#. defaultMessage is: -#. Products ({quantity}) -#: build/locale/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.json -#. [src.discounts.components.VoucherDetailsPage.846927739] - number of products -#. defaultMessage is: -#. Products ({quantity}) -msgctxt "number of products" -msgid "Products ({quantity})" -msgstr "" - -#: build/locale/src/categories/components/CategoryProducts/CategoryProducts.json -#. [src.categories.components.CategoryProducts.4164156574] - header -#. defaultMessage is: -#. Products in {categoryName} -msgctxt "header" -msgid "Products in {categoryName}" -msgstr "" - -#: build/locale/src/collections/components/CollectionProducts/CollectionProducts.json -#. [src.collections.components.CollectionProducts.4114667680] - products in collection -#. defaultMessage is: -#. Products in {name} -msgctxt "products in collection" -msgid "Products in {name}" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.3506022286] - order history message -#. defaultMessage is: -#. Products were added to draft order -msgctxt "order history message" -msgid "Products were added to draft order" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.4067959693] - order history message -#. defaultMessage is: -#. Products were deleted from draft order -msgctxt "order history message" -msgid "Products were deleted from draft order" -msgstr "" - -#: build/locale/src/intl.json -#. [src.properties] -#. defaultMessage is: -#. Properties -msgctxt "description" -msgid "Properties" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.4199760668] - tax rate -#. defaultMessage is: -#. Property renovations -msgctxt "tax rate" -msgid "Property renovations" -msgstr "" - -#: build/locale/src/auth/views/ResetPassword.json -#. [src.auth.views.2388238158] -#. defaultMessage is: -#. Provided email address does not exist in our database. -msgctxt "description" -msgid "Provided email address does not exist in our database." -msgstr "" - -#: build/locale/src/collections/views/CollectionList/CollectionList.json -#. [src.collections.views.CollectionList.1547167026] - publish collections -#. defaultMessage is: -#. Publish -msgctxt "publish collections" -msgid "Publish" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.1547167026] - publish page, button -#. defaultMessage is: -#. Publish -msgctxt "publish page, button" -msgid "Publish" -msgstr "" - -#: build/locale/src/products/views/ProductList/ProductList.json -#. [src.products.views.ProductList.1547167026] - publish product, button -#. defaultMessage is: -#. Publish -msgctxt "publish product, button" -msgid "Publish" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.2321087286] - dialog header -#. defaultMessage is: -#. Publish Pages -msgctxt "dialog header" -msgid "Publish Pages" -msgstr "" - -#: build/locale/src/products/views/ProductList/ProductList.json -#. [src.products.views.ProductList.2946646245] - dialog header -#. defaultMessage is: -#. Publish Products -msgctxt "dialog header" -msgid "Publish Products" -msgstr "" - -#: build/locale/src/collections/views/CollectionList/CollectionList.json -#. [src.collections.views.CollectionList.2823425739] - dialog title -#. defaultMessage is: -#. Publish collections -msgctxt "dialog title" -msgid "Publish collections" -msgstr "" - -#: build/locale/src/components/VisibilityCard/VisibilityCard.json -#. [src.components.VisibilityCard.2060790769] - publish on date -#. defaultMessage is: -#. Publish on -msgctxt "publish on date" -msgid "Publish on" -msgstr "" - -#: build/locale/src/categories/components/CategoryProductList/CategoryProductList.json -#. [src.categories.components.CategoryProductList.3640454975] - product status -#. defaultMessage is: -#. Published -#: build/locale/src/products/components/ProductList/ProductList.json -#. [src.products.components.ProductList.3640454975] - product status -#. defaultMessage is: -#. Published -#: build/locale/src/products/components/ProductListPage/ProductListPage.json -#. [src.products.components.ProductListPage.3640454975] - product status -#. defaultMessage is: -#. Published -msgctxt "product status" -msgid "Published" -msgstr "" - -#: build/locale/src/categories/components/CategoryProductList/CategoryProductList.json -#. [productStatusLabel] - product -#. defaultMessage is: -#. Published -msgctxt "product" -msgid "Published" -msgstr "" - -#: build/locale/src/collections/components/CollectionList/CollectionList.json -#. [src.collections.components.CollectionList.3640454975] - collection is published -#. defaultMessage is: -#. Published -msgctxt "collection is published" -msgid "Published" -msgstr "" - -#: build/locale/src/collections/components/CollectionListPage/filters.json -#. [src.collections.components.CollectionListPage.published] - collection -#. defaultMessage is: -#. Published -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.collectionPublished] - collection -#. defaultMessage is: -#. Published -msgctxt "collection" -msgid "Published" -msgstr "" - -#: build/locale/src/collections/components/CollectionProducts/CollectionProducts.json -#. [src.collections.components.CollectionProducts.3640454975] - product is published -#. defaultMessage is: -#. Published -#: build/locale/src/discounts/components/DiscountProducts/DiscountProducts.json -#. [src.discounts.components.DiscountProducts.3640454975] - product is published -#. defaultMessage is: -#. Published -msgctxt "product is published" -msgid "Published" -msgstr "" - -#: build/locale/src/pages/components/PageList/PageList.json -#. [src.pages.components.PageList.3640454975] - page status -#. defaultMessage is: -#. Published -msgctxt "page status" -msgid "Published" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.2543350562] - notification -#. defaultMessage is: -#. Published pages -msgctxt "notification" -msgid "Published pages" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.json -#. [src.orders.components.OrderDraftDetailsProducts.2796503714] - quantity of ordered products -#. defaultMessage is: -#. Quantity -msgctxt "quantity of ordered products" -msgid "Quantity" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillment/OrderFulfillment.json -#. [src.orders.components.OrderFulfillment.2796503714] - ordered product quantity -#. defaultMessage is: -#. Quantity -msgctxt "ordered product quantity" -msgid "Quantity" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentDialog/OrderFulfillmentDialog.json -#. [src.orders.components.OrderFulfillmentDialog.2796503714] - quantity of fulfilled products -#. defaultMessage is: -#. Quantity -msgctxt "quantity of fulfilled products" -msgid "Quantity" -msgstr "" - -#: build/locale/src/orders/components/OrderUnfulfilledItems/OrderUnfulfilledItems.json -#. [src.orders.components.OrderUnfulfilledItems.2796503714] - ordered products -#. defaultMessage is: -#. Quantity -msgctxt "ordered products" -msgid "Quantity" -msgstr "" - -#: build/locale/src/components/Navigator/Navigator.json -#. [src.components.Navigator.3636839115] - navigator section header -#. defaultMessage is: -#. Quick Actions -msgctxt "navigator section header" -msgid "Quick Actions" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.1440682557] -#. defaultMessage is: -#. Quick Pick -msgctxt "description" -msgid "Quick Pick" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.3213611593] - shipping method -#. defaultMessage is: -#. Rate -msgctxt "shipping method" -msgid "Rate" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.382595300] - shipping method name -#. defaultMessage is: -#. Rate Name -msgctxt "shipping method name" -msgid "Rate Name" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.1403365734] - shipping method price -#. defaultMessage is: -#. Rate Price -msgctxt "shipping method price" -msgid "Rate Price" -msgstr "" - -#: build/locale/src/customers/components/CustomerOrders/CustomerOrders.json -#. [src.customers.components.CustomerOrders.1899831623] - section header -#. defaultMessage is: -#. Recent Orders -msgctxt "section header" -msgid "Recent Orders" -msgstr "" - -#: build/locale/src/taxes/components/CountryList/CountryList.json -#. [src.taxes.components.CountryList.3154586635] -#. defaultMessage is: -#. Reduced Tax Rates -msgctxt "description" -msgid "Reduced Tax Rates" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.2845258362] - button -#. defaultMessage is: -#. Refund -msgctxt "button" -msgid "Refund" -msgstr "" - -#: build/locale/src/orders/components/OrderPaymentDialog/OrderPaymentDialog.json -#. [src.orders.components.OrderPaymentDialog.250371749] - dialog header -#. defaultMessage is: -#. Refund Payment -msgctxt "dialog header" -msgid "Refund Payment" -msgstr "" - -#: build/locale/src/orders/components/OrderBulkCancelDialog/OrderBulkCancelDialog.json -#. [src.orders.components.OrderBulkCancelDialog.187921539] - switch button -#. defaultMessage is: -#. Release all stock allocated to these orders -msgctxt "switch button" -msgid "Release all stock allocated to these orders" -msgstr "" - -#: build/locale/src/orders/components/OrderCancelDialog/OrderCancelDialog.json -#. [src.orders.components.OrderCancelDialog.944150063] - switch button -#. defaultMessage is: -#. Release all stock allocated to this order -msgctxt "switch button" -msgid "Release all stock allocated to this order" -msgstr "" - -#: build/locale/src/categories/views/CategoryDetails.json -#. [src.categories.views.3488150607] -#. defaultMessage is: -#. Remember this will also delete all products assigned to this category. -#: build/locale/src/categories/views/CategoryList/CategoryList.json -#. [src.categories.views.CategoryList.3488150607] -#. defaultMessage is: -#. Remember this will also delete all products assigned to this category. -msgctxt "description" -msgid "Remember this will also delete all products assigned to this category." -msgstr "" - -#: build/locale/src/intl.json -#. [src.remove] - button -#. defaultMessage is: -#. Remove -msgctxt "button" -msgid "Remove" -msgstr "" - -#: build/locale/src/pages/views/PageDetails.json -#. [src.pages.views.1457312643] -#. defaultMessage is: -#. Removed page -msgctxt "description" -msgid "Removed page" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.1080715663] - notification -#. defaultMessage is: -#. Removed pages -msgctxt "notification" -msgid "Removed pages" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.2534378844] -#. defaultMessage is: -#. Removed sale -msgctxt "description" -msgid "Removed sale" -msgstr "" - -#: build/locale/src/components/RichTextEditor/ImageEntity.json -#. [src.components.RichTextEditor.2049070632] - replace image, button -#. defaultMessage is: -#. Replace -msgctxt "replace image, button" -msgid "Replace" -msgstr "" - -#: build/locale/src/components/ColumnPicker/ColumnPickerContent.json -#. [src.components.ColumnPicker.1483881697] - button -#. defaultMessage is: -#. Reset -msgctxt "button" -msgid "Reset" -msgstr "" - -#: build/locale/src/auth/components/LoginPage/LoginPage.json -#. [src.auth.components.LoginPage.4028609483] - button -#. defaultMessage is: -#. Reset your password -msgctxt "button" -msgid "Reset your password" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.1003092716] -#. defaultMessage is: -#. Rest of the World -msgctxt "description" -msgid "Rest of the World" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.776474251] - tax rate -#. defaultMessage is: -#. Restaurants -msgctxt "tax rate" -msgid "Restaurants" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentCancelDialog/OrderFulfillmentCancelDialog.json -#. [src.orders.components.OrderFulfillmentCancelDialog.3515223857] - switch button -#. defaultMessage is: -#. Restock items? -msgctxt "switch button" -msgid "Restock items?" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.2027649178] - order history message -#. defaultMessage is: -#. Restocked {quantity} items -msgctxt "order history message" -msgid "Restocked {quantity} items" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentDialog/OrderFulfillmentDialog.json -#. [src.orders.components.OrderFulfillmentDialog.693960049] - product's sku -#. defaultMessage is: -#. SKU -msgctxt "product's sku" -msgid "SKU" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.json -#. [src.products.components.ProductVariantCreateDialog.693960049] -#. defaultMessage is: -#. SKU -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.693960049] -#. defaultMessage is: -#. SKU -msgctxt "description" -msgid "SKU" -msgstr "" - -#: build/locale/src/products/components/ProductStock/ProductStock.json -#. [src.products.components.ProductStock.2585918415] -#. defaultMessage is: -#. SKU (Stock Keeping Unit) -#: build/locale/src/products/components/ProductVariantStock/ProductVariantStock.json -#. [src.products.components.ProductVariantStock.2585918415] -#. defaultMessage is: -#. SKU (Stock Keeping Unit) -msgctxt "description" -msgid "SKU (Stock Keeping Unit)" -msgstr "" - -#: build/locale/src/orders/components/OrderProductAddDialog/OrderProductAddDialog.json -#. [src.orders.components.OrderProductAddDialog.2272209368] - variant sku -#. defaultMessage is: -#. SKU {sku} -msgctxt "variant sku" -msgid "SKU {sku}" -msgstr "" - -#: build/locale/src/translations/components/TranslationsSalesPage/TranslationsSalesPage.json -#. [src.translations.components.TranslationsSalesPage.898281424] -#. defaultMessage is: -#. Sale Name -msgctxt "description" -msgid "Sale Name" -msgstr "" - -#: build/locale/src/intl.json -#. [src.somethingWentWrong] -#. defaultMessage is: -#. Saleor ran into an unexpected problem -msgctxt "description" -msgid "Saleor ran into an unexpected problem" -msgstr "" - -#: build/locale/src/intl.json -#. [src.readOnly] -#. defaultMessage is: -#. Saleor runs in read-only mode. Changes not saved. -msgctxt "description" -msgid "Saleor runs in read-only mode. Changes not saved." -msgstr "" - -#: build/locale/src/intl.json -#. [src.sales] - sales section name -#. defaultMessage is: -#. Sales -msgctxt "sales section name" -msgid "Sales" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.487083593] -#. defaultMessage is: -#. Sales -msgctxt "description" -msgid "Sales" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [src.orders.components.OrderCustomer.3912924864] - billing address -#. defaultMessage is: -#. Same as shipping address -msgctxt "billing address" -msgid "Same as shipping address" -msgstr "" - -#: build/locale/src/intl.json -#. [src.save] - button -#. defaultMessage is: -#. Save -msgctxt "button" -msgid "Save" -msgstr "" - -#: build/locale/src/components/SaveFilterTabDialog/SaveFilterTabDialog.json -#. [src.components.SaveFilterTabDialog.1514415736] - save filter tab, header -#. defaultMessage is: -#. Save Custom Search -msgctxt "save filter tab, header" -msgid "Save Custom Search" -msgstr "" - -#: build/locale/src/components/FilterBar/FilterBar.json -#. [src.components.FilterBar.3268463180] - button -#. defaultMessage is: -#. Save Search -#: build/locale/src/components/SearchBar/SearchBar.json -#. [src.components.SearchBar.3268463180] - button -#. defaultMessage is: -#. Save Search -msgctxt "button" -msgid "Save Search" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreatePage/ProductVariantCreatePage.json -#. [src.products.components.ProductVariantCreatePage.2853608829] - button -#. defaultMessage is: -#. Save variant -msgctxt "button" -msgid "Save variant" -msgstr "" - -#: build/locale/src/intl.json -#. [src.savedChanges] -#. defaultMessage is: -#. Saved changes -msgctxt "description" -msgid "Saved changes" -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/filters.json -#. [src.discounts.components.SaleListPage.scheduled] - sale status -#. defaultMessage is: -#. Scheduled -msgctxt "sale status" -msgid "Scheduled" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.scheduled] - voucher status -#. defaultMessage is: -#. Scheduled -msgctxt "voucher status" -msgid "Scheduled" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/AttributeListPage.json -#. [src.attributes.components.AttributeListPage.3916653510] -#. defaultMessage is: -#. Search Attribute -msgctxt "description" -msgid "Search Attribute" -msgstr "" - -#: build/locale/src/productTypes/components/AssignAttributeDialog/AssignAttributeDialog.json -#. [src.productTypes.components.AssignAttributeDialog.902296540] -#. defaultMessage is: -#. Search Attributes -msgctxt "description" -msgid "Search Attributes" -msgstr "" - -#: build/locale/src/components/AssignCategoryDialog/AssignCategoryDialog.json -#. [src.components.AssignCategoryDialog.1305061437] -#. defaultMessage is: -#. Search Categories -msgctxt "description" -msgid "Search Categories" -msgstr "" - -#: build/locale/src/categories/components/CategoryListPage/CategoryListPage.json -#. [src.categories.components.CategoryListPage.3841025483] -#. defaultMessage is: -#. Search Category -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.3841025483] -#. defaultMessage is: -#. Search Category -msgctxt "description" -msgid "Search Category" -msgstr "" - -#: build/locale/src/collections/components/CollectionListPage/CollectionListPage.json -#. [src.collections.components.CollectionListPage.4057224233] -#. defaultMessage is: -#. Search Collection -#: build/locale/src/components/AssignCollectionDialog/AssignCollectionDialog.json -#. [src.components.AssignCollectionDialog.4057224233] -#. defaultMessage is: -#. Search Collection -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.4057224233] -#. defaultMessage is: -#. Search Collection -msgctxt "description" -msgid "Search Collection" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.helpCommandsMode] - navigator command mode description -#. defaultMessage is: -#. Search Command -msgctxt "navigator command mode description" -msgid "Search Command" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.3510295703] -#. defaultMessage is: -#. Search Countries -msgctxt "description" -msgid "Search Countries" -msgstr "" - -#: build/locale/src/components/Navigator/NavigatorInput.json -#. [src.components.Navigator.1643417013] - navigator placeholder -#. defaultMessage is: -#. Search Customer -msgctxt "navigator placeholder" -msgid "Search Customer" -msgstr "" - -#: build/locale/src/customers/components/CustomerListPage/CustomerListPage.json -#. [src.customers.components.CustomerListPage.1643417013] -#. defaultMessage is: -#. Search Customer -msgctxt "description" -msgid "Search Customer" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.helpCustomersMode] - navigator customer mode description -#. defaultMessage is: -#. Search Customers -msgctxt "navigator customer mode description" -msgid "Search Customers" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [src.orders.components.OrderCustomer.2433460203] -#. defaultMessage is: -#. Search Customers -msgctxt "description" -msgid "Search Customers" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftListPage/OrderDraftListPage.json -#. [src.orders.components.OrderDraftListPage.77765281] -#. defaultMessage is: -#. Search Draft -msgctxt "description" -msgid "Search Draft" -msgstr "" - -#: build/locale/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.json -#. [src.translations.components.TranslationsCategoriesPage.1406947243] -#. defaultMessage is: -#. Search Engine Description -#: build/locale/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.json -#. [src.translations.components.TranslationsCollectionsPage.1406947243] -#. defaultMessage is: -#. Search Engine Description -#: build/locale/src/translations/components/TranslationsPagesPage/TranslationsPagesPage.json -#. [src.translations.components.TranslationsPagesPage.1406947243] -#. defaultMessage is: -#. Search Engine Description -#: build/locale/src/translations/components/TranslationsProductsPage/TranslationsProductsPage.json -#. [src.translations.components.TranslationsProductsPage.1406947243] -#. defaultMessage is: -#. Search Engine Description -msgctxt "description" -msgid "Search Engine Description" -msgstr "" - -#: build/locale/src/components/SeoForm/SeoForm.json -#. [src.components.SeoForm.3468022343] -#. defaultMessage is: -#. Search Engine Preview -#: build/locale/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.json -#. [src.translations.components.TranslationsCategoriesPage.3468022343] -#. defaultMessage is: -#. Search Engine Preview -#: build/locale/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.json -#. [src.translations.components.TranslationsCollectionsPage.3468022343] -#. defaultMessage is: -#. Search Engine Preview -#: build/locale/src/translations/components/TranslationsPagesPage/TranslationsPagesPage.json -#. [src.translations.components.TranslationsPagesPage.3468022343] -#. defaultMessage is: -#. Search Engine Preview -#: build/locale/src/translations/components/TranslationsProductsPage/TranslationsProductsPage.json -#. [src.translations.components.TranslationsProductsPage.3468022343] -#. defaultMessage is: -#. Search Engine Preview -msgctxt "description" -msgid "Search Engine Preview" -msgstr "" - -#: build/locale/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.json -#. [src.translations.components.TranslationsCategoriesPage.2496919463] -#. defaultMessage is: -#. Search Engine Title -#: build/locale/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.json -#. [src.translations.components.TranslationsCollectionsPage.2496919463] -#. defaultMessage is: -#. Search Engine Title -#: build/locale/src/translations/components/TranslationsPagesPage/TranslationsPagesPage.json -#. [src.translations.components.TranslationsPagesPage.2496919463] -#. defaultMessage is: -#. Search Engine Title -#: build/locale/src/translations/components/TranslationsProductsPage/TranslationsProductsPage.json -#. [src.translations.components.TranslationsProductsPage.2496919463] -#. defaultMessage is: -#. Search Engine Title -msgctxt "description" -msgid "Search Engine Title" -msgstr "" - -#: build/locale/src/components/SaveFilterTabDialog/SaveFilterTabDialog.json -#. [src.components.SaveFilterTabDialog.1556856943] - save search tab -#. defaultMessage is: -#. Search Name -msgctxt "save search tab" -msgid "Search Name" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.helpOrdersMode] - navigator order mode description -#. defaultMessage is: -#. Search Orders -msgctxt "navigator order mode description" -msgid "Search Orders" -msgstr "" - -#: build/locale/src/orders/components/OrderListPage/OrderListPage.json -#. [src.orders.components.OrderListPage.355376157] -#. defaultMessage is: -#. Search Orders... -msgctxt "description" -msgid "Search Orders..." -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.2559018090] -#. defaultMessage is: -#. Search Page -msgctxt "description" -msgid "Search Page" -msgstr "" - -#: build/locale/src/plugins/components/PluginsListPage/PluginsListPage.json -#. [src.plugins.components.PluginsListPage.3233248823] -#. defaultMessage is: -#. Search Plugins... -msgctxt "description" -msgid "Search Plugins..." -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.2105464697] -#. defaultMessage is: -#. Search Product -msgctxt "description" -msgid "Search Product" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.json -#. [src.productTypes.components.ProductTypeListPage.3420445375] -#. defaultMessage is: -#. Search Product Type -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.3420445375] -#. defaultMessage is: -#. Search Product Type -msgctxt "description" -msgid "Search Product Type" -msgstr "" - -#: build/locale/src/components/AssignProductDialog/AssignProductDialog.json -#. [src.components.AssignProductDialog.2850255786] -#. defaultMessage is: -#. Search Products -#: build/locale/src/orders/components/OrderProductAddDialog/OrderProductAddDialog.json -#. [src.orders.components.OrderProductAddDialog.2850255786] -#. defaultMessage is: -#. Search Products -msgctxt "description" -msgid "Search Products" -msgstr "" - -#: build/locale/src/products/components/ProductListPage/ProductListPage.json -#. [src.products.components.ProductListPage.3550330425] -#. defaultMessage is: -#. Search Products... -msgctxt "description" -msgid "Search Products..." -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/SaleListPage.json -#. [src.discounts.components.SaleListPage.1866913828] -#. defaultMessage is: -#. Search Sale -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.1866913828] -#. defaultMessage is: -#. Search Sale -msgctxt "description" -msgid "Search Sale" -msgstr "" - -#: build/locale/src/services/components/ServiceListPage/ServiceListPage.json -#. [src.services.components.ServiceListPage.1895355592] -#. defaultMessage is: -#. Search Service Accounts -msgctxt "description" -msgid "Search Service Accounts" -msgstr "" - -#: build/locale/src/staff/components/StaffListPage/StaffListPage.json -#. [src.staff.components.StaffListPage.61043583] -#. defaultMessage is: -#. Search Staff Member -msgctxt "description" -msgid "Search Staff Member" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.helpDefaultMode] - navigator default mode description -#. defaultMessage is: -#. Search Views and Actions -msgctxt "navigator default mode description" -msgid "Search Views and Actions" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/VoucherListPage.json -#. [src.discounts.components.VoucherListPage.1930485532] -#. defaultMessage is: -#. Search Voucher -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.1930485532] -#. defaultMessage is: -#. Search Voucher -msgctxt "description" -msgid "Search Voucher" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksListPage/WebhooksListPage.json -#. [src.webhooks.components.WebhooksListPage.1432828311] -#. defaultMessage is: -#. Search Webhooks -msgctxt "description" -msgid "Search Webhooks" -msgstr "" - -#: build/locale/src/productTypes/components/AssignAttributeDialog/AssignAttributeDialog.json -#. [src.productTypes.components.AssignAttributeDialog.524117994] -#. defaultMessage is: -#. Search by attribute name -msgctxt "description" -msgid "Search by attribute name" -msgstr "" - -#: build/locale/src/components/AssignCategoryDialog/AssignCategoryDialog.json -#. [src.components.AssignCategoryDialog.3690273268] -#. defaultMessage is: -#. Search by category name, etc... -msgctxt "description" -msgid "Search by category name, etc..." -msgstr "" - -#: build/locale/src/components/AssignCollectionDialog/AssignCollectionDialog.json -#. [src.components.AssignCollectionDialog.2605414502] -#. defaultMessage is: -#. Search by collection name, etc... -msgctxt "description" -msgid "Search by collection name, etc..." -msgstr "" - -#: build/locale/src/discounts/components/DiscountCountrySelectDialog/DiscountCountrySelectDialog.json -#. [src.discounts.components.DiscountCountrySelectDialog.2110418881] - search box placeholder -#. defaultMessage is: -#. Search by country name -msgctxt "search box placeholder" -msgid "Search by country name" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCountriesAssignDialog/ShippingZoneCountriesAssignDialog.json -#. [src.shipping.components.ShippingZoneCountriesAssignDialog.2110418881] -#. defaultMessage is: -#. Search by country name -msgctxt "description" -msgid "Search by country name" -msgstr "" - -#: build/locale/src/components/AssignProductDialog/AssignProductDialog.json -#. [src.components.AssignProductDialog.2336947364] -#. defaultMessage is: -#. Search by product name, attribute, product type etc... -#: build/locale/src/orders/components/OrderProductAddDialog/OrderProductAddDialog.json -#. [src.orders.components.OrderProductAddDialog.2336947364] -#. defaultMessage is: -#. Search by product name, attribute, product type etc... -msgctxt "description" -msgid "Search by product name, attribute, product type etc..." -msgstr "" - -#: build/locale/src/components/SeoForm/SeoForm.json -#. [src.components.SeoForm.1991321627] -#. defaultMessage is: -#. Search engine description -msgctxt "description" -msgid "Search engine description" -msgstr "" - -#: build/locale/src/components/SeoForm/SeoForm.json -#. [src.components.SeoForm.1324250412] -#. defaultMessage is: -#. Search engine title -msgctxt "description" -msgid "Search engine title" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.helpCatalogMode] - navigator catalog mode description -#. defaultMessage is: -#. Search in Catalog -msgctxt "navigator catalog mode description" -msgid "Search in Catalog" -msgstr "" - -#: build/locale/src/components/Navigator/Navigator.json -#. [src.components.Navigator.2935523260] - navigator section header -#. defaultMessage is: -#. Search in Catalog -msgctxt "navigator section header" -msgid "Search in Catalog" -msgstr "" - -#: build/locale/src/components/Navigator/NavigatorInput.json -#. [src.components.Navigator.2935523260] - navigator placeholder -#. defaultMessage is: -#. Search in Catalog -msgctxt "navigator placeholder" -msgid "Search in Catalog" -msgstr "" - -#: build/locale/src/components/Navigator/Navigator.json -#. [src.components.Navigator.1809988825] - navigator section header -#. defaultMessage is: -#. Search in Customers -msgctxt "navigator section header" -msgid "Search in Customers" -msgstr "" - -#: build/locale/src/attributes/components/AttributeList/AttributeList.json -#. [src.attributes.components.AttributeList.2235596452] - attribute can be searched in dashboard -#. defaultMessage is: -#. Searchable -msgctxt "attribute can be searched in dashboard" -msgid "Searchable" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookInfo/WebhookInfo.json -#. [src.webhooks.components.WebhookInfo.3995417850] - webhook -#. defaultMessage is: -#. Secrect Key -msgctxt "webhook" -msgid "Secrect Key" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateTabs.json -#. [src.products.components.ProductVariantCreateDialog.2478977538] - attribute values, variant creation step -#. defaultMessage is: -#. Select Values -msgctxt "attribute values, variant creation step" -msgid "Select Values" -msgstr "" - -#: build/locale/src/products/components/ProductVariantImages/ProductVariantImages.json -#. [src.products.components.ProductVariantImages.3449133076] -#. defaultMessage is: -#. Select a specific variant image from product images -msgctxt "description" -msgid "Select a specific variant image from product images" -msgstr "" - -#: build/locale/src/components/TableHead/TableHead.json -#. [src.components.TableHead.868570480] -#. defaultMessage is: -#. Selected {number} items -msgctxt "description" -msgid "Selected {number} items" -msgstr "" - -#: build/locale/src/staff/components/StaffPreferences/StaffPreferences.json -#. [src.staff.components.StaffPreferences.1332294025] -#. defaultMessage is: -#. Selecting this will change the language of your dashboard -msgctxt "description" -msgid "Selecting this will change the language of your dashboard" -msgstr "" - -#: build/locale/src/products/components/ProductVariantPrice/ProductVariantPrice.json -#. [src.products.components.ProductVariantPrice.2238565650] -#. defaultMessage is: -#. Selling price override -msgctxt "description" -msgid "Selling price override" -msgstr "" - -#: build/locale/src/components/Timeline/Timeline.json -#. [src.components.Timeline.1359200231] - add order note, button -#. defaultMessage is: -#. Send -msgctxt "add order note, button" -msgid "Send" -msgstr "" - -#: build/locale/src/auth/components/ResetPasswordPage/ResetPasswordPage.json -#. [src.auth.components.ResetPasswordPage.3663311080] - password reset, button -#. defaultMessage is: -#. Send Instructions -msgctxt "password reset, button" -msgid "Send Instructions" -msgstr "" - -#: build/locale/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.json -#. [src.staff.components.StaffAddMemberDialog.449055697] - button -#. defaultMessage is: -#. Send invite -msgctxt "button" -msgid "Send invite" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksList/WebhooksList.json -#. [src.webhooks.components.WebhooksList.2487865635] - webhook service account -#. defaultMessage is: -#. Service Account -msgctxt "webhook service account" -msgid "Service Account" -msgstr "" - -#: build/locale/src/services/components/ServiceInfo/ServiceInfo.json -#. [src.services.components.ServiceInfo.426959482] - header -#. defaultMessage is: -#. Service Account Information -#: build/locale/src/services/components/ServiceTokens/ServiceTokens.json -#. [src.services.components.ServiceTokens.426959482] - header -#. defaultMessage is: -#. Service Account Information -msgctxt "header" -msgid "Service Account Information" -msgstr "" - -#: build/locale/src/intl.json -#. [src.serviceAccounts] - service accounts section name -#. defaultMessage is: -#. Service Accounts -msgctxt "service accounts section name" -msgid "Service Accounts" -msgstr "" - -#: build/locale/src/services/components/ServiceCreatePage/ServiceCreatePage.json -#. [src.services.components.ServiceCreatePage.27827485] - checkbox label -#. defaultMessage is: -#. Service account is active -#: build/locale/src/services/components/ServiceDetailsPage/ServiceDetailsPage.json -#. [src.services.components.ServiceDetailsPage.27827485] - checkbox label -#. defaultMessage is: -#. Service account is active -msgctxt "checkbox label" -msgid "Service account is active" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddress/CustomerAddress.json -#. [src.customers.components.CustomerAddress.3096438859] - button -#. defaultMessage is: -#. Set as default billing address -msgctxt "button" -msgid "Set as default billing address" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddress/CustomerAddress.json -#. [src.customers.components.CustomerAddress.2131178753] - button -#. defaultMessage is: -#. Set as default shipping address -msgctxt "button" -msgid "Set as default shipping address" -msgstr "" - -#: build/locale/src/discounts/components/DiscountDates/DiscountDates.json -#. [src.discounts.components.DiscountDates.1596226028] - voucher end date, switch button -#. defaultMessage is: -#. Set end date -#: build/locale/src/discounts/components/VoucherDates/VoucherDates.json -#. [src.discounts.components.VoucherDates.1596226028] - voucher end date, switch button -#. defaultMessage is: -#. Set end date -msgctxt "voucher end date, switch button" -msgid "Set end date" -msgstr "" - -#: build/locale/src/auth/components/NewPasswordPage/NewPasswordPage.json -#. [src.auth.components.NewPasswordPage.2342634351] - button -#. defaultMessage is: -#. Set new password -msgctxt "button" -msgid "Set new password" -msgstr "" - -#: build/locale/src/plugins/components/PluginInfo/PluginInfo.json -#. [src.plugins.components.PluginInfo.4013064767] -#. defaultMessage is: -#. Set plugin as Active -msgctxt "description" -msgid "Set plugin as Active" -msgstr "" - -#: build/locale/src/components/VisibilityCard/VisibilityCard.json -#. [src.components.VisibilityCard.292404896] -#. defaultMessage is: -#. Set publication date -msgctxt "description" -msgid "Set publication date" -msgstr "" - -#: build/locale/src/discounts/translations.json -#. [src.discounts.shipment] - voucher discount -#. defaultMessage is: -#. Shipment -msgctxt "voucher discount" -msgid "Shipment" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeListPage/filters.json -#. [src.productTypes.components.ProductTypeListPage.shippable] - product -#. defaultMessage is: -#. Shippable -msgctxt "product" -msgid "Shippable" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.1325966144] - order shipping method name -#. defaultMessage is: -#. Shipping -msgctxt "order shipping method name" -msgid "Shipping" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeShipping/ProductTypeShipping.json -#. [src.productTypes.components.ProductTypeShipping.1325966144] - product type shipping settings, section header -#. defaultMessage is: -#. Shipping -msgctxt "product type shipping settings, section header" -msgid "Shipping" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneDetailsPage/ShippingZoneDetailsPage.json -#. [src.shipping.components.ShippingZoneDetailsPage.1325966144] -#. defaultMessage is: -#. Shipping -msgctxt "description" -msgid "Shipping" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZonesListPage/ShippingZonesListPage.json -#. [src.shipping.components.ShippingZonesListPage.1325966144] - header -#. defaultMessage is: -#. Shipping -msgctxt "header" -msgid "Shipping" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddresses/CustomerAddresses.json -#. [src.customers.components.CustomerAddresses.2758581442] - subsection header -#. defaultMessage is: -#. Shipping Address -msgctxt "subsection header" -msgid "Shipping Address" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [src.orders.components.OrderCustomer.2758581442] -#. defaultMessage is: -#. Shipping Address -msgctxt "description" -msgid "Shipping Address" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZonesList/ShippingZonesList.json -#. [src.shipping.components.ShippingZonesList.120574110] - sort shipping methods by zone, section header -#. defaultMessage is: -#. Shipping By Zone -msgctxt "sort shipping methods by zone, section header" -msgid "Shipping By Zone" -msgstr "" - -#: build/locale/src/intl.json -#. [src.shipping] - shipping section name -#. defaultMessage is: -#. Shipping Methods -msgctxt "shipping section name" -msgid "Shipping Methods" -msgstr "" - -#: build/locale/src/shipping/components/ShippingWeightUnitForm/ShippingWeightUnitForm.json -#. [src.shipping.components.ShippingWeightUnitForm.549146363] -#. defaultMessage is: -#. Shipping Weight Unit -msgctxt "description" -msgid "Shipping Weight Unit" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneInfo/ShippingZoneInfo.json -#. [src.shipping.components.ShippingZoneInfo.1109610983] -#. defaultMessage is: -#. Shipping Zone Name -msgctxt "description" -msgid "Shipping Zone Name" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.651019008] - order history message -#. defaultMessage is: -#. Shipping details was sent to customer -msgctxt "order history message" -msgid "Shipping details was sent to customer" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.2824936338] -#. defaultMessage is: -#. Shipping method provided, but no product requires it -msgctxt "description" -msgid "Shipping method provided, but no product requires it" -msgstr "" - -#: build/locale/src/orders/views/OrderDetails/OrderDetailsMessages.json -#. [src.orders.views.OrderDetails.617145655] -#. defaultMessage is: -#. Shipping method successfully updated -msgctxt "description" -msgid "Shipping method successfully updated" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.3453124210] - order history message -#. defaultMessage is: -#. Shipping tracking number was sent to customer -msgctxt "order history message" -msgid "Shipping tracking number was sent to customer" -msgstr "" - -#: build/locale/src/intl.json -#. [src.show] - button -#. defaultMessage is: -#. Show -msgctxt "button" -msgid "Show" -msgstr "" - -#: build/locale/src/taxes/components/TaxConfiguration/TaxConfiguration.json -#. [src.taxes.components.TaxConfiguration.2102582640] -#. defaultMessage is: -#. Show gross prices to customers in the storefront -msgctxt "description" -msgid "Show gross prices to customers in the storefront" -msgstr "" - -#: build/locale/src/components/Filter/FilterAutocompleteField.json -#. [src.components.Filter.4190318230] - search results -#. defaultMessage is: -#. Show more -msgctxt "search results" -msgid "Show more" -msgstr "" - -#: build/locale/src/products/components/ProductOrganization/ProductOrganization.json -#. [src.products.components.ProductOrganization.150865454] - product is not configurable -#. defaultMessage is: -#. Simple -msgctxt "product is not configurable" -msgid "Simple" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeList/ProductTypeList.json -#. [src.productTypes.components.ProductTypeList.1211157042] - product type -#. defaultMessage is: -#. Simple product -msgctxt "product type" -msgid "Simple product" -msgstr "" - -#: build/locale/src/intl.json -#. [src.siteSettings] - site settings section name -#. defaultMessage is: -#. Site Settings -msgctxt "site settings section name" -msgid "Site Settings" -msgstr "" - -#: build/locale/src/pages/components/PageList/PageList.json -#. [src.pages.components.PageList.3478065224] - page internal name -#. defaultMessage is: -#. Slug -#: build/locale/src/pages/components/PageSlug/PageSlug.json -#. [src.pages.components.PageSlug.3478065224] - page internal name -#. defaultMessage is: -#. Slug -msgctxt "page internal name" -msgid "Slug" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeAttributes/ProductTypeAttributes.json -#. [src.productTypes.components.ProductTypeAttributes.3478065224] - attribute internal name -#. defaultMessage is: -#. Slug -msgctxt "attribute internal name" -msgid "Slug" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.1260218997] - tax rate -#. defaultMessage is: -#. Social housing -msgctxt "tax rate" -msgid "Social housing" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.2968256006] -#. defaultMessage is: -#. Some products require shipping, but no method provided -msgctxt "description" -msgid "Some products require shipping, but no method provided" -msgstr "" - -#: build/locale/src/components/NotFoundPage/NotFoundPage.json -#. [src.components.NotFoundPage.4036415297] -#. defaultMessage is: -#. Something's missing -msgctxt "description" -msgid "Something's missing" -msgstr "" - -#: build/locale/src/components/NotFoundPage/NotFoundPage.json -#. [src.components.NotFoundPage.4205980614] -#. defaultMessage is: -#. Sorry, the page was not found -msgctxt "description" -msgid "Sorry, the page was not found" -msgstr "" - -#: build/locale/src/auth/components/LoginPage/LoginPage.json -#. [src.auth.components.LoginPage.3476994590] -#. defaultMessage is: -#. Sorry, your username and/or password are incorrect. Please try again. -msgctxt "description" -msgid "Sorry, your username and/or password are incorrect. Please try again." -msgstr "" - -#: build/locale/src/discounts/translations.json -#. [src.discounts.products] - voucher discount -#. defaultMessage is: -#. Specific products -msgctxt "voucher discount" -msgid "Specific products" -msgstr "" - -#: build/locale/src/staff/components/StaffProperties/StaffProperties.json -#. [src.staff.components.StaffProperties.2650522200] - section header -#. defaultMessage is: -#. Staff Member Information -msgctxt "section header" -msgid "Staff Member Information" -msgstr "" - -#: build/locale/src/intl.json -#. [src.staff] - staff section name -#. defaultMessage is: -#. Staff Members -msgctxt "staff section name" -msgid "Staff Members" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [src.configuration.3140151600] -#. defaultMessage is: -#. Staff Settings -msgctxt "description" -msgid "Staff Settings" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2482229874] - tax rate -#. defaultMessage is: -#. Standard -msgctxt "tax rate" -msgid "Standard" -msgstr "" - -#: build/locale/src/intl.json -#. [src.startDate] -#. defaultMessage is: -#. Start Date -msgctxt "description" -msgid "Start Date" -msgstr "" - -#: build/locale/src/intl.json -#. [src.startHour] -#. defaultMessage is: -#. Start Hour -msgctxt "description" -msgid "Start Hour" -msgstr "" - -#: build/locale/src/navigation/components/MenuItemDialog/MenuItemDialog.json -#. [menuItemDialogLinkPlaceholder] -#. defaultMessage is: -#. Start typing to begin search... -msgctxt "description" -msgid "Start typing to begin search..." -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/filters.json -#. [src.discounts.components.SaleListPage.started] - sale start date -#. defaultMessage is: -#. Started -msgctxt "sale start date" -msgid "Started" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.started] - voucher start date -#. defaultMessage is: -#. Started -msgctxt "voucher start date" -msgid "Started" -msgstr "" - -#: build/locale/src/discounts/components/SaleList/SaleList.json -#. [src.discounts.components.SaleList.47059407] - sale start date -#. defaultMessage is: -#. Starts -msgctxt "sale start date" -msgid "Starts" -msgstr "" - -#: build/locale/src/discounts/components/VoucherList/VoucherList.json -#. [src.discounts.components.VoucherList.47059407] - voucher is active from date -#. defaultMessage is: -#. Starts -msgctxt "voucher is active from date" -msgid "Starts" -msgstr "" - -#: build/locale/src/customers/components/CustomerOrders/CustomerOrders.json -#. [src.customers.components.CustomerOrders.1756106276] - order status -#. defaultMessage is: -#. Status -msgctxt "order status" -msgid "Status" -msgstr "" - -#: build/locale/src/discounts/components/SaleListPage/filters.json -#. [src.discounts.components.SaleListPage.status] - sale status -#. defaultMessage is: -#. Status -msgctxt "sale status" -msgid "Status" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.status] - voucher status -#. defaultMessage is: -#. Status -msgctxt "voucher status" -msgid "Status" -msgstr "" - -#: build/locale/src/intl.json -#. [src.status] -#. defaultMessage is: -#. Status -msgctxt "description" -msgid "Status" -msgstr "" - -#: build/locale/src/plugins/components/PluginInfo/PluginInfo.json -#. [src.plugins.components.PluginInfo.1756106276] - plugin status -#. defaultMessage is: -#. Status -msgctxt "plugin status" -msgid "Status" -msgstr "" - -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.1756106276] - product variant status -#. defaultMessage is: -#. Status -msgctxt "product variant status" -msgid "Status" -msgstr "" - -#: build/locale/src/staff/components/StaffListPage/filters.json -#. [src.staff.components.StaffListPage.status] - staff member's account -#. defaultMessage is: -#. Status -msgctxt "staff member's account" -msgid "Status" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [src.products.components.ProductVariantCreateDialog.3841616483] - variant stock, header -#. defaultMessage is: -#. Stock -msgctxt "variant stock, header" -msgid "Stock" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [productVariantCreatePricesStockInputLabel] -#. defaultMessage is: -#. Stock -msgctxt "description" -msgid "Stock" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreatePrices.json -#. [productVariantCreatePricesSetStockPlaceholder] - variant stock -#. defaultMessage is: -#. Stock -msgctxt "variant stock" -msgid "Stock" -msgstr "" - -#: build/locale/src/products/components/ProductVariantStock/ProductVariantStock.json -#. [src.products.components.ProductVariantStock.3841616483] - product variant stock, section header -#. defaultMessage is: -#. Stock -msgctxt "product variant stock, section header" -msgid "Stock" -msgstr "" - -#: build/locale/src/products/components/ProductListPage/filters.json -#. [src.products.components.ProductListPage.quantity] - product -#. defaultMessage is: -#. Stock quantity -msgctxt "product" -msgid "Stock quantity" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsDetails/SiteSettingsDetails.json -#. [src.siteSettings.components.SiteSettingsDetails.1987367127] -#. defaultMessage is: -#. Store Description -msgctxt "description" -msgid "Store Description" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.229184360] - section header -#. defaultMessage is: -#. Store Information -msgctxt "section header" -msgid "Store Information" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsDetails/SiteSettingsDetails.json -#. [src.siteSettings.components.SiteSettingsDetails.529433178] -#. defaultMessage is: -#. Store description is shown on taskbar after your store name -msgctxt "description" -msgid "Store description is shown on taskbar after your store name" -msgstr "" - -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.1877630205] - attribute properties regarding storefront -#. defaultMessage is: -#. Storefront Properties -msgctxt "attribute properties regarding storefront" -msgid "Storefront Properties" -msgstr "" - -#: build/locale/src/categories/components/CategoryList/CategoryList.json -#. [src.categories.components.CategoryList.2159874182] - number of subcategories -#. defaultMessage is: -#. Subcategories -msgctxt "number of subcategories" -msgid "Subcategories" -msgstr "" - -#: build/locale/src/categories/components/CategoryUpdatePage/CategoryUpdatePage.json -#. [src.categories.components.CategoryUpdatePage.2159874182] - number of subcategories in category -#. defaultMessage is: -#. Subcategories -msgctxt "number of subcategories in category" -msgid "Subcategories" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsSummary/OrderDraftDetailsSummary.json -#. [src.orders.components.OrderDraftDetailsSummary.781550514] - subtotal price or an order -#. defaultMessage is: -#. Subtotal -msgctxt "subtotal price or an order" -msgid "Subtotal" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.781550514] - order subtotal price -#. defaultMessage is: -#. Subtotal -msgctxt "order subtotal price" -msgid "Subtotal" -msgstr "" - -#: build/locale/src/auth/components/ResetPasswordSuccessPage/ResetPasswordSuccessPage.json -#. [src.auth.components.ResetPasswordSuccessPage.4066297200] -#. defaultMessage is: -#. Success! In a few minutes you’ll receive a message with instructions on how to reset your password. -msgctxt "description" -msgid "Success! In a few minutes you’ll receive a message with instructions on how to reset your password." -msgstr "" - -#: build/locale/src/attributes/views/AttributeCreate/AttributeCreate.json -#. [src.attributes.views.AttributeCreate.11941964] -#. defaultMessage is: -#. Successfully created attribute -msgctxt "description" -msgid "Successfully created attribute" -msgstr "" - -#: build/locale/src/pages/views/PageCreate.json -#. [src.pages.views.2680158037] -#. defaultMessage is: -#. Successfully created new page -msgctxt "description" -msgid "Successfully created new page" -msgstr "" - -#: build/locale/src/productTypes/views/ProductTypeCreate.json -#. [src.productTypes.views.3822478981] -#. defaultMessage is: -#. Successfully created product type -msgctxt "description" -msgid "Successfully created product type" -msgstr "" - -#: build/locale/src/discounts/views/SaleCreate.json -#. [src.discounts.views.3707049729] -#. defaultMessage is: -#. Successfully created sale -msgctxt "description" -msgid "Successfully created sale" -msgstr "" - -#: build/locale/src/discounts/views/VoucherCreate.json -#. [src.discounts.views.655651329] -#. defaultMessage is: -#. Successfully created voucher -msgctxt "description" -msgid "Successfully created voucher" -msgstr "" - -#: build/locale/src/taxes/views/CountryList.json -#. [src.taxes.views.2411670026] -#. defaultMessage is: -#. Successfully fetched tax rates -msgctxt "description" -msgid "Successfully fetched tax rates" -msgstr "" - -#: build/locale/src/intl.json -#. [src.summary] -#. defaultMessage is: -#. Summary -msgctxt "description" -msgid "Summary" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateTabs.json -#. [src.products.components.ProductVariantCreateDialog.2745385064] - variant creation step -#. defaultMessage is: -#. Summary -msgctxt "variant creation step" -msgid "Summary" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookInfo/WebhookInfo.json -#. [src.webhooks.components.WebhookInfo.1690209105] - webhook -#. defaultMessage is: -#. Target URL -msgctxt "webhook" -msgid "Target URL" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeList/ProductTypeList.json -#. [src.productTypes.components.ProductTypeList.1240292548] - tax rate for a product type -#. defaultMessage is: -#. Tax -msgctxt "tax rate for a product type" -msgid "Tax" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2022558114] -#. defaultMessage is: -#. Tax Rate -msgctxt "description" -msgid "Tax Rate" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.2737618795] - header -#. defaultMessage is: -#. Tax Rates in {countryName} -msgctxt "header" -msgid "Tax Rates in {countryName}" -msgstr "" - -#: build/locale/src/intl.json -#. [src.taxes] - taxes section name -#. defaultMessage is: -#. Taxes -msgctxt "taxes section name" -msgid "Taxes" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.3955023266] -#. defaultMessage is: -#. Taxes -#: build/locale/src/productTypes/components/ProductTypeTaxes/ProductTypeTaxes.json -#. [productTypeTaxesInputLabel] -#. defaultMessage is: -#. Taxes -msgctxt "description" -msgid "Taxes" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeTaxes/ProductTypeTaxes.json -#. [productTypeTaxesHeader] - section header -#. defaultMessage is: -#. Taxes -msgctxt "section header" -msgid "Taxes" -msgstr "" - -#: build/locale/src/taxes/components/CountryListPage/CountryListPage.json -#. [src.taxes.components.CountryListPage.3955023266] - header -#. defaultMessage is: -#. Taxes -msgctxt "header" -msgid "Taxes" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsSummary/OrderDraftDetailsSummary.json -#. [src.orders.components.OrderDraftDetailsSummary.3202709354] -#. defaultMessage is: -#. Taxes (VAT included) -msgctxt "description" -msgid "Taxes (VAT included)" -msgstr "" - -#: build/locale/src/home/components/HomeScreen.json -#. [homeScreenDisclaimerText2] -#. defaultMessage is: -#. The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing. -msgctxt "description" -msgid "The GraphQL API is beta quality. It is not fully optimized and some mutations or queries may be missing." -msgstr "" - -#: build/locale/src/home/components/HomeScreen.json -#. [homeScreenDisclaimerText1] -#. defaultMessage is: -#. The new dashboard and the GraphQL API are preview-quality software. -msgctxt "description" -msgid "The new dashboard and the GraphQL API are preview-quality software." -msgstr "" - -#: build/locale/src/plugins/views/PluginsDetails.json -#. [src.plugins.views.955370043] -#. defaultMessage is: -#. The plugin may stop working after this field is cleared. Are you sure you want to proceed? -msgctxt "description" -msgid "The plugin may stop working after this field is cleared. Are you sure you want to proceed?" -msgstr "" - -#: build/locale/src/customers/components/CustomerCreateAddress/CustomerCreateAddress.json -#. [src.customers.components.CustomerCreateAddress.401345057] -#. defaultMessage is: -#. The primary address of this customer. -msgctxt "description" -msgid "The primary address of this customer." -msgstr "" - -#: build/locale/src/orders/components/OrderDraftFinalizeDialog/OrderDraftFinalizeDialog.json -#. [src.orders.components.OrderDraftFinalizeDialog.1472924390] -#. defaultMessage is: -#. There are missing or incorrect informations about this order: -msgctxt "description" -msgid "There are missing or incorrect informations about this order:" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.882649212] - shipping method has no value limits -#. defaultMessage is: -#. There are no value limits -msgctxt "shipping method has no value limits" -msgid "There are no value limits" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.json -#. [src.customers.components.CustomerAddressListPage.1484733755] -#. defaultMessage is: -#. There is no address to show for this customer -msgctxt "description" -msgid "There is no address to show for this customer" -msgstr "" - -#: build/locale/src/plugins/components/PluginsDetailsPage/PluginsDetailsPage.json -#. [src.plugins.components.PluginsDetailsPage.3799756739] -#. defaultMessage is: -#. These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar. -#: build/locale/src/siteSettings/components/SiteSettingsPage/SiteSettingsPage.json -#. [src.siteSettings.components.SiteSettingsPage.3799756739] -#. defaultMessage is: -#. These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar. -msgctxt "description" -msgid "These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar." -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [src.siteSettings.components.SiteSettingsMailing.3447841451] -#. defaultMessage is: -#. This URL will be used as a main URL for password resets. It will be sent via email. -msgctxt "description" -msgid "This URL will be used as a main URL for password resets. It will be sent via email." -msgstr "" - -#: build/locale/src/webhooks/components/WebhookInfo/WebhookInfo.json -#. [src.webhooks.components.WebhookInfo.3763861707] - webhook target url help text -#. defaultMessage is: -#. This URL will receive webhook POST requests -msgctxt "webhook target url help text" -msgid "This URL will receive webhook POST requests" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsPage/SiteSettingsPage.json -#. [src.siteSettings.components.SiteSettingsPage.1004240342] -#. defaultMessage is: -#. This adress will be used to generate invoices and calculate shipping rates. -msgctxt "description" -msgid "This adress will be used to generate invoices and calculate shipping rates." -msgstr "" - -#: build/locale/src/plugins/components/PluginsDetailsPage/PluginsDetailsPage.json -#. [src.plugins.components.PluginsDetailsPage.4241018152] -#. defaultMessage is: -#. 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. -msgctxt "description" -msgid "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." -msgstr "" - -#: build/locale/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.json -#. [src.customers.components.CustomerAddressListPage.1428369222] -#. defaultMessage is: -#. This customer doesn’t have any adresses added to his address book. You can add address using the button below. -msgctxt "description" -msgid "This customer doesn’t have any adresses added to his address book. You can add address using the button below." -msgstr "" - -#: build/locale/src/customers/components/CustomerAddresses/CustomerAddresses.json -#. [src.customers.components.CustomerAddresses.3870425261] -#. defaultMessage is: -#. This customer has no addresses yet -msgctxt "description" -msgid "This customer has no addresses yet" -msgstr "" - -#: build/locale/src/intl.json -#. [src.requiredField] -#. defaultMessage is: -#. This field is required -msgctxt "description" -msgid "This field is required" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneCreatePage/ShippingZoneCreatePage.json -#. [src.shipping.components.ShippingZoneCreatePage.4270729636] -#. defaultMessage is: -#. This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones -#: build/locale/src/shipping/components/ShippingZoneDetailsPage/ShippingZoneDetailsPage.json -#. [src.shipping.components.ShippingZoneDetailsPage.4270729636] -#. defaultMessage is: -#. This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones -msgctxt "description" -msgid "This is default shipping zone, which means that it covers all of the countries which are not assigned to other shipping zones" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.2215090771] - shipping method, switch button -#. defaultMessage is: -#. This is free shipping -msgctxt "shipping method, switch button" -msgid "This is free shipping" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDetails/AttributeDetails.json -#. [src.attributes.components.AttributeDetails.4107478955] - attribute slug input field helper text -#. defaultMessage is: -#. This is used internally. Make sure you don’t use spaces -msgctxt "attribute slug input field helper text" -msgid "This is used internally. Make sure you don’t use spaces" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.4226393146] -#. defaultMessage is: -#. This rate will apply to all orders of all prices -msgctxt "description" -msgid "This rate will apply to all orders of all prices" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.1388947267] -#. defaultMessage is: -#. This rate will apply to all orders of all weights -msgctxt "description" -msgid "This rate will apply to all orders of all weights" -msgstr "" - -#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json -#. [src.services.components.ServiceDefaultToken.2080322626] -#. defaultMessage is: -#. This token gives you access to your shop's API, which you'll find here: {url} -msgctxt "description" -msgid "This token gives you access to your shop's API, which you'll find here: {url}" -msgstr "" - -#: build/locale/src/shipping/components/ShippingWeightUnitForm/ShippingWeightUnitForm.json -#. [src.shipping.components.ShippingWeightUnitForm.2863708228] -#. defaultMessage is: -#. This unit will be used as default shipping weight -msgctxt "description" -msgid "This unit will be used as default shipping weight" -msgstr "" - -#: build/locale/src/products/components/ProductVariantAttributes/ProductVariantAttributes.json -#. [src.products.components.ProductVariantAttributes.258966189] - product attribute error -#. defaultMessage is: -#. This variant already exists -msgctxt "product attribute error" -msgid "This variant already exists" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsPage/SiteSettingsPage.json -#. [src.siteSettings.components.SiteSettingsPage.866304242] -#. defaultMessage is: -#. 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. -msgctxt "description" -msgid "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." -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.1486599614] -#. defaultMessage is: -#. This will be shown to customers at checkout -msgctxt "description" -msgid "This will be shown to customers at checkout" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [src.siteSettings.components.SiteSettingsMailing.1672275992] - email sender -#. defaultMessage is: -#. This will be visible as "from" name -msgctxt "email sender" -msgid "This will be visible as \"from\" name" -msgstr "" - -#: build/locale/src/discounts/components/VoucherListPage/filters.json -#. [src.discounts.components.VoucherListPage.timesUsed] - voucher -#. defaultMessage is: -#. Times used -msgctxt "voucher" -msgid "Times used" -msgstr "" - -#: build/locale/src/pages/components/PageInfo/PageInfo.json -#. [src.pages.components.PageInfo.1124600214] - page title -#. defaultMessage is: -#. Title -msgctxt "page title" -msgid "Title" -msgstr "" - -#: build/locale/src/pages/components/PageList/PageList.json -#. [src.pages.components.PageList.1124600214] - dialog header -#. defaultMessage is: -#. Title -msgctxt "dialog header" -msgid "Title" -msgstr "" - -#: build/locale/src/home/components/HomeAnalyticsCard/HomeAnalyticsCard.json -#. [homeAnalyticsCardHeader] -#. defaultMessage is: -#. Today -msgctxt "description" -msgid "Today" -msgstr "" - -#: build/locale/src/services/components/ServiceTokenCreateDialog/ServiceTokenCreateDialog.json -#. [src.services.components.ServiceTokenCreateDialog.4017491013] -#. defaultMessage is: -#. Token Note -#: build/locale/src/services/components/ServiceTokens/ServiceTokens.json -#. [src.services.components.ServiceTokens.4017491013] -#. defaultMessage is: -#. Token Note -msgctxt "description" -msgid "Token Note" -msgstr "" - -#: build/locale/src/home/components/HomeProductListCard/HomeProductListCard.json -#. [homeProductsListCardHeader] - header -#. defaultMessage is: -#. Top Products -msgctxt "header" -msgid "Top Products" -msgstr "" - -#: build/locale/src/customers/components/CustomerOrders/CustomerOrders.json -#. [src.customers.components.CustomerOrders.878013594] - order total amount -#. defaultMessage is: -#. Total -msgctxt "order total amount" -msgid "Total" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.json -#. [src.orders.components.OrderDraftDetailsProducts.878013594] - total price of ordered products -#. defaultMessage is: -#. Total -msgctxt "total price of ordered products" -msgid "Total" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftDetailsSummary/OrderDraftDetailsSummary.json -#. [src.orders.components.OrderDraftDetailsSummary.878013594] - total price of an order -#. defaultMessage is: -#. Total -msgctxt "total price of an order" -msgid "Total" -msgstr "" - -#: build/locale/src/orders/components/OrderDraftList/OrderDraftList.json -#. [src.orders.components.OrderDraftList.878013594] - order draft total price -#. defaultMessage is: -#. Total -msgctxt "order draft total price" -msgid "Total" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillment/OrderFulfillment.json -#. [src.orders.components.OrderFulfillment.878013594] - order line total price -#. defaultMessage is: -#. Total -#: build/locale/src/orders/components/OrderUnfulfilledItems/OrderUnfulfilledItems.json -#. [src.orders.components.OrderUnfulfilledItems.878013594] - order line total price -#. defaultMessage is: -#. Total -msgctxt "order line total price" -msgid "Total" -msgstr "" - -#: build/locale/src/orders/components/OrderList/OrderList.json -#. [src.orders.components.OrderList.878013594] - total order price -#. defaultMessage is: -#. Total -msgctxt "total order price" -msgid "Total" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.878013594] - order total price -#. defaultMessage is: -#. Total -msgctxt "order total price" -msgid "Total" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillment/OrderFulfillment.json -#. [src.orders.components.OrderFulfillment.3254150098] -#. defaultMessage is: -#. Tracking Number: {trackingNumber} -msgctxt "description" -msgid "Tracking Number: {trackingNumber}" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentDialog/OrderFulfillmentDialog.json -#. [src.orders.components.OrderFulfillmentDialog.3252172269] - fulfillment group -#. defaultMessage is: -#. Tracking number -msgctxt "fulfillment group" -msgid "Tracking number" -msgstr "" - -#: build/locale/src/orders/components/OrderFulfillmentTrackingDialog/OrderFulfillmentTrackingDialog.json -#. [src.orders.components.OrderFulfillmentTrackingDialog.3252172269] -#. defaultMessage is: -#. Tracking number -msgctxt "description" -msgid "Tracking number" -msgstr "" - -#: build/locale/src/translations/components/TranslationFields/TranslationFields.json -#. [src.translations.components.TranslationFields.2481190613] - Translated Name -#. defaultMessage is: -#. Translation -msgctxt "Translated Name" -msgid "Translation" -msgstr "" - -#: build/locale/src/translations/components/TranslationFields/TranslationFieldsLong.json -#. [src.translations.components.TranslationFields.2481190613] -#. defaultMessage is: -#. Translation -#: build/locale/src/translations/components/TranslationFields/TranslationFieldsRich.json -#. [src.translations.components.TranslationFields.2481190613] -#. defaultMessage is: -#. Translation -#: build/locale/src/translations/components/TranslationFields/TranslationFieldsShort.json -#. [src.translations.components.TranslationFields.2481190613] -#. defaultMessage is: -#. Translation -msgctxt "description" -msgid "Translation" -msgstr "" - -#: build/locale/src/translations/components/TranslationsCategoriesPage/TranslationsCategoriesPage.json -#. [src.translations.components.TranslationsCategoriesPage.1611537010] -#. defaultMessage is: -#. Translation Category "{categoryName}" - {languageCode} -msgctxt "description" -msgid "Translation Category \"{categoryName}\" - {languageCode}" -msgstr "" - -#: build/locale/src/translations/components/TranslationsCollectionsPage/TranslationsCollectionsPage.json -#. [src.translations.components.TranslationsCollectionsPage.3055443821] - header -#. defaultMessage is: -#. Translation Collection "{collectionName}" - {languageCode} -msgctxt "header" -msgid "Translation Collection \"{collectionName}\" - {languageCode}" -msgstr "" - -#: build/locale/src/translations/components/TranslationsPagesPage/TranslationsPagesPage.json -#. [src.translations.components.TranslationsPagesPage.2806429775] - header -#. defaultMessage is: -#. Translation Page "{pageName}" - {languageCode} -msgctxt "header" -msgid "Translation Page \"{pageName}\" - {languageCode}" -msgstr "" - -#: build/locale/src/translations/components/TranslationsProductsPage/TranslationsProductsPage.json -#. [src.translations.components.TranslationsProductsPage.2713974050] - header -#. defaultMessage is: -#. Translation Product "{productName}" - {languageCode} -msgctxt "header" -msgid "Translation Product \"{productName}\" - {languageCode}" -msgstr "" - -#: build/locale/src/translations/components/TranslationsProductTypesPage/TranslationsProductTypesPage.json -#. [src.translations.components.TranslationsProductTypesPage.1281101905] - header -#. defaultMessage is: -#. Translation Product Type "{productTypeName}" - {languageCode} -msgctxt "header" -msgid "Translation Product Type \"{productTypeName}\" - {languageCode}" -msgstr "" - -#: build/locale/src/translations/components/TranslationsSalesPage/TranslationsSalesPage.json -#. [src.translations.components.TranslationsSalesPage.3731955064] - header -#. defaultMessage is: -#. Translation Sale "{saleName}" - {languageCode} -msgctxt "header" -msgid "Translation Sale \"{saleName}\" - {languageCode}" -msgstr "" - -#: build/locale/src/translations/components/TranslationsVouchersPage/TranslationsVouchersPage.json -#. [src.translations.components.TranslationsVouchersPage.2447510181] - header -#. defaultMessage is: -#. Translation Voucher "{voucherName}" - {languageCode} -msgctxt "header" -msgid "Translation Voucher \"{voucherName}\" - {languageCode}" -msgstr "" - -#: build/locale/src/intl.json -#. [src.translations] - translations section name -#. defaultMessage is: -#. Translations -msgctxt "translations section name" -msgid "Translations" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.2460580333] - header -#. defaultMessage is: -#. Translations to {language} -msgctxt "header" -msgid "Translations to {language}" -msgstr "" - -#: build/locale/src/categories/components/CategoryProductList/CategoryProductList.json -#. [src.categories.components.CategoryProductList.1952810469] - product type -#. defaultMessage is: -#. Type -#: build/locale/src/collections/components/CollectionProducts/CollectionProducts.json -#. [src.collections.components.CollectionProducts.1952810469] - product type -#. defaultMessage is: -#. Type -#: build/locale/src/products/components/ProductList/ProductList.json -#. [src.products.components.ProductList.1952810469] - product type -#. defaultMessage is: -#. Type -#: build/locale/src/products/components/ProductListPage/ProductListPage.json -#. [src.products.components.ProductListPage.1952810469] - product type -#. defaultMessage is: -#. Type -msgctxt "product type" -msgid "Type" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeList/ProductTypeList.json -#. [src.productTypes.components.ProductTypeList.1952810469] - product type is either simple or configurable -#. defaultMessage is: -#. Type -msgctxt "product type is either simple or configurable" -msgid "Type" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeListPage/filters.json -#. [src.productTypes.components.ProductTypeListPage.type] - product type is digital or physical -#. defaultMessage is: -#. Type -msgctxt "product type is digital or physical" -msgid "Type" -msgstr "" - -#: build/locale/src/components/Navigator/NavigatorInput.json -#. [src.components.Navigator.1167695965] - navigator placeholder -#. defaultMessage is: -#. Type Command -msgctxt "navigator placeholder" -msgid "Type Command" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeList/ProductTypeList.json -#. [src.productTypes.components.ProductTypeList.2253986440] - product type name -#. defaultMessage is: -#. Type Name -msgctxt "product type name" -msgid "Type Name" -msgstr "" - -#: build/locale/src/components/Navigator/NavigatorInput.json -#. [src.components.Navigator.2874620973] - navigator placeholder -#. defaultMessage is: -#. Type {key} to see available actions -msgctxt "navigator placeholder" -msgid "Type {key} to see available actions" -msgstr "" - -#: build/locale/src/pages/components/PageSlug/PageSlug.json -#. [src.pages.components.PageSlug.1324178587] -#. defaultMessage is: -#. URL -msgctxt "description" -msgid "URL" -msgstr "" - -#: build/locale/src/components/RichTextEditor/LinkSource.json -#. [src.components.RichTextEditor.2925475978] -#. defaultMessage is: -#. URL Linked -msgctxt "description" -msgid "URL Linked" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsMailing/SiteSettingsMailing.json -#. [src.siteSettings.components.SiteSettingsMailing.50742153] -#. defaultMessage is: -#. URL address -msgctxt "description" -msgid "URL address" -msgstr "" - -#: build/locale/src/siteSettings/components/SiteSettingsDetails/SiteSettingsDetails.json -#. [src.siteSettings.components.SiteSettingsDetails.3808773492] -#. defaultMessage is: -#. URL of your online store -msgctxt "description" -msgid "URL of your online store" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.870815507] - unassign product from collection, button -#. defaultMessage is: -#. Unassign -msgctxt "unassign product from collection, button" -msgid "Unassign" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [saleDetailsUnassignCategory] - unassign category from sale, button -#. defaultMessage is: -#. Unassign -msgctxt "unassign category from sale, button" -msgid "Unassign" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [saleDetailsUnassignCollection] - unassign collection from sale, button -#. defaultMessage is: -#. Unassign -msgctxt "unassign collection from sale, button" -msgid "Unassign" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [saleDetailsUnassignProduct] - unassign product from sale, button -#. defaultMessage is: -#. Unassign -msgctxt "unassign product from sale, button" -msgid "Unassign" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [voucherDetailsUnassignCategory] - unassign category from voucher, button -#. defaultMessage is: -#. Unassign -msgctxt "unassign category from voucher, button" -msgid "Unassign" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [voucherDetailsUnassignCollection] - unassign collection from voucher, button -#. defaultMessage is: -#. Unassign -msgctxt "unassign collection from voucher, button" -msgid "Unassign" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [voucherDetailsUnassignProduct] - unassign product from voucher, button -#. defaultMessage is: -#. Unassign -msgctxt "unassign product from voucher, button" -msgid "Unassign" -msgstr "" - -#: build/locale/src/productTypes/views/ProductTypeUpdate/index.json -#. [src.productTypes.views.ProductTypeUpdate.870815507] - unassign attribute from product type, button -#. defaultMessage is: -#. Unassign -msgctxt "unassign attribute from product type, button" -msgid "Unassign" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeAttributeUnassignDialog/ProductTypeAttributeUnassignDialog.json -#. [src.productTypes.components.ProductTypeAttributeUnassignDialog.404238501] - dialog header -#. defaultMessage is: -#. Unassign Attribute From Product Type -msgctxt "dialog header" -msgid "Unassign Attribute From Product Type" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeBulkAttributeUnassignDialog/ProductTypeBulkAttributeUnassignDialog.json -#. [src.productTypes.components.ProductTypeBulkAttributeUnassignDialog.766918870] - dialog header -#. defaultMessage is: -#. Unassign Attribute from Product Type -msgctxt "dialog header" -msgid "Unassign Attribute from Product Type" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.1827854264] - dialog header -#. defaultMessage is: -#. Unassign Categories From Sale -msgctxt "dialog header" -msgid "Unassign Categories From Sale" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.2669520431] - dialog header -#. defaultMessage is: -#. Unassign Categories From Voucher -msgctxt "dialog header" -msgid "Unassign Categories From Voucher" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.1952217501] - dialog header -#. defaultMessage is: -#. Unassign Collections From Sale -msgctxt "dialog header" -msgid "Unassign Collections From Sale" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.1402402714] - dialog header -#. defaultMessage is: -#. Unassign Collections From Voucher -msgctxt "dialog header" -msgid "Unassign Collections From Voucher" -msgstr "" - -#: build/locale/src/discounts/views/SaleDetails.json -#. [src.discounts.views.3395246518] - dialog header -#. defaultMessage is: -#. Unassign Products From Sale -msgctxt "dialog header" -msgid "Unassign Products From Sale" -msgstr "" - -#: build/locale/src/discounts/views/VoucherDetails.json -#. [src.discounts.views.2072403265] - dialog header -#. defaultMessage is: -#. Unassign Products From Voucher -msgctxt "dialog header" -msgid "Unassign Products From Voucher" -msgstr "" - -#: build/locale/src/collections/views/CollectionDetails.json -#. [src.collections.views.3791354625] - dialog title -#. defaultMessage is: -#. Unassign products from collection -msgctxt "dialog title" -msgid "Unassign products from collection" -msgstr "" - -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.1033175132] - product variant status -#. defaultMessage is: -#. Unavailable -msgctxt "product variant status" -msgid "Unavailable" -msgstr "" - -#: build/locale/src/intl.json -#. [src.undo] - button -#. defaultMessage is: -#. Undo -msgctxt "button" -msgid "Undo" -msgstr "" - -#: build/locale/src/misc.json -#. [src.unfulfilled] - order status -#. defaultMessage is: -#. Unfulfilled -msgctxt "order status" -msgid "Unfulfilled" -msgstr "" - -#: build/locale/src/orders/components/OrderUnfulfilledItems/OrderUnfulfilledItems.json -#. [src.orders.components.OrderUnfulfilledItems.2886647373] - section header -#. defaultMessage is: -#. Unfulfilled ({quantity}) -msgctxt "section header" -msgid "Unfulfilled ({quantity})" -msgstr "" - -#: build/locale/src/misc.json -#. [src.unpaid] - payment status -#. defaultMessage is: -#. Unpaid -msgctxt "payment status" -msgid "Unpaid" -msgstr "" - -#: build/locale/src/collections/views/CollectionList/CollectionList.json -#. [src.collections.views.CollectionList.2237014112] - unpublish collections -#. defaultMessage is: -#. Unpublish -msgctxt "unpublish collections" -msgid "Unpublish" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.2237014112] - unpublish page, button -#. defaultMessage is: -#. Unpublish -msgctxt "unpublish page, button" -msgid "Unpublish" -msgstr "" - -#: build/locale/src/products/views/ProductList/ProductList.json -#. [src.products.views.ProductList.2237014112] - unpublish product, button -#. defaultMessage is: -#. Unpublish -msgctxt "unpublish product, button" -msgid "Unpublish" -msgstr "" - -#: build/locale/src/pages/views/PageList/PageList.json -#. [src.pages.views.PageList.158565417] - dialog header -#. defaultMessage is: -#. Unpublish Pages -msgctxt "dialog header" -msgid "Unpublish Pages" -msgstr "" - -#: build/locale/src/products/views/ProductList/ProductList.json -#. [src.products.views.ProductList.3362608461] - dialog header -#. defaultMessage is: -#. Unpublish Products -msgctxt "dialog header" -msgid "Unpublish Products" -msgstr "" - -#: build/locale/src/collections/views/CollectionList/CollectionList.json -#. [src.collections.views.CollectionList.2637364047] - dialog title -#. defaultMessage is: -#. Unpublish collections -msgctxt "dialog title" -msgid "Unpublish collections" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.1542600502] - button -#. defaultMessage is: -#. Update rate -msgctxt "button" -msgid "Update rate" -msgstr "" - -#: build/locale/src/orders/components/OrderHistory/OrderHistory.json -#. [src.orders.components.OrderHistory.4265697648] - order history message -#. defaultMessage is: -#. Updated fulfillment group's tracking number -msgctxt "order history message" -msgid "Updated fulfillment group's tracking number" -msgstr "" - -#: build/locale/src/components/FileUpload/FileUpload.json -#. [src.components.FileUpload.3050254265] - upload file, button -#. defaultMessage is: -#. Upload -msgctxt "upload file, button" -msgid "Upload" -msgstr "" - -#: build/locale/src/intl.json -#. [src.uploadImage] - button -#. defaultMessage is: -#. Upload image -msgctxt "button" -msgid "Upload image" -msgstr "" - -#: build/locale/src/discounts/components/VoucherLimits/VoucherLimits.json -#. [src.discounts.components.VoucherLimits.3751756157] - voucher usage limit, header -#. defaultMessage is: -#. Usage Limit -msgctxt "voucher usage limit, header" -msgid "Usage Limit" -msgstr "" - -#: build/locale/src/discounts/components/VoucherSummary/VoucherSummary.json -#. [src.discounts.components.VoucherSummary.3751756157] - voucher value requirement -#. defaultMessage is: -#. Usage Limit -msgctxt "voucher value requirement" -msgid "Usage Limit" -msgstr "" - -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.1318123158] - attribute is filterable in storefront -#. defaultMessage is: -#. Use in Faceted Navigation -msgctxt "attribute is filterable in storefront" -msgid "Use in Faceted Navigation" -msgstr "" - -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.714335445] - use attribute in filtering -#. defaultMessage is: -#. Use in Filtering -msgctxt "use attribute in filtering" -msgid "Use in Filtering" -msgstr "" - -#: build/locale/src/attributes/components/AttributeList/AttributeList.json -#. [src.attributes.components.AttributeList.2186555805] - attribute can be searched in storefront -#. defaultMessage is: -#. Use in faceted search -msgctxt "attribute can be searched in storefront" -msgid "Use in faceted search" -msgstr "" - -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.277989856] -#. defaultMessage is: -#. Use variants for products that come in a variety of versions for example different sizes or colors -msgctxt "description" -msgid "Use variants for products that come in a variety of versions for example different sizes or colors" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeShipping/ProductTypeShipping.json -#. [src.productTypes.components.ProductTypeShipping.2927891783] -#. defaultMessage is: -#. Used to calculate rates for shipping for products of this product type, when specific weight is not given -msgctxt "description" -msgid "Used to calculate rates for shipping for products of this product type, when specific weight is not given" -msgstr "" - -#: build/locale/src/customers/components/CustomerDetails/CustomerDetails.json -#. [src.customers.components.CustomerDetails.2968565128] - check to mark this account as active -#. defaultMessage is: -#. User account active -msgctxt "check to mark this account as active" -msgid "User account active" -msgstr "" - -#: build/locale/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.json -#. [src.staff.components.StaffAddMemberDialog.1570990296] -#. defaultMessage is: -#. User has full access -msgctxt "description" -msgid "User has full access" -msgstr "" - -#: build/locale/src/components/AccountPermissions/AccountPermissions.json -#. [src.components.AccountPermissions.1848599267] - checkbox label -#. defaultMessage is: -#. User has full access to the store -msgctxt "checkbox label" -msgid "User has full access to the store" -msgstr "" - -#: build/locale/src/staff/components/StaffDetailsPage/StaffDetailsPage.json -#. [src.staff.components.StaffDetailsPage.881953347] - checkbox label -#. defaultMessage is: -#. User is active -msgctxt "checkbox label" -msgid "User is active" -msgstr "" - -#: build/locale/src/discounts/components/VoucherList/VoucherList.json -#. [src.discounts.components.VoucherList.3917820600] - voucher uses -#. defaultMessage is: -#. Uses -msgctxt "voucher uses" -msgid "Uses" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.1817306106] - vat included in order price -#. defaultMessage is: -#. VAT included -msgctxt "vat included in order price" -msgid "VAT included" -msgstr "" - -#: build/locale/src/discounts/components/SaleList/SaleList.json -#. [src.discounts.components.SaleList.1148029984] - sale value -#. defaultMessage is: -#. Value -#: build/locale/src/discounts/components/SaleSummary/SaleSummary.json -#. [src.discounts.components.SaleSummary.1148029984] - sale value -#. defaultMessage is: -#. Value -msgctxt "sale value" -msgid "Value" -msgstr "" - -#: build/locale/src/discounts/components/SaleValue/SaleValue.json -#. [src.discounts.components.SaleValue.1148029984] - sale value, header -#. defaultMessage is: -#. Value -msgctxt "sale value, header" -msgid "Value" -msgstr "" - -#: build/locale/src/discounts/components/VoucherList/VoucherList.json -#. [src.discounts.components.VoucherList.1148029984] - voucher value -#. defaultMessage is: -#. Value -#: build/locale/src/discounts/components/VoucherSummary/VoucherSummary.json -#. [src.discounts.components.VoucherSummary.1148029984] - voucher value -#. defaultMessage is: -#. Value -msgctxt "voucher value" -msgid "Value" -msgstr "" - -#: build/locale/src/discounts/components/VoucherValue/VoucherValue.json -#. [src.discounts.components.VoucherValue.1148029984] - section header -#. defaultMessage is: -#. Value -msgctxt "section header" -msgid "Value" -msgstr "" - -#: build/locale/src/products/components/ProductAttributes/ProductAttributes.json -#. [src.products.components.ProductAttributes.1148029984] - attribute value -#. defaultMessage is: -#. Value -msgctxt "attribute value" -msgid "Value" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRates/ShippingZoneRates.json -#. [src.shipping.components.ShippingZoneRates.1923873558] - shipping method price range -#. defaultMessage is: -#. Value Range -msgctxt "shipping method price range" -msgid "Value Range" -msgstr "" - -#: build/locale/src/attributes/components/AttributeDetails/AttributeDetails.json -#. [src.attributes.components.AttributeDetails.2592224946] - check to require attribute to have value -#. defaultMessage is: -#. Value Required -msgctxt "check to require attribute to have value" -msgid "Value Required" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/filters.json -#. [src.attributes.components.AttributeListPage.valueRequired] - attribute value is required -#. defaultMessage is: -#. Value Required -msgctxt "attribute value is required" -msgid "Value Required" -msgstr "" - -#: build/locale/src/attributes/views/AttributeDetails/AttributeDetails.json -#. [src.attributes.views.AttributeDetails.423042761] - attribute value deleted -#. defaultMessage is: -#. Value deleted -msgctxt "attribute value deleted" -msgid "Value deleted" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.2533614652] - order price range -#. defaultMessage is: -#. Value range -msgctxt "order price range" -msgid "Value range" -msgstr "" - -#: build/locale/src/translations/components/TranslationsProductTypesPage/TranslationsProductTypesPage.json -#. [src.translations.components.TranslationsProductTypesPage.1567737068] - attribute values -#. defaultMessage is: -#. Value {number} -msgctxt "attribute values" -msgid "Value {number}" -msgstr "" - -#: build/locale/src/products/components/ProductAttributes/ProductAttributes.json -#. [src.products.components.ProductAttributes.1207761269] - attribute values -#. defaultMessage is: -#. Values -msgctxt "attribute values" -msgid "Values" -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.json -#. [src.products.components.ProductVariantCreateDialog.998917294] - variant name -#. defaultMessage is: -#. Variant -msgctxt "variant name" -msgid "Variant" -msgstr "" - -#: build/locale/src/translations/components/TranslationsProductTypesPage/TranslationsProductTypesPage.json -#. [src.translations.components.TranslationsProductTypesPage.3538502409] - header -#. defaultMessage is: -#. Variant Attribute ({attributeName}) -msgctxt "header" -msgid "Variant Attribute ({attributeName})" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeAttributes/ProductTypeAttributes.json -#. [src.productTypes.components.ProductTypeAttributes.888493112] - section header -#. defaultMessage is: -#. Variant Attributes -msgctxt "section header" -msgid "Variant Attributes" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/filters.json -#. [src.attributes.components.AttributeListPage.isVariantOnly] - attribute can be used only in variants -#. defaultMessage is: -#. Variant Only -msgctxt "attribute can be used only in variants" -msgid "Variant Only" -msgstr "" - -#: build/locale/src/products/views/ProductVariant.json -#. [src.products.views.2279302139] -#. defaultMessage is: -#. Variant removed -msgctxt "description" -msgid "Variant removed" -msgstr "" - -#: build/locale/src/products/components/ProductVariantNavigation/ProductVariantNavigation.json -#. [src.products.components.ProductVariantNavigation.2153006789] - section header -#. defaultMessage is: -#. Variants -#: build/locale/src/products/components/ProductVariants/ProductVariants.json -#. [src.products.components.ProductVariants.2153006789] - section header -#. defaultMessage is: -#. Variants -msgctxt "section header" -msgid "Variants" -msgstr "" - -#: build/locale/src/orders/components/OrderCustomer/OrderCustomer.json -#. [src.orders.components.OrderCustomer.2672803871] - link -#. defaultMessage is: -#. View Profile -msgctxt "link" -msgid "View Profile" -msgstr "" - -#: build/locale/src/customers/components/CustomerOrders/CustomerOrders.json -#. [src.customers.components.CustomerOrders.3029139173] - button -#. defaultMessage is: -#. View all orders -msgctxt "button" -msgid "View all orders" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationPluginsPages] -#. defaultMessage is: -#. View and update your plugins and their settings. -msgctxt "description" -msgid "View and update your plugins and their settings." -msgstr "" - -#: build/locale/src/configuration/index.json -#. [configurationMenuSiteSettings] -#. defaultMessage is: -#. View and update your site settings -msgctxt "description" -msgid "View and update your site settings" -msgstr "" - -#: build/locale/src/configuration/index.json -#. [src.configuration.1639245766] -#. defaultMessage is: -#. View and update your webhook and their settings -msgctxt "description" -msgid "View and update your webhook and their settings" -msgstr "" - -#: build/locale/src/components/VisibilityCard/VisibilityCard.json -#. [src.components.VisibilityCard.1459686496] - section header -#. defaultMessage is: -#. Visibility -msgctxt "section header" -msgid "Visibility" -msgstr "" - -#: build/locale/src/pages/components/PageList/PageList.json -#. [src.pages.components.PageList.1459686496] - page status -#. defaultMessage is: -#. Visibility -msgctxt "page status" -msgid "Visibility" -msgstr "" - -#: build/locale/src/products/components/ProductListPage/filters.json -#. [src.products.components.ProductListPage.visibility] - product visibility -#. defaultMessage is: -#. Visibility -msgctxt "product visibility" -msgid "Visibility" -msgstr "" - -#: build/locale/src/attributes/components/AttributeList/AttributeList.json -#. [src.attributes.components.AttributeList.643174786] - attribute is visible -#. defaultMessage is: -#. Visible -msgctxt "attribute is visible" -msgid "Visible" -msgstr "" - -#: build/locale/src/components/VisibilityCard/VisibilityCard.json -#. [src.components.VisibilityCard.643174786] -#. defaultMessage is: -#. Visible -msgctxt "description" -msgid "Visible" -msgstr "" - -#: build/locale/src/products/components/ProductListPage/filters.json -#. [src.products.components.ProductListPage.visible] - product is visible -#. defaultMessage is: -#. Visible -msgctxt "product is visible" -msgid "Visible" -msgstr "" - -#: build/locale/src/attributes/components/AttributeListPage/filters.json -#. [src.attributes.components.AttributeListPage.visibleInStorefront] - attribute -#. defaultMessage is: -#. Visible on Product Page in Storefront -#: build/locale/src/attributes/components/AttributeProperties/AttributeProperties.json -#. [src.attributes.components.AttributeProperties.3876764312] - attribute -#. defaultMessage is: -#. Visible on Product Page in Storefront -msgctxt "attribute" -msgid "Visible on Product Page in Storefront" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.2444197639] - void payment, button -#. defaultMessage is: -#. Void -msgctxt "void payment, button" -msgid "Void" -msgstr "" - -#: build/locale/src/orders/components/OrderPaymentVoidDialog/OrderPaymentVoidDialog.json -#. [src.orders.components.OrderPaymentVoidDialog.3089049828] - dialog header -#. defaultMessage is: -#. Void Payment -msgctxt "dialog header" -msgid "Void Payment" -msgstr "" - -#: build/locale/src/translations/components/TranslationsVouchersPage/TranslationsVouchersPage.json -#. [src.translations.components.TranslationsVouchersPage.2599922713] -#. defaultMessage is: -#. Voucher Name -msgctxt "description" -msgid "Voucher Name" -msgstr "" - -#: build/locale/src/discounts/components/VoucherValue/VoucherValue.json -#. [src.discounts.components.VoucherValue.1960678372] -#. defaultMessage is: -#. Voucher Specific Information -msgctxt "description" -msgid "Voucher Specific Information" -msgstr "" - -#: build/locale/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.json -#. [src.discounts.components.VoucherDetailsPage.2071139683] -#. defaultMessage is: -#. Voucher applies to all countries -msgctxt "description" -msgid "Voucher applies to all countries" -msgstr "" - -#: build/locale/src/discounts/components/VoucherDetailsPage/VoucherDetailsPage.json -#. [src.discounts.components.VoucherDetailsPage.2102960822] -#. defaultMessage is: -#. Voucher is limited to these countries -msgctxt "description" -msgid "Voucher is limited to these countries" -msgstr "" - -#: build/locale/src/intl.json -#. [src.vouchers] - vouchers section name -#. defaultMessage is: -#. Vouchers -msgctxt "vouchers section name" -msgid "Vouchers" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesListPage/TranslationsEntitiesListPage.json -#. [src.translations.components.TranslationsEntitiesListPage.749185240] -#. defaultMessage is: -#. Vouchers -msgctxt "description" -msgid "Vouchers" -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.3525010870] - tax rate -#. defaultMessage is: -#. Water -msgctxt "tax rate" -msgid "Water" -msgstr "" - -#: build/locale/src/components/ErrorPage/ErrorPage.json -#. [src.components.ErrorPage.3182212440] -#. defaultMessage is: -#. We've encountered a problem... -msgctxt "description" -msgid "We've encountered a problem..." -msgstr "" - -#: build/locale/src/webhooks/components/WebhookInfo/WebhookInfo.json -#. [src.webhooks.components.WebhookInfo.330298209] - section header -#. defaultMessage is: -#. Webhook Information -msgctxt "section header" -msgid "Webhook Information" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookInfo/WebhookInfo.json -#. [src.webhooks.components.WebhookInfo.1826224431] - webhook -#. defaultMessage is: -#. Webhook Name -msgctxt "webhook" -msgid "Webhook Name" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookStatus/WebhookStatus.json -#. [src.webhooks.components.WebhookStatus.596557805] - section header -#. defaultMessage is: -#. Webhook Status -msgctxt "section header" -msgid "Webhook Status" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookStatus/WebhookStatus.json -#. [src.webhooks.components.WebhookStatus.2772025990] - webhooks active -#. defaultMessage is: -#. Webhook is active -msgctxt "webhooks active" -msgid "Webhook is active" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookInfo/WebhookInfo.json -#. [src.webhooks.components.WebhookInfo.4194304040] - webhook specific information -#. defaultMessage is: -#. Webhook specific information -msgctxt "webhook specific information" -msgid "Webhook specific information" -msgstr "" - -#: build/locale/src/intl.json -#. [src.webhooks] - webhooks section name -#. defaultMessage is: -#. Webhooks -msgctxt "webhooks section name" -msgid "Webhooks" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeShipping/ProductTypeShipping.json -#. [src.productTypes.components.ProductTypeShipping.746695941] -#. defaultMessage is: -#. Weight -msgctxt "description" -msgid "Weight" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRates/ShippingZoneRates.json -#. [src.shipping.components.ShippingZoneRates.383202459] - weight based shipping methods, section header -#. defaultMessage is: -#. Weight Based Rates -msgctxt "weight based shipping methods, section header" -msgid "Weight Based Rates" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRates/ShippingZoneRates.json -#. [src.shipping.components.ShippingZoneRates.2600677138] - shipping method weight range -#. defaultMessage is: -#. Weight Range -msgctxt "shipping method weight range" -msgid "Weight Range" -msgstr "" - -#: build/locale/src/shipping/components/ShippingZoneRateDialog/ShippingZoneRateDialog.json -#. [src.shipping.components.ShippingZoneRateDialog.2324036635] - order weight range -#. defaultMessage is: -#. Weight range -msgctxt "order weight range" -msgid "Weight range" -msgstr "" - -#: build/locale/src/services/components/ServiceDefaultToken/ServiceDefaultToken.json -#. [src.services.components.ServiceDefaultToken.4189999598] -#. defaultMessage is: -#. 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. -msgctxt "description" -msgid "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." -msgstr "" - -#: build/locale/src/services/components/ServiceTokenCreateDialog/ServiceTokenCreateDialog.json -#. [src.services.components.ServiceTokenCreateDialog.3009959880] -#. defaultMessage is: -#. We’ve created your token. Make sure to copy your new personal access token now. You won’t be able to see it again. -msgctxt "description" -msgid "We’ve created your token. Make sure to copy your new personal access token now. You won’t be able to see it again." -msgstr "" - -#: build/locale/src/taxes/components/CountryTaxesPage/CountryTaxesPage.json -#. [src.taxes.components.CountryTaxesPage.752780599] - tax rate -#. defaultMessage is: -#. Wine -msgctxt "tax rate" -msgid "Wine" -msgstr "" - -#: build/locale/src/intl.json -#. [src.yes] -#. defaultMessage is: -#. Yes -msgctxt "description" -msgid "Yes" -msgstr "" - -#: build/locale/src/staff/components/StaffPassword/StaffPassword.json -#. [src.staff.components.StaffPassword.1274006906] -#. defaultMessage is: -#. You should change your password every month to avoid security issues. -msgctxt "description" -msgid "You should change your password every month to avoid security issues." -msgstr "" - -#: build/locale/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.json -#. [src.products.components.ProductVariantCreateDialog.1009678918] - header -#. defaultMessage is: -#. You will create variants below -msgctxt "header" -msgid "You will create variants below" -msgstr "" - -#: build/locale/src/components/AddressEdit/AddressEdit.json -#. [src.components.AddressEdit.2965971965] -#. defaultMessage is: -#. ZIP / Postal code -#: build/locale/src/siteSettings/components/SiteSettingsAddress/SiteSettingsAddress.json -#. [src.siteSettings.components.SiteSettingsAddress.2965971965] -#. defaultMessage is: -#. ZIP / Postal code -msgctxt "description" -msgid "ZIP / Postal code" -msgstr "" - -#: build/locale/src/services/components/ServiceList/ServiceList.json -#. [src.services.components.ServiceList.31853942] - account status -#. defaultMessage is: -#. active -msgctxt "account status" -msgid "active" -msgstr "" - -#: build/locale/src/components/Filter/FilterContent.json -#. [src.components.Filter.2779594451] - filter range separator -#. defaultMessage is: -#. and -msgctxt "filter range separator" -msgid "and" -msgstr "" - -#: build/locale/src/components/Filter/FilterContent.json -#. [src.components.Filter.773313536] - is filter range or value -#. defaultMessage is: -#. between -msgctxt "is filter range or value" -msgid "between" -msgstr "" - -#: build/locale/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.json -#. [src.productTypes.components.ProductTypeListPage.3479705616] - button -#. defaultMessage is: -#. create product type -msgctxt "button" -msgid "create product type" -msgstr "" - -#: build/locale/src/staff/views/StaffDetails.json -#. [src.staff.views.1308770978] - dialog header -#. defaultMessage is: -#. delete Staff User -msgctxt "dialog header" -msgid "delete Staff User" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [orderPaymentVATDoesNotApply] - vat not included in order price -#. defaultMessage is: -#. does not apply -msgctxt "vat not included in order price" -msgid "does not apply" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [orderPaymentShippingDoesNotApply] - order does not require shipping -#. defaultMessage is: -#. does not apply -msgctxt "order does not require shipping" -msgid "does not apply" -msgstr "" - -#: build/locale/src/components/Filter/FilterContent.json -#. [src.components.Filter.2683154806] - is filter range or value -#. defaultMessage is: -#. equal to -msgctxt "is filter range or value" -msgid "equal to" -msgstr "" - -#: build/locale/src/components/MoneyRange/MoneyRange.json -#. [src.components.MoneyRange.3729849657] - money -#. defaultMessage is: -#. from {money} -msgctxt "money" -msgid "from {money}" -msgstr "" - -#: build/locale/src/components/WeightRange/WeightRange.json -#. [src.components.WeightRange.4256193688] - weight -#. defaultMessage is: -#. from {value} {unit} -msgctxt "weight" -msgid "from {value} {unit}" -msgstr "" - -#: build/locale/src/services/components/ServiceList/ServiceList.json -#. [src.services.components.ServiceList.3239722049] - account status -#. defaultMessage is: -#. inactive -msgctxt "account status" -msgid "inactive" -msgstr "" - -#: build/locale/src/webhooks/components/WebhookInfo/WebhookInfo.json -#. [src.webhooks.components.WebhookInfo.3809115222] - webhook secret key help text -#. defaultMessage is: -#. secret key is used to create a hash signature with each payload. *optional field -msgctxt "webhook secret key help text" -msgid "secret key is used to create a hash signature with each payload. *optional field" -msgstr "" - -#: build/locale/src/collections/components/CollectionCreatePage/CollectionCreatePage.json -#. [src.collections.components.CollectionCreatePage.1815688500] - collection -#. defaultMessage is: -#. since {date} -#: build/locale/src/collections/components/CollectionDetailsPage/CollectionDetailsPage.json -#. [src.collections.components.CollectionDetailsPage.1815688500] - collection -#. defaultMessage is: -#. since {date} -msgctxt "collection" -msgid "since {date}" -msgstr "" - -#: build/locale/src/pages/components/PageDetailsPage/PageDetailsPage.json -#. [src.pages.components.PageDetailsPage.1815688500] - page -#. defaultMessage is: -#. since {date} -msgctxt "page" -msgid "since {date}" -msgstr "" - -#: build/locale/src/products/components/ProductCreatePage/ProductCreatePage.json -#. [src.products.components.ProductCreatePage.1815688500] - product -#. defaultMessage is: -#. since {date} -#: build/locale/src/products/components/ProductUpdatePage/ProductUpdatePage.json -#. [src.products.components.ProductUpdatePage.1815688500] - product -#. defaultMessage is: -#. since {date} -msgctxt "product" -msgid "since {date}" -msgstr "" - -#: build/locale/src/components/MoneyRange/MoneyRange.json -#. [src.components.MoneyRange.12301532] - money -#. defaultMessage is: -#. to {money} -msgctxt "money" -msgid "to {money}" -msgstr "" - -#: build/locale/src/components/WeightRange/WeightRange.json -#. [src.components.WeightRange.264731940] - weight -#. defaultMessage is: -#. to {value} {unit} -msgctxt "weight" -msgid "to {value} {unit}" -msgstr "" - -#: build/locale/src/collections/components/CollectionCreatePage/CollectionCreatePage.json -#. [src.collections.components.CollectionCreatePage.2001551496] - collection -#. defaultMessage is: -#. will be visible from {date} -#: build/locale/src/collections/components/CollectionDetailsPage/CollectionDetailsPage.json -#. [src.collections.components.CollectionDetailsPage.2001551496] - collection -#. defaultMessage is: -#. will be visible from {date} -msgctxt "collection" -msgid "will be visible from {date}" -msgstr "" - -#: build/locale/src/pages/components/PageDetailsPage/PageDetailsPage.json -#. [src.pages.components.PageDetailsPage.2001551496] - page -#. defaultMessage is: -#. will be visible from {date} -msgctxt "page" -msgid "will be visible from {date}" -msgstr "" - -#: build/locale/src/products/components/ProductCreatePage/ProductCreatePage.json -#. [src.products.components.ProductCreatePage.2001551496] - product -#. defaultMessage is: -#. will be visible from {date} -#: build/locale/src/products/components/ProductUpdatePage/ProductUpdatePage.json -#. [src.products.components.ProductUpdatePage.2001551496] - product -#. defaultMessage is: -#. will be visible from {date} -msgctxt "product" -msgid "will be visible from {date}" -msgstr "" - -#: build/locale/src/home/components/HomeProductListCard/HomeProductListCard.json -#. [homeProductListCardOrders] - number of ordered products -#. defaultMessage is: -#. {amount, plural, -#. one {One ordered} -#. other {{amount} Ordered} -#. } -msgctxt "number of ordered products" -msgid "{amount, plural,\n one {One ordered}\n other {{amount} Ordered}\n }" -msgstr "" - -#: build/locale/src/home/components/HomeNotificationTable/HomeNotificationTable.json -#. [homeNotificationTableOrders] -#. defaultMessage is: -#. {amount, plural, -#. one {One order} -#. other {{amount} Orders} -#. } are ready to fulfill -msgctxt "description" -msgid "{amount, plural,\n one {One order}\n other {{amount} Orders}\n } are ready to fulfill" -msgstr "" - -#: build/locale/src/home/components/HomeNotificationTable/HomeNotificationTable.json -#. [homeNotificationTablePayments] -#. defaultMessage is: -#. {amount, plural, -#. one {One payment} -#. other {{amount} Payments} -#. } to capture -msgctxt "description" -msgid "{amount, plural,\n one {One payment}\n other {{amount} Payments}\n } to capture" -msgstr "" - -#: build/locale/src/home/components/HomeNotificationTable/HomeNotificationTable.json -#. [homeNotificationTableProducts] -#. defaultMessage is: -#. {amount, plural, -#. one {One product} -#. other {{amount} Products} -#. } out of stock -msgctxt "description" -msgid "{amount, plural,\n one {One product}\n other {{amount} Products}\n } out of stock" -msgstr "" - -#: build/locale/src/translations/components/TranslationsEntitiesList/TranslationsEntitiesList.json -#. [src.translations.components.TranslationsEntitiesList.1136143456] - translation progress -#. defaultMessage is: -#. {current} of {max} -msgctxt "translation progress" -msgid "{current} of {max}" -msgstr "" - -#: build/locale/src/components/Navigator/modes/messages.json -#. [src.components.Navigator.modes.customerWithName] -#. defaultMessage is: -#. {firstName} {lastName} -msgctxt "description" -msgid "{firstName} {lastName}" -msgstr "" - -#: build/locale/src/components/MoneyRange/MoneyRange.json -#. [src.components.MoneyRange.1316359951] - money -#. defaultMessage is: -#. {fromMoney} - {toMoney} -msgctxt "money" -msgid "{fromMoney} - {toMoney}" -msgstr "" - -#: build/locale/src/components/WeightRange/WeightRange.json -#. [src.components.WeightRange.2892071052] - weight -#. defaultMessage is: -#. {fromValue} {fromUnit} - {toValue} {toUnit} -msgctxt "weight" -msgid "{fromValue} {fromUnit} - {toValue} {toUnit}" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.json -#. [src.customers.components.CustomerAddressListPage.489918044] - customer details, header -#. defaultMessage is: -#. {fullName} Details -msgctxt "customer details, header" -msgid "{fullName} Details" -msgstr "" - -#: build/locale/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.json -#. [src.customers.components.CustomerAddressListPage.1090326769] - customer's address book, header -#. defaultMessage is: -#. {fullName}'s Address Book -msgctxt "customer's address book, header" -msgid "{fullName}'s Address Book" -msgstr "" - -#: build/locale/src/components/LanguageSwitch/LanguageSwitch.json -#. [src.components.LanguageSwitch.4150219184] - button -#. defaultMessage is: -#. {languageName} - {languageCode} -msgctxt "button" -msgid "{languageName} - {languageCode}" -msgstr "" - -#: build/locale/src/components/SeoForm/SeoForm.json -#. [src.components.SeoForm.3877274856] - character limit -#. defaultMessage is: -#. {numberOfCharacters} of {maxCharacters} characters -msgctxt "character limit" -msgid "{numberOfCharacters} of {maxCharacters} characters" -msgstr "" - -#: build/locale/src/translations/components/TranslationFields/TranslationFields.json -#. [src.translations.components.TranslationFields.1308081812] -#. defaultMessage is: -#. {numberOfFields} Translations, {numberOfTranslatedFields} Completed -msgctxt "description" -msgid "{numberOfFields} Translations, {numberOfTranslatedFields} Completed" -msgstr "" - -#: build/locale/src/components/ColumnPicker/ColumnPickerContent.json -#. [src.components.ColumnPicker.2715399461] - pick columns to display -#. defaultMessage is: -#. {numberOfSelected} columns selected out of {numberOfTotal} -msgctxt "pick columns to display" -msgid "{numberOfSelected} columns selected out of {numberOfTotal}" -msgstr "" - -#: build/locale/src/products/components/ProductAttributes/ProductAttributes.json -#. [src.products.components.ProductAttributes.1071548120] - number of product attributes -#. defaultMessage is: -#. {number} Attributes -msgctxt "number of product attributes" -msgid "{number} Attributes" -msgstr "" - -#: build/locale/src/components/CountryList/CountryList.json -#. [src.components.CountryList.2460766407] - number of countries -#. defaultMessage is: -#. {number} Countries -msgctxt "number of countries" -msgid "{number} Countries" -msgstr "" - -#: build/locale/src/plugins/components/PluginsDetailsPage/PluginsDetailsPage.json -#. [src.plugins.components.PluginsDetailsPage.3352026836] - header -#. defaultMessage is: -#. {pluginName} Details -msgctxt "header" -msgid "{pluginName} Details" -msgstr "" - -#: build/locale/src/orders/components/OrderPayment/OrderPayment.json -#. [src.orders.components.OrderPayment.2183023165] - ordered products -#. defaultMessage is: -#. {quantity} items -msgctxt "ordered products" -msgid "{quantity} items" -msgstr "" - -#: build/locale/src/components/Weight/Weight.json -#. [src.components.Weight.2781622322] - weight -#. defaultMessage is: -#. {value} {unit} -msgctxt "weight" -msgid "{value} {unit}" -msgstr "" - -#: build/locale/src/webhooks/components/WebhooksDetailsPage/WebhooksDetailsPage.json -#. [src.webhooks.components.WebhooksDetailsPage.408706360] - header -#. defaultMessage is: -#. {webhookName} Details -msgctxt "header" -msgid "{webhookName} Details" -msgstr "" diff --git a/package-lock.json b/package-lock.json index 2cb3a78a7..af407354c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -762,6 +762,54 @@ "js-tokens": "^4.0.0" } }, + "@babel/node": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.8.4.tgz", + "integrity": "sha512-MlczXI/VYRnoaWHjicqrzq2z4DhRPaWQIC+C3ISEQs5z+mEccBsn7IAI5Q97ZDTnFYw6ts5IUTzqArilC/g7nw==", + "dev": true, + "requires": { + "@babel/register": "^7.8.3", + "commander": "^4.0.1", + "core-js": "^3.2.1", + "lodash": "^4.17.13", + "node-environment-flags": "^1.0.5", + "regenerator-runtime": "^0.13.3", + "resolve": "^1.13.1", + "v8flags": "^3.1.1" + }, + "dependencies": { + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "regenerator-runtime": { + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==", + "dev": true + }, + "resolve": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", + "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", + "dev": true, + "requires": { + "path-parse": "^1.0.6" + } + }, + "v8flags": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.3.tgz", + "integrity": "sha512-amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==", + "dev": true, + "requires": { + "homedir-polyfill": "^1.0.1" + } + } + } + }, "@babel/parser": { "version": "7.7.2", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.2.tgz", @@ -1676,6 +1724,32 @@ } } }, + "@babel/register": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.8.3.tgz", + "integrity": "sha512-t7UqebaWwo9nXWClIPLPloa5pN33A2leVs8Hf0e9g9YwUP8/H9NeR7DJU+4CXo23QtjChQv5a3DjEtT83ih1rg==", + "dev": true, + "requires": { + "find-cache-dir": "^2.0.0", + "lodash": "^4.17.13", + "make-dir": "^2.1.0", + "pirates": "^4.0.0", + "source-map-support": "^0.5.16" + }, + "dependencies": { + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + } + } + }, "@babel/runtime": { "version": "7.7.6", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz", @@ -14721,6 +14795,15 @@ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "dev": true, + "requires": { + "jsonify": "~0.0.0" + } + }, "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", @@ -14756,6 +14839,12 @@ "graceful-fs": "^4.1.6" } }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "dev": true + }, "jsprim": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", @@ -16436,6 +16525,16 @@ "minimatch": "^3.0.2" } }, + "node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "dev": true, + "requires": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, "node-fetch": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", @@ -18752,6 +18851,18 @@ } } }, + "react-intl-translations-manager": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/react-intl-translations-manager/-/react-intl-translations-manager-5.0.3.tgz", + "integrity": "sha512-EfBeugnOGFcdUbQyY9TqBMbuauQ8wm73ZqFr0UqCljhbXl7YDHQcVzclWFRkVmlUffzxitLQFhAZEVVeRNQSwA==", + "dev": true, + "requires": { + "chalk": "^2.3.2", + "glob": "^7.1.2", + "json-stable-stringify": "^1.0.1", + "mkdirp": "^0.5.1" + } + }, "react-is": { "version": "16.11.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.11.0.tgz", diff --git a/package.json b/package.json index e6e32cdc6..3f834e4bf 100644 --- a/package.json +++ b/package.json @@ -131,6 +131,7 @@ "plop": "^2.4.0", "prettier": "^1.19.1", "react-intl-po": "^2.2.2", + "react-intl-translations-manager": "^5.0.3", "react-test-renderer": "^16.12.0", "regenerator-runtime": "^0.11.1", "require-context.macro": "^1.1.1", @@ -184,8 +185,8 @@ "scripts": { "build": "webpack -p", "extract-json-messages": "rimraf build/locale && cross-env NODE_ENV=extract babel src 'src/**/*.{ts,tsx}' -o build/dashboard.bundle.js", - "extract-pot-messages": "rip json2pot \"build/locale/**/*.json\" -c description -o locale/messages.pot", - "extract-messages": "npm run extract-json-messages && npm run extract-pot-messages", + "transpile-messages": "node scripts/transpile-tx.js", + "extract-messages": "npm run extract-json-messages && npm run transpile-messages", "build-messages": "rip po2json 'locale/**/*.po' -m 'build/locale/**/*.json' -o 'locale' -c 'description'", "build-types": "apollo client:codegen --target=typescript types --globalTypesFile=src/types/globalTypes.ts", "check-types": "tsc --noEmit", diff --git a/scripts/transpile-tx.js b/scripts/transpile-tx.js new file mode 100644 index 000000000..02c2722ff --- /dev/null +++ b/scripts/transpile-tx.js @@ -0,0 +1,42 @@ +/* eslint-disable @typescript-eslint/no-var-requires */ +const { + createSingleMessagesFile, + default: manageTranslations +} = require("react-intl-translations-manager"); + +const sortKeys = true; +const translationsDirectory = "locale"; + +manageTranslations({ + messagesDirectory: "build/locale/src", + overrideCoreMethods: { + outputSingleFile: combinedFiles => { + const msgDescriptors = combinedFiles.reduce( + (acc, messages) => [...acc, ...messages.descriptors], + [] + ); + const structuredJsonFormat = msgDescriptors.reduce((msgs, msg) => { + const key = msg.id.replace(/\./g, "_dot_"); + if (msgs[key] && msgs[key].context === undefined) { + msgs[key].context = msg.description; + } else { + msgs[key] = { + context: msg.description, + string: msg.defaultMessage + }; + } + + return msgs; + }, {}); + + createSingleMessagesFile({ + directory: translationsDirectory, + messages: structuredJsonFormat, + sortKeys + }); + } + }, + singleMessagesFile: true, + sortKeys, + translationsDirectory +});